document.write( "Question 825435: Michael throws a baseball into the air with an initial vertical velocity of 180 feet per second from a 100 foot cliff.\r
\n" );
document.write( "\n" );
document.write( "A: Write the height of the baseball as a function of time.
\n" );
document.write( "B: When will the baseball be 200 feet high?
\n" );
document.write( "C: When will the baseball reach its maximum height?
\n" );
document.write( "D: How high is the baseball after 3 seconds? \n" );
document.write( "
Algebra.Com's Answer #497285 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "equation of ballistic motion: \n" ); document.write( "y(t) = (1/2)gt^2 + v0t + y0 \n" ); document.write( "--- \n" ); document.write( "where y(t) is height at time t \n" ); document.write( "g = acceleration due to gravity \n" ); document.write( "v0 = initial velocity \n" ); document.write( "y0 = initial height \n" ); document.write( "t = time \n" ); document.write( "--- \n" ); document.write( "y(t) = (1/2)-32t^2 + 180t + 100 \n" ); document.write( "--- \n" ); document.write( "answer A: \n" ); document.write( "y(t) = -16t^2 + 180t + 100 \n" ); document.write( "--- \n" ); document.write( "setup for B: \n" ); document.write( "200 = -16t^2 + 180t + 100 \n" ); document.write( "-16t^2 + 180t - 100 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-16, b=180, and c=-100 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "-16 180 -100 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has two real roots at: \n" ); document.write( "t = 0.586088907 \n" ); document.write( "t = 10.6639111 \n" ); document.write( "--- \n" ); document.write( "the quadratic vertex is a maximum at: ( t= 5.625, y(t)= 406.25 ) \n" ); document.write( "--- \n" ); document.write( "answer B: \n" ); document.write( "the ball is at 200 feet twice: \n" ); document.write( "t = 0.586088907 seconds \n" ); document.write( "t = 10.6639111 seconds \n" ); document.write( "--- \n" ); document.write( "answer C: \n" ); document.write( "at t= 5.625 seconds the ball reaches its maximum height of 406.25 feet \n" ); document.write( "--- \n" ); document.write( "answer D: \n" ); document.write( "y(3) = -16*3^2 + 180*3 + 100 \n" ); document.write( "y(3) = 496 feet \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 4-equations 4-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |