Using the reduction of order method to solve a differential equation, let $y_1(t) = t^{-1}$ and $y_2(t) = v(t) \times t^{-1}$
I got $2tv''(t) - 3v'(t) =0$
Let $w(t) = v'(t)$ and I will get $w(t) = ct^{\frac{3}{2}}$
And I can integrate $w(t)$ to find $v(t)$,
$$v(t) = \int w(t)dt = Ct^{\frac{5}{2}} + k$$
So, here's my problem, my maths teacher told me that the constant in $v(t)$ should be neglected, I need to assume $C = \frac{2}{5}$ and $k = 0$. But I don't understand why should I do this.