document.write( "Question 980100: A projectile follows a parabolic path whose height in meters, is given by the function f(x) = -x^2 +2x +2.
\n" ); document.write( "Find the mazimum horizontal distance that the projectile may cover.
\n" ); document.write( "

Algebra.Com's Answer #601308 by josh_jordan(263)\"\" \"About 
You can put this solution on YOUR website!
To find the maximum horizontal distance, which represents x in our quadratic equation, we will need to use the quadratic formula to find x. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ax^2 + bx + c -----> -x^2 + 2x + 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = -1
\n" ); document.write( "b = 2
\n" ); document.write( "c = 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "quadratic formula: \"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=+%28-2%2B-sqrt%282%5E2-%284%29%28-1%29%282%29%29%29%2F%282%29%28-1%29\" -----> \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=%28-2%2B-sqrt%284%2B8%29%29%2F-2\" ----->\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=%28-2+%2B-sqrt%2812%29%29%2F-2\" ----->\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=%28-2%2B-2sqrt%283%29%29%2F-2\" ----->\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=%28-2%281+%2B-sqrt%283%29%29%29%2F-2\" ----->\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=1%2B-sqrt%283%29\" \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We will now disregard the - sign, because if we subtract the square root of 3 from 1, we will obtain a negative number. A projectile that has not yet moved will start at the point (0,0) on a graph (unless we are told the projectile starts off at a different height, in which case our y coordinate may be higher than 0), so our x coordinate cannot be a negative number. We only want to find the distance between the original x coordinate (0) and the x coordinate where the projectile lands.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=1%2Bsqrt%283%29\" ----->\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=1%2B1.732\" ----->\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=2.732\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, the maximum horizontal distance that the projectile may cover is approximately 2.732 meters.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On a graph, the parabola will look like the following (note that the x coordinate where the projectile lands is 2.732)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"+graph%28+400%2C+400%2C+-1%2C+4%2C+-1%2C+4%2C+-x%5E2+%2B+2x+%2B+2+%29+\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );