Traps in Continuity: Mistakes Even Good Students Make

author-img admin June 22, 2026

Introduction

Continuity appears to be a simple concept:

A function is continuous at a point if you can draw its graph without lifting your pen.

While this intuition is useful, it is not mathematically precise. Many students lose marks because they rely on intuition instead of checking the actual definition.

In this article, we explore the most common traps involving continuity, explain why they occur, and show how to avoid them.


The Definition of Continuity

A function f(x)f(x)f(x) is continuous at x=ax=ax=a if all three conditions hold:

Condition 1

f(a)f(a)f(a)

must exist.

Condition 2

limxaf(x)\lim_{x\to a}f(x)x→alim​f(x)

must exist.

Condition 3

limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a)x→alim​f(x)=f(a)

If any one condition fails, the function is not continuous.

Many traps arise because students check only one or two conditions.


Trap 1: The Function Value Does Not Exist

Considerf(x)=x21x1f(x)=\frac{x^2-1}{x-1}f(x)=x−1×2−1​

at x=1x=1x=1.

Simplifying:f(x)=x+1,x1f(x)=x+1,\qquad x\neq1f(x)=x+1,x=1

Students often say:limx1f(x)=2\lim_{x\to1}f(x)=2x→1lim​f(x)=2

therefore continuous.

Wrong.

Sincef(1)f(1)f(1)

is not defined, continuity fails.

Key Lesson

A limit existing is not enough.

The function value must also exist.


Trap 2: Left and Right Limits Are Different

Considerf(x)={1,x<02,x0f(x)= \begin{cases} 1,&x<0\\ 2,&x\ge0 \end{cases}f(x)={1,2,​x<0x≥0​

At x=0x=0x=0,limx0f(x)=1\lim_{x\to0^-}f(x)=1x→0−lim​f(x)=1

andlimx0+f(x)=2\lim_{x\to0^+}f(x)=2x→0+lim​f(x)=2

Since121\neq21=2

the limit does not exist.

Therefore the function is discontinuous.

Common Mistake

Students check only one side.

Always compute both.


Trap 3: The Limit Exists But Is Not Equal to Function Value

Considerf(x)={x+1,x15,x=1f(x)= \begin{cases} x+1,&x\neq1\\ 5,&x=1 \end{cases}f(x)={x+1,5,​x=1x=1​

Thenlimx1f(x)=2\lim_{x\to1}f(x)=2x→1lim​f(x)=2

butf(1)=5f(1)=5f(1)=5

Thuslimx1f(x)f(1)\lim_{x\to1}f(x)\neq f(1)x→1lim​f(x)=f(1)

and the function is discontinuous.

Key Lesson

Existence of limit and function value separately does not guarantee continuity.

They must be equal.


Trap 4: Assuming Rational Functions Are Always Continuous

Students learn:

Rational functions are continuous.

This is incomplete.

The correct statement is:

Rational functions are continuous wherever the denominator is non-zero.

Example:f(x)=1x3f(x)=\frac{1}{x-3}f(x)=x−31​

is discontinuous atx=3x=3x=3

because the denominator vanishes.

Exam Tip

Always check denominator first.


Trap 5: Absolute Value Functions

Considerf(x)=xxf(x)=\frac{|x|}{x}f(x)=x∣x∣​

Students think absolute value functions are always continuous.

For x>0x>0x>0,f(x)=1f(x)=1f(x)=1

For x<0x<0x<0,f(x)=1f(x)=-1f(x)=−1

At x=0x=0x=0,limx0f(x)=1\lim_{x\to0^-}f(x)=-1x→0−lim​f(x)=−1

andlimx0+f(x)=1\lim_{x\to0^+}f(x)=1x→0+lim​f(x)=1

Hence discontinuous.

Key Lesson

Absolute value expressions often hide piecewise functions.


Trap 6: Modulus Inside Denominator

Considerf(x)=xxf(x)=\frac{x}{|x|}f(x)=∣x∣x​

At first glance students cancel xxx.

This is illegal becausexx|x|\neq x∣x∣=x

for negative values.

The function becomesf(x)={1,x>01,x<0f(x)= \begin{cases} 1,&x>0\\ -1,&x<0 \end{cases}f(x)={1,−1,​x>0x<0​

which is discontinuous at 000.


Trap 7: Piecewise Functions

Considerf(x)={x2,x<23x2,x2f(x)= \begin{cases} x^2,&x<2\\ 3x-2,&x\ge2 \end{cases}f(x)={x2,3x−2,​x<2x≥2​

Many students simply substitute.

Instead check:

Left Limit

limx2f(x)=4\lim_{x\to2^-}f(x)=4x→2−lim​f(x)=4

Right Limit

limx2+f(x)=4\lim_{x\to2^+}f(x)=4x→2+lim​f(x)=4

Function Value

f(2)=4f(2)=4f(2)=4

Thus continuous.

Golden Rule

For piecewise functions:

  1. Left limit
  2. Right limit
  3. Function value

Never skip any step.


Trap 8: Square Root Functions

Considerf(x)=x4f(x)=\sqrt{x-4}f(x)=x−4​

Students may discuss continuity at x=2x=2x=2.

Butx40x-4\ge0x−4≥0

requiresx4x\ge4x≥4

The function does not even exist near 222.

Key Lesson

Always determine the domain first.


Trap 9: Logarithmic Functions

Considerf(x)=ln(x1)f(x)=\ln(x-1)f(x)=ln(x−1)

Students sometimes claim continuity everywhere.

Wrong.

Sincex1>0x-1>0x−1>0

we requirex>1x>1x>1

The function is continuous only on its domain.


Trap 10: Greatest Integer Function

The greatest integer functionf(x)=xf(x)=\lfloor x\rfloorf(x)=⌊x⌋

is one of the most frequently tested examples.

Example:

At x=2x=2x=2,limx2x=1\lim_{x\to2^-}\lfloor x\rfloor=1x→2−lim​⌊x⌋=1 limx2+x=2\lim_{x\to2^+}\lfloor x\rfloor=2x→2+lim​⌊x⌋=2

Different limits imply discontinuity.

Important Fact

The greatest integer function is discontinuous at every integer.


Trap 11: Oscillatory Functions

Considerf(x)=sin(1x)f(x)=\sin\left(\frac1x\right)f(x)=sin(x1​)

near x=0x=0x=0.

As x0x\to0x→0,1x\frac1x\to\inftyx1​→∞

causing infinite oscillations.

The limit does not exist.

Therefore the function is discontinuous at 000.


Trap 12: Removable Discontinuity Hidden in Algebra

Considerf(x)=x29x3f(x)=\frac{x^2-9}{x-3}f(x)=x−3×2−9​

Students simplify:f(x)=x+3f(x)=x+3f(x)=x+3

and conclude continuity everywhere.

But simplification is valid only forx3x\neq3x=3

At x=3x=3x=3,f(x)f(x)f(x)

is undefined.

This is a removable discontinuity.


Trap 13: Continuity of Composite Functions

Students often believe:

If fff and ggg are continuous, then f(g(x))f(g(x))f(g(x)) is continuous.

This is true.

However, the inner function must produce values within the domain of the outer function.

Example:ln(x)\sqrt{\ln(x)}ln(x)​

Hereln(x)0\ln(x)\ge0ln(x)≥0

requiresx1x\ge1x≥1

Continuity must be examined on the correct domain.


Trap 14: Endpoint Continuity

Considerf(x)=xf(x)=\sqrt{x}f(x)=x​

At x=0x=0x=0, the left side does not exist.

Students incorrectly say continuity cannot be discussed.

Actually,000

is an endpoint of the domain.

We use the right-hand limit:limx0+x=0=f(0)\lim_{x\to0^+}\sqrt{x}=0=f(0)x→0+lim​x​=0=f(0)

Hence continuous at 000.


Trap 15: Confusing Differentiability with Continuity

Students frequently assume:

Continuous implies differentiable.

False.

Example:f(x)=xf(x)=|x|f(x)=∣x∣

is continuous at 000.

However,f(0)f'(0)f′(0)

does not exist because left and right derivatives differ.

Correct Statement

Differentiability ⇒ Continuity

but

Continuity ⇏ Differentiability


Exam Strategy for Any Continuity Problem

Whenever asked whether a function is continuous:

Step 1

Check whetherf(a)f(a)f(a)

exists.

Step 2

Findlimxaf(x)\lim_{x\to a^-}f(x)x→a−lim​f(x)

andlimxa+f(x)\lim_{x\to a^+}f(x)x→a+lim​f(x)

Step 3

Verify that the two limits are equal.

Step 4

Compare the limit withf(a)f(a)f(a)

Step 5

State the conclusion clearly.


Challenge Problems

Problem 1

Determine continuity at x=2x=2x=2:f(x)={x2,x<24,x=22x,x>2f(x)= \begin{cases} x^2,&x<2\\ 4,&x=2\\ 2x,&x>2 \end{cases}f(x)=⎩⎨⎧​x2,4,2x,​x<2x=2x>2​

Problem 2

Find all points of discontinuity:f(x)=x216x4f(x)=\frac{x^2-16}{x-4}f(x)=x−4×2−16​

Problem 3

Determine continuity:f(x)=x+xf(x)=\left\lfloor x\right\rfloor+\sqrt{x}f(x)=⌊x⌋+x​

Problem 4

Determine continuity at x=0x=0x=0:f(x)=xsin(1x)f(x)=x\sin\left(\frac1x\right)f(x)=xsin(x1​)

Problem 5

Determine continuity:f(x)={sinxx,x01,x=0f(x)= \begin{cases} \frac{\sin x}{x},&x\neq0\\ 1,&x=0 \end{cases}f(x)={xsinx​,1,​x=0x=0​


Final Thoughts

Most mistakes in continuity arise not because the topic is difficult, but because students skip one of the three fundamental conditions. The best way to avoid traps is to remember:Continuity=Function Exists+Limit Exists+Both Are Equal\boxed{ \text{Continuity}= \text{Function Exists} +\text{Limit Exists} +\text{Both Are Equal} }Continuity=Function Exists+Limit Exists+Both Are Equal​

Whenever you encounter a piecewise function, modulus expression, logarithm, square root, greatest integer function, or a rational function with a denominator that can become zero, slow down and check every condition carefully. These are exactly the places where examiners hide continuity traps.

Mastering these subtle points can easily convert a 70–80% score in calculus into a 90–100% score.

No tags found

Leave a Reply

Your email address will not be published. Required fields are marked *