Solveeit Logo

Question

Question: A particle moving in the positive x direction has initial velocity $v_0$. The particle undergoes ret...

A particle moving in the positive x direction has initial velocity v0v_0. The particle undergoes retardation kv2kv^2, where vv is instantaneous velocity. The velocity of the particle as a function of time is

A

v=v01+kv0tv = \frac{v_0}{1+kv_0t}

B

v=2v01+ktv = \frac{2v_0}{1+kt}

C

v=v0ktv = \frac{v_0}{kt}

D

v=v0(1+k2v02t)v = \frac{v_0}{(1+k^2v_0^2t)}

Answer

(1) v=v01+kv0tv = \frac{v_0}{1+kv_0t}

Explanation

Solution

The problem describes the motion of a particle undergoing retardation (deceleration) proportional to the square of its instantaneous velocity. We need to find the velocity as a function of time.

  1. Define acceleration:
    Retardation means the acceleration is negative. Given retardation is kv2kv^2, the acceleration aa is:
    a=dvdt=kv2a = \frac{dv}{dt} = -kv^2

  2. Separate variables:
    To solve this differential equation, separate the variables vv and tt:
    dvv2=kdt\frac{dv}{v^2} = -k dt

  3. Integrate both sides:
    Integrate the left side with respect to vv from the initial velocity v0v_0 (at t=0t=0) to the instantaneous velocity vv (at time tt). Integrate the right side with respect to tt from 00 to tt.
    v0vdvv2=0tkdt\int_{v_0}^{v} \frac{dv}{v^2} = \int_{0}^{t} -k dt

  4. Perform integration:
    The integral of 1/v21/v^2 is 1/v-1/v.
    [1v]v0v=k[t]0t\left[ -\frac{1}{v} \right]_{v_0}^{v} = -k [ t ]_{0}^{t}
    (1v)(1v0)=k(t0)\left( -\frac{1}{v} \right) - \left( -\frac{1}{v_0} \right) = -k(t - 0)
    1v+1v0=kt-\frac{1}{v} + \frac{1}{v_0} = -kt

  5. Rearrange to solve for vv:
    1v01v=kt\frac{1}{v_0} - \frac{1}{v} = -kt
    1v=1v0+kt\frac{1}{v} = \frac{1}{v_0} + kt
    To combine the terms on the right, find a common denominator:
    1v=1+kv0tv0\frac{1}{v} = \frac{1 + kv_0t}{v_0}
    Now, invert both sides to get vv:
    v=v01+kv0tv = \frac{v_0}{1 + kv_0t}

This expression gives the velocity of the particle as a function of time.