Cauchy-Euler Method
The homogeneous solution to differential equations of any order with variable coefficients can be found if they are a Cauchy-Euler equation.
The Essentials
This is Cauchy-Euler form:
Solutions to this type of equation look like this: \( y(x) = x^r \) . This solution is differentiated and substituted into the equation to find what the values for r are:
And so on. After that, factor out an xr and solve for the roots. Just like with the method of constant coefficients, there are four cases with roots:
Case 1: Distinct Real Roots
For different roots, each root is the exponent. If a second order differential equation is considered, and the two roots are \( r_1 \), \( r_2 \), then the solution is:
Case 2: Repeated Real Roots
For each root that is repeated, a natural log is multiplied to the term for each repeat. If the roots are \( r_1 \), \( r_2 \), \( r_2 \), \( r_2 \), \( r_3 \), then the solution would be:
Case 3: Complex Roots
Complex roots come in pairs: \( \lambda \pm \omega i \). For each pair, these two terms are added to the solution:
Case 4: Repeated Complex Roots
If there is a repeated complex pair then for each repeat, add a term for each repeat multiplied by the natural log for each repeat already written. If there are four roots that are: \( \lambda \pm \omega i, \lambda \pm \omega i \)
Example
Solve the equation:
First, we differentiate the form for our solution \( y = x^r \):
Plugging those into our original equation we get:
Therefore the roots to the equation are: \( r = \pm i, \pm i. \) Hence the solution is:
Practice
Evaluate these expressions:
- \( x^4 y^{(4)} + 8x^3 y^{(3)} + 15x^2 y'' + 8xy' + y = 0 \)
- \( 2x^2 y'' + 4xy' + y = 0 \)
- \( x^3 y''' + xy' - y = 0 \)
Solution:
- \( y(x) = C_1 x^{-1} + C_2 x^{-1} \ln(x) + C_3 \cos(\ln(x)) + C_4 \sin(\ln(x)) \)
- \( y(x) = C_1 x^{-\frac{1}{2}} \cos\left(\frac{1}{2} \ln(x)\right) + C_2 x^{-\frac{1}{2}} \sin\left(\frac{1}{2} \ln(x)\right) \)
- \( y(x) = C_1 x + C_2 x \ln(x) + C_3 x \ln^2(x) \)