JEE PYQ: Vector Algebra - Question ID 24f2d8b8395f (JEE Main 2026)

ID: 24f2d8b8395fJEE Main 2026Single Correct MCQ

The velocity of a particle is given as v=xi^+2yj^zk^\vec{v} = -x \hat{i} + 2y \hat{j} - z \hat{k} m/s. The magnitude of acceleration at point (1, 2, 4) is ________ m/s2.

Select Option

Step-by-step Explanation

Core Formula & Concept:

In kinematics, acceleration is the time derivative of velocity. When the velocity vector v\vec{v} is expressed as a function of position coordinates (x,y,z)(x, y, z), the acceleration a\vec{a} at any point is obtained by computing the material derivative of v\vec{v}: a=dvdt=vxdxdt+vydydt+vzdzdt.\vec{a} = \frac{d\vec{v}}{dt} = \frac{\partial \vec{v}}{\partial x}\frac{dx}{dt} + \frac{\partial \vec{v}}{\partial y}\frac{dy}{dt} + \frac{\partial \vec{v}}{\partial z}\frac{dz}{dt}. Here dxdt=vx\frac{dx}{dt} = v_x, dydt=vy\frac{dy}{dt} = v_y, and dzdt=vz\frac{dz}{dt} = v_z are the components of the velocity itself. Thus the acceleration vector becomes a=(vxx+vyy+vzz)v.\vec{a} = \bigl(v_x \partial_x + v_y \partial_y + v_z \partial_z\bigr)\vec{v}. Once a\vec{a} is found, its magnitude is simply a=ax2+ay2+az2.|\vec{a}| = \sqrt{a_x^2 + a_y^2 + a_z^2}.

Step-by-Step Derivation:

1. Write the given velocity field:
v=xi^+2yj^zk^(in m/s).\displaystyle \vec{v} = -x\,\hat{i} + 2y\,\hat{j} - z\,\hat{k}\quad\text{(in m/s).}

2. Compute the partial derivatives of each component:
vxx=(x)x=1,vxy=0,vxz=0,vyx=0,vyy=(2y)y=2,vyz=0,vzx=0,vzy=0,vzz=(z)z=1.\begin{aligned} \frac{\partial v_x}{\partial x} &= \frac{\partial (-x)}{\partial x} = -1,\quad \frac{\partial v_x}{\partial y} = 0,\quad \frac{\partial v_x}{\partial z} = 0,\\[6pt] \frac{\partial v_y}{\partial x} &= 0,\quad \frac{\partial v_y}{\partial y} = \frac{\partial (2y)}{\partial y} = 2,\quad \frac{\partial v_y}{\partial z} = 0,\\[6pt] \frac{\partial v_z}{\partial x} &= 0,\quad \frac{\partial v_z}{\partial y} = 0,\quad \frac{\partial v_z}{\partial z} = \frac{\partial (-z)}{\partial z} = -1. \end{aligned}

3. Evaluate the velocity components at the point (1,2,4)(1,2,4):
vx=x=1,vy=2y=4,vz=z=4.\begin{aligned} v_x &= -x = -1,\\ v_y &= 2y = 4,\\ v_z &= -z = -4. \end{aligned}

4. Assemble the acceleration vector a\vec{a}:
ax=vxvxx+vyvxy+vzvxz=(1)(1)+40+(4)0=1,ay=vxvyx+vyvyy+vzvyz=(1)0+42+(4)0=8,az=vxvzx+vyvzy+vzvzz=(1)0+40+(4)(1)=4.\begin{aligned} a_x &= v_x\,\frac{\partial v_x}{\partial x} + v_y\,\frac{\partial v_x}{\partial y} + v_z\,\frac{\partial v_x}{\partial z} = (-1)(-1) + 4\cdot0 + (-4)\cdot0 = 1,\\[6pt] a_y &= v_x\,\frac{\partial v_y}{\partial x} + v_y\,\frac{\partial v_y}{\partial y} + v_z\,\frac{\partial v_y}{\partial z} = (-1)\cdot0 + 4\cdot2 + (-4)\cdot0 = 8,\\[6pt] a_z &= v_x\,\frac{\partial v_z}{\partial x} + v_y\,\frac{\partial v_z}{\partial y} + v_z\,\frac{\partial v_z}{\partial z} = (-1)\cdot0 + 4\cdot0 + (-4)(-1) = 4. \end{aligned} Hence a=1i^+8j^+4k^(in m/s²).\vec{a} = 1\,\hat{i} + 8\,\hat{j} + 4\,\hat{k}\quad\text{(in m/s²).}

5. Compute the magnitude of a\vec{a}:
a=12+82+42=1+64+16=81=9.|\vec{a}| = \sqrt{1^2 + 8^2 + 4^2} = \sqrt{1 + 64 + 16} = \sqrt{81} = 9.

6. Match with the given options:
The magnitude 99 m/s² corresponds to option B.

Common Traps & Exam Tip:

• Many students forget that acceleration is the material derivative of velocity and mistakenly compute only the partial derivatives v/t\partial \vec{v}/\partial t (which is zero here). • A frequent arithmetic error is squaring the components incorrectly, e.g. 82=648^2 = 64 is sometimes miscalculated as 1616 or 3232. • Always double-check the signs of each velocity component at the given point before substituting into the acceleration formula.