document.write( "Question 205704: Sorry this is a really long problem and I am completely stumped about how to start and what to do.\r
\n" );
document.write( "\n" );
document.write( "Chuck is standing atop a high platform and fires a rock up into the air with his slingshot. While it is in flight, the rock's distance about the ground is a quadratic function of time. 1 second after firing it, the rock is 68 meters high, at 2 seconds it's 96 meters, and at 3 seconds it's 114 meters above ground. Use this information to answer the following questions.\r
\n" );
document.write( "\n" );
document.write( "a. Find and write the quadratic equation for the function
\n" );
document.write( "b. What is the highest point the rock will be above ground?
\n" );
document.write( "c. How high is the platform from which Chuck fires the rock? (Hint: Time = 0)
\n" );
document.write( "d. When will the rock hit the ground?
\n" );
document.write( "e. On its way down, instead of hitting the ground, the rock goes into a nearly empty well. It splashes into the water (hits bottom) exactly 10 seconds after Chuck fired it. How deep is the well?\r
\n" );
document.write( "\n" );
document.write( "Like I said really long and really confusing for me. Any help is really appreciated \n" );
document.write( "
Algebra.Com's Answer #155341 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Chuck is standing atop a high platform and fires a rock up into the air with his slingshot. While it is in flight, the rock's distance about the ground is a quadratic function of time. 1 second after firing it, the rock is 68 meters high, at 2 seconds it's 96 meters, and at 3 seconds it's 114 meters above ground. Use this information to answer the following questions. \n" ); document.write( "a. Find and write the quadratic equation for the function \n" ); document.write( "Because a \"quadratic equation\" is: \n" ); document.write( "f(t) = at^2 + bt + c \n" ); document.write( "We have three unknowns: a, b, and c \n" ); document.write( "Therefore, we need three equations. We get this from: \n" ); document.write( "1 second after firing it, the rock is 68 meters high, \n" ); document.write( "at 2 seconds it's 96 meters, and \n" ); document.write( "at 3 seconds it's 114 meters above ground. \n" ); document.write( ". \n" ); document.write( "Our three equations are: \n" ); document.write( "68 = a(1)^2 + b(1) + c \n" ); document.write( "96 = a(2)^2 + b(2) + c \n" ); document.write( "114 = a(3)^2 + b(3) + c \n" ); document.write( ". \n" ); document.write( "Or, rewritten: \n" ); document.write( "68 = a + b + c \n" ); document.write( "96 = 4a + 2b + c \n" ); document.write( "114 = 9a + 3b + c \n" ); document.write( ". \n" ); document.write( "Solve the above system of equations to find a, b and c. Then put it back into: \n" ); document.write( "f(t) = at^2 + bt + c \n" ); document.write( "This will be your \"quadratic equation\" describing the the height (meters) based on time (sec). \n" ); document.write( ". \n" ); document.write( "b. What is the highest point the rock will be above ground? \n" ); document.write( "find the vertex of the quadratic found in parta \n" ); document.write( ". \n" ); document.write( "c. How high is the platform from which Chuck fires the rock? (Hint: Time = 0) \n" ); document.write( "Set t=0 and solve. It will be 'c'. \n" ); document.write( ". \n" ); document.write( "d. When will the rock hit the ground? \n" ); document.write( "Set f(x)=0 and solve for t \n" ); document.write( "0 = at^2 + bt + c \n" ); document.write( ". \n" ); document.write( "e. On its way down, instead of hitting the ground, the rock goes into a nearly empty well. It splashes into the water (hits bottom) exactly 10 seconds after Chuck fired it. How deep is the well? \n" ); document.write( "Add 10 the answer from part d and plug it into your quadratic equation to find f(x), it will be a negative number (because it is below the ground). The absolute value will be the depth of the well.\r \n" ); document.write( "\n" ); document.write( "Write back if you get stuck. \n" ); document.write( " |