A normal constant-coefficient ODE like y ′ ′ + a y ′ + b y = 0 y'' + ay' + by = 0 y ′′ + a y ′ + b y = 0 loves exponentials e r x e^{rx} e r x because differentiation just multiplies by a constant. The Cauchy-Euler equation is the same idea but for the multiplicative world : each term has x k x^k x k paired with the k k k -th derivative, so differentiating a power x m x^m x m keeps it a power. That's why we guess y = x m y = x^m y = x m instead of e r x e^{rx} e r x .
The name equidimensional says it all: if x x x has units of length, every term x k y ( k ) x^k y^{(k)} x k y ( k ) has the same dimensions , so the equation doesn't care about the scale of x x x .
Definition Cauchy-Euler equation (2nd order)
A linear ODE of the form
a x 2 y ′ ′ + b x y ′ + c y = 0 a\,x^2 y'' + b\,x\,y' + c\,y = 0 a x 2 y ′′ + b x y ′ + c y = 0
where a , b , c a,b,c a , b , c are constants and ==the power of x x x in each coefficient equals the order of the derivative it multiplies==. (Term x 2 y ′ ′ x^2 y'' x 2 y ′′ , term x 1 y ′ x^1 y' x 1 y ′ , term x 0 y x^0 y x 0 y .) The general n n n -th order version is ∑ k = 0 n a k x k y ( k ) = 0 \sum_{k=0}^n a_k\, x^k y^{(k)} = 0 ∑ k = 0 n a k x k y ( k ) = 0 .
The defining feature: degree of x x x = order of derivative . This balance is what makes the substitution y = x m y=x^m y = x m work.
y = x m y=x^m y = x m ?
Differentiating x m x^m x m gives m x m − 1 m x^{m-1} m x m − 1 — it lowers the power by 1. But the coefficient x k x^k x k in front of the k k k -th derivative raises it back by k k k . So x k d k d x k x m x^k \frac{d^k}{dx^k}x^m x k d x k d k x m is always a constant times x m x^m x m . Every term collapses to ( number ) ⋅ x m (\text{number})\cdot x^m ( number ) ⋅ x m , and the x m x^m x m factors out leaving a pure algebra equation for m m m .
Try y = x m y = x^m y = x m . Then
y ′ = m x m − 1 , y ′ ′ = m ( m − 1 ) x m − 2 . y' = m x^{m-1}, \qquad y'' = m(m-1)x^{m-2}. y ′ = m x m − 1 , y ′′ = m ( m − 1 ) x m − 2 .
Substitute into a x 2 y ′ ′ + b x y ′ + c y = 0 ax^2y'' + bxy' + cy = 0 a x 2 y ′′ + b x y ′ + cy = 0 :
a x 2 ⋅ m ( m − 1 ) x m − 2 + b x ⋅ m x m − 1 + c x m = 0 a x^2\cdot m(m-1)x^{m-2} + b x\cdot m x^{m-1} + c\, x^m = 0 a x 2 ⋅ m ( m − 1 ) x m − 2 + b x ⋅ m x m − 1 + c x m = 0
Why this step? Each x x x -power cancels: x 2 ⋅ x m − 2 = x m x^2\cdot x^{m-2}=x^m x 2 ⋅ x m − 2 = x m and x ⋅ x m − 1 = x m x\cdot x^{m-1}=x^m x ⋅ x m − 1 = x m . So:
[ a m ( m − 1 ) + b m + c ] x m = 0. \big[\,a\,m(m-1) + b\,m + c\,\big]\,x^m = 0. [ a m ( m − 1 ) + b m + c ] x m = 0.
For x ≠ 0 x\neq 0 x = 0 we need the bracket = 0 =0 = 0 :
Case 1 — distinct real roots m 1 ≠ m 2 m_1\neq m_2 m 1 = m 2 :
y = C 1 x m 1 + C 2 x m 2 . y = C_1 x^{m_1} + C_2 x^{m_2}. y = C 1 x m 1 + C 2 x m 2 .
Why: two independent power solutions, linear combination is general.
Case 2 — repeated root m 1 = m 2 = m m_1=m_2=m m 1 = m 2 = m : We only get one solution x m x^m x m . Where does the second come from?
ln x \ln x ln x appears
By analogy with constant-coefficient ODEs: there the repeated root gives e r x e^{rx} e r x and x e r x x\,e^{rx} x e r x . The substitution x = e t x=e^t x = e t (below) turns Cauchy-Euler into a constant-coefficient ODE in t t t . Repeated root there gives e m t e^{mt} e m t and t e m t t\,e^{mt} t e m t . Translating back (t = ln x t=\ln x t = ln x ) gives x m x^m x m and = = ( ln x ) x m = = ==(\ln x)\,x^m== == ( ln x ) x m == .
y = ( C 1 + C 2 ln x ) x m . y = (C_1 + C_2 \ln x)\,x^m. y = ( C 1 + C 2 ln x ) x m .
Case 3 — complex roots m = α ± i β m = \alpha \pm i\beta m = α ± i β : x α ± i β = x α x ± i β = x α e ± i β ln x x^{\alpha\pm i\beta}=x^\alpha x^{\pm i\beta}=x^\alpha e^{\pm i\beta \ln x} x α ± i β = x α x ± i β = x α e ± i β l n x . Using Euler's formula e i θ = cos θ + i sin θ e^{i\theta}=\cos\theta+i\sin\theta e i θ = cos θ + i sin θ with θ = β ln x \theta=\beta\ln x θ = β ln x :
y = x α [ C 1 cos ( β ln x ) + C 2 sin ( β ln x ) ] . y = x^{\alpha}\big[\,C_1\cos(\beta \ln x) + C_2\sin(\beta \ln x)\,\big]. y = x α [ C 1 cos ( β ln x ) + C 2 sin ( β ln x ) ] .
Intuition WHY this substitution
We suspect Cauchy-Euler is secretly a constant-coefficient equation in disguise. The disguise is the variable x x x ; undisguise it with x = e t x=e^t x = e t , i.e. t = ln x t=\ln x t = ln x . Then "multiply by x x x " becomes "differentiate w.r.t. t t t ", which is exactly the constant-coefficient world.
Let t = ln x t=\ln x t = ln x , so d t d x = 1 x \dfrac{dt}{dx}=\dfrac1x d x d t = x 1 . By chain rule:
d y d x = 1 x d y d t ⇒ x y ′ = d y d t . \frac{dy}{dx}=\frac{1}{x}\frac{dy}{dt}\ \Rightarrow\ x y' = \frac{dy}{dt}. d x d y = x 1 d t d y ⇒ x y ′ = d t d y .
Differentiate again (product + chain rule):
y ′ ′ = 1 x 2 ( d 2 y d t 2 − d y d t ) ⇒ x 2 y ′ ′ = d 2 y d t 2 − d y d t . y'' = \frac{1}{x^2}\Big(\frac{d^2y}{dt^2}-\frac{dy}{dt}\Big)\ \Rightarrow\ x^2 y'' = \frac{d^2y}{dt^2}-\frac{dy}{dt}. y ′′ = x 2 1 ( d t 2 d 2 y − d t d y ) ⇒ x 2 y ′′ = d t 2 d 2 y − d t d y .
Why this step? Substituting these into a x 2 y ′ ′ + b x y ′ + c y = 0 ax^2y''+bxy'+cy=0 a x 2 y ′′ + b x y ′ + cy = 0 kills every x x x :
a ( y ¨ − y ˙ ) + b y ˙ + c y = 0 ⟹ a y ¨ + ( b − a ) y ˙ + c y = 0 , a\Big(\ddot y - \dot y\Big) + b\,\dot y + c\,y = 0 \;\Longrightarrow\; a\,\ddot y + (b-a)\dot y + c\,y = 0, a ( y ¨ − y ˙ ) + b y ˙ + c y = 0 ⟹ a y ¨ + ( b − a ) y ˙ + c y = 0 ,
a constant-coefficient ODE in t t t whose characteristic equation is a m 2 + ( b − a ) m + c = 0 am^2+(b-a)m+c=0 a m 2 + ( b − a ) m + c = 0 — identical to the indicial equation. Solve in t t t , then replace t = ln x t=\ln x t = ln x . This is why repeated roots produce t e m t → ( ln x ) x m t e^{mt}\to (\ln x)x^m t e m t → ( ln x ) x m .
Common mistake Forgetting the
( b − a ) (b-a) ( b − a ) shift
Wrong instinct: "The characteristic equation is just a m 2 + b m + c = 0 am^2+bm+c=0 a m 2 + bm + c = 0 , same as the coefficients."
Why it feels right: It mirrors constant-coefficient ODEs where you read off coefficients directly.
Fix: The x 2 y ′ ′ x^2y'' x 2 y ′′ term produces m ( m − 1 ) = m 2 − m m(m-1)=m^2-m m ( m − 1 ) = m 2 − m , contributing an extra − a m -am − am . Correct indicial: a m 2 + ( b − a ) m + c = 0 am^2+(b-a)m+c=0 a m 2 + ( b − a ) m + c = 0 . Always expand a m ( m − 1 ) + b m + c am(m-1)+bm+c am ( m − 1 ) + bm + c .
x e . . . x\,e^{...} x e ... instead of ln x \ln x ln x for repeated roots
Wrong: writing the second solution as x ⋅ x m x\cdot x^m x ⋅ x m .
Why it feels right: In constant-coefficient land the second solution is x e r x x e^{rx} x e r x , so people copy the "x × x\times x × " pattern.
Fix: The "extra factor" lives in the t t t -world (t e m t t e^{mt} t e m t ). Translating t = ln x t=\ln x t = ln x gives ( ln x ) x m \boxed{(\ln x)x^m} ( ln x ) x m , not x ⋅ x m x\cdot x^m x ⋅ x m .
Common mistake Ignoring the domain
Wrong: writing ln x \ln x ln x for all x x x .
Fix: Solutions involve ln x \ln x ln x , valid for x > 0 x>0 x > 0 . For x < 0 x<0 x < 0 use ∣ x ∣ |x| ∣ x ∣ : x m → ∣ x ∣ m x^m\to |x|^m x m → ∣ x ∣ m , ln x → ln ∣ x ∣ \ln x\to \ln|x| ln x → ln ∣ x ∣ . The point x = 0 x=0 x = 0 is a singular point (coefficient of y ′ ′ y'' y ′′ vanishes), so solutions can blow up there.
Recall Feynman: explain to a 12-year-old
Imagine a special spring puzzle where the rule stays the same no matter how big or small you draw it — it doesn't have a favourite size (that's "equidimensional"). For springs that don't care about size, the natural shapes aren't bendy waves but stretchy power curves like x x x , x 2 x^2 x 2 , 1 x \frac1x x 1 . So instead of guessing wiggles, we guess "x x x to some power", plug it in, and the whole equation shrinks down to a tiny number-puzzle (a quadratic) that tells us which powers fit. If two powers come out equal, we sneak in a ln x \ln x ln x to find the second hidden answer. If they come out imaginary, the curve gently spins as it grows — that's where cos ( ln x ) \cos(\ln x) cos ( ln x ) and sin ( ln x ) \sin(\ln x) sin ( ln x ) come from.
"Powers for equal-dimensions; the auxiliary equation is m ( m − 1 ) m(m-1) m ( m − 1 ) , not m 2 m^2 m 2 ."
E quidimensional → E xponent guess x m x^m x m .
x 2 y ′ ′ → m ( m − 1 ) x^2y''\to m(m-1) x 2 y ′′ → m ( m − 1 ) , x y ′ → m xy'\to m x y ′ → m , y → 1 y\to 1 y → 1 . Chant: "two-eleven, one-em, one" .
Roots: R eal distinct = two powers, R epeated = sprinkle ln x \ln x ln x , R otating (complex) = cos / sin \cos/\sin cos / sin of ln x \ln x ln x .
What substitution converts a Cauchy-Euler equation to constant-coefficient? x = e t x=e^t x = e t , i.e.
t = ln x t=\ln x t = ln x .
For a x 2 y ′ ′ + b x y ′ + c y = 0 ax^2y''+bxy'+cy=0 a x 2 y ′′ + b x y ′ + cy = 0 , what is the indicial equation? a m ( m − 1 ) + b m + c = 0 am(m-1)+bm+c=0 am ( m − 1 ) + bm + c = 0 , i.e.
a m 2 + ( b − a ) m + c = 0 am^2+(b-a)m+c=0 a m 2 + ( b − a ) m + c = 0 .
Why does guessing y = x m y=x^m y = x m work? x k d k d x k x m x^k\frac{d^k}{dx^k}x^m x k d x k d k x m is always a constant times
x m x^m x m , so every term collapses to (number)
⋅ x m \cdot x^m ⋅ x m .
General solution for distinct real roots m 1 , m 2 m_1,m_2 m 1 , m 2 ? y = C 1 x m 1 + C 2 x m 2 y=C_1x^{m_1}+C_2x^{m_2} y = C 1 x m 1 + C 2 x m 2 .
General solution for a repeated root m m m ? y = ( C 1 + C 2 ln x ) x m y=(C_1+C_2\ln x)x^m y = ( C 1 + C 2 ln x ) x m .
General solution for complex roots α ± i β \alpha\pm i\beta α ± i β ? y = x α [ C 1 cos ( β ln x ) + C 2 sin ( β ln x ) ] y=x^\alpha[C_1\cos(\beta\ln x)+C_2\sin(\beta\ln x)] y = x α [ C 1 cos ( β ln x ) + C 2 sin ( β ln x )] .
Where does the ln x \ln x ln x in the repeated-root case come from? From the
t e m t te^{mt} t e m t second solution in the
t t t -world;
t = ln x t=\ln x t = ln x .
Why is it called "equidimensional"? Every term
x k y ( k ) x^k y^{(k)} x k y ( k ) has the same physical dimensions, so the equation is scale-invariant.
What is x 2 y ′ ′ x^2y'' x 2 y ′′ in terms of t = ln x t=\ln x t = ln x derivatives? y ¨ − y ˙ \ddot y-\dot y y ¨ − y ˙ (and
x y ′ = y ˙ xy'=\dot y x y ′ = y ˙ ).
Is x = 0 x=0 x = 0 a regular point? No, it's a singular point — the leading coefficient
a x 2 ax^2 a x 2 vanishes there.
Constant-Coefficient Linear ODEs — Cauchy-Euler becomes one via x = e t x=e^t x = e t .
Characteristic / Auxiliary Equation — same role, here it's the indicial equation.
Euler's Formula — converts x i β x^{i\beta} x i β into real cos ( ln x ) , sin ( ln x ) \cos(\ln x),\sin(\ln x) cos ( ln x ) , sin ( ln x ) .
Reduction of Order — alternate route to the ln x \ln x ln x second solution.
Frobenius Method & Regular Singular Points — Cauchy-Euler is the simplest regular singular point; indicial equation generalizes here.
Variation of Parameters — for the non-homogeneous case.
substitute, x powers cancel
repeated root gives t e^mt
degree of x = derivative order
Indicial equation a m^2 + b-a m + c = 0
y = C1 + C2 ln x times x^m
y = x^a cos and sin of b ln x
constant-coefficient ODE in t
Intuition Hinglish mein samjho
Dekho, Cauchy-Euler equation hota hai jaisa a x 2 y ′ ′ + b x y ′ + c y = 0 ax^2y''+bxy'+cy=0 a x 2 y ′′ + b x y ′ + cy = 0 — yahan ek special pattern hai: jis derivative ka order k k k hai, uske aage exactly x k x^k x k lagaa hota hai. Isi balance ki wajah se ise "equidimensional" bolte hain, kyunki har term ka dimension same hota hai aur equation ko x x x ke scale se koi farak nahi padta.
Constant-coefficient ODE mein hum e r x e^{rx} e r x guess karte hain. Yahan multiply-by-x x x wali duniya hai, isliye hum y = x m y=x^m y = x m guess karte hain. Jab plug karte ho, har term mein x x x ki power cancel ho jaati hai aur sirf ek chhota quadratic bachta hai: a m ( m − 1 ) + b m + c = 0 am(m-1)+bm+c=0 am ( m − 1 ) + bm + c = 0 . Yeh indicial equation hai. Yaad rakho, x 2 y ′ ′ x^2y'' x 2 y ′′ se m ( m − 1 ) m(m-1) m ( m − 1 ) banta hai, sidha m 2 m^2 m 2 nahi — yahin pe bachche galti karte hain.
Roots se solution decide hota hai. Do alag real roots → C 1 x m 1 + C 2 x m 2 C_1x^{m_1}+C_2x^{m_2} C 1 x m 1 + C 2 x m 2 . Repeated root → second solution mein ln x \ln x ln x aata hai: ( C 1 + C 2 ln x ) x m (C_1+C_2\ln x)x^m ( C 1 + C 2 ln x ) x m . Complex roots α ± i β \alpha\pm i\beta α ± i β → x α [ cos ( β ln x ) x^\alpha[\cos(\beta\ln x) x α [ cos ( β ln x ) aur sin ( β ln x ) ] \sin(\beta\ln x)] sin ( β ln x )] . Yeh ln x \ln x ln x kahan se aaya? Substitution x = e t x=e^t x = e t karo to puri equation constant-coefficient ban jaati hai t t t mein, aur wahan repeated root par t e m t te^{mt} t e m t aata hai — wapas t = ln x t=\ln x t = ln x daalo to ln x \ln x ln x aa jaata hai. Bas dhyaan rakho: yeh sab x > 0 x>0 x > 0 ke liye valid hai, aur x = 0 x=0 x = 0 ek singular point hai.