I have this problem involving second order linear differential equations. I know how to solve a first order one, but I've been searching for an answer for this one and I don't seem to find any complete solution. Here's the equation: $$t^2\cdot x''- t\cdot x' +4\cdot x= \log(t),\;t>0$$ Can someone help, please?
2026-04-23 02:09:35.1776910175
Second order linear differential equation $t^2\cdot x''- t\cdot x' +4\cdot x= \log(t)$
79 Views Asked by user372244 https://math.techqa.club/user/user372244/detail At
2
This can be solved using a substitution by writing $t=e^u$. $$t=e^u\to\frac{dt}{du}=e^u=t$$ $$\frac{dx}{du}=\frac{dt}{du}\frac{dx}{dt}=t\frac{dx}{dt}$$ Then it can be written that $$\begin{equation}\begin{aligned} \frac{d^2x}{du^2}=\frac{d}{du}\bigg[\frac{dx}{du}\bigg]&=\frac{d}{dt}\bigg[t\frac{dx}{dt}\bigg]\times\frac{dt}{du} \\ &=\bigg(t\frac{d^2x}{dt^2}+\frac{dx}{dt}\bigg)\times\frac{dt}{du} \\ &=t^2\frac{d^2x}{dt^2}+t\frac{dx}{dt} \end{aligned}\end{equation}$$ And so the equation can be rewritten to the form $$\frac{d^2x}{du^2}-2t\frac{dx}{dt}+4x=\log e^u$$ $$\frac{d^2x}{du^2}-2\frac{dx}{du}+4x=u$$ From this it can be solved as a linear inhomogenous second order differential equation.