document.write( "Question 1141816: Eric is riding a Ferris wheel. The wheel makes 1 revolution every 48 seconds. The wheel has a diameter of 60 feet. Eric stars the ride at the bottom, 3 feet above the ground.
\n" );
document.write( "A) write down a function for Eric’s height after x seconds.
\n" );
document.write( "B) If the full ride last 4 minutes, how many times does it go around?
\n" );
document.write( "C) List all of the times that Eric is 18 feet above the ground. \n" );
document.write( "
Algebra.Com's Answer #762453 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the equation that i get is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 30 * sine (7.5 * (x - 12)) + 33.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is based on the general equation of y = a * sine (b * (x - c)) + d\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a is the amplitude which is equal to plus or minus the distance from the center line of the sine wave.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the diameter is 60, the radius is 30, and the amplitude is therefore 30.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = the frequency.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for frequency is f = 360 / p.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f is the frequency. \n" ); document.write( "p is the period.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the period is 48, the formula becomes f = 360 / 48 = 7.5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "what this says is there are 7.5 complete cycles of the sine wave in 360 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for period is p = 360 / f.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "360 / 7.5 = 48 for the period.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = the horizontal shift.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the sine wave normally starts at the center line, we need to shift the sine wave so that it starts at the bottom of the cycle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you graphed y = 30 * sine (7.5 * x), you would have seen that the sine wave hits bottom at -12 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we need to shift it to the right to that the value of the sine wave at 0 degrees is the same as the sine wave at - 12 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, the value of c is equal to 12, and the formula becomes y = 30 * sine (7.5 * (x - 12)).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "finally, the bottom of the sine wave needs to be 3 feet above the ground.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the ground is the x-axis, therefore d must be equal to 33, so that the bottom of the sine wave stops at 3 units above the x-axis.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the final equation is y = 30 * sine (7.5 * (x - 12)) + 33.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is what the graph looks like.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "any questions, write to dtheophilis@gmail.com.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |