I want to solve the initial value problem: $$y''=\frac{y'}{y},\;\ y'(x=0)=1,\;\ y(x=0)=e$$ I have attempted to integrate on both sides but this results in a logarithm term on the r.h.s., which causes problems when I divide on both sides by it. I am not sure whether it is possible to isolate $y$.
2026-03-25 17:39:12.1774460352
On
How to solve the differential equation $y''=\frac{y'}{y}$
98 Views Asked by user610230 https://math.techqa.club/user/user610230/detail At
4
There are 4 best solutions below
0
On
Write your equation in the form $$\frac{dy(x)}{dx}-\frac{d^2y(x)}{dx^2}y(x)=0$$ and Substitute $$v(y)=\frac{dy(x)}{dx}$$ Can you proceed?
Let us consider your initial value problem: $$y''(x)=\frac{y'(x)}{y(x)},\;\ y'(0)=1,\;\ y(0)=e$$ Integrate on both sides with respect to $x$. Recognize that $y''(x)\ dx=dy'(x)$ and $y'(x)\ dx=dy(x)$: $$\int y''(x)\ dx=\int \frac{y'(x)}{y(x)}dx\rightarrow\int dy'(x)=\int \frac{dy(x)}{y(x)}\rightarrow y'(x)=\ln(y(x))+\text{C}_1$$ Let $y'(0)=1$ and $y(0)=e$ and derive that $\text{C}_1=0$.
It follows that $$y'(x)=\ln(y(x))\rightarrow \frac{y'(x)}{\ln(y(x))}=1$$ Integrate on both sides with respect to $x$. Recognize that $y'(x)\ dx=dy(x)$: $$\int \frac{y'(x)}{\ln(y(x))}dx=\int dx\rightarrow\int\frac{dy(x)}{\ln(y(x))}=\int dx\implies\text{li}(y(x))=x+\text{C}_2$$ Let $y(0)=e$ and derive that $\text{C}_2=\text{li}(e)$.
Therefore, $$\text{li}(y(x))=x+\text{li}(e)$$
Here, $\text{li}(z)$ denotes the logarithmic integral.
This function does not have an inverse function, so we can't isolate $y(x)$.