document.write( "Question 859627: My Algebra II teacher has assigned me a long worksheet that has to do with a Ferris wheel. And I need to \"Identify the amplitude, the period, the phase shift, and the center line for my curve. Write the equation of my sinusoid curve [I have never heard that word before] in terms of (i) the sine functions and (ii) the cosine function.\" So basically I believe I just need to find the equations. I have the data below:\r
\n" );
document.write( "\n" );
document.write( " X=time in seconds / Y=height in meters
\n" );
document.write( "0 / 5.5
\n" );
document.write( "10 / 10
\n" );
document.write( "20 / 14.5
\n" );
document.write( "30 / 18
\n" );
document.write( "40 / 19.5
\n" );
document.write( "50 / 18
\n" );
document.write( "60 / 14.5
\n" );
document.write( "70 / 10
\n" );
document.write( "80 / 5.5
\n" );
document.write( "90 / 2.5
\n" );
document.write( "100 / 1.5
\n" );
document.write( "110 / 2.5\r
\n" );
document.write( "\n" );
document.write( "Any help is beneficial for me, thank you so much for your time \n" );
document.write( "
Algebra.Com's Answer #517874 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! My Algebra II teacher has assigned me a long worksheet that has to do with a Ferris wheel. And I need to \"Identify the amplitude, the period, the phase shift, and the center line for my curve. Write the equation of my sinusoid curve [I have never heard that word before] in terms of (i) the sine functions and (ii) the cosine function.\" So basically I believe I just need to find the equations. I have the data below:\r \n" ); document.write( "\n" ); document.write( " X=time in seconds / Y=height in meters \n" ); document.write( "0 / 5.5 \n" ); document.write( "10 / 10 \n" ); document.write( "20 / 14.5 \n" ); document.write( "30 / 18 \n" ); document.write( "40 / 19.5 \n" ); document.write( "50 / 18 \n" ); document.write( "60 / 14.5 \n" ); document.write( "70 / 10 \n" ); document.write( "80 / 5.5 \n" ); document.write( "90 / 2.5 \n" ); document.write( "100 / 1.5 \n" ); document.write( "110 / 2.5 \n" ); document.write( "-------------- \n" ); document.write( "Look for the max and min heights. \n" ); document.write( "40 / 19.5 is the max \n" ); document.write( "100 / 1.5 is the min \n" ); document.write( "It makes 1/2 of a revolution in 60 seconds --> period = 120 seconds/revolution \n" ); document.write( "Amplitude is 1/2 of the difference, (19.5 - 1.5)/2 = 9 meters \n" ); document.write( "The axis of the wheel is (min + max)/2 = 10.5 meters AGL \n" ); document.write( "----- \n" ); document.write( "A sine function is \n" ); document.write( "f(t) = Asin(t) \n" ); document.write( "----- \n" ); document.write( "y = f(x) = 9*sin(2pi*x/120) --> Amp of 9, and period of 120 seconds \n" ); document.write( "Add 10.5 \n" ); document.write( "y = 9*sin(pi*x/60) + 10.5 \n" ); document.write( "------------ \n" ); document.write( "The sine of 0 is 0, tho, so it needs a phase shift to make it 5.5 at x=0. \n" ); document.write( "9*sin((2pi*(x - 11.20415))/120) + 10.5 fits. Finding the phase shift required some interpolation. \n" ); document.write( "------------------- \n" ); document.write( "9*sin((2pi*(x - 11.20415))/120) + 10.5 \n" ); document.write( "------------- \n" ); document.write( "9*cos(90 - (2pi*x - 11.20415)/120) + 10.5 \n" ); document.write( " |