document.write( "Question 1205578: Duane throws a tennis ball in the air. After 1 second, the height of the ball is 53 ft. After 2 seconds, the ball reaches a maximum height of 69 feet. After 3 seconds the height of the ball is 53 ft.
\n" );
document.write( "Part A. Write a quadratic function to represent the height of the ball, ℎ, at any point in time, 𝑡.
\n" );
document.write( "Part B. How long will the tennis ball stay in the air? Round your answer to the nearest
\n" );
document.write( "tenth second. \n" );
document.write( "
Algebra.Com's Answer #842476 by ikleyn(52782)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Duane throws a tennis ball in the air. After 1 second, the height of the ball is 53 ft. \n" ); document.write( "After 2 seconds, the ball reaches a maximum height of 69 feet. \n" ); document.write( "After 3 seconds the height of the ball is 53 ft. \n" ); document.write( "Part A. Write a quadratic function to represent the height of the ball, ℎ, at any point in time, 𝑡. \n" ); document.write( "Part B. How long will the tennis ball stay in the air? Round your answer to the nearest \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "We are given that at t= 2 seconds the height is maximum 69 feet.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It means that the quadratic function in vertex form has the formula\r\n" ); document.write( "\r\n" ); document.write( " h(t) = a*(t-2)^2 + 69.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "In this formula, we have only one unknown parameter \"a\".\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To find it, we use the condition h(1) = 53\r\n" ); document.write( "\r\n" ); document.write( " 53 = a*(1-2)^2 + 69.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It gives\r\n" ); document.write( "\r\n" ); document.write( " a*(-1)^2 = 53 - 69\r\n" ); document.write( "\r\n" ); document.write( " a = -16.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, the quadratic function of the height is\r\n" ); document.write( "\r\n" ); document.write( " h(t) = -16*(t-2)^2 + 69. <<<---=== it is the ANSWER to question (A).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "At t= 0 (starting moment), the starting height is \r\n" ); document.write( "\r\n" ); document.write( " h(0) = -16*(0-2)^2 + 69 = -16*4 + 69 = 5 ft.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The ball will hit the ground when h(t) = 0\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " -16*(t-2)^2 + 69 = 0\r\n" ); document.write( "\r\n" ); document.write( " -16*(t-2)^2 = - 69\r\n" ); document.write( "\r\n" ); document.write( " 16(t-2)^2 = 69\r\n" ); document.write( "\r\n" ); document.write( " (t-2)^2 = 69/16\r\n" ); document.write( "\r\n" ); document.write( " t - 2 =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |