document.write( "Question 749246: Have a project with Angry Birds where you have to find the equation of a parabola for the bird's flight path in various situations. I have to pick a point at the origin and a pint on the x axis for the pig to be placed and find the flight path (equation). How would i do this? I chose for points:\r
\n" );
document.write( "\n" );
document.write( "Bird placed at (0,0)
\n" );
document.write( "Pig placed at (5,0)
\n" );
document.write( "
\n" );
document.write( "I dont understand what to do after this please help. \n" );
document.write( "
Algebra.Com's Answer #455895 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Have a project with Angry Birds where you have to find the equation of a parabola for the bird's flight path in various situations. \n" ); document.write( "I have to pick a point at the origin and a point on the x axis for the pig to be placed and find the flight path (equation). \n" ); document.write( " How would i do this? I chose for points: \n" ); document.write( "Bird placed at (0,0) \n" ); document.write( "Pig placed at (5,0) \n" ); document.write( ": \n" ); document.write( "We need another point, 0,0 is of no use, lets choose 3,4 as a point \n" ); document.write( ": \n" ); document.write( "Using the form ax^2 + bx + c = y \n" ); document.write( "We are using origin so we can ignore c, just find a and b \n" ); document.write( ": \n" ); document.write( "Write an equation for each point, find a and b \n" ); document.write( ": \n" ); document.write( "Point: 5,0 \n" ); document.write( "25a + 5b = 0 \n" ); document.write( "and \n" ); document.write( "Point 3,4 \n" ); document.write( "9a + 3b = 4 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 3, the 2nd equation by 5 \n" ); document.write( "75a + 15b = 0 \n" ); document.write( "45a + 15b = 20 \n" ); document.write( "------------------subtraction eliminates b, find a \n" ); document.write( "30a = -20 \n" ); document.write( "a = -20/30 \n" ); document.write( "a = -.67 \n" ); document.write( "Use the 1st equation to find b \n" ); document.write( "25(-.67) + 5b = 0 \n" ); document.write( "-16.67 + 5b = = \n" ); document.write( "5b = 16.67 \n" ); document.write( "b = 16.67/5 \n" ); document.write( "b = 3.33 \n" ); document.write( ": \n" ); document.write( "The equation: y = -.67x^2 + 3.33x \n" ); document.write( "looks like this \n" ); document.write( " |