Solveeit Logo

Question

Question: A point starts moving in a straight line with a certain acceleration. At a time t after beginning of...

A point starts moving in a straight line with a certain acceleration. At a time t after beginning of motion the acceleration suddenly becomes retardation of the same value. The time in which the point returns to the initial point is

A

2t\sqrt{2t}

B

(2+2)t(2 + \sqrt{2})t

C

t2\frac{t}{\sqrt{2}}

D

Cannot be predicted unless acceleration is given

Answer

(2+2)t(2 + \sqrt{2})t

Explanation

Solution

Let the initial position of the point be x0=0x_0 = 0 and the initial velocity be v0=0v_0 = 0. The motion is divided into two parts.

Part 1: Motion with acceleration aa for time tt.

  • Initial velocity u1=0u_1 = 0.
  • Acceleration a1=aa_1 = a.
  • Duration Δt1=t\Delta t_1 = t.

The velocity at the end of this part is v1=u1+a1Δt1=0+at=atv_1 = u_1 + a_1 \Delta t_1 = 0 + at = at.
The displacement during this part is s1=u1Δt1+12a1(Δt1)2=0t+12at2=12at2s_1 = u_1 \Delta t_1 + \frac{1}{2} a_1 (\Delta t_1)^2 = 0 \cdot t + \frac{1}{2} a t^2 = \frac{1}{2} a t^2.
At time tt, the position of the point is x1=x0+s1=12at2x_1 = x_0 + s_1 = \frac{1}{2} a t^2.

Part 2: Motion with retardation of the same value, starting from time tt.

  • The initial velocity for this part is u2=v1=atu_2 = v_1 = at.
  • The acceleration for this part is a2=aa_2 = -a.
  • Let the duration of this part be Δt2\Delta t_2.

The point returns to the initial point, so the final position is xf=x0=0x_f = x_0 = 0.
The displacement during Part 2 is s2=xfx1=012at2=12at2s_2 = x_f - x_1 = 0 - \frac{1}{2} a t^2 = -\frac{1}{2} a t^2.

Using the kinematic equation for displacement in Part 2:
s2=u2Δt2+12a2(Δt2)2s_2 = u_2 \Delta t_2 + \frac{1}{2} a_2 (\Delta t_2)^2
12at2=(at)Δt2+12(a)(Δt2)2-\frac{1}{2} a t^2 = (at) \Delta t_2 + \frac{1}{2} (-a) (\Delta t_2)^2
12at2=atΔt212a(Δt2)2-\frac{1}{2} a t^2 = at \Delta t_2 - \frac{1}{2} a (\Delta t_2)^2

Assuming a0a \neq 0, we can divide the entire equation by aa:
12t2=tΔt212(Δt2)2-\frac{1}{2} t^2 = t \Delta t_2 - \frac{1}{2} (\Delta t_2)^2

Rearrange the terms to form a quadratic equation in Δt2\Delta t_2:
12(Δt2)2tΔt212t2=0\frac{1}{2} (\Delta t_2)^2 - t \Delta t_2 - \frac{1}{2} t^2 = 0
Multiply by 2:
(Δt2)22tΔt2t2=0(\Delta t_2)^2 - 2t \Delta t_2 - t^2 = 0

This is a quadratic equation for Δt2\Delta t_2. Using the quadratic formula Δt2=b±b24ac2a\Delta t_2 = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} where a=1a=1, b=2tb=-2t, c=t2c=-t^2:
Δt2=(2t)±(2t)24(1)(t2)2(1)\Delta t_2 = \frac{-(-2t) \pm \sqrt{(-2t)^2 - 4(1)(-t^2)}}{2(1)}
Δt2=2t±4t2+4t22\Delta t_2 = \frac{2t \pm \sqrt{4t^2 + 4t^2}}{2}
Δt2=2t±8t22\Delta t_2 = \frac{2t \pm \sqrt{8t^2}}{2}
Δt2=2t±2t22\Delta t_2 = \frac{2t \pm 2t\sqrt{2}}{2}
Δt2=t±t2\Delta t_2 = t \pm t\sqrt{2}
Δt2=t(1±2)\Delta t_2 = t(1 \pm \sqrt{2})

Since Δt2\Delta t_2 represents a duration of time, it must be positive.
So, the valid duration for Part 2 is Δt2=t(1+2)\Delta t_2 = t(1 + \sqrt{2}).

The total time taken for the point to return to the initial point is the sum of the durations of Part 1 and Part 2:
Total time T=Δt1+Δt2=t+t(1+2)T = \Delta t_1 + \Delta t_2 = t + t(1 + \sqrt{2})
T=t+t+t2T = t + t + t\sqrt{2}
T=2t+t2T = 2t + t\sqrt{2}
T=(2+2)tT = (2 + \sqrt{2})t.