A rapid-fire self-quiz targeting the ideas behind the Frobenius method, not the arithmetic. Each item is a question ::: answer reveal — cover the right side, commit to an answer with a reason, then check. If your reason is wrong even when your verdict is right, count it as a miss.
Before you start, here is every symbol we lean on. Read this once so no answer surprises you:
P,Q = the coefficients when the ODE reads y′′+Py′+Qy=0.
p(x)=xP(x) and q(x)=x2Q(x) = the tamed coefficients. At a regular singular point they are analytic, so they have power-series expansions p(x)=∑k≥0pkxk and q(x)=∑k≥0qkxk. Here ==pk,qk== are just the Taylor coefficients of those expansions — p0,q0 are the constant terms, p1,q1 the x1 coefficients, and so on.
p0=limx→0xP(x) and q0=limx→0x2Q(x) = the leading tamed values (the k=0 coefficients).
r1≥r2 = the two roots of the indicial equation r(r−1)+p0r+q0=0.
==F(s)== = the indicial polynomialF(s)=s(s−1)+p0s+q0. It is the exact left-hand bracket that multiplies an in the recurrence: the coefficient of xn+r is F(n+r)an=(stuff from earlier an−k). So F(r)=0is the indicial equation, and F(n+r)=0 is what lets us divide and solve for an.
==N== = the positive integer root difference N=r1−r2 when the two roots differ by a whole number (Case 3). "Step N" of the recurrence means the equation for aN.
The first figure below gives a picture of what these three cases look like on the number line of exponents — glance at it before the quiz.
And the second figure shows the geometric meaning of the convergence radius — why a Frobenius series does not reach forever.
The task is always: decide, then say why in one breath. A bare "true/false" scores zero.
Every singular point can be solved by the Frobenius method.
False. Only regular singular points are guaranteed; at an irregular point the singularity is stronger than a single xr can balance, so the method may produce no valid series at all.
If P and Q are both analytic at x0, then x0 is an ordinary point and you should NOT reach for Frobenius.
True. Analyticity of P,Q is exactly the ordinary-point condition; the plain power series about an ordinary point works, and Frobenius with r=0 would just reproduce it.
The Frobenius series y=xr∑anxn always converges everywhere.
False. It converges at least up to the distance to the nearest other singular point of the ODE — its radius of convergence is finite when other singularities exist (see the second figure).
The indicial equation can have complex roots.
True. It is a quadratic in r; if p0,q0 make the discriminant negative you get complex-conjugate exponents, giving oscillatory-plus-power behaviour (real solutions recovered by taking real/imaginary parts).
If the two indicial roots are equal, the two solutions are still linearly independent.
True. They must be — a 2nd-order ODE has a 2-dimensional solution space. The lnx term in y2 is precisely what makes the two solutions independent (their Wronskian is nonzero).
Multiplying the whole ODE by x2 changes its solutions.
False. Multiplying by x2 (for x=0) is just rescaling both sides by the same nonzero factor; it rearranges the algebra into x2y′′+xpy′+qy=0 but the solution set is untouched.
For the Euler–Cauchy equation x2y′′+bxy′+cy=0, the Frobenius series terminates after one term.
True. Here the tamed coefficients are constants, p(x)=b and q(x)=c, so every higher Taylor coefficient pk,qk for k≥1 is zero; the recurrence then forces an=0 for n≥1 and you get pure powers xr — exactly the Euler–Cauchy answer.
A larger indicial root r1 always gives a solution free of logarithms.
True. Recall F(s) is the bracket multiplying an. For the larger root, F(r1+n)=0 for every n≥1 when r1≥r2, so we never divide by zero; the trouble (if any) strikes only at the smaller root.
Each line states a plausible move. Find and name the flaw.
"x=0 is singular for y′′+x1y′+x31y=0, and it's regular."
Wrong: it's irregular. Here x2Q=1/x blows up as x→0, so q is not analytic; only p=xP=1 passes. Both p and q must be analytic.
"To find p0, just evaluate P(0)."
Wrong. P itself blows up at a singular point, so P(0) is undefined. You need the tamed limit p0=limx→0xP(x), which multiplies away the 1/x before evaluating.
"The indicial equation for x2y′′+xy′+x2y=0 is r(r−1)+r+x2=0."
Wrong. The indicial equation uses only the lowest-order pieces p0,q0, i.e. q0=limx2Q=0, not the full q(x)=x2. Correct: r(r−1)+r+0=r2=0.
"Roots differ by an integer, so I immediately write y2=κy1lnx+xr2∑cnxn with κ=0."
Wrong. The coefficient κmay be zero. You must attempt the recurrence for r2 first; only if a coefficient becomes genuinely undefined is the log forced.
"Since a0=0 is required, I also set a1=0."
Wrong. Only the lowest coefficient a0 is constrained to be nonzero (so xr is truly the leading power). Every later an, including a1, is whatever the recurrence dictates — often zero.
"r=1/2 came out, but that's not an integer, so this isn't a valid power series and Frobenius fails."
Wrong — that's the whole point. A non-integer r is exactly why we multiply by xr: the factor x1/2 captures singular behaviour a plain Taylor series never could. It's a success, not a failure.
"I found y1 by Frobenius; for y2 I'll just plug in the other root and I'm guaranteed a clean second series."
Wrong in Cases 2 and 3. Equal roots (Case 2) give only one exponent, and integer-difference roots (Case 3) can clash; then you need Reduction of order or the log-form ansatz, not a second plain series.
Why do we tame P with one power of x but Q with two?
Because y′ carries one fewer derivative than y′′: for x2y′′ to balance the P-term you need xP finite, and to balance the Q-term you need x2Q finite. The powers match the derivative order so every term hits the same lowest power xr.
Why does setting the coefficient of the lowest power xr to zero give a quadratic in r?
The lowest power comes entirely from the n=0 term. Feeding y=a0xr into x2y′′+xp0y′+q0y produces a0[r(r−1)+p0r+q0]xr=a0F(r)xr; with a0=0 that bracket F(r) — a quadratic — must vanish.
Why must a0=0?
If a0=0 the series would actually start at xr+1, meaning our claimed leading exponent r was wrong. Forcing a0=0 pins r to the genuine lowest power so the indicial equation is meaningful.
Why does a logarithm appear only in Cases 2 and 3, never Case 1?
A log is needed when the second exponent cannot supply an independent power series. In Case 1 the roots differ by a non-integer, so the bracket F(r2+n) never hits zero and the recurrence runs cleanly; no rescue term is required.
Why is the log term structurally y1lnx rather than some other function times lnx?
Reduction of order sets y2=v(x)y1; solving for v yields ∫xdx=lnx as its leading piece, so the log rides on top of y1 itself. The mathematics manufactures exactly the second independent solution.
Why classify the point before attempting any series?
Because Frobenius convergence and the whole three-case machinery are only guaranteed at a regular singular point. Skipping the check risks applying the method where it has no warranty (irregular points), wasting effort on a series that may not converge.
Why can the equal-root case never yield two power series?
Two distinct power-series solutions would need two distinct leading exponents. Equal roots supply only one exponent r, so the second independent solution is forced to differ qualitatively — hence the lnx.
The scenarios people forget until an exam supplies them.
What if q0=0 (as in Bessel order 0)?
The indicial equation becomes r(r−1)+p0r=0=r(r−1+p0), giving r=0 and r=1−p0. A zero root is perfectly legal; here it happened to be a double root, forcing the log seen in $Y_0$.
What if p0=0 AND q0=0?
Indicial equation is r(r−1)=0, roots 0 and 1 — differing by the integer N=1 (Case 3). This is the borderline where the point is technically singular but often behaves almost like an ordinary point; the log may or may not survive.
x=0 is an ordinary point (its singularities sit at x=±1), so you use a plain power series there — Frobenius is unnecessary. Frobenius is the tool at x=±1 instead.
If the discriminant of the indicial quadratic is zero, which case are we in?
Case 2 (equal roots r1=r2, so N=0). A single exponent means the second solution must carry lnx; you can predict the log purely from the discriminant, before any recurrence.
What if two indicial roots differ by an integer N but the recurrence at step N has a zero right-hand side?
Then no division-by-zero crisis occurs; the equation for aN leaves it free (often chosen 0), κ=0, and you get two clean Frobenius series with no logarithm — the "steel-manned" Case-3-without-log outcome.
What if the smaller root gives xr2 with r2 negative and non-integer?
The solution xr2∑anxn blows up at x=0 but is still a genuine, independent solution on x>0. Whether you keep it depends on physical boundedness requirements, not on any failure of the method.
Can a second-order ODE ever produce three independent Frobenius solutions?
No. The solution space of a 2nd-order linear ODE is exactly 2-dimensional; at most two independent solutions exist, and their independence is confirmed by a nonzero Wronskian.