90.5k views
2 votes
Solve the following Cauchy Euler equation by the method of variation of parameters

x2y"+4xy'++2y=0

User Raeesaa
by
6.2k points

1 Answer

0 votes
Variation of parameters only applies to solving for particular solutions, which require that the ODE is nonhomogeneous. This isn't the case for your equation.

Anyway, the standard approach is to substitute
y=x^r.


x^2(r(r-1)x^(r-2))+4x(rx^(r-1))+2x^r=0

r(r-1)x^r+4rx^r+2x^r=0

x^r(r^2+3r+2)=0

which admits two solutions for
r:


r^2+3r+2=(r+1)(r+2)=0\implies r=-1,-2

So the complementary solution is


y=C_1x^(-1)+C_2x^(-2)

Unless you have a variant of this ODE that is nonhomogeneous, you are done.
User Sushant Aryal
by
6.2k points