How to Find the Point of Discontinuity in a Function
When studying functions, one of the most common questions is whether a function behaves nicely everywhere or whether it has a “break” somewhere. In real terms, finding the point of discontinuity—where the function jumps, spikes, or simply refuses to give a value—is a fundamental skill in calculus, algebra, and real‑world modeling. This guide walks you through the concepts, methods, and practical examples so you can confidently locate discontinuities in any function.
Introduction
A discontinuity occurs when a function fails to be continuous at a specific input value. In simpler terms, the function either does not exist, has a hole, or leans abruptly at that point. Identifying these points is crucial because they often indicate limits, asymptotes, or practical constraints in applied problems Simple, but easy to overlook..
The main types of discontinuities are:
- Removable – a hole that can be “fixed” by redefining the function at that point.
- Jump – the left‑hand and right‑hand limits exist but are not equal.
- Infinite (essential) – the function grows without bound near that point.
- Oscillatory – limits do not exist because the function oscillates infinitely.
Understanding these categories helps you choose the right technique to locate them.
Step 1: Identify Potential Problem Points
1.1 Look for Undefined Expressions
Any algebraic or trigonometric expression that involves division by zero, square roots of negative numbers, logarithms of non‑positive numbers, or other undefined operations signals a potential discontinuity Most people skip this — try not to..
- Example: (f(x) = \frac{x-3}{x^2-9}) – the denominator becomes zero at (x = \pm3).
1.2 Check Piecewise Definitions
When a function is defined by different formulas on different intervals, the boundaries between pieces are natural candidates for discontinuities That's the part that actually makes a difference. Took long enough..
- Example:
[ g(x)= \begin{cases} x^2, & x<2\[4pt] 3x-1, & x\ge2 \end{cases} ]
1.3 Inspect Trigonometric and Logarithmic Functions
Functions like (\tan(x)), (\sec(x)), (\csc(x)), and (\ln(x)) have inherent discontinuities at points where their arguments lead to undefined values.
- Example: (\tan(x)) is undefined at (x = \frac{\pi}{2} + k\pi).
Step 2: Simplify the Function
Before diving into limits, simplify the expression as much as possible. Also, factor, cancel common terms, or use algebraic identities. This often exposes hidden discontinuities.
- Example:
[ h(x)=\frac{x^2-4}{x-2} = \frac{(x-2)(x+2)}{x-2} = x+2, \quad x\neq2 ] The simplification shows a removable discontinuity at (x=2).
Step 3: Evaluate One‑Sided Limits
For each candidate point (c):
- Compute the left‑hand limit (\displaystyle \lim_{x\to c^-} f(x)).
- Compute the right‑hand limit (\displaystyle \lim_{x\to c^+} f(x)).
If either limit does not exist or the two limits are unequal, (c) is a point of discontinuity.
3.1 Techniques for Calculating Limits
| Technique | When to Use | Example |
|---|---|---|
| Direct substitution | Function is defined at (c) | (f(c)) |
| Factoring | Rational expressions with common factors | (\frac{x^2-4}{x-2}) |
| Rationalizing | Square roots in denominator | (\frac{1}{\sqrt{x}-1}) |
| Trigonometric identities | (\sin, \cos, \tan) limits | (\frac{\sin x}{x}) |
| Squeeze theorem | Oscillatory behavior | (\sin(\frac{1}{x})) |
| L’Hôpital’s Rule | Indeterminate forms (0/0) or (\infty/\infty) | (\frac{\ln x}{x-1}) |
This is the bit that actually matters in practice.
Step 4: Classify the Discontinuity
Once you have the one‑sided limits:
| Condition | Type of Discontinuity |
|---|---|
| Both limits exist and are equal, but (f(c)) is undefined or differs | Removable |
| Both limits exist but are not equal | Jump |
| One or both limits are (\pm\infty) | Infinite (essential) |
| Limits do not exist (oscillatory or unbounded) | Oscillatory |
Step 5: Verify with Graphical Insight (Optional)
Plotting the function near the suspected point can provide visual confirmation:
- A hole in the graph indicates a removable discontinuity.
- Two separate vertical lines at the same (x)-value show a jump.
- A vertical asymptote appears when the function shoots off to (\pm\infty).
- Rapid oscillation around a point suggests an oscillatory discontinuity.
Graphing tools (graphing calculators, Desmos, GeoGebra) are helpful but not mandatory.
Worked Examples
Example 1: Rational Function with a Removable Discontinuity
Function:
[
f(x)=\frac{x^2-9}{x-3}
]
Step 1: Denominator zero at (x=3).
Step 2: Factor numerator: ((x-3)(x+3)).
Step 3: Simplify: (f(x)=x+3) for (x\neq3).
Step 4: Limits:
[
\lim_{x\to3^-} f(x)=6, \quad \lim_{x\to3^+} f(x)=6
]
Step 5: Since both limits equal 6 but (f(3)) is undefined, (x=3) is a removable discontinuity Less friction, more output..
Example 2: Piecewise Function with a Jump Discontinuity
Function:
[
g(x)=
\begin{cases}
x+1, & x<0\[4pt]
x-1, & x\ge0
\end{cases}
]
Step 1: Boundary at (x=0).
Step 2: Evaluate limits:
[
\lim_{x\to0^-} g(x)=1, \quad \lim_{x\to0^+} g(x)=-1
]
Step 3: Limits exist but differ → jump discontinuity at (x=0).
Example 3: Tangent Function with Infinite Discontinuities
Function:
[
h(x)=\tan x
]
Step 1: Denominator (\cos x = 0) at (x=\frac{\pi}{2}+k\pi) But it adds up..
Step 2: Limits:
[
\lim_{x\to\frac{\pi}{2}^-} \tan x = +\infty, \quad \lim_{x\to\frac{\pi}{2}^+} \tan x = -\infty
]
Step 3: Infinite limits → infinite discontinuities at each odd multiple of (\frac{\pi}{2}) Easy to understand, harder to ignore. That alone is useful..
Example 4: Oscillatory Discontinuity
Function:
[
p(x)=\sin\left(\frac{1}{x}\right), \quad x\neq0
]
Step 1: Candidate point (x=0).
Step 2: As (x\to0), (\frac{1}{x}) becomes unbounded, causing (\sin) to oscillate between (-1) and (1) infinitely often.
Step 3: Limits do not exist → oscillatory discontinuity at (x=0) Simple as that..
FAQ
Q1: Can a function be discontinuous at a point where it is defined?
A: Yes. If the left‑hand and right‑hand limits differ or one does not exist, the function is discontinuous even if (f(c)) exists. This is a jump discontinuity Worth knowing..
Q2: What if both one‑sided limits are infinite but equal?
A: The function still has an infinite discontinuity. The graph shows a vertical asymptote.
Q3: How do I handle discontinuities in higher‑dimensional functions?
A: The concept extends to multivariable limits. Check limits along different paths approaching the point. If they differ or do not exist, the function is discontinuous there.
Q4: Is it enough to just factor the numerator and denominator?
A: Factoring often reveals removable discontinuities, but you must still evaluate limits to confirm the type. Some functions require rationalizing or trigonometric identities.
Conclusion
Finding points of discontinuity is a systematic process:
- Spot potential trouble spots (undefined expressions, piecewise boundaries).
- Simplify the function to expose hidden cancellations.
- Compute one‑sided limits with appropriate techniques.
- Classify the discontinuity based on the limit behavior.
- Validate with a quick graph if desired.
Mastering these steps equips you to analyze any real‑valued function, whether you’re tackling textbook problems, coding numerical simulations, or modeling physical phenomena. With practice, spotting discontinuities becomes an intuitive part of your mathematical toolkit Most people skip this — try not to..
Example 5: Piecewise‑Defined Function with a Removable Gap
Function
[
q(x)=\begin{cases}
\dfrac{x^{2}-4}{x-2}, & x\neq2,\[4pt]
5, & x=2.
\end{cases}
]
Step 1 – Locate the suspect point.
The only algebraic trouble‑spot is at (x=2) because the denominator of the first piece vanishes there Took long enough..
Step 2 – Simplify and take the limit.
Factor the numerator:
[
x^{2}-4=(x-2)(x+2).
]
For (x\neq2) we may cancel the common factor:
[
q(x)=x+2,\qquad x\neq2.
]
Now compute the limit: [ \lim_{x\to2}q(x)=\lim_{x\to2}(x+2)=4. ]
Step 3 – Compare the limit with the defined value.
The function assigns the value (q(2)=5), which does not equal the limit (4). Hence the function is discontinuous at (x=2) The details matter here..
Step 4 – Classify.
Since the limit exists (both one‑sided limits equal 4) but the actual function value differs, this is a removable discontinuity that could be “fixed’’ by redefining (q(2)=4).
Example 6: Absolute‑Value Function with a Corner
Function
[
r(x)=|x| .
]
Step 1 – Identify the candidate.
Absolute value is smooth everywhere except possibly at the point where the inside changes sign, i.e., (x=0) That's the part that actually makes a difference..
Step 2 – Compute one‑sided limits.
[
\lim_{x\to0^-}|x|=\lim_{x\to0^-}(-x)=0,\qquad
\lim_{x\to0^+}|x|=\lim_{x\to0^+}x=0.
]
Both limits exist and are equal to the function value (r(0)=0) Small thing, real impact. But it adds up..
Step 3 – Examine the derivative.
Although the function is continuous at (0), the left‑hand derivative (\displaystyle\lim_{h\to0^-}\frac{|h|-0}{h}=-1) differs from the right‑hand derivative (\displaystyle\lim_{h\to0^+}\frac{|h|-0}{h}=1).
Conclusion: The graph has a corner (or cusp) discontinuity of the derivative, but no discontinuity of the function itself. This example illustrates that continuity of a function does not guarantee differentiability That's the whole idea..
Example 7: Logarithmic Function with a Domain Boundary
Function
[
s(x)=\ln(x-1).
]
Step 1 – Determine the domain.
The argument of the logarithm must be positive: (x-1>0\Rightarrow x>1). Thus the only point where the function “fails’’ to be defined on the real line is at (x=1) Worth keeping that in mind..
Step 2 – Approach the boundary from the right.
[
\lim_{x\to1^+}\ln(x-1)=\lim_{t\to0^+}\ln t=-\infty.
]
Step 3 – No left‑hand limit exists because the function is undefined for (x\le1).
Classification: The function has an infinite (essential) discontinuity at the endpoint (x=1). In a graph this appears as a vertical asymptote that the curve approaches from the right but never crosses.
A Quick Checklist for Spotting Discontinuities
| Situation | What to do | Typical outcome |
|---|---|---|
| Denominator zero | Factor, cancel if possible; otherwise compute one‑sided limits. In practice, | Endpoint infinite or jump discontinuity. |
| Oscillatory expression (e. | Boundary infinite discontinuity. Even so, | |
| Absolute value or other “kink’’ functions | Verify continuity first, then check derivatives if needed. | Jump, removable, or corner discontinuity. Which means |
| Square‑root or even‑root of a negative | Identify domain restrictions. So g. ** | Impose argument > 0 (or within principal range). |
| **Logarithm, arctan, etc. | ||
| Piecewise definition | Examine each sub‑interval and the junction points. | Corner (continuous, nondifferentiable). |
Final Thoughts
Understanding discontinuities is more than an academic exercise; it’s a diagnostic tool that tells you where a model, an algorithm, or a physical interpretation may break down. By systematically:
- Locating points where the algebraic definition misbehaves,
- Simplifying the expression to reveal hidden cancellations,
- Evaluating left‑ and right‑hand limits with the appropriate technique (factoring, rationalizing, trigonometric identities, squeeze theorem, or path analysis in higher dimensions),
- Comparing those limits to the actual function value, and
- Classifying the nature of the break,
you gain a clear picture of the function’s landscape. Whether you are sketching a graph, ensuring the correctness of a numerical method, or proving a theorem that hinges on continuity, this disciplined approach will serve you well Nothing fancy..
Remember: a discontinuity is simply a signal that something interesting is happening. By listening to that signal—through limits, algebra, and careful reasoning—you turn a potential obstacle into a deeper insight about the behavior of the function you are studying.