JEE PYQ: Motion in a Plane - Question ID 3b87b1d57878 (JEE Main 2020)

ID: 3b87b1d57878JEE Main 2020Numerical Value
A particle is moving along the x-axis with its coordinate with the time 't' given be
x(t) = 10 + 8t – 3t2. Another particle is moving the y-axis with its coordinate as a function of time given by y(t) = 5 – 8t3.
At t = 1s, the speed of the second particle as measured in the frame of the first particle is given as v\sqrt v. Then v (in m/s) is ______.

Your Answer

Step-by-step Explanation

Core Formula & Concept:

To find the speed of the second particle as measured in the frame of the first particle, we must compute the relative velocity of the second particle with respect to the first. The key formulas and concepts are:

  • Position as a function of time: For any particle, its position vector is given by r(t)=x(t)i^+y(t)j^\vec{r}(t) = x(t)\,\hat{i} + y(t)\,\hat{j}.
  • Velocity as the time derivative of position: v(t)=drdt=dxdti^+dydtj^\vec{v}(t) = \frac{d\vec{r}}{dt} = \frac{dx}{dt}\,\hat{i} + \frac{dy}{dt}\,\hat{j}.
  • Relative velocity: If v1\vec{v}_1 is the velocity of the first particle and v2\vec{v}_2 is the velocity of the second particle, then the velocity of the second particle relative to the first is v2/1=v2v1\vec{v}_{2/1} = \vec{v}_2 - \vec{v}_1.
  • Speed in the relative frame: The speed is the magnitude of the relative velocity vector: v2/1=v2/1=(v2xv1x)2+(v2yv1y)2v_{2/1} = \bigl|\vec{v}_{2/1}\bigr| = \sqrt{(v_{2x} - v_{1x})^2 + (v_{2y} - v_{1y})^2}.
Step-by-Step Derivation:

1. Write down the given position functions:

x(t)=10+8t3t2,y(t)=58t3.x(t) = 10 + 8t - 3t^2,\qquad y(t) = 5 - 8t^3.

2. Compute the velocity of the first particle (moving along the x-axis):

v1x(t)=dxdt=ddt(10+8t3t2)=86t,v1y(t)=0.v_{1x}(t) = \frac{dx}{dt} = \frac{d}{dt}\bigl(10 + 8t - 3t^2\bigr) = 8 - 6t,\quad v_{1y}(t) = 0. At t=1t=1 s, v1x(1)=86(1)=2 m/s,v1y(1)=0.v_{1x}(1) = 8 - 6(1) = 2\text{ m/s},\quad v_{1y}(1) = 0.

3. Compute the velocity of the second particle (moving along the y-axis):

v2y(t)=dydt=ddt(58t3)=24t2,v2x(t)=0.v_{2y}(t) = \frac{dy}{dt} = \frac{d}{dt}\bigl(5 - 8t^3\bigr) = -24t^2,\quad v_{2x}(t) = 0. At t=1t=1 s, v2y(1)=24(1)2=24 m/s,v2x(1)=0.v_{2y}(1) = -24(1)^2 = -24\text{ m/s},\quad v_{2x}(1) = 0.

4. Form the relative velocity vector v2/1\vec{v}_{2/1}:

v2/1=v2v1=(v2xv1x)i^+(v2yv1y)j^=(02)i^+(240)j^=2i^24j^.\vec{v}_{2/1} = \vec{v}_2 - \vec{v}_1 = \bigl(v_{2x} - v_{1x}\bigr)\,\hat{i} + \bigl(v_{2y} - v_{1y}\bigr)\,\hat{j} = (0 - 2)\,\hat{i} + (-24 - 0)\,\hat{j} = -2\,\hat{i} - 24\,\hat{j}.

5. Compute the magnitude of v2/1\vec{v}_{2/1} (the relative speed):

v2/1=v2/1=(2)2+(24)2=4+576=580.v_{2/1} = \bigl|\vec{v}_{2/1}\bigr| = \sqrt{(-2)^2 + (-24)^2} = \sqrt{4 + 576} = \sqrt{580}. According to the problem, this speed is given as v\sqrt{v}. Hence v=580    v=580 m/s.\sqrt{v} = \sqrt{580}\;\Longrightarrow\;v = 580\text{ m/s}. Common Traps & Exam Tip:

1. Forgetting to subtract the first particle’s velocity: Many students compute only the second particle’s speed and stop there, missing the relative‐frame requirement. 2. Sign errors in derivatives: A common mistake is to mis‐differentiate 3t2-3t^2 or 8t3-8t^3, leading to wrong velocity components. 3. Mixing up axes: The first particle moves along the x-axis and the second along the y-axis; swapping their velocity components gives an incorrect magnitude.

Exam Tip: Always write down the relative‐velocity formula explicitly and double‐check each derivative before plugging in the time.