US Trends

what makes a function continuous

A function is continuous at a point if its value there matches the value it is “trying to be” as you approach that point from nearby xxx-values. In practical terms: no jumps, holes, or sudden breaks in the graph at that point.

Intuition: “Draw Without Lifting Your Pen”

Informally, a real-valued function is continuous on an interval if you can draw its graph on that interval without lifting your pen from the paper.

That means:

  • No holes in the curve.
  • No sudden jumps up or down.
  • No vertical asymptotes inside the interval.

This “unbroken curve” picture is the everyday way students first meet continuity.

Formal Definition at a Point

For a function f(x)f(x)f(x) and a number aaa, fff is continuous at x=ax=ax=a if all three of these are true:

  1. f(a)f(a)f(a) is defined.
  2. lim⁡x→af(x)\lim_{x\to a}f(x)limx→a​f(x) exists.
  3. lim⁡x→af(x)=f(a)\displaystyle \lim_{x\to a}f(x)=f(a)x→alim​f(x)=f(a).

Condition (1) rules out holes where the function isn’t defined.

Condition (2) says the left-hand and right-hand limits agree.
Condition (3) ties the actual function value to that common limit so there is no value mismatch.

A compact way to say it is:

lim⁡x→af(x)=f(a)\lim_{x\to a}f(x)=f(a)x→alim​f(x)=f(a)

whenever the limit is taken within the domain.

Continuity on an Interval or on All Reals

We extend the pointwise idea:

  • Continuous on an open interval (a,b)(a,b)(a,b): continuous at every point between aaa and bbb.
  • Continuous on a closed interval [a,b][a,b][a,b]: continuous on (a,b)(a,b)(a,b), and also continuous at the endpoints in the one-sided sense (using limits from inside the interval).
  • A “continuous function” (without qualification) usually means continuous at every point of its domain.

Common examples:

  • Polynomials (like x2+3x−1x^2+3x-1x2+3x−1) are continuous everywhere.
  • x\sqrt{x}x​ is continuous for x≥0x\ge 0x≥0 (its domain), but not defined for x<0x<0x<0.

Types of Discontinuities (When Continuity Fails)

Seeing what breaks continuity helps clarify what makes a function continuous.

  • Removable discontinuity: a “hole” in the graph where the limit exists but f(a)f(a)f(a) is missing or different. This can often be fixed by redefining the function at that point.
  • Jump discontinuity: the left-hand and right-hand limits exist but are not equal, so the graph jumps.
  • Infinite discontinuity: the function heads to infinity or minus infinity near the point (vertical asymptote).

A function is continuous at a point precisely when none of these pathologies occur there.

A Slightly Deeper View (Optional)

More advanced definitions say: small changes in xxx lead to small changes in f(x)f(x)f(x). Formally, continuity can be captured using ε\varepsilon ε–δ\delta δ language or topological ideas like inverse images of open sets being open.

But for calculus-level work, the key checklist is:

  • Defined at the point.
  • Limit exists at the point.
  • Limit equals the function value at that point.

TL;DR:
What makes a function continuous is that its graph has no breaks at the point: the limit as you approach the point exists and equals the function’s value there.