Answer:
The equation is...
Those listed forms are factored form, standard form, and vertex form in that order.
The graph is below.
================================================
Step-by-step explanation:
- x = horizontal distance (in yards) the ball travels
- y = vertical distance (in yards) the ball travels
We'll have the ball start at the origin of the xy axis grid. This means (x,y) represents the location of the ball in the air. Assume the ground is completely flat, horizontal, and level. The ball moves to the right.
x = 0 and x = 250 are the two roots of this parabola. The ball starts on the ground at x = 0, goes up into the air, and comes back down when x = 250. This is to represent the 250 yard gap from start to finish.
- The root x = 0 means x is a factor of the quadratic function.
- The root x = 250 means x-250 is another factor of the function.
Together we have x(x-250) so far. It then leads to
y = ax(x-250)
where 'a' is some fixed constant. This constant tells how to vertically stretch the parabola, and it also tells us if the parabola opens up or down.
----------------------
At the midpoint of the roots 0 and 250 is (0+250)/2 = 125. This is when the ball reaches its peak height. This assumes there isn't any wind to slow down the ball or speed it up. Unfortunately wind will ruin any chance of symmetry we'll be going after; so that's why we assume there isn't wind to keep things relatively simple. We'll also ignore air resistance for the same reasoning.
x = 125 is the horizontal distance the ball traveled when it reaches the peak height of y = 25. In other words (x,y) = (125,25) is the vertex point of the parabola.
We'll use these coordinates to determine the value of 'a'.
y = ax(x-250)
25 = a*125(125-250)
25 = a*125(-125)
25 = a*(-15265)
a = 25/(-15265)
a = 25/(-625*25)
a = -1/625
The negative value of 'a' is expected because the parabola opens downward.
Therefore, we go from y = ax(x-250) to y = (-1/625)x(x-250)
That is the same as writing
which is one possible answer for the equation. We call it factored form.
-----------------------------
Optionally we could expand things out like so
y = (-1/625)x(x-250)
y = (-1/625)(x^2-250x)
y = (-1/625)(x^2)+(-1/625)(-250x)
y = (-1/625)x^2+(250/625)x
y = (-1/625)x^2+(2/5)x
That is the same as writing
which is another valid answer for the equation.
This is known as standard form y = ax^2+bx+c
--------------------------------
Lastly we could have used vertex form.
We calculated a = -1/625 earlier.
The vertex is (h,k) = (125,25) mentioned earlier as well.
We go from y = a(x-h)^2+k to y = (-1/625)(x-125)^2+25
That is the same as writing
which is the third valid option for the equation.
The graph is below. I used GeoGebra to make the graph. Desmos is another good option.