document.write( "Question 1005442: 1. What is the maximum height that a basketball will have if thrown up into the air from a height of six feet, with an initial speed of 20 feet per second? (Must use quadratic formula).\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " 2. After how many seconds does the basketball hit the ground? (Must solve by completing the square)\r
\n" );
document.write( "\n" );
document.write( "Thank you anyone for helping me. \n" );
document.write( "
Algebra.Com's Answer #621713 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! quadratic formula for height at time t is \n" ); document.write( "s(t) = -gt^2 + vot + ho, where g is force of gravity, vo is the objects initial velocity, and ho is initial height \n" ); document.write( "since your problem is in feet we use g = 16 \n" ); document.write( "******************************************************************************** \n" ); document.write( "1) s(t) = -16t^2 + 20t + 6 \n" ); document.write( "this is the equation of a parabola that curves downward \n" ); document.write( "the coordinate of a point on the parabola is given by (t, s), that is time t is the x coordinate and height s is the y coordinate, \n" ); document.write( "we know that the t coordinate of the vertex is given by \n" ); document.write( "t = -b/(2a) = -20 / (2 *(-16)) = 20/32 = 5/8 = 0.625 \n" ); document.write( "s(0.625) = -16*(0.625)^2 + 20*(0.625) + 6 = 12.25 \n" ); document.write( "maximum height of basketball is 12.25 feet \n" ); document.write( "here is a graph of the basketball's flight \n" ); document.write( " \n" ); document.write( "******************************************************************************* \n" ); document.write( "2) height s is 0 when the basketball hits the ground \n" ); document.write( "-16t^2 +20t +6 = 0 \n" ); document.write( "divide both sides of = by -16 \n" ); document.write( "t^2 -(20/16)t -6/16 = 0 \n" ); document.write( "reduce fractions \n" ); document.write( "t^2 -(5/4)t -(3/8) = 0 \n" ); document.write( "add 3/8 to both sides of = \n" ); document.write( "t^2 -(5/4)t = 3/8 \n" ); document.write( "note (1/2) of (5/4) = (5/8) \n" ); document.write( "t^2 -(5/4)t +(25/64) = (3/8) + (25/64) \n" ); document.write( "note that 3/8 = 24/64 \n" ); document.write( "(t - 5/8)^2 = 49/64 \n" ); document.write( "take square root of both sides of = \n" ); document.write( "t - 5/8 = 7/8 \n" ); document.write( "t = 5/8 + 7/8 = 12/8 = 1.5 \n" ); document.write( "after 1.5 seconds the basketball hits the ground \n" ); document.write( "*************************************************************************** \n" ); document.write( "compare our answers to 1 and 2 to the graph of the basketball's flight\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |