Question:medium

A particle of mass 2 kg initially at rest starts moving under the force $\vec{F} = 6t^2\hat{i} - 4at\hat{j}$.
If the speed of the particle at $t = 1$ s is $\sqrt{5}$, then the value of constant a is:

Show Hint

This problem is a direct application of the integral form of Newton's second law. Remember that integration introduces a constant, which must be determined from the initial conditions of the problem. Also, distinguish carefully between velocity (a vector) and speed (the magnitude of the velocity vector).
Updated On: Mar 25, 2026
  • 1
  • 2
  • 3
  • 4
Show Solution

The Correct Option is B

Solution and Explanation

Note:

The force acting on the particle is:
F(t) = 6t2 î − 4at ĵ


Step 1: Use impulse–momentum theorem

According to the impulse–momentum theorem:

Change in momentum = Impulse

mv = ∫ F(t) dt


Step 2: Apply impulse–momentum separately along x and y directions

Given mass, m = 2 kg
Initial velocity = 0

Along x-direction:

2vx = ∫ 6t2 dt

2vx = 2t3

vx = t3

Along y-direction:

2vy = ∫ (−4at) dt

2vy = −2at2

vy = −at2


Step 3: Write velocity vector at t = 1 s

vx(1) = 1
vy(1) = −a

So,

v(1) = î − aĵ


Step 4: Use given speed condition

Speed at t = 1 s is √5 m/s.

|v| = √(12 + a2)

√(1 + a2) = √5

1 + a2 = 5

a2 = 4

a = 2


Final Answer:

The value of the constant is
a = 2

Was this answer helpful?
0