Euler Differential Equation — Definition, Formula & Examples
An Euler differential equation (also called a Cauchy–Euler equation) is a linear ODE where each coefficient is a power of the independent variable matching the order of its derivative. This structure allows it to be solved by substituting and finding the values of .
A Cauchy–Euler equation of order has the form , where the are real constants. The substitution (for ) reduces it to an algebraic equation in , called the auxiliary (or indicial) equation.
Key Formula
Where:
- = Independent variable (typically assumed $x > 0$)
- = Unknown function of $x$
- = Real constants (coefficients)
How It Works
To solve a Cauchy–Euler equation, assume a solution of the form . Compute the necessary derivatives: , , and so on. Substitute these into the ODE; every term collapses to a constant times , so you can factor out and obtain a polynomial equation in . If the roots of this auxiliary equation are real and distinct, the general solution is . Repeated roots or complex roots require logarithmic or trigonometric modifications analogous to the constant-coefficient case.
Worked Example
Problem: Solve the Cauchy–Euler equation for .
Substitute y = x^r: Compute derivatives and substitute into the equation.
Simplify: Each term becomes a constant times . Factor out .
Solve the auxiliary equation: Factor or use the quadratic formula to find .
Write the general solution: Since the roots are real and distinct, combine the two independent solutions.
Answer: , where and are arbitrary constants.
Why It Matters
Cauchy–Euler equations appear in problems with radial or scale-invariant geometry, such as heat conduction in cylindrical or spherical coordinates and stress analysis in elasticity. They also serve as a bridge to the method of Frobenius for solving ODEs with singular points.
Common Mistakes
Mistake: Forgetting that the power of in each coefficient must match the order of the derivative it multiplies.
Correction: Before applying the substitution, verify that the equation has the exact Cauchy–Euler form for every term. If the powers of do not match, the equation is not Cauchy–Euler and this method will not work directly.
