SOLUTION: Please help me solve this question When a ball is thrown or kicked, the path it travels is shaped like a parabola. Suppose a soccer ball is kicked from ground level, reaches a m

Algebra ->  Absolute-value -> SOLUTION: Please help me solve this question When a ball is thrown or kicked, the path it travels is shaped like a parabola. Suppose a soccer ball is kicked from ground level, reaches a m      Log On


   



Question 1159585: Please help me solve this question
When a ball is thrown or kicked, the path it travels is shaped like a parabola. Suppose a soccer ball is kicked from ground level, reaches a maximum height of 25 feet , and hits the ground 100ft from where it was kicked. Assuming that the ball was kicked out the origin. Write an equation of the parabola that models the flight of the ball.

Answer by ikleyn(52794) About Me  (Show Source):
You can put this solution on YOUR website!
.

The parabola is opened down --- it means that the leading coefficient at the quadratic term is negative.


The zero level is at x= 0 and x= 100 feet.  Hence, the parabola has the form

    y(x) = a*x*(x-100)


with the unknown coefficient "a".  We know that y= 25 at x= 50 (half way from x= 0 to x= 100), so

    25 = a*50*(100-50) = a*50*(-50).


It gives

    a = - 25%2F%2850%2A50%29 = - 1%2F100.


Thus the final equation of the parabola is  

    y(x) = -0.01*x*(x-100).


You can transform it to any other equivalent form.

--------------

Solved, answered, explained and completed.