document.write( "Question 169462: A cannonball fired out to sea from a shore battery follows a parabolic trajectory given by the graph of the equation
\n" );
document.write( "h(x)=10x - 0.01x^2
\n" );
document.write( "where h(x) is the height of the cannonball above the water when it has traveled a horizontal distance of x feet.\r
\n" );
document.write( "\n" );
document.write( "a.) What is the maximum height that the cannonball reaches?
\n" );
document.write( "b.) How far does the cannonball travel horizontally before splashing into the water?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #124934 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! since this is a parabola in the form of ax^2 + bx + c, we can find the x value of the maximum / minimum point by using the formula -b/2a, where b is the coefficient of the x term and a is the coefficient of the x^2 term. \n" ); document.write( "----- \n" ); document.write( "a = -.01 \n" ); document.write( "b = 10 \n" ); document.write( "----- \n" ); document.write( "since a is negative, the graph will be head up and tails down so that the maximum / minimum point will be a maximum point. \n" ); document.write( "----- \n" ); document.write( "-b/2a = -(10)/2*(-.01) = (-10)/(-.02) = 10/.02 = 500 \n" ); document.write( "----- \n" ); document.write( "x = 500 is the x value of the maximum point. \n" ); document.write( "h(500) will be the y value. \n" ); document.write( "since h(x) = 10x - .01x^2, then \n" ); document.write( "h(500) = 10*500 - .01*(500)^2 \n" ); document.write( "simplifying: \n" ); document.write( "h(500) = 5000 - .01*250000 \n" ); document.write( "h(500) = 5000 - 2500 \n" ); document.write( "h(500) = 2500 \n" ); document.write( "----- \n" ); document.write( "maximum height will be 2500 feet when the cannon ball has reached a horizontal distance of 500 feet. \n" ); document.write( "graph of this trajectory looks like this: \n" ); document.write( "look below the graph for further comments. \n" ); document.write( " \n" ); document.write( "the x intercepts are when the graph of the equation crosses the x axis. \n" ); document.write( "these are determined by setting the quadratic equation equal to 0. \n" ); document.write( "10x - .01x^2 = 0 \n" ); document.write( "this can be factored to become: \n" ); document.write( "x (10-.01x) = 0 \n" ); document.write( "x = 0 \n" ); document.write( "or \n" ); document.write( "10-.01x = 0 \n" ); document.write( "solving for x in equation: \n" ); document.write( "10 - .01x = 0 \n" ); document.write( "add .01x to both sides of equation: \n" ); document.write( "10 = .01x \n" ); document.write( "divide both sides of equation by .01: \n" ); document.write( "10/.01 = x \n" ); document.write( "simplify: \n" ); document.write( "1000 = x \n" ); document.write( "----- \n" ); document.write( "x intercepts are either \n" ); document.write( "x = 0 \n" ); document.write( "or \n" ); document.write( "x = 1000 \n" ); document.write( "----- \n" ); document.write( "this can be seen from the graph. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |