document.write( "Question 1011969: The equation of the path of a cricket ball thrown at an angle of 45 degrees to the horizontal is y = x - x^2/50, where x and y are the horizontal distance travelled and the vertical height respectively. Calculate the greatest vertical height reached and the horizontal distance travelled.\r
\n" );
document.write( "\n" );
document.write( "What i have done so far:\r
\n" );
document.write( "\n" );
document.write( "y = x - x^2/50
\n" );
document.write( "50y = 50x - x^2
\n" );
document.write( " = -(x^2 - 50x) + 0
\n" );
document.write( " = - (x-25)^2 + 625\r
\n" );
document.write( "\n" );
document.write( "Therefore greatest height would be 625 divided by 50 which is 12.5, and that answer is correct.\r
\n" );
document.write( "\n" );
document.write( "But I don't know how to get horizontal distance???
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #627815 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "When the height (y)=0, the ball is at minimum or maximum distance \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( "Let y=0: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The minimum horizontal distance (start) is 0, \n" ); document.write( "the maximum horizontal distance (ball hits ground) is 50. \n" ); document.write( " \n" ); document.write( " |