Nike33, it is good that you did prove that the shape on the wall is a parabola.
I took a different approach to solving this problem, which was:
Note that the distance travelled in the horizontal direction is kc, where 1 <= k <= 4, as 4c is the maximum range.
So, the time of flight is kc / [2 * sqrt(gc) * cos@] where @ is the angle of projection.
The height of impact, H, is: H = kctan@ - (k<sup>2</sup>c / 8) * sec<sup>2</sup>@.
dH/d@ = 4kcsec<sup>2</sup>@(4 - ktan@)
and it quickly follows that tan@ = 4 / k for a maximum height, and H<sub>MAX</sub> = 2c - ck<sup>2</sup> / 8
When k = 1, H<sub>MAX</sub> = 15c / 8 and when k = 4, H<sub>MAX</sub> = 0, as expected.
If you take D as the distance along the base of the wall, with D = 0 when k = 1 - at the closest point to C - then Pythagoras' theorem shows that:
D<sup>2</sup> = k<sup>2</sup>c - c<sup>2</sup>, and so k<sup>2</sup> = 1 + D<sup>2</sup> / c<sup>2</sup>
So, H<sub>MAX</sub> = 2c - (c / 8) * (1 + D<sup>2</sup> / c<sup>2</sup>) = 15c / 8 - D<sup>2</sup> / 8c.
This is clearly a parabola, as required, and the area is
2 * int (from 0 to c * sqrt(15)) H<sub>MAX</sub> dD = 5c<sup>2</sup> * sqrt(15) / 2, as required.
I took a different approach to solving this problem, which was:
Note that the distance travelled in the horizontal direction is kc, where 1 <= k <= 4, as 4c is the maximum range.
So, the time of flight is kc / [2 * sqrt(gc) * cos@] where @ is the angle of projection.
The height of impact, H, is: H = kctan@ - (k<sup>2</sup>c / 8) * sec<sup>2</sup>@.
dH/d@ = 4kcsec<sup>2</sup>@(4 - ktan@)
and it quickly follows that tan@ = 4 / k for a maximum height, and H<sub>MAX</sub> = 2c - ck<sup>2</sup> / 8
When k = 1, H<sub>MAX</sub> = 15c / 8 and when k = 4, H<sub>MAX</sub> = 0, as expected.
If you take D as the distance along the base of the wall, with D = 0 when k = 1 - at the closest point to C - then Pythagoras' theorem shows that:
D<sup>2</sup> = k<sup>2</sup>c - c<sup>2</sup>, and so k<sup>2</sup> = 1 + D<sup>2</sup> / c<sup>2</sup>
So, H<sub>MAX</sub> = 2c - (c / 8) * (1 + D<sup>2</sup> / c<sup>2</sup>) = 15c / 8 - D<sup>2</sup> / 8c.
This is clearly a parabola, as required, and the area is
2 * int (from 0 to c * sqrt(15)) H<sub>MAX</sub> dD = 5c<sup>2</sup> * sqrt(15) / 2, as required.
Last edited: