Horizontal and vertical coordinates of a projectile at time t.
Class 11Class JEE
Derivation
What these equations give
At any time t during flight, the projectile's coordinates are:
x=ucosθ⋅t
y=usinθ⋅t−21gt2
Together, (x,y) gives the exact position of the projectile at time t. These are parametric equations of the trajectory — t is the parameter.
Derivation
Taking the launch point as the origin, with x horizontal and y vertically upward.
Horizontal position:
Horizontal motion has constant velocity ucosθ and zero acceleration:
x=ux⋅t+21(0)t2=ucosθ⋅t
x=ucosθ⋅t
Vertical position:
Vertical motion has initial velocity usinθ and constant downward acceleration g. Taking upward as positive, acceleration is −g:
y=uy⋅t+21(−g)t2
y=usinθ⋅t−21gt2
Both follow directly from the second equation of motion s=ut+21at2 applied independently to each direction.
Finding position at a specific time
Example:u=20 m/s, θ=30°, find position at t=1 s.
x=20cos30°×1=20×23=103≈17.3 m
y=20sin30°×1−21(10)(1)2=20×0.5−5=10−5=5 m
Position at t=1 s: (103,5) m.
From parametric to Cartesian — the trajectory
From the x equation: t=ucosθx
Substitute into the y equation:
y=usinθ⋅ucosθx−21g(ucosθx)2
y=xtanθ−2u2cos2θgx2
This is the equation of trajectory — a parabola in x and y 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: 2R
The time to reach the top is exactly half the total time of flight: 2T
The position at time t and at time T−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.