Projectile motion: optimal launch angle from a platform

In the absence of air resistance, a launch angle of 45° maximises range. If the projectile is instead launched from a raised platform, the optimal launch angle still has a closed-form expression, although more algebra is required to compute it.

Solution

Diagram for projectile motion from a raised platform.

Suppose the projectile is launched at speed uu and angle ϕ\phi from height hh above the ground, which has gravitational field strength gg, so that the motion is given by

x(t)=utcosϕy(t)=utsinϕ12gt2+h.\begin{aligned} x (t) &= u t \cos\phi \\ y (t) &= u t \sin\phi - \frac{1}{2} g t^2 + h. \end{aligned}

The flight time is the positive solution to the quadratic y(t)=0y (t) = 0, which is

t=ug(sinϕ+sin2ϕ+C),t = \frac{u}{g} \roundbr{ \sin\phi + \sqrt{\sin^2\phi + C} },

where C=2gh/u2C = 2 g h / u^2 is the dimensionless ratio between the initial potential and kinetic energies of the projectile. Substituting the flight time into x(t)x (t) gives the range

R=u2cosϕg(sinϕ+sin2ϕ+C).R = \frac{u^2 \cos\phi}{g} \roundbr{ \sin\phi + \sqrt{\sin^2\phi + C} }.

To maximise the range RR with respect to the launch angle ϕ\phi, we compute the derivative  ⁣R/ ⁣ϕ\pd R / {\pd\phi}. After some algebra, we obtain

 ⁣R ⁣ϕ=2hC(β+β2+C)[1β2β2+Cβ],\frac{\pd R}{\pd\phi} = \frac{2h}{C} \colb{\roundbr{ \beta + \sqrt{\beta^2 + C} }} \colr{\squarebr{ \frac{1 - \beta^2}{\sqrt{\beta^2 + C}} - \beta }},

where for brevity β=sinϕ\beta = \sin\phi. We then carefully consider the ways in which  ⁣R/ ⁣ϕ\pd R / {\pd\phi} can vanish:

  1. If C=C = \infty, then

     ⁣R ⁣ϕ=2hC(C)[β]=2βhC,\frac{\pd R}{\pd\phi} = \frac{2h}{C} \colb{\roundbr{\sqrt{C}}} \colr{\squarebr{-\beta}} = - 2\beta \cdot \frac{h}{\sqrt{C}},

    which vanishes assuming hh is finite. But since C=2gh/u2C = 2 g h / u^2 is infinite, this only occurs if g=g = \infty (infinitely strong gravity) or u=0u = 0 (zero launch speed), and in either case the range is zero, i.e. RR is minimised.

  2. If C=0\colb C = 0 and β<0\colb \beta < 0, then

     ⁣R ⁣ϕ=2hC(β+(β)(1+C2β2))[1β2β+β2β]=2hC(C2β)[1β]=hβ2,\begin{aligned} \frac{\pd R}{\pd\phi} &= \frac{2h}{C} \colb{\roundbr{ \beta + (-\beta) \roundbr{1 + \frac{C}{2 \beta^2}} }} \colr{\squarebr{ \frac{1 - \beta^2}{-\beta} + \frac{\beta^2}{-\beta} }} \\[\tallspace] &= \frac{2h}{C} \colb{\roundbr{ - \frac{C}{2 \beta} }} \colr{\squarebr{ - \frac{1}{\beta} }} \\[\tallspace] &= \frac{h}{\beta^2}, \end{aligned}

    which vanishes only if h=0h = 0. But since ϕ=sin1β<0\phi = \sin^{-1}\beta < 0, this corresponds to launching the projectile downwards starting from ground level, and again the range is zero.

  3. If [1β2β2+Cβ]=0\colr{ \squarebr{\frac{1 - \beta^2}{\sqrt{\beta^2 + C}} - \beta} = 0 }, then  ⁣R/ ⁣ϕ\pd R / {\pd\phi} vanishes unconditionally, and we have

    (1β2)2=β2(β2+C)β=1C+2,\begin{aligned} (1 - \beta^2)^2 &= \beta^2 (\beta^2 + C) \\ \beta &= \frac{1}{\sqrt{C + 2}}, \end{aligned}

    which indeed corresponds to the positive maximum range, which is

    R=u2g1β2(β+β2+C)=u2gC+1.\begin{aligned} R &= \frac{u^2}{g} \sqrt{1 - \beta^2} \roundbr{\beta + \sqrt{\beta^2 + C}} \\[\tallspace] &= \frac{u^2}{g} \sqrt{C + 1}. \end{aligned}

Result

Hence the optimal launch angle for a projectile launched at speed uu from height hh in a gravitational field of strength gg is

ϕ=sin112gh/u2+2,\phi = \sin^{-1} \frac{1}{\sqrt{2 g h / u^2 + 2}},

achieving a maximum range of

R=u2g2gh/u2+1.R = \frac{u^2}{g} \sqrt{2 g h / u^2 + 1}.

In particular:

Finally, note that the optimal angle depends only on the dimensionless ratio C=2gh/u2C = 2 g h / u^2. In fact this may be shown using dimensional analysis without actually having to solve the problem; the only parameters are uu, gg, and hh, so the only dimensionless group (up to a power) is gh/u2g h / u^2.

See also

Cite this page

Conway (2022). Projectile motion: optimal launch angle from a platform. <https://yawnoc.github.io/math/projectile-platform> Accessed 2025-06-04.