Intuition What this page is for
The parent note showed you what Bessel's equation is and where it comes from. This page is a drill sheet . We list every kind of situation a problem can put in front of you — different orders ν , the tricky centre point x = 0 , "disguised" equations, drum frequencies, half-integer shortcuts, and an exam-style twist — and then we work one example for each cell so you never meet a scenario you haven't already seen.
If any symbol below feels unfamiliar, everything is rebuilt from the parent note , and the machinery comes from Frobenius method and Regular singular points .
Definition What "Verify" and "VERIFY" mean on this page
Every example ends with a Verify line: a quick sanity check you can do by hand — plug the answer back in, check units, or take a known limit. Separately, each numeric answer is also machine-checked by a short computer-algebra snippet stored with this page (the section the site calls VERIFY). You can reproduce those yourself: type the same expression into any Python SymPy session (or even a calculator for the decimals) and confirm the number matches. "Checked in the automated checks" below always points to one of those reproducible snippets.
Read this table first. Each cell is a distinct thing an exam can test. The examples below are tagged with the cell they cover.
Cell
What changes
The question it asks
Example
A Integer order
ν = n (whole number)
Recognise standard form, name the solution
Ex 1
B Half-integer order
ν = 2 1 , 2 3
Does it collapse to sin/cos?
Ex 2
C Centre included (r = 0 )
region is a solid disc
Which solution survives boundedness?
Ex 3
D Centre excluded (annulus)
hole in the middle
Do we keep both solutions?
Ex 4
E Disguised equation
not yet in x 2 y ′′ + x y ′ + … form
Rescale/multiply to reveal ν
Ex 5
F Rescaled argument
x = λ r
Where do the λ 's go?
Ex 6
G Degenerate: ν = 0
order vanishes
J 0 ( 0 ) = 1 , frequencies
Ex 7
H Real-world word problem
physical drum, units
Turn physics into a number
Ex 7
I Limiting behaviour
x → 0 and x → ∞
Small/large-x shapes
Ex 8
J Exam twist
a "− ν 2 " sign trap / wrong-order trap
Spot the misread
Ex 9
Definition Symbols used on this page (each earned before use)
x — the independent variable (a number you feed in). It runs along the horizontal axis of every graph.
r — the radial coordinate : the straight-line distance from the centre of a disc or cylinder out to the point you care about. In every physical example it is the "how far from the middle" number, and it links to x through a rescaling like x = k r or x = λ r .
ν (Greek "nu") — the order , a fixed constant chosen once per problem. Never varies.
J ν ( x ) — the Bessel function of the first kind : the wiggly, decaying "sine for circles" that stays finite at x = 0 .
Y ν ( x ) — the Bessel function of the second kind : the partner solution that shoots to − ∞ at x = 0 .
c 1 , c 2 — the two arbitrary constants (integration constants) that any second-order linear ODE carries. They are fixed later by boundary/finiteness conditions; on a solid disc one of them is forced to zero.
α ν , k — the k -th positive zero of J ν (a value of x where the curve crosses the axis).
Γ — the Gamma function , the smooth version of factorial: Γ ( n + 1 ) = n ! .
Solve x 2 y ′′ + x y ′ + ( x 2 − 25 ) y = 0 .
Forecast: Guess the value of ν before reading on. What number, squared, is 25 ?
Step 1 — Line up against the standard form.
x 2 y ′′ + x y ′ + ( x 2 − ν 2 ) y = 0.
Why this step? Bessel's equation has a rigid skeleton — coefficients x 2 , x , ( x 2 − ν 2 ) . Matching term by term is the fastest legal move; no integration is needed once we recognise the pattern.
Step 2 — Read off the order. The constant subtracted from x 2 is ν 2 , so ν 2 = 25 ⇒ ν = 5 (we take ν ≥ 0 ).
Why this step? ν is defined non-negative; the sign is fixed by convention, and J − 5 = J 5 up to a sign anyway.
Step 3 — Write the general solution.
y ( x ) = c 1 J 5 ( x ) + c 2 Y 5 ( x ) .
Why this step? A second-order linear ODE always has two independent solutions; J 5 and Y 5 are the standard pair.
Verify: ν 2 = 5 2 = 25 ✓ matches the "− 25 ". The equation has no extra multiplier on y ′′ , so no rescaling was hidden.
Show that J 1/2 ( x ) = π x 2 sin x using the series, and evaluate it at x = 2 π .
Forecast: Half-integer orders are secretly elementary. Do you expect a clean number at x = π /2 ?
Step 1 — Write the series with ν = 2 1 .
J 1/2 ( x ) = ∑ m = 0 ∞ m ! Γ ( m + 2 3 ) ( − 1 ) m ( 2 x ) 2 m + 1/2 .
Why this step? The Frobenius method gives J ν as this power series; plugging ν = 2 1 is a direct substitution.
Step 2 — Use the Gamma function half-integer values. With Γ ( m + 2 3 ) = 2 2 m + 1 m ! ( 2 m + 1 )! π , the m ! cancels and the sum rearranges into the Taylor series of sin x divided by x .
Why this step? The half-integer Gamma is the only bridge from the abstract series back to a function you already know. It is what makes the collapse happen.
Step 3 — Read the closed form.
J 1/2 ( x ) = π x 2 sin x .
Why this step? Once the rearranged sum is literally 2/ ( π x ) times the sin x Taylor series, we are entitled to replace that series by its named function — that recognition is the whole payoff, turning an infinite sum into one elementary expression we can graph and differentiate.
Step 4 — Evaluate at x = π /2 . sin ( π /2 ) = 1 , so
J 1/2 ( 2 π ) = π ⋅ π /2 2 ⋅ 1 = π 2 4 = π 2 .
Why this step? A concrete number is the best proof the closed form is right.
Verify: Numerically 2/ π ≈ 0.6366 . You can reproduce this on any calculator, and the automated SymPy snippet confirms the symbolic identity 2/ ( π ⋅ π /2 ) sin ( π /2 ) = 2/ π .
Heat in a solid cylinder (0 ≤ r ≤ a ). The radial part obeys x 2 R ′′ + x R ′ + ( x 2 − 4 ) R = 0 with x = k r . Which solution survives, and why?
Forecast: Two constants c 1 , c 2 in the general solution. Guess how many survive when the centre r = 0 is part of the region.
Step 1 — Identify order and write the general solution. ν 2 = 4 ⇒ ν = 2 , so
R ( r ) = c 1 J 2 ( k r ) + c 2 Y 2 ( k r ) .
Why this step? Standard form recognition — same skeleton as Ex 1.
Step 2 — Apply finiteness at the centre. As r → 0 , Y 2 ( k r ) → − ∞ (it behaves like x − 2 ). Physical temperature at the axis is finite, so we must set c 2 = 0 .
Why this step? Mathematics offers two solutions; physics (boundedness) is the extra condition that selects one.
The picture below plots both solutions on the same axes. Follow the magenta curve J 2 : it starts flat at 0 , rises to a gentle hump, and stays bounded — a legal temperature profile. Now follow the violet curve Y 2 : as x approaches 0 from the right it plunges toward − ∞ (the arrow marks the dive). No real cylinder can have infinite temperature on its axis, so the violet solution is physically forbidden and its coefficient c 2 must vanish.
Step 3 — Final answer. R ( r ) = c 1 J 2 ( k r ) , finite everywhere on the disc.
Verify: At r = 0 , J 2 ( 0 ) = 0 (finite ✓) while Y 2 ( k r ) → − ∞ (excluded ✓). The automated snippet confirms the leading series term of J 2 gives J 2 ( 0 ) = 0 ; you can also read both facts straight off the figure.
The same equation as Ex 3 (ν = 2 ), but now on an annulus b ≤ r ≤ a (a pipe with a hole). Set up the mode condition. How many constants survive?
Forecast: The centre r = 0 is not in the region now. Does that change whether we drop Y 2 ?
Step 1 — Keep the full general solution.
R ( r ) = c 1 J 2 ( k r ) + c 2 Y 2 ( k r ) .
Why this step? Y 2 only misbehaves at r = 0 , which is outside [ b , a ] . Nothing forces c 2 = 0 anymore — the classic "annulus keeps two constants" rule.
Step 2 — Impose two boundary conditions. Fixed at both walls: R ( b ) = 0 and R ( a ) = 0 :
c 1 J 2 ( k b ) + c 2 Y 2 ( k b ) = 0 , c 1 J 2 ( k a ) + c 2 Y 2 ( k a ) = 0.
Why this step? Two unknowns ( c 1 , c 2 ) need two conditions. This is a 2 × 2 homogeneous system.
Step 3 — Non-trivial modes need a vanishing determinant.
J 2 ( k b ) Y 2 ( k a ) − J 2 ( k a ) Y 2 ( k b ) = 0.
Why this step? A homogeneous system has non-zero ( c 1 , c 2 ) only when its determinant is zero — this transcendental equation quantises k .
Verify: In the b → 0 limit the term Y 2 ( k b ) → − ∞ dominates, forcing J 2 ( k a ) = 0 — exactly the solid-disc rule of Ex 3. The annulus condition degenerates correctly. (Consistency check, no single number.)
Reduce y ′′ + x 1 y ′ + ( 1 − 4 x 2 9 ) y = 0 to Bessel form and name the order.
Forecast: The 4 x 2 9 hides ν 2 . Guess ν before working.
Step 1 — Clear denominators. Multiply the whole equation by x 2 :
x 2 y ′′ + x y ′ + ( x 2 − 4 9 ) y = 0.
Why this step? Bessel's skeleton needs x 2 on y ′′ and x on y ′ . Multiplying by x 2 is the one move that produces exactly that skeleton.
Step 2 — Read off ν . ν 2 = 4 9 ⇒ ν = 2 3 .
Why this step? Same rule as Ex 1 — the constant subtracted from x 2 is ν 2 .
Step 3 — Name the solution. y = c 1 J 3/2 ( x ) + c 2 Y 3/2 ( x ) , and since 2 3 is half-integer it too is elementary:
J 3/2 ( x ) = π x 2 ( x s i n x − cos x ) .
Why this step? Just like ν = 2 1 in Ex 2, every half-integer order collapses to sines and cosines (via the same Gamma function identity), so instead of leaving the answer as an abstract J 3/2 we quote its elementary closed form — this makes the solution something we can evaluate, plot, and use as a sanity check.
Verify: ( 2 3 ) 2 = 4 9 ✓. Evaluate J 3/2 at x = π : sin π = 0 , cos π = − 1 , giving π 2 2 ⋅ ( 0 − ( − 1 )) = 2 / π ≈ 0.4502 — confirmed by the automated snippet, and you can reproduce the decimal on a calculator.
Starting from the radial equation r 2 R ′′ + r R ′ + ( λ 2 r 2 − ν 2 ) R = 0 , substitute x = λ r and show it becomes plain Bessel's equation.
What is λ ? Here λ (Greek "lambda") is a fixed positive constant — physically it is the wavenumber k (spatial frequency) that came out of Separation of variables as the separation constant; it tells you how many wavelengths fit per unit radius. It is not a variable: like ν , it is chosen once per problem.
Forecast: Will the λ 's survive in the final equation, or cancel?
Step 1 — Chain rule for the substitution. With x = λ r , d r d = λ d x d , so
R ′ = λ d x d R , R ′′ = λ 2 d x 2 d 2 R .
Why this step? We are changing the "ruler" from r to x ; the chain rule is the only correct way to convert derivatives between rulers.
Step 2 — Substitute and simplify. Using r = x / λ :
λ 2 x 2 λ 2 R xx + λ x λ R x + ( λ 2 λ 2 x 2 − ν 2 ) R = 0.
Why this step? Every r becomes x / λ and every λ 2 r 2 becomes x 2 ; we track each factor.
Step 3 — Watch the λ 's cancel.
x 2 R xx + x R x + ( x 2 − ν 2 ) R = 0.
Why this step? Confirming the cancellation is the point: the frequency λ lives only in the argument x = λ r , never in the shape of J ν . That is why R ( r ) = J ν ( λ r ) .
Verify: Coefficient audit — λ 2 x 2 λ 2 = x 2 ✓, λ x λ = x ✓, λ 2 λ 2 x 2 = x 2 ✓. All λ gone. The symbolic snippet confirms each coefficient reduces exactly.
A circular drumhead of radius a = 0.30 m has wave speed c = 100 m/s . Find the lowest (fundamental) frequency of the symmetric mode. Use the first zero of J 0 : α 0 , 1 = 2.4048 .
Forecast: A guitar string's fundamental is f = c / ( 2 L ) . Guess whether the drum's J 0 -zero of 2.4048 makes its fundamental higher or lower than that naive value.
Step 1 — Set up the bounded solution. Symmetric mode ⇒ ν = 0 , centre included ⇒ keep only J 0 :
R ( r ) = c 1 J 0 ( k r ) , k = c 2 π f .
Why this step? ν = 0 because there is no angular variation; Y 0 dropped by boundedness (Cell C logic). Here J 0 ( 0 ) = 1 , so the centre moves the most — this is the degenerate but very physical case.
Step 2 — Fixed rim gives the quantisation. R ( a ) = 0 ⇒ J 0 ( k a ) = 0 ⇒ k a = α 0 , 1 = 2.4048.
Why this step? The rim is clamped, so displacement there is zero; only special k hitting a zero of J 0 are allowed.
Step 3 — Solve for frequency.
f = 2 π a c α 0 , 1 = 2 π × 0.30 100 × 2.4048 .
Why this step? Substitute k = 2 π f / c into k a = α 0 , 1 and isolate f ; this is the only rearrangement that turns the quantisation condition into an audible number.
Step 4 — Number.
f = 1.88496 240.48 ≈ 127.6 Hz .
Why this step? Carrying the arithmetic all the way to a single decimal value is what makes the result checkable and physically meaningful — a note near the B just below middle C.
Verify: Units: m ( m/s ) = s − 1 = Hz ✓. Numeric value ≈ 127.6 Hz — you can reproduce it on a calculator (100 × 2.4048/ ( 2 π × 0.30 ) ), and it is confirmed by the automated snippet.
The picture below shows the symmetric mode shape. The orange curve is J 0 ( x ) ; note it starts at height 1 at the centre (J 0 ( 0 ) = 1 , marked by the violet arrow — the drum's middle moves most) and comes down to its first zero at x = α 0 , 1 = 2.4048 (magenta dot). That zero is precisely where the clamped rim sits, so k a = 2.4048 ; everything in Step 2 is just reading this crossing off the graph.
For J 0 : (a) find the leading small-x value, (b) estimate J 0 ( 20 ) from the large-x asymptotic and compare with the true value ≈ 0.1670 .
Forecast: Small x → near 1 ? Large x → tiny and oscillating? Guess the sign of J 0 ( 20 ) .
Step 1 — Small-x limit. From the series J 0 ( x ) = 1 − 4 x 2 + ⋯ , so J 0 ( 0 ) = 1 .
Why this step? The lowest term of the Frobenius method series dominates as x → 0 ; every higher term carries an extra x 2 .
Step 2 — Large-x asymptotic. For big x ,
J 0 ( x ) ≈ π x 2 cos ( x − 4 π ) .
Why this step? The 1/ x envelope encodes energy spreading over a growing circle; this formula answers "what does the wiggle look like far out?"
Step 3 — Plug x = 20 . x − π /4 = 20 − 0.7854 = 19.2146 rad. Reducing modulo 2 π , 19.2146 − 6 π = 19.2146 − 18.8496 = 0.3650 rad, so cos ( 19.2146 ) = cos ( 0.3650 ) ≈ 0.9341 . Amplitude 2/ ( 20 π ) = 0.031831 ≈ 0.17841 . Product ≈ 0.17841 × 0.9341 ≈ 0.1667 .
Why this step? Direct evaluation shows the asymptotic is remarkably close (true ≈ 0.1670 ) even at moderate x — agreement to better than 1% here.
Verify: Asymptotic ≈ 0.1667 vs true ≈ 0.1670 ; same sign, essentially the same magnitude. Both numbers are confirmed by the automated snippet.
The picture below plots J 0 ( x ) (magenta) trapped between the two dashed violet envelope curves ± 2/ ( π x ) . Watch how each hump touches the envelope and how the envelope squeezes toward zero as x grows — that squeeze is the 1/ x decay. The orange dot at x = 20 marks the value we just estimated, J 0 ( 20 ) ≈ 0.167 , sitting comfortably inside the envelope.
A student writes: "x 2 y ′′ + x y ′ + ( x 2 + 16 ) y = 0 has ν = 4 , so y = c 1 J 4 + c 2 Y 4 ." Find their mistake and give the correct solution.
Forecast: The equation has + 16 , not − 16 . Does that still make it Bessel of order 4?
Step 1 — Compare signs carefully. Standard Bessel has ( x 2 − ν 2 ) . Here we have ( x 2 + 16 ) = ( x 2 − ( − 16 )) , so ν 2 = − 16 .
Why this step? The trap is reading + 16 as if it were − 16 . The sign in front of the constant is everything.
Step 2 — Interpret ν 2 = − 16 . Then ν = ± 4 i (imaginary order), because − 16 = 4 i . This is not order 4 — the constant added to x 2 was positive , which no real order can produce.
Why this step? ν must be read straight from ν 2 = − ( constant added to x 2 ) ; blindly taking 16 ignores the sign and gives a wrong function with wrong zeros.
Step 3 — State the correct label. The solution uses order 4 i Bessel functions:
y ( x ) = c 1 J 4 i ( x ) + c 2 Y 4 i ( x ) ,
equivalently a real oscillatory combination of these — not J 4 , Y 4 . So the student's answer is wrong on two counts: the order is imaginary (4 i , not 4 ), and therefore the named functions and their zero-spacing differ entirely.
Why this step? Naming J 4 would predict the wrong set of zeros and hence a wrong drum spectrum; the correct label prevents that downstream error.
Step 4 — The correct reading of the original. Written in standard form, x 2 y ′′ + x y ′ + ( x 2 − ( − 16 )) y = 0 has order ν = 4 i . The fix a student should apply : always rewrite the constant as "x 2 minus something" and take ν 2 = that something with its sign .
Verify: Sanity: ν 2 = 16 would require the equation to read ( x 2 − 16 ) . Since it actually reads ( x 2 + 16 ) , we get ν 2 = − 16 = 16 — the student's ν = 4 is refuted. The sign check is confirmed by the automated snippet.
Common mistake The #1 recurring error across all cells
Reading the constant's sign wrong. Always rewrite as "x 2 minus something": ( x 2 − ν 2 ) . If you see + 16 , the "something" is − 16 , and ν is imaginary — a completely different problem (Ex 9).
Recall Quick self-test (which cell?)
Given x 2 y ′′ + x y ′ + ( x 2 − 4 49 ) y = 0 on a solid disc — which examples' logic applies? ::: Cell B/E (half-integer ν = 7/2 ) for the order, and Cell C (drop Y ) for the disc.
On an annulus, how many arbitrary constants survive? ::: Two — you keep both J ν and Y ν (Ex 4).
Where does the frequency λ hide in the solution? ::: Only inside the argument, as J ν ( λ r ) ; the equation's shape has no λ (Ex 6).
Bessel's equation and Bessel functions (intro, physical relevance) — the parent this drill sheet expands.
Frobenius method — produced the J ν series used in Ex 2, 5, 8.
Regular singular points — why Y ν diverges at x = 0 (Ex 3, 4).
Gamma function — the half-integer values that collapse Ex 2 and Ex 5.
Separation of variables & Laplacian in polar and cylindrical coordinates — where the drum equation of Ex 7 comes from, and the source of the separation constant λ .
Sturm-Liouville theory — the framework guaranteeing the zeros α ν , k give a complete orthogonal set.