Intuition The one core idea
Legendre's equation is a single rule that hunts for the smoothest possible "shape patterns" living on a sphere's surface, and its polynomial answers P n ( x ) are the only ones that stay tame at the north and south poles. Everything on this page is a tool you need so that when a symbol like y ′′ , ∑ a m x m , or ∫ − 1 1 shows up, it already means something you can picture .
This is the "build the toolbox" page for the parent topic . We assume you have never seen these symbols. We define each one, draw it, and say why the topic cannot live without it.
x — the variable, living on a leash
x is just a number we are allowed to move. In this topic x is not free to roam the whole number line — it is trapped between − 1 and 1 . We write that leash as x ∈ [ − 1 , 1 ] , read "x is in the closed interval from minus one to one." The square brackets [ ] mean the endpoints − 1 and 1 are included ; round brackets ( ) would exclude them.
The picture. Think of a bead sliding on a short wire from − 1 to + 1 . But where does that wire come from ? It is the shadow of an angle.
x = cos θ — the leash is a shadow
Stand a vertical line up through a sphere. Measure the angle θ down from the north pole (this is the polar angle ). The height on that line is cos θ . As θ sweeps from the north pole (θ = 0 ) down past the equator to the south pole (θ = π ), its cosine slides from + 1 down to − 1 . So x = cos θ is exactly the leash [ − 1 , 1 ] . The endpoints x = ± 1 are literally the two poles of the sphere. Remember that — it is why "bounded at the poles" later means "bounded at x = ± 1 ."
Why the topic needs it: the whole subject is angular physics on a sphere, and x = cos θ is the substitution that turns the messy θ -equation into a clean polynomial equation in x .
Definition A function — a machine that eats a number and spits one out
y ( x ) means "the output value y when the input is x ." The letter y is the unknown we are solving for; the answer will be some formula in x . P n ( x ) is a specific named function — the n -th Legendre polynomial — where the little subscript n is a label , not a power (it does not mean multiply by n ).
The picture. A graph: horizontal axis is the input x , vertical axis is the output. The curve is the function.
P n is a name, not "P times n "
P 2 ( x ) reads "the number-two Legendre polynomial evaluated at x ." The 2 picks which polynomial, the same way "chapter 2" picks a chapter.
Why the topic needs it: Legendre's equation is a statement about a function y ( x ) , and its special solutions get the name P n .
y ′ — how steep the curve is
y ′ (read "y prime") is the derivative : at each point it is the slope of the graph of y — how fast the output rises as you nudge the input right. Flat curve → slope 0 . Steep uphill → large positive y ′ . Downhill → negative y ′ .
y ′′ — how the steepness itself changes
y ′′ ("y double-prime") is the derivative of the derivative: it measures curvature / bending . If y ′ is growing, y ′′ > 0 (curve bends up, like a smile). If y ′ is shrinking, y ′′ < 0 (bends down, like a frown). Straight line → y ′′ = 0 .
Why the topic needs it: Legendre's equation is a second-order equation — the highest bending term is y ′′ . That "second order" fact is why it needs exactly two free constants and why there are always two independent solutions (P n and the discarded Q n ).
differential equation at all?
Physics laws describe how a quantity changes — how potential falls off, how heat spreads. "Change" is exactly what a derivative measures. So the law naturally becomes an equation linking y , y ′ , y ′′ : an ordinary differential equation (ODE) .
Now every piece of
( 1 − x 2 ) y ′′ − 2 x y ′ + n ( n + 1 ) y = 0
is a known object:
Definition What each term is
( 1 − x 2 ) — a plain number depending on x ; it shrinks to 0 at x = ± 1 (the poles). Watch that.
y ′′ — the curvature of the unknown.
− 2 x y ′ — the slope, weighted by − 2 x .
n ( n + 1 ) y — the function itself, scaled by the constant n ( n + 1 ) .
= 0 — these three contributions cancel exactly at every x .
x = ± 1 is special (foreshadowing "singular points")
The coefficient in front of the highest derivative is ( 1 − x 2 ) . Divide the whole equation by it and you get y ′′ alone — but at x = ± 1 you would be dividing by zero . So the equation "breaks" exactly at the poles. That is why solutions can misbehave there, and why we must demand they stay finite.
n — a chosen whole number
n is a parameter : you pick it before solving. In the physics-friendly case n ∈ { 0 , 1 , 2 , 3 , … } (a non-negative integer). Different n → different equation → different polynomial P n . The combination n ( n + 1 ) (called the eigenvalue later) is what actually appears; e.g. n = 2 gives n ( n + 1 ) = 6 .
Why the topic needs it: the value of n is the dial that selects which shape pattern you get. Choosing n to be a whole number is precisely what makes the answer a clean polynomial (you will see the series "terminate").
∑ — "add up a list"
The Greek capital sigma ∑ means "add these up." The expression
∑ m = 0 ∞ a m x m = a 0 + a 1 x + a 2 x 2 + a 3 x 3 + ⋯
reads: "for m counting 0 , 1 , 2 , … forever, add the terms a m x m ." Here x m is x multiplied by itself m times (x 0 = 1 ), and a m is the coefficient — a fixed number telling you how much of the x m block to include.
The picture. A stack of ever-thinner curves — a constant, plus a tilt, plus a parabola, plus a cubic — that add together to build any smooth curve. This is a power series : guessing the unknown y as an infinite polynomial.
Why the topic needs it: we don't know the formula for y , so we guess it as a power series and let the equation tell us each coefficient a m . That is the Power Series / Frobenius Method at the heart of the solution.
Definition Recurrence — a coefficient ladder
A recurrence relation is a rule that gives the next coefficient from an earlier one, e.g. a m + 2 from a m . Give it a starting rung (a 0 or a 1 ) and it climbs the whole ladder. That is how a finite rule generates all infinitely many coefficients.
∫ − 1 1 f ( x ) d x — signed area under a curve
The stretched-S symbol ∫ ("integral") adds up the value of f over every point from x = − 1 to x = 1 , weighting by tiny widths d x . Geometrically it is the area between the curve and the axis , counting area below the axis as negative.
Definition Orthogonal — "no overlap on average"
Two functions are orthogonal on [ − 1 , 1 ] if ∫ − 1 1 f ( x ) g ( x ) d x = 0 : where one is positive the other is often negative, so the signed areas cancel to zero. Picture two wiggly curves whose product-area exactly balances out.
Why the topic needs it: the punchline of the whole chapter is that different Legendre polynomials are orthogonal, which lets you decompose any function into them — a "Fourier Series in polynomials." You cannot understand that payoff without the integral.
Definition The Kronecker delta
δ mn
δ mn is a tiny switch: it equals 1 when m = n and 0 when m = n . It is shorthand for "these two are equal, or they're not."
( − 1 ) n — a parity flip
( − 1 ) n is + 1 when n is even and − 1 when n is odd. It records parity : whether a curve is a mirror image of itself (even) or a flipped mirror image (odd) about the vertical axis.
Why the topic needs it: δ mn packages the orthogonality result in one line, and ( − 1 ) n states the mirror symmetry P n ( − x ) = ( − 1 ) n P n ( x ) .
Substitution x = cos theta
Variable x on interval minus1 to 1
Derivatives y prime and y double prime
Second order ODE = Legendres equation
Recurrence for coefficients
Integral from minus1 to 1
Constant n and n times n+1
Each foundation on the left feeds the box "Legendre's equation," and the equation's tame answers become the polynomials P n whose orthogonality is the final prize. The self-adjoint / eigenvalue viewpoint that makes orthogonality automatic is developed in Sturm-Liouville Theory ; the physical birthplace is Laplace's Equation in Spherical Coordinates .
Test yourself — can you say each aloud before reading the answer?
What does x ∈ [ − 1 , 1 ] mean, and where do the endpoints come from physically? x is trapped between − 1 and 1 (endpoints included); they are cos θ at the two poles of the sphere, since x = cos θ .
What is the difference between y ′ and y ′′ in pictures? y ′ is the slope (steepness) of the curve; y ′′ is the curvature (how the slope bends — smile up, frown down).
Is the subscript in P n ( x ) a multiplication? No — it is a label picking which Legendre polynomial; P 2 is "polynomial number two," not "P times 2 ."
Why is Legendre's equation called "second order," and what does that force? The highest derivative is y ′′ ; second order forces two free constants and two independent solutions.
What does ∑ m = 0 ∞ a m x m spell out? a 0 + a 1 x + a 2 x 2 + a 3 x 3 + ⋯ — a power series with coefficients a m .
What is a recurrence relation good for here? It generates every coefficient a m + 2 from an earlier one a m , so one starting value builds the whole series.
What does ∫ − 1 1 f g d x = 0 mean geometrically? The signed area of the product f g cancels to zero — the functions are orthogonal.
What is δ mn ? A switch: 1 if m = n , else 0 .
What does ( − 1 ) n tell you about P n ? Parity — P n is an even (mirror-symmetric) function for even n , odd (flipped) for odd n .
Why do x = ± 1 threaten trouble? The coefficient ( 1 − x 2 ) of y ′′ vanishes there, so dividing by it is dividing by zero — solutions can blow up at the poles unless we forbid it.