Logo Neurocoda

Classification of Discontinuities of Functions

Neurocoda

When a function is not continuous at a point within its domain, that point is called a discontinuity point. Based on the existence of limits, discontinuity points are generally divided into the following two categories and four types:

First-Kind Discontinuities

First-kind discontinuities refer to points where both left and right limits exist but the continuity condition is not satisfied, including removable discontinuities and jump discontinuities.

  • Removable Discontinuity
    Condition:

    limxx0f(x)=limxx0+f(x)=Lf(x0)or f(x0) is undefined\lim_{x \to x_0^-} f(x) = \lim_{x \to x_0^+} f(x) = L \neq f(x_0) \quad\text{or } f(x_0)\text{ is undefined}

    Remedy:
    By redefining f(x0)=Lf(x_0)=L, the function becomes continuous at x0x_0.
    Typical Example:

    f(x)={sinxx,x00,x=0f(x) = \begin{cases} \frac{\sin x}{x}, & x \neq 0 \\\\ 0, & x = 0 \end{cases}

    |450
    At x=0x=0:

    limx0sinxx=1but f(0)=0\lim_{x \to 0} \frac{\sin x}{x} = 1 \quad\text{but } f(0) = 0

    Hence x=0x=0 is a removable discontinuity.

  • Jump Discontinuity
    Condition:

    limxx0f(x)=L1andlimxx0+f(x)=L2but L1L2\lim_{x \to x_0^-} f(x) = L_1 \quad\text{and}\quad \lim_{x \to x_0^+} f(x) = L_2 \quad\text{but } L_1 \neq L_2

    Irreparability:
    The jump amount Δ=L2L1\Delta = \lvert L_2 - L_1\rvert cannot be eliminated by redefining f(x0)f(x_0).
    Piecewise Function Example:

    f(x)={x+2,x>1x2,x1f(x) = \begin{cases} x + 2, & x > 1 \\\\ x^2, & x \leq 1 \end{cases}

    |400
    At x=1x=1:

    limx1x2=1,limx1+(x+2)=3\lim_{x \to 1^-} x^2 = 1, \quad \lim_{x \to 1^+} (x+2) = 3

    The two-sided limits are not equal, so it is a jump discontinuity.

Second-Kind Discontinuities

Second-kind discontinuities are points where at least one side limit does not exist, or the limit “exists” but tends to infinity, including infinite discontinuities and oscillatory discontinuities.

  • Infinite Discontinuity
    Characteristic:

    limxx0f(x)=+\lim_{x \to x_0} \lvert f(x)\rvert = +\infty

    The graph of the function exhibits a vertical asymptote near x0x_0.
    Typical Example:

    f(x)=1(x2)2f(x) = \frac{1}{(x-2)^2}

    |425
    At x=2x=2:

    limx21(x2)2=+\lim_{x \to 2} \frac{1}{(x-2)^2} = +\infty
  • Oscillatory Discontinuity
    Characteristic:
    The limit oscillates infinitely within a finite interval at a certain point, neither converging to a finite value nor diverging to infinity.
    Example Analysis:

    f(x)=sin(1x)f(x) = \sin\Bigl(\frac{1}{x}\Bigr)

    |425
    As x0x \to 0, 1x\frac{1}{x} increases without bound, causing sin(1x)\sin\bigl(\frac{1}{x}\bigr) to oscillate infinitely in the interval [1,1][-1,1], and both left and right limits do not exist. Hence x=0x=0 is an oscillatory discontinuity.

Key Positions and Judgment Methods

When determining the discontinuity points of a function, it is usually necessary to focus on the following types of xx values, which are potential locations of discontinuities.

  • Boundary Points of the Domain
    For example, the domain of f(x)=xf(x)=\sqrt{x} is [0,)[0,\infty). At x=0x=0, the function is only defined on the right, so we need to check limx0+f(x)\lim_{x \to 0^+} f(x). If the function has other smaller intervals, specific judgment of one-sided limits is required.

  • Connection Points of Piecewise Functions
    If the function is given in piecewise form

    f(x)={g(x),x<ah(x),xaf(x) = \begin{cases} g(x), & x < a \\\\ h(x), & x \ge a \end{cases}

    then it is necessary to check at x=ax=a: the relationship among limxag(x)\lim_{x \to a^-} g(x), limxa+h(x)\lim_{x \to a^+} h(x), and the function value f(a)f(a).

  • Denominator Zeros (Rational Functions)
    If f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}, first solve the equation Q(x)=0Q(x)=0. For a point x0x_0 with Q(x0)=0Q(x_0)=0, also check whether P(x0)=0P(x_0)=0.

    • If P(x0)0P(x_0)\neq 0, it is usually an infinite discontinuity.
    • If P(x0)=0P(x_0)=0, simplify the fraction and then judge. For example, f(x)=x21x1,f(x)=\frac{x^2-1}{x-1}, at x=1x=1 simplifies to f(x)=x+1f(x)=x+1 (for x1x \neq 1), indicating a removable discontinuity.
  • Special Function Structure Points

Function Typexx Values to CheckTypical Discontinuity Type
Logarithmicln[g(x)]\ln[g(x)] where g(x)0g(x)\leq 0Second-kind discontinuity
Tangenttan[g(x)]\tan[g(x)] where g(x)=π2+kπg(x)=\frac{\pi}{2}+k\piInfinite discontinuity
Absolute Valuexa\lvert x-a\rvert at x=ax=aUsually continuous (change in differentiability)
  • Oscillatory Limit Points
    Functions containing sin(1x)\sin\bigl(\tfrac{1}{x}\bigr), cos(1x)\cos\bigl(\tfrac{1}{x}\bigr) and similar “high-frequency” oscillatory structures often exhibit infinite oscillation at certain points (commonly at x=0x=0), requiring special attention.

  • Connection Points of Composite Functions
    If the outer function imposes additional restrictions on the input, it is necessary to determine the range where the inner expression satisfies those restrictions. For example,
    f(x)=lnxf(x)=\sqrt{\ln x} requires lnx0\ln x \ge 0 (i.e., x1x \ge 1), and we check the one-sided limit and function value at x=1x=1.

Comprehensive Judgment Steps

After identifying candidate points to check, analyze them according to the following flowchart:

graph TD
    A[Compute left limit] --> B[Compute right limit]
    B --> C{Do limits exist?}
    C -->|Yes| D[First-kind analysis]
    C -->|No| E[Second-kind analysis]

For more detailed type determination, refer to the following diagram:

graph TD

    A[Point x_0 to check] --> B{Is f(x_0) defined?}

    B -->|Undefined| C[Compute left and right limits]
    B -->|Defined| C1[Compute left and right limits]

    C --> D{Do both left and right limits exist?}
    C1 --> D{Do both left and right limits exist?}

    D -->|No| E{Possible second-kind}
    E -->|If limit tends to &infin;| F[Infinite discontinuity]
    E -->|If limit oscillates| G[Oscillatory discontinuity]

    D -->|Yes| H{Are left and right limits equal?}
    H -->|No| I[Jump discontinuity]

    H -->|Yes| J{Left limit = right limit = f(x_0)?}
    J -->|f(x_0) undefined or different| K[Removable discontinuity]
    J -->|Equal| L[Continuous point]

Example 1:
Analyze the discontinuity of

f(x)=e1/x1+e1/xf(x)=\frac{e^{1/x}}{1+e^{1/x}}

at x=0x=0:

  • Since f(0)f(0) is undefined, it is first judged as a discontinuity.
  • Compute one-sided limits: limx0f(x)=0,limx0+f(x)=1.\lim_{x \to 0^-} f(x) = 0, \quad \lim_{x \to 0^+} f(x) = 1. The one-sided limits are not equal, so it is a jump discontinuity.

Example 2:
Determine the behavior of

f(x)=xcos(1x)f(x) = x \cos\Bigl(\tfrac{1}{x}\Bigr)

at x=0x=0:

  • The function is not explicitly defined at x=0x=0, so it is initially considered a discontinuity.
  • However, by the squeeze theorem:
    xxcos(1x)x-\lvert x\rvert \le x\cos\bigl(\tfrac{1}{x}\bigr) \le \lvert x\rvert,
    we obtain
    limx0xcos(1x)=0\lim_{x \to 0} x\cos\bigl(\tfrac{1}{x}\bigr) = 0.
  • By defining f(0)=0f(0)=0, the function becomes continuous at x=0x=0. Hence the origin is a removable discontinuity.

Special Cases

  • Connection Points of Piecewise Functions
    Compute the left and right limits separately, then compare with the function value at the connection point. If all three are equal, it is continuous; otherwise, it is a discontinuity.
    Example:

    f(x)={ex,x<0x+1,x0f(x)= \begin{cases} e^x, & x<0 \\\\ x+1, & x\ge 0 \end{cases}

    At x=0x=0:
    limx0ex=1\lim_{x \to 0^-} e^x = 1, limx0+(x+1)=1\lim_{x \to 0^+} (x+1) = 1, f(0)=1f(0)=1,
    all equal, so it is continuous.

  • Existence of Derivative and Discontinuity
    If f(x)f(x) is differentiable at x0x_0, then it must be continuous at x0x_0.
    However, a function may be non-differentiable at a point but still continuous, e.g., f(x)=xf(x)=\lvert x\rvert is not differentiable at x=0x=0 but remains continuous.

Title: Classification of Discontinuities of Functions Author: Neurocoda Created at: 2026-07-03 12:46:04 Link: https://neurocoda.com/zh-TW/posts/classification-of-discontinuities-of-functions-en/ License: This work is licensed under CC BY-ND 4.0.

Comments