Singular Point — Definition, Formula & Examples
A singular point is a point where a mathematical object — such as a function, curve, or differential equation — fails to behave normally, often because a derivative doesn't exist, a coefficient becomes zero or undefined, or the object has a cusp or self-intersection.
For an ODE of the form , a point is a singular point if or is not analytic at . More generally, a point on a curve is singular if both partial derivatives and vanish there. A singular point is called regular if and are analytic at ; otherwise it is an irregular singular point.
How It Works
To classify a point for a second-order linear ODE, first write the equation in standard form . Check whether and are analytic at the point in question. If both are analytic, the point is ordinary and a power series solution exists. If either fails to be analytic, the point is singular, and you then check whether and are analytic to distinguish regular from irregular singular points. Regular singular points allow Frobenius series solutions, while irregular ones require different techniques.
Worked Example
Problem: Classify x = 0 for the ODE x²y'' + xy' + (x² − 1)y = 0 (Bessel's equation of order 1).
Write in standard form: Divide through by x² to get the standard form coefficients.
Identify P(x) and Q(x): Read off the coefficients of y' and y.
Check analyticity at x = 0: Both P(x) and Q(x) are undefined at x = 0, so x = 0 is a singular point. Now check regularity: xP(x) = 1 (analytic) and x²Q(x) = x² − 1 (analytic).
Answer: x = 0 is a regular singular point of Bessel's equation, so the Frobenius method can be applied to find a series solution.
Why It Matters
Classifying singular points determines which solution method applies to a differential equation. In physics and engineering, Bessel's, Legendre's, and Laguerre's equations all have regular singular points, making the Frobenius method essential for problems in heat conduction, wave propagation, and quantum mechanics.
Common Mistakes
Mistake: Forgetting to divide by the leading coefficient before identifying P(x) and Q(x).
Correction: Always rewrite the ODE in the form y'' + P(x)y' + Q(x)y = 0 first. The singularity classification depends on this standard form, not on the original equation's coefficients.
