What do we know (or should we know) about parabolas?
They are represented by quadratic equations, or in other words, polynomials of degree 2. So we are looking for the coefficients of a second degree polynomial.
We can assume the ground to be flat in this problem. Let us graph the parabolic trajectory of the ball as seen from the side. We can consider the flat ground to correlate to the x-axis, the origin to be where the golfer is standing, and let the landing point be where x = 220. The parabola's value at any value of x between zero and 220 will represent the height of the ball above the ground as it passes a point x yards from the golfer.
The factored form of a parabola is y = A * (x-r1) * (x-r2) . We know that this parabola is upside down, so A must be negative. We also the maximum height of an upside-down parabola occurs at its axis of symmetry, which is always halfway between the roots. Roots are places where the equation equals zero, and in this case those places where the height of the ball above the ground equals zero are the tee and the landing point. After the ball hits the ground it might bounce or roll or squish into the mud ... in any case it will no longer be following the parabolic path, but whatever happens to the ball upon impact is not our concern in this problem.We just want to know what equation describes the parabolic portion of the ball's path.
Root 1 must be x=0, root 2 must be x=220. We also know that the axis of symmetry must occur at x=110 yards.
Therefore, we set y = 32 when x = 110 so that we can solve for A.
y = A * (x-0)*(x-220)
Substituting in y=32 yards, x = 110 yards:
32 = A*(110)*(110-220)
Simplifying:
32 = A*(110)*(-110)
Cancelling factors of two:
A = -32/(121*100) = -16/(121*50) = -8/(121*25) = -8/((11^2)*(5^2)) = -8/(55^2)
Simplifying the denominator:
55^2 = (50+5)^2 = 50^2 + 2*50*5 + 5^2 = 2500 + 500 + 25 = 3025
therefore A = -8/3025
y = (-8/3025)*x^2 - ((220*8)/3025)*x
y = (-8/3025)*x^2 - ((11*4*5*8)/(5*5*11*11))*x
y = (-8/3025)*x^2 - ((4*8)/(5*11))*x
y = (-8/3025)*x^2 - (32/55)*x
Optional. Put coefficients into decimal approximation form
Complete the problem by solving for y when x = 100.
Bonus question: Is there another point where the height of the ball will be the same as your answer and if so, where?
Isaak B.
10/25/16