Given the differential equation $y''+a(t)y'+b(t)y=0$, it has a solution $y(t) = t$ for $t>0$. Suppose that the Wronskian associated with two linearly independent solutions has the form $W(t) = 1-\ln(t)$. Determine the functions $a(t)$ and $b(t)$ explicitly.
My steps:
- After hours of work, I found the second soluction is $y_2(t) = \ln(t)$
My question is any idea to use this information, to find $a(t)$ and $b(t)$.
Thanks
Since you didn't specify the method you utilized in order to find that second solution, i'm going to inform the whole process i thought:
First instinct is to compute the Wronskian using the solution you already have to try and find the second solution. This will give rise to another differential equation:
$$t\frac{dy_2(t)}{dt}-y_2=1-\ln(t)$$
Which constitutes a first order homogeneous differential equation. You can solve for $y_2(t)$ (divide the entire equation by $t$ and try to force the product rule of derivatives on the left hand side using a function $u(t)$). Then, with the second solution at hand, substitute both solutions in the original differential equation and find $a(t)$ and $b(t)$.