document.write( "Question 890666: When a basketball player shoots a ball from his hand at an initial of 2 m with an initial upward velocity of 10 meters per second, the height of the ball can be modeled by the quadratic expression -4.9t^2 + 10t + 2 after t seconds.
\n" );
document.write( "a. What will be the height of the ball after 2 seconds?
\n" );
document.write( "b. How long will it take the ball to reach the height of 4.5 m?
\n" );
document.write( " How long will it take to touch the ground?
\n" );
document.write( "c. Do you think the ball will reach the height of 12 m? Why?
\n" );
document.write( "d. Will the ball hit the ring if the ring is 3 m high?
\n" );
document.write( "e. Write a similar situation with varied initial height when the ball is thrown with an initial upward velocity. Then model the path of the ball by quadratic expression.
\n" );
document.write( "f. Using the equation and the quadratic expression you have written in item e, formulate and solve problems involving the height of the ball when it is thrown after a given time.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #539140 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! When a basketball player shoots a ball from his hand at an initial of 2 m with an initial upward velocity of 10 meters per second, the height of the ball can be modeled by the quadratic expression -4.9t^2 + 10t + 2 after t seconds. \n" ); document.write( "a. What will be the height of the ball after 2 seconds? \n" ); document.write( "h(t) = -4.9t^2 + 10t + 2 \n" ); document.write( "Sub 2 for t \n" ); document.write( "-------------- \n" ); document.write( "b. How long will it take the ball to reach the height of 4.5 m? \n" ); document.write( "h(t) = -4.9t^2 + 10t + 2 = 4.5 \n" ); document.write( "Solve for t \n" ); document.write( "--- \n" ); document.write( " How long will it take to touch the ground? \n" ); document.write( "h(t) = -4.9t^2 + 10t + 2 = 0 \n" ); document.write( "Solve for t \n" ); document.write( "----- \n" ); document.write( "c. Do you think the ball will reach the height of 12 m? \n" ); document.write( "The max height is the vertex of the parabola. \n" ); document.write( "The vertex is on the axis of symmetry, t = -b/2a = -10/-9.8 \n" ); document.write( "Max ht is at 50/49 seconds \n" ); document.write( "h(t) = -4.9t^2 + 10t + 2 \n" ); document.write( "Sub (50/49) for t for max ht. \n" ); document.write( "----------- \n" ); document.write( " Why? \n" ); document.write( "d. Will the ball hit the ring if the ring is 3 m high? \n" ); document.write( "Depends on the max ht above. \n" ); document.write( "h(t) give the height of the center of the ball, take that into account. \n" ); document.write( "----- \n" ); document.write( "e. Write a similar situation with varied initial height when the ball is thrown with an initial upward velocity. Then model the path of the ball by quadratic expression. \n" ); document.write( "h(t) = -4.9t^2 + 10t + ho (ho = initial height) \n" ); document.write( "------ \n" ); document.write( "f. Using the equation and the quadratic expression you have written in item e, formulate and solve problems involving the height of the ball when it is thrown after a given time. \n" ); document.write( "Same as above \n" ); document.write( " |