Continuity at a Point: Definition and the Three-Part Test

By Vegard Gjerde Based on Masterful Learning 10 min read
continuity-at-a-point math calculus limits learning-strategies

Continuity at a point means function ff has no break at input aa: f(a)f(a) is defined, limxaf(x)\lim_{x \to a} f(x) exists, and both agree. This definition gives the exact condition for a function to be unbroken at a single input and is foundational to differentiability, limit composition, and most of what follows in calculus.

Unisium hero image titled Continuity at a Point showing the principle equation and a conditions card.
The canonical continuity criterion limxaf(x)=f(a)\lim_{x \to a} f(x)=f(a) with conditions f(a) defined and limit exists.

On this page: The Principle | Conditions | Misconceptions | EE Questions | Retrieval Practice | Worked Example | Solve a Problem | FAQ


The Principle

Statement

A function ff is continuous at a point aa if and only if three conditions hold simultaneously: f(a)f(a) is defined, the two-sided limit limxaf(x)\lim_{x \to a} f(x) exists, and the limit equals the function value. There is no break, jump, or hole in the graph at aa—the function value is exactly what the function approaches from both sides.

Mathematical Form

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

Where:

  • ff = a real-valued function
  • aa = the point at which continuity is tested
  • limxaf(x)\lim_{x \to a} f(x) = the two-sided limit as xx approaches aa
  • f(a)f(a) = the function value at aa

The Three-Part Test

The canonical equality is the final checkpoint inside the full continuity definition. To verify continuity at aa, apply these three checkpoints in order:

  1. f(a)f(a) is defined
  2. limxaf(x)\lim_{x \to a} f(x) exists (both one-sided limits agree and are finite)
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

All three must hold. Failure at any checkpoint—even if the other two hold—means ff is not continuous at aa.


Conditions of Applicability

Condition: f(a) defined; limit exists

Practical modeling notes

  • Unpack the definition into three explicit steps: check that f(a)f(a) is defined, check that the two-sided limit exists (left- and right-hand limits agree), then compare the two.
  • For piecewise functions, evaluate the limit and the function value separately at each boundary point.
  • For polynomials and rational functions at points in their domain, continuity holds by standard algebraic limit rules. The three-part test is still the governing definition; these families satisfy it automatically wherever they are defined.

When It Doesn’t Apply

Continuity at aa fails in three distinct ways:

  • f(a)f(a) undefined: If f(a)f(a) is not defined, continuity at aa fails immediately, regardless of limit behavior. Example: f(x)=1/xf(x) = 1/x at a=0a = 0.
  • Limit does not exist: The left- and right-hand limits disagree at aa, so no two-sided limit can match f(a)f(a). Example: the floor function f(x)=xf(x) = \lfloor x \rfloor at any integer aa.
  • Limit and value disagree: f(a)f(a) is defined and the limit exists, but limxaf(x)f(a)\lim_{x \to a} f(x) \neq f(a). This is a removable discontinuity with the wrong fill. Example: f(x)=(x21)/(x1)f(x) = (x^2-1)/(x-1) for x1x \neq 1 and f(1)=5f(1) = 5.

Want the complete framework behind this guide? Read Masterful Learning.


Common Misconceptions

Misconception 1: “The limit existing is enough for continuity”

The truth: The limit must exist and equal f(a)f(a), which must itself be defined. All three conditions are necessary—missing any one produces a discontinuity.

Why this matters: Students who skip checking f(a)f(a) will incorrectly declare continuity at holes (removable discontinuities where the formula is undefined at aa).

Misconception 2: “Drawing without lifting your pencil means continuous at every point”

The truth: The informal pencil-lifting test describes continuity on an interval, not at a specific point. It also breaks down at endpoints and for functions where the graph oscillates or becomes dense.

Why this matters: The formal definition at a point is a quantitative claim. Informal reasoning is a useful starting point but not a substitute when you need to verify or prove continuity rigorously.

Misconception 3: “Undefined at aa and limit-does-not-exist at aa are the same failure”

The truth: These are distinct failure modes. The function value f(a)f(a) and the limit limxaf(x)\lim_{x \to a} f(x) are computed by different procedures. Either can fail while the other holds—the three parts of the test are logically independent.

Why this matters: Treating these as identical leads to misdiagnosing the type of discontinuity and choosing the wrong repair strategy.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • What does it mean for limxaf(x)\lim_{x \to a} f(x) to “exist”? What must the left- and right-hand limits satisfy for this to be true?
  • If f(a)=7f(a) = 7 and limxaf(x)=7\lim_{x \to a} f(x) = 7, does that guarantee continuity at aa? What additional condition are you implicitly relying on?

For the Principle

  • How would you decide which of the three conditions to check first when given a piecewise-defined function?
  • What happens to the continuity conclusion if you change f(a)f(a) while leaving the limit unchanged?

Between Principles

  • The limit statement limxaf(x)=L\lim_{x \to a} f(x) = L is the prerequisite for this principle. How is continuity a stricter claim than simply saying a limit exists at aa?

Generate an Example

  • Construct a function that fails continuity at x=2x = 2 because the limit exists but does not equal f(2)f(2). How would you modify the function value to repair the discontinuity?

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the principle in words: _____A function is continuous at a point a if f(a) is defined, the limit as x approaches a exists, and the limit equals f(a).
Write the canonical equation: _____limxaf(x)=f(a)\lim_{x \to a} f(x)=f(a)
State the canonical condition: _____f(a) defined; limit exists

Worked Example

Use this worked example to practice Self-Explanation.

Problem

Let f(x)=x24x2f(x) = \dfrac{x^2-4}{x-2} for x2x \neq 2, and f(2)=4f(2) = 4. Determine whether ff is continuous at x=2x = 2.

Step 1: Verbal Decoding

Target: whether ff is continuous at a=2a = 2
Given: ff, aa
Constraints: f(2)=4f(2) = 4 is directly specified; limit must be evaluated via the formula for x2x \neq 2

Step 2: Visual Decoding

Draw an xx-axis and mark a=2a = 2. Sketch the line y=x+2y = x + 2 near x=2x = 2 and note that the defined value places the point (2,4)(2, 4) exactly where the removable hole would be.

Step 3: Mathematical Modeling

  1. limx2f(x)=f(2)\lim_{x \to 2} f(x) = f(2)

Step 4: Mathematical Procedures

  1. limx2x24x2=limx2(x2)(x+2)x2\lim_{x \to 2} \frac{x^2-4}{x-2} = \lim_{x \to 2} \frac{(x-2)(x+2)}{x-2}
  2. limx2(x2)(x+2)x2=limx2(x+2)\lim_{x \to 2} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2} (x+2)
  3. limx2(x+2)=4\lim_{x \to 2} (x+2) = 4
  4. limx2f(x)=f(2)    f is continuous at x=2\underline{\lim_{x \to 2} f(x) = f(2) \;\Rightarrow\; f \text{ is continuous at } x = 2}

Step 5: Reflection

  • Verification: The computed limit equals 44 and f(2)=4f(2) = 4, so the equality check holds and the other two continuity conditions are satisfied.
  • Graphical meaning: Filling the hole at (2,4)(2, 4) with f(2)=4f(2) = 4 closes the gap, making the graph of ff connected at a=2a = 2.
  • Domain check: For x2x \neq 2, ff reduces to the polynomial x+2x + 2, which is continuous everywhere on its domain.

Before moving on: self-explain the model

Try explaining Step 3 out loud (or in writing): why the continuity equality check applies here, what the factoring step tells you about the limit, and why the defined value f(2)=4f(2) = 4 is the key piece.

Mathematical model with explanation

Principle: Continuity at a Point — ff is continuous at aa if and only if limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

Conditions: f(2)=4f(2) = 4 is defined (given). limx2f(x)\lim_{x \to 2} f(x) exists: after cancelling the removable factor x2x - 2, both one-sided limits approach 44.

Relevance: This is a removable-discontinuity scenario. The formula produces a 0/00/0 form at x=2x = 2, but the defined value f(2)=4f(2) = 4 exactly fills the hole in the graph.

Description: Factoring x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2) and cancelling x2x - 2 is valid because the limit process ignores the value at x=2x = 2 itself. The limit evaluates to 44. Since f(2)=4f(2) = 4, the equality limx2f(x)=f(2)\lim_{x \to 2} f(x) = f(2) holds.

Goal: Verify that the explicitly defined value f(2)=4f(2) = 4 matches what the function is approaching as x2x \to 2.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem

Let gg be defined by g(x)=x2g(x) = x^2 for x3x \neq 3 and g(3)=10g(3) = 10. Determine whether gg is continuous at x=3x = 3.

Hint (if needed): Evaluate limx3g(x)\lim_{x \to 3} g(x) using the formula for x3x \neq 3, then compare to g(3)g(3).

Show Solution

Step 1: Verbal Decoding

Target: whether gg is continuous at a=3a = 3
Given: gg, aa
Constraints: g(3)=10g(3) = 10 is defined; limit uses the formula x2x^2 valid for x3x \neq 3

Step 2: Visual Decoding

Draw a coordinate plane and sketch the parabola y=x2y = x^2 near x=3x = 3. Mark an open circle at (3,9)(3, 9) for the formula value and a solid dot at (3,10)(3, 10) for the defined value g(3)=10g(3) = 10. (The dot sits above the parabola, making the gap explicit.)

Step 3: Mathematical Modeling

  1. limx3g(x)=g(3)\lim_{x \to 3} g(x) = g(3)

Step 4: Mathematical Procedures

  1. limx3g(x)=limx3x2\lim_{x \to 3} g(x) = \lim_{x \to 3} x^2
  2. limx3x2=9\lim_{x \to 3} x^2 = 9
  3. limx3g(x)=910=g(3)    g is not continuous at x=3\underline{\lim_{x \to 3} g(x) = 9 \neq 10 = g(3) \;\Rightarrow\; g \text{ is not continuous at } x = 3}

Step 5: Reflection

  • Verification: Both the limit (99) and the function value (1010) are well-defined, but they disagree—the third condition of the three-part test fails.
  • Limiting case: If g(3)g(3) had been defined as 99 instead of 1010, all three conditions would hold and gg would be continuous at x=3x = 3.
  • Connection to concept: This is a point discontinuity: the limit exists and g(3)g(3) is defined, but the values do not match.

PrincipleRelationship to Continuity at a Point
Limit statementPrerequisite — the definition requires the two-sided limit to exist and be finite
Left-hand limit statementBoundary check component — piecewise continuity tests often start by comparing the left-side approach value to the right-side approach value
Right-hand limit statementBoundary check component — piecewise continuity tests often start by comparing the right-side approach value to the left-side approach value
Limit of a Continuous CompositionSuccessor rule: once continuity at the inner limit value is known, composite limits can often be evaluated by pushing the limit through the outer function
Derivative at a PointDifferentiability at aa implies continuity at aa, but continuity does not imply differentiability
Piecewise DefinitionStructural prerequisite from functions: continuity at a boundary only becomes a real question once the function is defined by different regional rules

See Principle Structures for how these relationships fit hierarchically.


FAQ

What is continuity at a point?

A function ff is continuous at a point aa when f(a)f(a) is defined, limxaf(x)\lim_{x \to a} f(x) exists, and the two are equal. The intuition is that the function has no break, hole, or jump at aa.

What are the three conditions for continuity at a point?

(1) f(a)f(a) must be defined. (2) The two-sided limit limxaf(x)\lim_{x \to a} f(x) must exist—meaning both one-sided limits agree. (3) The limit must equal f(a)f(a).

Is every differentiable function continuous?

Yes—differentiability at a point implies continuity at that point. The converse is false: f(x)=xf(x) = |x| is continuous at x=0x = 0 but not differentiable there.

What is a removable discontinuity?

A removable discontinuity at aa means the limit exists but either f(a)f(a) is undefined or f(a)f(a) does not match the limit. Redefining f(a)f(a) to equal the limit repairs the discontinuity.

How do I check continuity of a piecewise function?

Evaluate the limit from each side as xx approaches the boundary point using the appropriate piece. Verify both one-sided limits agree. Then compare the resulting limit to the function value at the boundary.

What is the difference between continuity at a point and continuity on an interval?

Continuity at a point is a local condition about a single input aa. Continuity on an interval means the function is continuous at every point in that interval—the pointwise condition must hold everywhere in the interval simultaneously.


  • Calculus Subdomain Map — Return to the calculus hub to see how continuity sits between the limits cluster and the derivative definition
  • Piecewise Definition — The functions-side structure most often checked with one-sided limits before deciding whether a boundary is continuous
  • Principle Structures — Organize continuity in a hierarchical framework with limits and derivatives
  • Self-Explanation — Practice explaining each step of the three-part test as you work through problems
  • Retrieval Practice — Strengthen recall of the continuity equality check and the three-part test before it appears on an exam
  • Problem Solving — Apply continuity systematically using the Five-Step Strategy

How This Fits in Unisium

Within the calculus subdomain, Unisium structures continuity at a point as a representational principle: the equality limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) is the final criterion you check inside the three-part continuity definition, and the three-part check is the procedure. The platform surfaces this principle in elaborative encoding exercises, retrieval prompts, and problem sets so you build the precise habit of verifying all three conditions, not just checking whether the formula evaluates at aa. As a prerequisite to the derivative definition and to the limit of a continuous composition, this principle appears in virtually every calculus topic that follows.

Ready to master continuity at a point? Start practicing with Unisium or explore the full framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →