Physics · Motion in a Plane

Projectile Motion

A bullet leaves a barrel, a cricket ball leaves a bat, a stone leaves a sling — and from that moment, ignoring air, only gravity acts. Every projectile question on NEET reduces to a single move: split the motion into a horizontal piece at constant velocity and a vertical piece in free fall, then solve. This deep-dive derives every formula NEET examines — trajectory, time of flight, maximum height, range — explains the complementary-angle trick that has been tested for centuries, drills the standard speed-at-the-peak distractor, and closes with three NEET PYQs (2023, 2022, 2021) decoded option-by-option.

The set-up and the master idea

NCERT §3.9 defines a projectile as any object that is in flight after being projected and is acted upon only by gravity. A football, a bullet, a relief packet dropped from a plane — all are projectiles. Air resistance is neglected and $g$ is taken constant.

Place the origin at the launch point. Let the projectile be launched with speed $v_0$ at angle $\theta_0$ above the horizontal. Resolve the initial velocity:

$$v_{0x} = v_0\cos\theta_0, \qquad v_{0y} = v_0\sin\theta_0$$

The acceleration throughout the flight is purely vertical and downward:

$$\mathbf{a} = -g\,\hat{\mathbf{j}}, \qquad a_x = 0,\ a_y = -g$$

Because gravity has no horizontal component, the horizontal motion proceeds at constant velocity. The vertical motion is identical to the free fall of a body launched straight up with speed $v_{0y}$. Galileo's principle of independence (Dialogue on the Great World Systems, 1632) says these two one-dimensional motions can be solved separately and recombined at the end.

NIOS §4.1 makes this visible with a balcony experiment: drop one ball and, at the same instant, throw a second ball horizontally off the edge. Both hit the ground at exactly the same moment. The thrown ball's vertical motion is unaffected by its horizontal speed.

Position and velocity equations

Setting $x_0 = y_0 = 0$ at the launch point and using $a_x = 0$, $a_y = -g$, NCERT Eq. (3.37) and (3.38) give the four equations that govern the projectile:

$$x(t) = (v_0\cos\theta_0)\,t \qquad y(t) = (v_0\sin\theta_0)\,t - \tfrac{1}{2}g t^2$$ $$v_x(t) = v_0\cos\theta_0 \qquad v_y(t) = v_0\sin\theta_0 - g t$$

Three things to internalise. $v_x$ has no $t$ — the horizontal component is locked in at launch. $y(t)$ is the same as a body launched straight up with speed $v_0\sin\theta_0$. At $t = 0$ both $x$ and $y$ are zero. The rest of the subtopic extracts consequences from these four equations.

The parabolic trajectory

What shape does the path trace? Eliminate $t$. From the $x$ equation, $t = x / (v_0\cos\theta_0)$. Substitute into the $y$ equation:

$$y = (v_0\sin\theta_0)\cdot\frac{x}{v_0\cos\theta_0} - \tfrac{1}{2}g\left(\frac{x}{v_0\cos\theta_0}\right)^{2}$$ $$\boxed{\;y = (\tan\theta_0)\,x - \frac{g}{2\,v_0^{2}\cos^{2}\theta_0}\,x^{2}\;}$$

This is a parabola of the form $y = ax - bx^{2}$, with $a = \tan\theta_0$ positive (the path rises) and $b = g/(2 v_0^{2}\cos^{2}\theta_0)$ positive (the path bends back down). The path of any projectile under uniform gravity and zero air drag is a parabola — NCERT Eq. (3.39), NIOS Eq. (4.8b).

Time of flight

The time of flight $T$ is the total time the projectile spends in the air, measured from launch to the instant it returns to the launch height. Setting $y = 0$ in $y(t) = (v_0\sin\theta_0)t - \tfrac{1}{2}g t^{2}$ gives two roots: $t = 0$ (launch) and the one we want,

$$\boxed{\;T = \frac{2 v_0\sin\theta_0}{g}\;}$$

The time to reach maximum height — at which $v_y = 0$ — is half of this:

$$t_m = \frac{v_0\sin\theta_0}{g} = \tfrac{T}{2}$$

The symmetry $T = 2 t_m$ is a consequence of the parabola being symmetric about its peak. Going up and coming down to the same level take equal times. This is NCERT Eq. (3.40a, b).

Maximum height

At the peak, the vertical velocity is zero. Using $v_y^{2} = v_{0y}^{2} - 2 g\,y$ with $v_y = 0$ and $v_{0y} = v_0\sin\theta_0$,

$$0 = v_0^{2}\sin^{2}\theta_0 - 2 g H \quad\Longrightarrow\quad \boxed{\;H = \frac{v_0^{2}\sin^{2}\theta_0}{2 g}\;}$$

This is NCERT Eq. (3.41). Two NEET-relevant features. First, $H$ depends only on the vertical component $v_0\sin\theta_0$ of the launch velocity — the horizontal speed never enters. Two projectiles launched with different angles but the same vertical component reach the same peak height. Second, $H$ scales as $v_0^{2}$, so doubling the launch speed quadruples the height (for fixed angle).

Horizontal range and the 45° optimum

The horizontal range $R$ is the horizontal distance covered between launch and the return to launch height. It equals the constant horizontal velocity multiplied by the time of flight:

$$R = (v_0\cos\theta_0)\cdot T = v_0\cos\theta_0\cdot\frac{2 v_0\sin\theta_0}{g} = \frac{v_0^{2}\,(2\sin\theta_0\cos\theta_0)}{g}$$

Using the identity $2\sin\theta\cos\theta = \sin 2\theta$,

$$\boxed{\;R = \frac{v_0^{2}\sin 2\theta_0}{g}\;}$$

For a fixed launch speed $v_0$, the range is largest when $\sin 2\theta_0$ is largest. The maximum value of the sine function is $1$, achieved at $2\theta_0 = 90°$, i.e. $\theta_0 = 45°$. At this angle,

$$R_{\max} = \frac{v_0^{2}}{g}$$

So a projectile achieves its longest horizontal flight when launched at 45° above the horizontal. NCERT Eq. (3.42a, b). NIOS §4.1.1 records the same result and notes that long-jumpers, hammer-throwers and javelin-throwers all approximate this angle in practice — though real-world athletes use slightly less because they are not launching from ground level.

The complementary-angle trap (NEET favourite)

This is the single most-tested subtlety in projectile motion. NCERT Example 3.6 records it; Galileo proved it in 1632. Take two launch angles that are complementary, that is, they add up to $90°$:

$$\theta\quad\text{and}\quad 90° - \theta$$

For example $30°$ and $60°$, or $40°$ and $50°$, or $15°$ and $75°$. The ranges are identical, because

$$\sin 2(90° - \theta) = \sin(180° - 2\theta) = \sin 2\theta$$

So launching at $30°$ and $60°$ with the same $v_0$ deposits the projectile at exactly the same spot on level ground. The trap is that students conclude the two motions are otherwise identical. They are not. The steeper launch climbs higher and stays in the air longer.

Velocity at any instant

At time $t$ the velocity components are $v_x = v_0\cos\theta_0$ and $v_y = v_0\sin\theta_0 - g t$. The instantaneous speed is

$$|\mathbf{v}(t)| = \sqrt{v_x^{2} + v_y^{2}} = \sqrt{v_0^{2}\cos^{2}\theta_0 + (v_0\sin\theta_0 - g t)^{2}}$$

and the direction with the horizontal is given by $\tan\alpha = v_y / v_x$. Two NEET-favourite checkpoints follow directly.

At the peak. At maximum height $v_y = 0$, so the speed is

$$|\mathbf{v}|_{\text{peak}} = v_x = v_0\cos\theta_0$$

The projectile is moving purely horizontally and the speed is not zero — it is the horizontal component of the launch velocity. This is the single most common distractor in NEET. The 2022 paper made the question even more pointed by stating the angle "with the vertical direction" so the candidate has to translate it to $60°$ with the horizontal before applying $v_0\cos 60° = 10 \times 0.5 = 5$ m s$^{-1}$. (The official answer is $5\sqrt{3}$ because the stem gave $60°$ from the vertical, leaving $30°$ with the horizontal and $v_0\cos 30° = 5\sqrt{3}$.)

At impact on level ground. At the landing instant $t = T$, we have $v_y = v_0\sin\theta_0 - g T = -v_0\sin\theta_0$. The vertical component is equal in magnitude and opposite in sign to its launch value. The horizontal component is unchanged. Therefore the landing speed equals the launch speed and the angle below the horizontal equals the launch angle above. This is the projectile's energy-conservation signature.

R, H, T shortcut relations NEET rewards

Several derived identities trim the algebra in NEET problems. Memorise these — they are time-savers, not luxuries.

  • R in terms of H and angle. Dividing $R$ by $H$ gives $R/H = 4\cot\theta_0$, i.e. $R = 4 H \cot\theta_0$. So if you know any two of $R$, $H$, $\theta_0$, you can find the third without touching $v_0$.
  • Maximum range identity. $R\,g = v_0^{2}\sin 2\theta_0$. At $\theta_0 = 45°$ this gives $R_{\max}\,g = v_0^{2}$.
  • Complementary heights. If $H_1$ and $H_2$ are the maximum heights for two complementary launches with the same $v_0$, then $H_1 + H_2 = v_0^{2}/(2g)$. Proof: $H_1 + H_2 = v_0^{2}(\sin^{2}\theta + \sin^{2}(90°-\theta))/(2g) = v_0^{2}(\sin^{2}\theta + \cos^{2}\theta)/(2g) = v_0^{2}/(2g)$.
  • Complementary times. $T_1\cdot T_2 = (2 v_0\sin\theta/g)\cdot(2 v_0\cos\theta/g) = 4 v_0^{2}\sin\theta\cos\theta/g^{2} = 2 R/g$.

Horizontal launch from a height

NCERT Example 3.7 (hiker on a cliff) and NIOS §4.1 cover this case directly. Launch from height $h$ with horizontal speed $u$ and $v_{0y} = 0$. Place the origin at the launch point with $y$ measured downward as positive (or upward as positive with $y_{\text{ground}} = -h$). The ball hits the ground when $\tfrac{1}{2}g t^{2} = h$, giving

$$T = \sqrt{\frac{2 h}{g}}, \qquad R = u\,T = u\sqrt{\frac{2 h}{g}}$$

The time of fall is identical to that of a body dropped from rest at the same height — direct confirmation of the independence principle. The 2021 NEET PYQ Q.44 (car-and-ball) is exactly this setup: at the instant of release the ball acquires the car's speed as its horizontal launch component, and falls with $g$ vertically. The horizontal velocity of the ball is the car's velocity at the release instant, and stays unchanged.

Projectile on an inclined plane (brief)

NEET occasionally tests projectiles launched along or up an incline of angle $\alpha$. Rotate the axes so the new $x$-axis lies along the incline and the new $y$-axis is perpendicular to it. The gravitational acceleration then has components $-g\sin\alpha$ along the incline and $-g\cos\alpha$ perpendicular to it. With the projectile launched at angle $\theta$ to the incline and initial speed $u$, the time of flight (return to the incline) is

$$T = \frac{2 u\sin\theta}{g\cos\alpha}$$

and the range up the incline is

$$R = \frac{2 u^{2}\sin\theta\cos(\theta + \alpha)}{g\cos^{2}\alpha}$$

The optimum launch angle for maximum range up the incline is $\theta = (90° - \alpha)/2$, not $45°$. Treat the inclined-plane case as bonus material — appearance frequency is roughly one paper in five.

Worked NEET-style examples

Example 1 · NCERT Exercise 3.13

A cricketer can throw a ball to a maximum horizontal distance of $100$ m. How high above the ground can the cricketer throw the same ball?

Maximum range occurs at $\theta_0 = 45°$, so $R_{\max} = v_0^{2}/g = 100$ m, giving $v_0^{2} = 100 g$. The maximum vertical height with the same launch speed is reached by throwing straight up, where all the kinetic energy converts to potential energy: $\tfrac{1}{2}m v_0^{2} = m g h$.

$$h = \frac{v_0^{2}}{2 g} = \frac{100 g}{2 g} = 50\ \text{m}$$

Answer: $50$ m. Distractor: students sometimes write $h = R_{\max} = 100$ m by reflex, forgetting the factor of two.

Example 2 · NCERT Exercise 3.12

The ceiling of a long hall is $25$ m high. What is the maximum horizontal distance that a ball thrown with a speed of $40$ m s$^{-1}$ can go without hitting the ceiling? (Take $g = 9.8$ m s$^{-2}$.)

First, the largest permitted maximum height is $H = 25$ m. From $H = v_0^{2}\sin^{2}\theta_0/(2 g)$:

$$\sin^{2}\theta_0 = \frac{2 g H}{v_0^{2}} = \frac{2\times 9.8\times 25}{1600} = 0.30625$$

$\sin\theta_0 \approx 0.553$, $\cos\theta_0 \approx 0.833$, $\theta_0 \approx 33.6°$. The corresponding range is

$$R = \frac{v_0^{2}\,2\sin\theta_0\cos\theta_0}{g} = \frac{1600 \times 2\times 0.553\times 0.833}{9.8} \approx 150.5\ \text{m}$$

Answer: about $150$ m. Note that $\theta_0 < 45°$ — going steeper would breach the ceiling.

Example 3 · Standard NEET drill

A projectile is fired at $53°$ above the horizontal with initial speed $v_0 = 25$ m s$^{-1}$. Find (a) time of flight, (b) maximum height, (c) horizontal range. Take $g = 10$ m s$^{-2}$, $\sin 53° = 0.8$, $\cos 53° = 0.6$.

$v_{0x} = 25\times 0.6 = 15$ m s$^{-1}$, $v_{0y} = 25\times 0.8 = 20$ m s$^{-1}$.

(a) $T = 2 v_{0y}/g = 2\times 20/10 = 4$ s.

(b) $H = v_{0y}^{2}/(2g) = 400/20 = 20$ m.

(c) $R = v_{0x}\cdot T = 15\times 4 = 60$ m. Or directly: $R = v_0^{2}\sin 2\theta_0/g = 625\times\sin 106°/10 \approx 60$ m. $T = 4$ s, $H = 20$ m, $R = 60$ m.

Example 4 · Complementary-angle ratio

Two projectiles are fired from the same point with the same speed $v_0$, one at $30°$ and the other at $60°$ above the horizontal. Find (a) the ratio of their ranges, (b) the ratio of their maximum heights, (c) the ratio of their times of flight.

(a) Ranges: $R_1/R_2 = \sin 60°/\sin 120° = 1$. Ranges are equal.

(b) Heights: $H_1/H_2 = \sin^{2}30°/\sin^{2}60° = (1/4)/(3/4) = 1/3$. The $60°$ projectile climbs three times higher.

(c) Times: $T_1/T_2 = \sin 30°/\sin 60° = (1/2)/(\sqrt 3/2) = 1/\sqrt 3$. The $60°$ projectile is in the air $\sqrt 3$ times longer.

$R_1:R_2 = 1:1$, $H_1:H_2 = 1:3$, $T_1:T_2 = 1:\sqrt 3$. Use these ratios as sanity checks any time a NEET problem mentions $30°$ and $60°$.

Quick recap

What this subtopic locked in

  • Two independent motions. $x(t) = v_0\cos\theta_0\,t$ at constant speed; $y(t) = v_0\sin\theta_0\,t - \tfrac{1}{2}g t^{2}$ in free fall.
  • Parabolic path. $y = x\tan\theta_0 - g x^{2}/(2 v_0^{2}\cos^{2}\theta_0)$ — direct consequence of constant downward acceleration plus initial horizontal velocity.
  • Three signature formulas. $T = 2 v_0\sin\theta_0/g$, $H = v_0^{2}\sin^{2}\theta_0/(2g)$, $R = v_0^{2}\sin 2\theta_0/g$.
  • Range maximum at $45°$. $R_{\max} = v_0^{2}/g$. Complementary angles $\theta$ and $90° - \theta$ give equal range, unequal $H$ and $T$.
  • Peak speed is $v_0\cos\theta_0$, not zero. Horizontal component never changes.
  • Horizontal launch from height $h$. $T = \sqrt{2h/g}$, $R = u\sqrt{2h/g}$.
  • Shortcuts. $R = 4 H\cot\theta_0$; complementary heights sum to $v_0^{2}/(2g)$; complementary times multiply to $2 R/g$.

NEET PYQ Snapshot — Projectile Motion

Three PYQs that test projectile motion directly. NEET extracts a question from this subtopic almost every year.

NEET 2023

A bullet is fired from a gun at the speed of $280$ m s$^{-1}$ in the direction $30°$ above the horizontal. The maximum height attained by the bullet is ($g = 9.8$ m s$^{-2}$, $\sin 30° = 0.5$):

  1. $3000$ m
  2. $2800$ m
  3. $2000$ m
  4. $1000$ m
Answer: (4) $1000$ m

Why: Apply $H = v_0^{2}\sin^{2}\theta_0/(2 g) = (280)^{2}(0.5)^{2}/(2\times 9.8) = 78400\times 0.25/19.6 = 19600/19.6 = 1000$ m. Distractor (1) drops the squaring of $\sin\theta$; (2) uses $v_0^{2}$ without the $\sin^{2}\theta$ factor and mis-divides; (3) takes $\sin 30° = 1$ by reflex (confusing with $\sin 90°$). Always square the sine.

NEET 2022

A ball is projected with a velocity $10$ m s$^{-1}$ at an angle of $60°$ with the vertical direction. Its speed at the highest point of its trajectory will be:

  1. $5\sqrt 3$ m s$^{-1}$
  2. $5$ m s$^{-1}$
  3. $10$ m s$^{-1}$
  4. Zero
Answer: (1) $5\sqrt 3$ m s$^{-1}$

Why: Angle with the vertical is $60°$, so angle with the horizontal is $30°$. At the highest point only $v_x$ survives: $v_{\text{peak}} = v_0\cos 30° = 10\times(\sqrt 3/2) = 5\sqrt 3$ m s$^{-1}$. Distractor (2) uses $v_0\cos 60° = 5$ — forgets to convert "from the vertical" to "from the horizontal". (3) assumes speed is preserved (energy reasoning forgets that potential energy increases). (4) is the most common trap — assuming the projectile is momentarily at rest at the peak. It is not; only $v_y$ is zero.

NEET 2021

A particle moving in a circle of radius $R$ with a uniform speed takes a time $T$ to complete one revolution. If this particle were projected with the same speed at an angle $\theta$ to the horizontal, the maximum height attained by it equals $4 R$. The angle of projection $\theta$ is then given by:

  1. $\theta = \sin^{-1}\!\left(\dfrac{2 g T^{2}}{\pi^{2} R}\right)^{1/2}$
  2. $\theta = \cos^{-1}\!\left(\dfrac{g T^{2}}{\pi^{2} R}\right)^{1/2}$
  3. $\theta = \cos^{-1}\!\left(\dfrac{\pi R}{g T^{2}}\right)^{1/2}$
  4. $\theta = \sin^{-1}\!\left(\dfrac{\pi R}{g T^{2}}\right)^{1/2}$
Answer: (1)

Why: Speed on the circle is $u = 2\pi R/T$. Maximum height of a projectile at angle $\theta$ is $H = u^{2}\sin^{2}\theta/(2 g)$. Setting $H = 4 R$ and solving for $\sin^{2}\theta$: $\sin^{2}\theta = 8 g R/u^{2} = 8 g R\,T^{2}/(4\pi^{2}R^{2}) = 2 g T^{2}/(\pi^{2}R)$. So $\theta = \sin^{-1}\sqrt{2 g T^{2}/(\pi^{2}R)}$, matching (1). The other options either flip sin/cos or lose factors of $2$ and $\pi$ in the algebra.

FAQs — Projectile Motion

Short answers to the questions NEET aspirants ask most about projectiles.

At what angle of projection is the horizontal range of a projectile maximum, and what is the maximum range?
On level ground, the range R = v0 squared times sin(2 theta) divided by g is largest when sin(2 theta) equals one, that is when 2 theta is 90 degrees, so theta equals 45 degrees. The maximum horizontal range is then R max equals v0 squared divided by g.
Is the speed of a projectile zero at the highest point of its trajectory?
No. At the highest point only the vertical component of velocity is zero. The horizontal component v0 cos theta remains unchanged throughout the flight because there is no horizontal force. So at the peak the projectile is moving purely horizontally with speed v0 cos theta. NEET 2022 tested this directly.
Why is the path of a projectile a parabola?
Eliminating time from x equals v0 cos theta times t and y equals v0 sin theta times t minus half g t squared gives y equals x tan theta minus g x squared divided by 2 v0 squared cos squared theta. This is of the form y equals a x plus b x squared, which is the equation of a parabola. The acceleration is constant and directed only vertically, so the trajectory must be a parabola whenever the initial velocity has a horizontal component.
Do two different launch angles ever give the same horizontal range?
Yes. Two angles that are complementary about 45 degrees, that is theta and 90 minus theta, give identical horizontal ranges because sin 2 theta equals sin of 180 minus 2 theta. For example 30 degrees and 60 degrees yield the same range. However the times of flight and maximum heights differ. The steeper angle stays in the air longer and climbs higher.
How are range R, maximum height H, and launch angle theta related?
Dividing the standard formulas gives R equals 4 H cot theta. For complementary launch angles theta and 90 minus theta the sum of the two maximum heights equals v0 squared divided by 2 g, and the product of the two times of flight equals 2 R divided by g.
What happens when a projectile is launched horizontally from a height h?
With initial horizontal speed u and zero vertical component, the time to reach the ground is T equals square root of 2 h over g, identical to a freely falling body dropped from the same height. The horizontal range is u times that time, R equals u times square root of 2 h over g. The vertical and horizontal motions are completely independent, which is why a ball dropped and a ball thrown horizontally hit the ground simultaneously.