Academy
Formulas/physics/Kinematics/Position of Projectile at Any Time

Position of Projectile at Any Time

Horizontal and vertical coordinates of a projectile at time t.
Class 11Class JEE
Derivation

What these equations give

At any time tt during flight, the projectile's coordinates are:

x=ucosθtx = u\cos\theta \cdot t

y=usinθt12gt2y = u\sin\theta \cdot t - \frac{1}{2}gt^2

Together, (x,y)(x, y) gives the exact position of the projectile at time tt. These are parametric equations of the trajectory — tt is the parameter.

Derivation

Taking the launch point as the origin, with xx horizontal and yy vertically upward.

Horizontal position:

Horizontal motion has constant velocity ucosθu\cos\theta and zero acceleration:

x=uxt+12(0)t2=ucosθtx = u_x \cdot t + \frac{1}{2}(0)t^2 = u\cos\theta \cdot t

x=ucosθt\boxed{x = u\cos\theta \cdot t}

Vertical position:

Vertical motion has initial velocity usinθu\sin\theta and constant downward acceleration gg. Taking upward as positive, acceleration is g-g:

y=uyt+12(g)t2y = u_y \cdot t + \frac{1}{2}(-g)t^2

y=usinθt12gt2\boxed{y = u\sin\theta \cdot t - \frac{1}{2}gt^2}

Both follow directly from the second equation of motion s=ut+12at2s = ut + \frac{1}{2}at^2 applied independently to each direction.

Finding position at a specific time

Example: u=20u = 20 m/s, θ=30°\theta = 30°, find position at t=1t = 1 s.

x=20cos30°×1=20×32=10317.3 mx = 20\cos30° \times 1 = 20 \times \frac{\sqrt{3}}{2} = 10\sqrt{3} \approx 17.3 \text{ m}

y=20sin30°×112(10)(1)2=20×0.55=105=5 my = 20\sin30° \times 1 - \frac{1}{2}(10)(1)^2 = 20 \times 0.5 - 5 = 10 - 5 = 5 \text{ m}

Position at t=1t = 1 s: (103, 5)(10\sqrt{3},\ 5) m.

From parametric to Cartesian — the trajectory

From the xx equation: t=xucosθt = \frac{x}{u\cos\theta}

Substitute into the yy equation:

y=usinθxucosθ12g(xucosθ)2y = u\sin\theta \cdot \frac{x}{u\cos\theta} - \frac{1}{2}g\left(\frac{x}{u\cos\theta}\right)^2

y=xtanθgx22u2cos2θy = x\tan\theta - \frac{gx^2}{2u^2\cos^2\theta}

This is the equation of trajectory — a parabola in xx and yy with time eliminated. See the Equation of Trajectory entry for the full derivation.

Symmetry of the trajectory

The trajectory is symmetric about the highest point (the vertex of the parabola). This means:

  • The horizontal distance to the top is exactly half the range: R2\frac{R}{2}
  • The time to reach the top is exactly half the total time of flight: T2\frac{T}{2}
  • The position at time tt and at time TtT - t are mirror images about the vertical axis through the top
Remember
To find when the projectile is at a given height $h$, set $y = h$ in the vertical equation and solve the quadratic in $t$. You will get two solutions — one on the way up, one on the way down. Both are valid unless the height is above the maximum, in which case there are no real solutions.