How do I calculate the time taken?

262 Views Asked by At

A particle moving in a straight line is acted on by a force which works at a constant rate and changes its velocity from u to v in passing over a distance x. Prove that the time taken is$ \frac{3(u+v)x}{2(u^2+uv+v^2)} $

What I got from the question is that the work done is constant, i.e., $ \frac{dW}{dt} = 0 $ where $ \ W$ denotes work done by force $ \ F$ in covering a distance $ \ x $.or, $ \frac{d(Fx)}{dt} = 0 $ or, $\ x\frac{dF}{dt} + F\frac{dx}{dt} $.

Please let me know if I have misunderstood the question in the first place. Also, I am unable to solve the differential equation resulting from above relation (if it is correct).

Edit: I am unable to solve the following differential equation( if my interpretation is correct): $\ x\frac{d^3x}{dt^3} + \frac{d^2x}{dt^2}\frac{dx}{dt} = 0 $.

1

There are 1 best solutions below

2
On BEST ANSWER

Constant work rate means power is constant, i.e. $force \times speed = constant$ which means that $acceleration \times speed = constant$. Let $s$ be the speed. We have $s\frac{ds}{dt}=constant$ or $\frac{dt}{ds}=As$ where $A$ is a constant. Solving for $t$ you get $t=As^2+B$ where B is also a constant. This means that $s=\sqrt{\frac{t-B}{A}}$. Let the time taken be $T$. You can now solve for $T$ in terms of $u,v$ and $x$ by using the fact that at $t=0$, $s=u$, at $t=T$, $s=v$ and $\int_{0}^{T}sdt=x$.