document.write( "Question 242538: the path of a golf ball hit at an angle of about 10 degrees to the horizontal can be modelled by the function h= -0.002dsquared + 0.4d
\n" );
document.write( "where h is the height of the ball, in metres, and d is the horizontal distance the ball travels, in metres, until it first hits the ground.
\n" );
document.write( "a. What is the maximum height reached by the ball?
\n" );
document.write( "b, What is the horizontal distance of the ball from the golfer when the ball reaches its maximum height?
\n" );
document.write( "c. What distance does the ball travel horizontally until it first hits the ground? \n" );
document.write( "
Algebra.Com's Answer #178015 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! h= -0.002d^2 + 0.4d \n" ); document.write( "where h is the height of the ball, in metres, and d is the horizontal distance the ball travels, in metres, until it first hits the ground. \n" ); document.write( "a. What is the maximum height reached by the ball? \n" ); document.write( "h(d) = -0.002d^2 + 0.4d \n" ); document.write( "-0.002d^2 + 0.4d - h = 0 \n" ); document.write( "The vertex is at -b/2a = -0.4/-0.004 = 100 \n" ); document.write( "h(100) = -0.002*10000 + 40 \n" ); document.write( "max = 20 meters \n" ); document.write( "------------------ \n" ); document.write( "b, What is the horizontal distance of the ball from the golfer when the ball reaches its maximum height? \n" ); document.write( "d at the vertex = 100 meters \n" ); document.write( "----------------------- \n" ); document.write( "c. What distance does the ball travel horizontally until it first hits the ground? \n" ); document.write( "The equation is symmetrical, so it's 2x the distance at the vertex \n" ); document.write( "= 200 meters \n" ); document.write( " \n" ); document.write( " |