Questions: Ordinary and Singular Points of ODEs

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student encounters y'' + (1/x)y' + (1/x²)y = 0 and begins computing a standard power series solution y = Σaₙxⁿ centered at x₀ = 0. After extensive algebra, the method fails. Based on classifying x₀ = 0, what went wrong?

Ax = 0 is an ordinary point, so the standard series should converge — the student made an algebraic error.
Bx = 0 is a regular singular point, so the standard power series method doesn't apply there; the Frobenius method should be used instead.
Cx = 0 is an irregular singular point, so no series solution exists near the origin.
DPower series must be centered at x = 1 to avoid the singularity at the origin.
Question 2 Multiple Choice

For the ODE y'' + (3/x)y' + (1/x²)y = 0, classify x₀ = 0.

AOrdinary point — both p(x) and q(x) are defined for all x ≠ 0.
BRegular singular point — (x − 0)p(x) = 3 and (x − 0)²q(x) = 1 are both analytic at x = 0.
CIrregular singular point — both p(x) and q(x) blow up at x = 0, making it worse than a regular singularity.
DCannot be classified without knowing boundary or initial conditions.
Question 3 True / False

Near an ordinary point x₀, a power series solution y = Σaₙ(x − x₀)ⁿ is guaranteed to converge in a neighborhood that extends at least as far as the nearest singular point.

TTrue
FFalse
Question 4 True / False

Any point where p(x) or q(x) becomes unbounded in y'' + p(x)y' + q(x)y = 0 is an irregular singular point, requiring methods beyond Frobenius.

TTrue
FFalse
Question 5 Short Answer

Why is it important to classify a point as ordinary, regular singular, or irregular singular before attempting to find a series solution? What happens if you skip this step?

Think about your answer, then reveal below.