Given $$ x\dfrac{d^2x}{dt^2}+\left (\dfrac{dx}{dt}\right )^2=x\dfrac{dx}{dt},\quad x(0)=0, x(1)=1.$$ What is the value of $x(2)$? I tried with $dx/dt=y, dy/dt=(dy/dx)(dx/dt)$ but failed at integration.
2026-05-14 16:50:35.1778777435
On
Non-linear differential equation with variable coefficient
86 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Let$p=\frac{dx}{dt}$ then $\frac{d^2x}{dt^2}=p \frac{dp}{dx}$ and the equation becomes \begin{eqnarray*} \frac{dp}{dx}=\frac{x-p}{x} \end{eqnarray*} or $p=0$. The equation above is easily solved by the substitution $p=xu$ ... good luck.
Even if this is not a direct answer but it leads to the answer.
This equation can be written as $$ \dfrac{d}{dt} \left( x\dfrac{dx}{dt} \right)=x\dfrac{dx}{dt},\quad $$ Therfore $ \quad x\dfrac{dx}{dt}=ce^t $ Then
$$ \int x dx = \int ce^t dt$$ so $$\frac{1}{2}x^2(t)=ce^t+d$$ Can you take it from here?