Cauchy-Euler equation of differential equation

89 Views Asked by At

Solve the following equation: $$(x^2D^2 +4xD+2)y=e^x$$

I proceeded by using Cauchy-Euler equation but couldn't solve it.

2

There are 2 best solutions below

3
On BEST ANSWER

Hint

Let $y=\frac z {x^2}$. This would give a very simple equation

0
On

You can proceed this way: $$(x^2D^2 +4xD+2)y=e^x$$ $$x^2y''+2xy'+2xy'+2y=e^x$$ $$(x^2y')'+(2xy)'=e^x$$ $$(x^2y'+2xy)'=e^x$$ $$(x^2y)''=e^x$$ Integrate twice.