Solveeit Logo

Question

Question: Solve $x^2y''-3xy'+5y=0.$...

Solve x2y3xy+5y=0.x^2y''-3xy'+5y=0.

Answer

The general solution is: y=x2(C1cos(lnx)+C2sin(lnx))y = x^2 (C_1 \cos(\ln x) + C_2 \sin(\ln x))

Explanation

Solution

The given differential equation is a Cauchy-Euler equation. The standard approach involves assuming a solution of the form y=xmy = x^m. Substituting this into the equation results in a characteristic quadratic equation for mm. Solving this quadratic equation yields the roots m=2±im = 2 \pm i. Since the roots are complex conjugates of the form α±iβ\alpha \pm i\beta, the general solution is y=xα(C1cos(βlnx)+C2sin(βlnx))y = x^\alpha (C_1 \cos(\beta \ln x) + C_2 \sin(\beta \ln x)), which for α=2\alpha=2 and β=1\beta=1 becomes y=x2(C1cos(lnx)+C2sin(lnx))y = x^2 (C_1 \cos(\ln x) + C_2 \sin(\ln x)).