JEE PYQ: Motion in a Plane - Question ID bcb046c45e97 (JEE Main 2024)

ID: bcb046c45e97JEE Main 2024Numerical Value

A particle starts from origin at t=0t=0 with a velocity 5i^ m/s5 \hat{i} \mathrm{~m} / \mathrm{s} and moves in xyx-y plane under action of a force which produces a constant acceleration of (3i^+2j^)m/s2(3 \hat{i}+2 \hat{j}) \mathrm{m} / \mathrm{s}^2. If the xx-coordinate of the particle at that instant is 84 m84 \mathrm{~m}, then the speed of the particle at this time is α m/s\sqrt{\alpha} \mathrm{~m} / \mathrm{s}. The value of α\alpha is _________.

Your Answer

Step-by-step Explanation

Core Formula & Concept:

In two-dimensional motion under constant acceleration, the position and velocity of a particle at any time tt are governed by the kinematic equations:

  • Position vector: r(t)=r0+v0t+12at2\vec{r}(t) = \vec{r}_0 + \vec{v}_0 t + \tfrac{1}{2} \vec{a} t^2 where r0\vec{r}_0 is the initial position, v0\vec{v}_0 the initial velocity, and a\vec{a} the constant acceleration.
  • Velocity vector: v(t)=v0+at\vec{v}(t) = \vec{v}_0 + \vec{a} t
  • Speed: v(t)=v(t)=vx2+vy2v(t) = \bigl|\vec{v}(t)\bigr| = \sqrt{v_x^2 + v_y^2}

Here the particle starts from the origin (r0=0\vec{r}_0 = \vec{0}) with initial velocity v0=5i^m/s\vec{v}_0 = 5\,\hat{i}\,\mathrm{m/s} and constant acceleration a=(3i^+2j^)m/s2\vec{a} = (3\,\hat{i} + 2\,\hat{j})\,\mathrm{m/s^2}.

Step-by-Step Derivation:
  1. Write the xx-coordinate as a function of time: x(t)=v0xt+12axt2=5t+123t2=5t+1.5t2x(t) = v_{0x}\,t + \tfrac{1}{2}\,a_x\,t^2 = 5\,t + \tfrac{1}{2}\cdot3\,t^2 = 5\,t + 1.5\,t^2

  2. Set x(t)=84x(t) = 84 m and solve for tt: 1.5t2+5t84=01.5\,t^2 + 5\,t - 84 = 0 Multiply by 2 to clear decimals: 3t2+10t168=03\,t^2 + 10\,t - 168 = 0 Use the quadratic formula t=b±b24ac2at = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} with a=3a=3, b=10b=10, c=168c=-168: Δ=10243(168)=100+2016=2116\Delta = 10^2 - 4\cdot3\cdot(-168) = 100 + 2016 = 2116 Δ=46\sqrt{\Delta} = 46 t=10±466t = \frac{-10 \pm 46}{6} The positive root is t=366=6  s.t = \frac{36}{6} = 6\;\text{s}.

  3. Compute the velocity components at t=6t = 6 s: vx(t)=v0x+axt=5+36=5+18=23  m/sv_x(t) = v_{0x} + a_x\,t = 5 + 3\cdot6 = 5 + 18 = 23\;\mathrm{m/s} vy(t)=v0y+ayt=0+26=12  m/sv_y(t) = v_{0y} + a_y\,t = 0 + 2\cdot6 = 12\;\mathrm{m/s}

  4. Find the speed and α\alpha: v=vx2+vy2=232+122=529+144=673v = \sqrt{v_x^2 + v_y^2} = \sqrt{23^2 + 12^2} = \sqrt{529 + 144} = \sqrt{673} Hence α=673\alpha = 673.
Common Traps & Exam Tip:

1. Sign errors in the quadratic equation: Students sometimes drop the negative sign on cc, leading to wrong roots. 2. Forgetting the yy-component of velocity: One must compute both vxv_x and vyv_y to find the speed. 3. Decimal arithmetic: Clearing fractions early (multiplying by 2) avoids messy decimals. 4. Units and vector notation: Always keep track of units and distinguish between scalar speed and vector velocity.