I have been given the following DE...
$$ ty' ' - ( 1 + 3 t ) y ' + 3 y = 0 \ , \ \ t \neq 0 $$
The problem states that the DE has a solution of form $ e^{ct} $, where $c$ is some constant. Now, we need to find the general solution.
I used reduction of order like so...I first set $y_2 = v(t)y_1$, where $v$ is some function in terms of t. First, I modified the DE by dividing t from both sides, like so:
$$ y''-\frac{1+3t}{t}y'+\frac{3}{t}y=0 $$
Alright, now:
$$ p(t)=-\frac{1+3t}{t} $$
I use a formula for reduction of order, which is:
$$ v(t)=\int u(t) \ dt $$
where $u(t)$ is equal to:
$$ u(t)=\frac{e^{-\int p(t) \ dt}}{(y_1)^2} $$
Therefore, plugging in values, I get, where $c_1$ and $c_2$ are constants:
$$ y=c_1e^{ct}+c_2(\int te^{3t-2ct}dt)e^{ct}$$
Of course, to come to my problem. I cannot really integrate until I find what $c$ is. How can I find $c$? Thank you!
As commented by jdods earlier, let $$y= e^{ct}\,z \qquad y'=e^{c t} \left(c z+z'\right)\qquad y''=e^{c t} \left(c^2 z+2 c z'+z''\right)$$ and replace to get $$e^{c t} \left(t z''+(2 c t-3 t-1) z'+(c-3) (c t-1) z\right)=0$$ that is to say $$t z''+(2 c t-3 t-1) z'+(c-3) (c t-1) z=0$$ To reduce simply the order, let the coefficient of $z$ to be $0$.