JEE PYQ: Motion in a Plane - Question ID fe40998c11cd (JEE Main 2010)

ID: fe40998c11cdJEE Main 2010Single Correct MCQ
A particle is moving with velocity v=k(yi^+xj^)\overrightarrow v = k\left( {y\widehat i + x\widehat j} \right), where K is a constant. The general equation for its path is

Select Option

Step-by-step Explanation

Core Formula & Concept:

In problems involving motion in a plane, the velocity vector v\overrightarrow{v} is given as a function of position coordinates (x,y)(x, y). To find the path (trajectory) of the particle, we relate the components of velocity to the time derivatives of position:

  • v=drdt=vxi^+vyj^\overrightarrow{v} = \frac{d\overrightarrow{r}}{dt} = v_x \widehat{i} + v_y \widehat{j}
  • vx=dxdtv_x = \frac{dx}{dt} and vy=dydtv_y = \frac{dy}{dt}

Given v=k(yi^+xj^)\overrightarrow{v} = k(y \widehat{i} + x \widehat{j}), we have:

  • vx=dxdt=kyv_x = \frac{dx}{dt} = ky
  • vy=dydt=kxv_y = \frac{dy}{dt} = kx

To eliminate time tt and find a relation between xx and yy, we use the chain rule:

dydx=dydtdxdt=vyvx=kxky=xy\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{v_y}{v_x} = \frac{kx}{ky} = \frac{x}{y}

This differential equation must be solved to obtain the path equation y=f(x)y = f(x).

Step-by-Step Derivation:

We start with the velocity components:

dxdt=ky(1)\frac{dx}{dt} = ky \quad \text{(1)} dydt=kx(2)\frac{dy}{dt} = kx \quad \text{(2)}

Divide equation (2) by equation (1) to eliminate dtdt:

dydx=dydtdxdt=kxky=xy\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}} = \frac{kx}{ky} = \frac{x}{y}

This gives the differential equation:

dydx=xy\frac{dy}{dx} = \frac{x}{y}

Separate variables and integrate:

ydy=xdxy \, dy = x \, dx

Integrate both sides:

ydy=xdx\int y \, dy = \int x \, dx y22=x22+C\frac{y^2}{2} = \frac{x^2}{2} + C

Multiply both sides by 2 to simplify:

y2=x2+2Cy^2 = x^2 + 2C

Let 2C=constant=C2C = \text{constant} = C', so:

y2=x2+Cy^2 = x^2 + C'

This matches option D: y2=x2+constanty^2 = x^2 + \text{constant}.

Common Traps & Exam Tip:

Students often make the following mistakes in this question:

  1. Incorrect elimination of time: Some try to integrate vxv_x and vyv_y separately with respect to time without relating xx and yy, leading to incorrect expressions.
  2. Sign errors in integration: Forgetting the constant of integration or misplacing signs while integrating ydy=xdxy \, dy = x \, dx.
  3. Misidentifying the differential equation: Confusing dydx=xy\frac{dy}{dx} = \frac{x}{y} with dydx=yx\frac{dy}{dx} = \frac{y}{x} or other forms, leading to wrong path equations like xy=constantxy = \text{constant} (Option C).
  4. Overcomplicating the problem: Attempting to solve for x(t)x(t) and y(t)y(t) explicitly, which is unnecessary and time-consuming.

Exam Tip: Always look for opportunities to eliminate time by dividing velocity components. This simplifies the problem to a first-order differential equation in xx and yy, which is easier to solve.