I have to solve the following exercise:
Suppose that we have the following differential equation: $$2tv'' - v' = 0$$ Show that separating the variables results in $v'(t) = ct^{1/2}$.
I understand separation of variables in the case of $\dfrac{dy}{dx} = f(y)f(x)$. We get $\dfrac{dy}{f(y)} = f(x)dx$. I have no idea however, how separation of variables solves the exercise. We have $2tv'' - v' = 0 \Rightarrow 2t\dfrac{d^2v}{dt^2} = \dfrac{dv}{dt}$. I have no clue how I should arrive at $v'(t) = ct^{1/2}$.
Question: How do I solve this exercise?
Our DE is
$$2tv'' = v'$$
Substitute $z = v'$
$$2tz' = z$$
Divide both sides by $2tz$
$$\frac{z'}{z} = \frac{1}{2t}, \quad t \neq 0, \quad z \neq 0$$
Integrate both sides
$$ln(z) + c_1 = \frac{1}{2}ln(t) + c_2$$
$$e^{ln(z) + c_1} = e^{ln(t^{\frac{1}{2}}) + c_2}$$
$$e^{c_1}z = e^{c_2}t^{\frac{1}{2}}$$
Substitute $v'$ back to get $v'(t) = e^{c_2 - c_1}t^{\frac{1}{2}}$