How do we model projectile motion in two dimensions, and what quantities (range, maximum height, time of flight) can we extract?
Model projectile motion in two dimensions using parametric equations and find range, maximum height, time of flight and trajectory equation
A focused answer to the HSC Maths Extension 1 dot point on projectile motion. The parametric equations for position, velocity and acceleration under gravity, the Cartesian trajectory equation, and standard quantities (range, maximum height, time of flight), with worked examples.
✦ Generated by Claude Opus 4.8·13 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
NESA wants you to model a projectile launched from ground level (or some height) with a given initial speed and angle, write down the parametric position equations, find the trajectory equation, and compute the standard quantities: range, time of flight, maximum height, and velocity at a given time.
The whole topic rests on a single physical idea: horizontal and vertical motion are independent. Gravity acts only downward, so it changes the vertical velocity and leaves the horizontal velocity untouched. That is why a problem in two dimensions splits cleanly into two one-dimensional problems that share the same clock t.
The answer
The model
A projectile launched from the origin with initial speed V at angle α above the horizontal, with gravitational acceleration g downward and no air resistance:
Velocity components:
x˙(t)=Vcosα,y˙(t)=Vsinα−gt.
Position equations:
x(t)=Vcosα⋅t,y(t)=Vsinα⋅t−21gt2.
Acceleration:
x¨=0,y¨=−g.
Horizontal motion is at constant velocity; vertical motion is under constant downward acceleration g.
Building the trajectory, stage by stage
The figures below build a launch from the ground one feature at a time, in the order you should set the problem up.
Stage 1, resolve the launch velocity. The initial velocity V at angle α splits into a horizontal part Vcosα and a vertical part Vsinα. Every later formula is built from these two components, so resolve first.
Stage 2, trace the path. Constant horizontal velocity carries the projectile sideways at a steady rate while gravity bends the vertical motion, and the combination is a parabola. Eliminating t from the two position equations gives its Cartesian form, y=xtanα−2V2cos2αgx2.
Stage 3, find the maximum height. At the top of the path the projectile is momentarily moving horizontally, so the vertical velocity is zero: y˙=0. Solving Vsinα−gt=0 gives t=gVsinα; substituting into y gives H=2gV2sin2α.
Stage 4, find the range and time of flight. On level ground the projectile lands when y=0 again, at t=g2Vsinα - exactly twice the time to the top, by symmetry. The range is the horizontal distance covered in that time, R=Vcosα⋅t=gV2sin2α.
Standard derived quantities
Time of flight (on horizontal ground): set y(t)=0.
T=g2Vsinα.
Range on horizontal ground: R=Vcosα⋅T.
R=gV2sin2α.
(Maximum range occurs at α=45∘, because sin2α peaks there.)
Maximum height: set y˙(t)=0, giving t=gVsinα, then substitute.
H=2gV2sin2α.
Trajectory (Cartesian) equation
Eliminate t from the position equations. From x=Vcosα⋅t, t=Vcosαx. Substitute into y:
y=xtanα−2V2cos2αgx2=xtanα−2V2gx2(1+tan2α).
This is a downward parabola. The second form, using sec2α=1+tan2α, is handy when a question gives or asks for the launch angle through tanα.
Launched from a height
If the projectile starts at height h, then y(t)=h+Vsinα⋅t−21gt2. The time of flight is now the larger root of this quadratic in t, and the symmetric range formula no longer applies - you must solve the quadratic. This is the single most common way the standard formulas are made to fail, so check the launch height before reaching for R=gV2sin2α.
Velocity: speed and direction
Magnitude of velocity at time t:
v(t)=(x˙)2+(y˙)2.
Direction (above horizontal):
θ(t)=arctanx˙y˙.
The speed is minimum at the top of the trajectory, where y˙=0 and the speed is just Vcosα. On level ground the landing speed equals the launch speed, by symmetry of the parabola.
Range on inclined ground
For ground inclined at angle β to the horizontal, the projectile lands when its path meets the line of the slope, so you set y(t)=±x(t)tanβ (sign depending on uphill or downhill) and solve for t. This is a harder Section II application; the method is unchanged, only the landing condition is.
How exam questions ask about projectile motion
"Show that the position is given by ..." / "Derive the equations of motion." Start from x¨=0, y¨=−g and integrate twice, using the initial velocity components and launch point as the constants. Show the integration; do not just quote the result.
"Find the greatest height." A y˙=0 question: solve for t, substitute into y.
"Find the range" or "how far from the launch point does it land?" A y=0 question (level ground) or a "meets the slope / cliff base" condition; solve for t, then substitute into x.
"Find the speed and direction after t seconds / on landing." Combine the components: speed x˙2+y˙2, angle arctan(y˙/x˙). Mind the sign of y˙ on the way down.
"Show the trajectory is a parabola" or "find the Cartesian equation." Eliminate t between the two position equations.
"For what angle is the range greatest?" Maximise sin2α: the answer is 45∘ on level ground.
"The projectile is launched from a height h ..." Add h to y(t) and solve the resulting quadratic; the symmetric formulas do not apply.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2022 HSC Q214 marksA particle is projected from ground level at angle α above the horizontal with initial speed V. Assuming acceleration due to gravity is g, derive expressions for the range R on horizontal ground and the maximum height H.
Show worked answer →
Components of initial velocity: Vx=Vcosα, Vy=Vsinα.
Position equations (with the origin at launch and upward positive):
x(t)=Vcosα⋅t
y(t)=Vsinα⋅t−21gt2
Range: set y(t)=0 to find time of flight. t=0 (launch) or t=g2Vsinα.
R=Vcosα⋅g2Vsinα=g2V2sinαcosα=gV2sin2α.
Maximum height: set y˙(t)=Vsinα−gt=0, so t=gVsinα.
Markers reward stating the equations of motion, finding times by setting position or velocity components to zero, and the standard expressions for R and H.