Mathwords logoMathwords

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 y+P(x)y+Q(x)y=0y'' + P(x)y' + Q(x)y = 0, a point x0x_0 is a singular point if P(x)P(x) or Q(x)Q(x) is not analytic at x0x_0. More generally, a point on a curve F(x,y)=0F(x,y) = 0 is singular if both partial derivatives FxF_x and FyF_y vanish there. A singular point is called regular if (xx0)P(x)(x - x_0)P(x) and (xx0)2Q(x)(x - x_0)^2 Q(x) are analytic at x0x_0; 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 y+P(x)y+Q(x)y=0y'' + P(x)y' + Q(x)y = 0. Check whether P(x)P(x) and Q(x)Q(x) 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 (xx0)P(x)(x - x_0)P(x) and (xx0)2Q(x)(x - x_0)^2 Q(x) 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.
y+1xy+x21x2y=0y'' + \frac{1}{x}\,y' + \frac{x^2 - 1}{x^2}\,y = 0
Identify P(x) and Q(x): Read off the coefficients of y' and y.
P(x)=1x,Q(x)=x21x2P(x) = \frac{1}{x}, \quad Q(x) = \frac{x^2 - 1}{x^2}
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).
xP(x)=1,x2Q(x)=x21xP(x) = 1, \quad x^2 Q(x) = x^2 - 1
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.