Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Continuity at a point describes when a function has no break, hole, or jump at a specific input value. Visually, the graph passes smoothly through the point without needing to lift your pencil. This idea matters because many calculus tools, including limits, derivatives, and the Intermediate Value Theorem, rely on functions behaving predictably.

A continuous point connects the formula, the graph, and the limit into one consistent value.

For a function f to be continuous at x = a, three conditions must all be true: f(a) is defined, the limit as x approaches a exists, and the limit equals f(a). If even one condition fails, the function is not continuous at that point. Continuity on an interval means the function is continuous at every point in that interval, with one-sided continuity at endpoints when needed.

Common discontinuities include holes, jumps, and vertical asymptotes, each caused by a different failure of the continuity conditions.

Understanding Calculus: Continuity at a Point

Checking continuity is best treated as a local investigation. Choose the input value and examine what happens very close to it, rather than only plugging that value into a formula. A table can help when it uses inputs slightly smaller and slightly larger than the chosen value.

A graph can help too, but a graph may hide a tiny gap or a misplaced solid point. Read the function rule carefully. The value produced by direct substitution tells you about the actual assigned point.

Values nearby tell you about the behavior of the function as it approaches that point. These are related pieces of information, but they must be checked separately.

A removable discontinuity often comes from an algebraic expression that can be simplified away everywhere except at one input. For example, consider the fraction with numerator x squared minus four and denominator x minus two. Factoring the numerator gives x minus two times x plus two.

The common factor cancels for every input except two, since the original denominator is zero there. The simplified expression approaches four as the input approaches two, yet the original rule has no value at two. This creates a hole.

Defining the function to have value four at that input repairs the hole. Defining it to have any other value leaves the nearby behavior unchanged, but the point still fails to connect properly.

Piecewise functions need especially careful work at the boundary between rules. Substitute the boundary value into the rule used on the left side, then into the rule used on the right side. If those results differ, the graph has a jump.

No choice of one single point value can repair a jump, because the two sides are heading toward different heights. A vertical asymptote is different. Near the critical input, values can grow without bound instead of settling near one finite number.

Some functions fail for another reason because they keep oscillating between values faster and faster near a point. In each case, identifying the type of failure explains more than simply labeling the point discontinuous.

Continuity gives calculus a dependable starting point. The Intermediate Value Theorem works because a continuous function cannot skip an output value while moving from one height to another. This supports methods used to locate zeros of equations, including numerical methods that narrow an interval step by step.

Derivatives place an even stronger requirement on a function. If a derivative exists at a point, continuity must already hold there, though a continuous function may still have a sharp corner and no derivative. In real models, continuity is useful for position, temperature, pressure, and other quantities that change smoothly.

A sudden switch in a model may be appropriate for a ticket price, a digital signal, or a machine turning on. Students should pay attention to domain restrictions, open and closed dots, boundary rules, and whether a calculation describes the original expression or only a simplified version.

Key Facts

  • Continuity at x = a means lim x->a f(x) = f(a).
  • Condition 1: f(a) is defined, so the function has an actual value at x = a.
  • Condition 2: lim x->a f(x) exists, so the left-hand and right-hand limits are equal.
  • Condition 3: lim x->a f(x) = f(a), so the approaching value matches the function value.
  • A function is continuous on an interval if it is continuous at every point in that interval.
  • For endpoints, use one-sided continuity: lim x->a+ f(x) = f(a) or lim x->b- f(x) = f(b).

Vocabulary

Continuity at a point
A function is continuous at x = a when its value and its limiting value at that point are the same.
Limit
A limit is the value a function approaches as the input gets close to a given number.
Function value
The function value f(a) is the actual output of the function when the input is x = a.
One-sided limit
A one-sided limit is the value a function approaches from only the left or only the right side of a point.
Discontinuity
A discontinuity is a point where a function fails to be continuous because of a hole, jump, asymptote, or mismatch.

Common Mistakes to Avoid

  • Checking only whether f(a) is defined. This is wrong because a defined point can still be discontinuous if the limit does not exist or does not equal f(a).
  • Assuming a graph is continuous because the left side looks smooth. This is wrong because continuity at a point requires matching behavior from both the left and the right.
  • Forgetting to compare the limit with the actual function value. This is wrong because a removable discontinuity can have a limit but still fail continuity if f(a) is missing or different.
  • Using a two-sided limit at an endpoint of a closed interval. This is wrong because endpoints require one-sided continuity from inside the interval.

Practice Questions

  1. 1 Let f(x) = x^2 + 3x. Determine whether f is continuous at x = 2 by comparing f(2) and lim x->2 f(x).
  2. 2 Let f(x) = (x^2 - 9)/(x - 3) for x != 3, and f(3) = 5. Is f continuous at x = 3? Show the limit and compare it with f(3).
  3. 3 A graph has an open circle at (2, 4) and a filled dot at (2, 1), while the curve approaches y = 4 from both sides. Explain which continuity condition fails at x = 2 and why.