JEE PYQ: Motion in a Straight Line - Question ID 6dbf0a9a7b1a (JEE Main 2020)

ID: 6dbf0a9a7b1aJEE Main 2020Single Correct MCQ
A helicopter rises from rest on the ground vertically upwards with a constant acceleration g. A food packet is dropped from the helicopter when it is at a height h. The time taken by the packet to reach the ground is close to :
[g is the acceleration due to gravity]
JEE Question illustration 6dbf0a9a7b1a

Select Option

Step-by-step Explanation

Core Formula & Concept:

When an object moves with constant acceleration, its motion can be described using the kinematic equations. The key formulas we will use are:

  • Displacement as a function of time: s=ut+12at2s = ut + \frac{1}{2} a t^2
  • Velocity as a function of time: v=u+atv = u + at

Here, uu is the initial velocity, aa is the acceleration, tt is the time, and ss is the displacement.

In this problem:

  • The helicopter starts from rest and accelerates upward with acceleration gg. This means its initial velocity is 00, and its acceleration is +g+g (taking upward as positive).
  • When the helicopter reaches height hh, a food packet is dropped. At that instant, the packet has the same velocity as the helicopter (since it was inside the helicopter).
  • Once dropped, the packet is under the influence of gravity alone, so it experiences acceleration g-g (downward).

We need to find the time taken by the packet to reach the ground after being dropped from height hh.

Step-by-Step Derivation:

Step 1: Find the velocity of the helicopter (and packet) at height hh

The helicopter starts from rest (u=0u = 0) and accelerates upward with acceleration gg. Let t1t_1 be the time taken by the helicopter to reach height hh. Using the displacement formula:

h=0t1+12gt12    h=12gt12h = 0 \cdot t_1 + \frac{1}{2} g t_1^2 \implies h = \frac{1}{2} g t_1^2

Solving for t1t_1:

t1=2hgt_1 = \sqrt{\frac{2h}{g}}

Now, the velocity vv of the helicopter (and packet) at height hh is:

v=u+at1=0+gt1=g2hg=2ghv = u + a t_1 = 0 + g t_1 = g \sqrt{\frac{2h}{g}} = \sqrt{2gh}

So, when the packet is dropped, it has an initial upward velocity v=2ghv = \sqrt{2gh}.

Step 2: Motion of the packet after being dropped

After being dropped, the packet moves under gravity with:

  • Initial velocity: u=2ghu = \sqrt{2gh} (upward)
  • Acceleration: a=ga = -g (downward)
  • Displacement: s=hs = -h (since it moves from height hh to the ground, which is downward)

Using the displacement formula:

s=ut+12at2s = ut + \frac{1}{2} a t^2

Substituting the values:

h=2ght+12(g)t2-h = \sqrt{2gh} \cdot t + \frac{1}{2} (-g) t^2

Simplify:

h=2ght12gt2-h = \sqrt{2gh} \cdot t - \frac{1}{2} g t^2

Multiply both sides by 1-1:

h=2ght+12gt2h = -\sqrt{2gh} \cdot t + \frac{1}{2} g t^2

Rearrange:

12gt22ghth=0\frac{1}{2} g t^2 - \sqrt{2gh} \cdot t - h = 0

Multiply through by 22 to simplify:

gt222ght2h=0g t^2 - 2 \sqrt{2gh} \cdot t - 2h = 0

Divide the entire equation by gg to make it dimensionless:

t222hgt2hg=0t^2 - 2 \sqrt{\frac{2h}{g}} \cdot t - \frac{2h}{g} = 0

Let τ=hg\tau = \sqrt{\frac{h}{g}}. Then hg=τ2\frac{h}{g} = \tau^2, and the equation becomes:

t222τt2τ2=0t^2 - 2 \sqrt{2} \tau \cdot t - 2 \tau^2 = 0

This is a quadratic equation in tt:

t222τt2τ2=0t^2 - 2 \sqrt{2} \tau t - 2 \tau^2 = 0

Solve for tt using the quadratic formula t=b±b24ac2at = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where a=1a = 1, b=22τb = -2 \sqrt{2} \tau, and c=2τ2c = -2 \tau^2:

t=22τ±(22τ)241(2τ2)2t = \frac{2 \sqrt{2} \tau \pm \sqrt{(2 \sqrt{2} \tau)^2 - 4 \cdot 1 \cdot (-2 \tau^2)}}{2}

Simplify the discriminant:

(22τ)2+8τ2=8τ2+8τ2=16τ2(2 \sqrt{2} \tau)^2 + 8 \tau^2 = 8 \tau^2 + 8 \tau^2 = 16 \tau^2

Thus:

t=22τ±16τ22=22τ±4τ2t = \frac{2 \sqrt{2} \tau \pm \sqrt{16 \tau^2}}{2} = \frac{2 \sqrt{2} \tau \pm 4 \tau}{2}

We discard the negative root because time cannot be negative:

t=22τ+4τ2=2τ+2τ=(2+2)τt = \frac{2 \sqrt{2} \tau + 4 \tau}{2} = \sqrt{2} \tau + 2 \tau = (\sqrt{2} + 2) \tau

Substitute back τ=hg\tau = \sqrt{\frac{h}{g}}:

t=(2+2)hgt = (2 + \sqrt{2}) \sqrt{\frac{h}{g}}

Calculate the numerical value of 2+22 + \sqrt{2}:

21.414    2+1.414=3.414\sqrt{2} \approx 1.414 \implies 2 + 1.414 = 3.414

Thus:

t3.4hgt \approx 3.4 \sqrt{\frac{h}{g}}

This matches option A.

Common Traps & Exam Tip:

Students often make the following mistakes in this problem:

  1. Ignoring the initial velocity of the packet: Many assume the packet is dropped from rest, leading to the incorrect formula t=2hgt = \sqrt{\frac{2h}{g}}. However, the packet inherits the velocity of the helicopter at height hh, which is 2gh\sqrt{2gh}.
  2. Sign errors in acceleration: Some students take upward as negative or downward as positive, leading to incorrect signs in the kinematic equations. Always define a consistent coordinate system (e.g., upward as positive).
  3. Solving the quadratic equation incorrectly: The quadratic equation has two roots, but only the positive root is physically meaningful. Students sometimes pick the wrong root or make algebraic errors in solving the quadratic.
  4. Approximation errors: The exact solution is t=(2+2)hgt = (2 + \sqrt{2}) \sqrt{\frac{h}{g}}, and 2+23.4142 + \sqrt{2} \approx 3.414. Students may miscalculate this or confuse it with other numerical approximations.

Exam Tip: Always break the problem into two parts:

  1. Motion of the helicopter until the packet is dropped.
  2. Motion of the packet after being dropped.
This ensures you account for the initial velocity of the packet correctly.

Related Questions from Motion in a Straight Line

ID: 3bcc2581db85JEE Main 2026

A gas balloon is going up with a constant velocity of 10 m/s10 \mathrm{~m} / \mathrm{s}. When this balloon reached a height of 75 m , a stone is dropped from it and balloon keeps moving up with the same velocity. The height of the balloon when the stone hits the ground is ____\_\_\_\_ m. (Take g=10 m/s2g=10 \mathrm{~m} / \mathrm{s}^2 )

View Solution →
ID: 2e82840fda73JEE Main 2026

The velocity (v)(v) versus time (t)(t) plot of a particle is shown in the figure, for a time interval of 40 s . The total distance travelled by the particle and the average velocity during this period are, respectively

____\_\_\_\_.

JEE Main 2026 (Online) 5th April Evening Shift Physics - Motion in a Straight Line Question 3 English
View Solution →
ID: f97d835af5d4JEE Main 2026

Two cars AA and BB are moving in the same direction along a straight line with speeds 100 km/h100 \mathrm{~km} / \mathrm{h} and 80 km/h80 \mathrm{~km} / \mathrm{h}, respectively such that car AA is moving ahead of car BB. A person in car BB throws a stone with a speed vv so that it hits the car AA with a speed of 5 m/s5 \mathrm{~m} / \mathrm{s}. The value of vv is ____\_\_\_\_ km/h\mathrm{km} / \mathrm{h}.

View Solution →
ID: 2b8b065cdd64JEE Main 2026

A particle starts moving from time t=0t=0 and its coordinate is given as x(t)=4t33tx(t) = 4t^3 - 3t

A. The particle returns to its original position (origin) 0.866 units later

B. The particle is 1 unit away from origin at its turning point

C. Acceleration of the particle is non-negative

D. The particle is 0.5 units away from origin at its turning point

E. Particle never turns back as acceleration is non-negative

Choose the correct answer from the options given below :

View Solution →