document.write( "Question 1358: How do I find the height of this quadratic word problem?
\n" );
document.write( "If a ball is thrown straight up with an initial velocity of 48 feet per second, its height s after t seconds is given by the equation s=48t-16tsquared. Find the maximum height attained by the ball and the time it takes for the ball to return to earth. \n" );
document.write( "
Algebra.Com's Answer #415 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Apply complete square to the right of s(t), we have \n" ); document.write( " Since s(t) = 48 t-16t^2 = -16(t^2 -3t + (3/2)^2) + 16(3/2)^2 \n" ); document.write( " = -16(t - 3/2)^2 + 36 \n" ); document.write( " We know -16(t - 3/2)^2 <= 0 for all t. \n" ); document.write( " So, s(t) <= 36 and when t = 3/2 ,s(t) attains its maximum value 36.\r \n" ); document.write( "\n" ); document.write( " Then to find how long it takes the ball returning the ground, we \n" ); document.write( " have to solve s(t) = -16 t(t-3) = 0, we get t =3 or 0(inital).\r \n" ); document.write( "\n" ); document.write( " [Or since we know that it takes 3/2 sec for the ball to reach its max height, \n" ); document.write( " then it takes 2*3/2 =3 sec to return to earth.]\r \n" ); document.write( "\n" ); document.write( " Hence, the maximum height of the ball is 36 ft and it takes 3 sec \n" ); document.write( " for the ball to return to earth .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |