document.write( "Question 1029642: A bouncy ball is thrown vertically upward from the ground, after 2 seconds it attains max height of 120 feet, and after 4 seconds it hits the ground.
\n" );
document.write( "On a graph I have my vertex as (2, 120).
\n" );
document.write( "I am trying to find the quadratic equation to represent the path of the ball. t is time of ball in air and s is height of ball at time t.
\n" );
document.write( "I have figured out the equation to be -16t^2+96t=s, then I plug in to the equation t= (-b ± √(b^2-4 (a)(c) ))/2a \r
\n" );
document.write( "\n" );
document.write( "My answers are sorta making sense in relation to my graph, but we are asked to give height of ball at 4 seconds & 6 seconds. If ball was already on ground at 4 seconds, why are they asking at 6 too? Not positive I am on the right track.\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #644602 by stanbon(75887) ![]() You can put this solution on YOUR website! A bouncy ball is thrown vertically upward from the ground, after 2 seconds it attains max height of 120 feet, and after 4 seconds it hits the ground. \n" ); document.write( "On a graph I have my vertex as (2, 120). \n" ); document.write( "--------- \n" ); document.write( "y = ax^2 + bx + c \n" ); document.write( "Since the vertex is at (2,120), -b/(2a) = 2 ; = b = -4a \n" ); document.write( "120 = a(4) -4a(2) + c \n" ); document.write( "120 = -4a + c \n" ); document.write( "----- \n" ); document.write( "Since (4,0) is a point, a(16) + b(4) + c = 0 \n" ); document.write( "16a + 4b + c = 0 \n" ); document.write( "16a + 4(-4a) + c = 0 \n" ); document.write( "c = 0 \n" ); document.write( "==== \n" ); document.write( "So, 120 = -4a \n" ); document.write( "a = -30 \n" ); document.write( "--- \n" ); document.write( "Therefore:: y = -30x^2 + 120x \n" ); document.write( "----------------------------------- \n" ); document.write( " \n" ); document.write( "We are asked to give height of ball at 4 seconds & 6 seconds. \n" ); document.write( "At 4 seconds: \n" ); document.write( "f(4) = -30(16) + 120(4) = -480 + 480 = 0 (at 4 sec it is on the ground). \n" ); document.write( "But you knew that. \n" ); document.write( "--- \n" ); document.write( "At 6 seconds: \n" ); document.write( "Well, it is a bouncy ball but you have no info as to the % of rebound, \n" ); document.write( "so ?????? \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If ball was already on ground at 4 seconds, why are they asking at 6 too? Not positive I am on the right track. \n" ); document.write( " |