limits and continuity
Continuity
You should know: limit
Overview
A function is continuous at a point if you can draw its graph through that point without lifting your pen — no jumps, holes, or asymptotes. Formally, continuity means the limit of the function as x approaches a point equals the function's actual value at that point.
Intuition
A continuous function has no surprises: as you slide the input a tiny bit, the output only slides a tiny bit too — never jumps. Think of temperature over the course of a day: it changes smoothly, never teleporting from 60°F to 90°F between two consecutive seconds. Contrast that with a step function like a parking garage's price schedule, which jumps discontinuously at each hour boundary.
Interactive Graph
Formal Definition
f is continuous at a if all three conditions hold:
The function has a value at the point
The limit exists at that point
The limit equals the actual function value
Notation
| Notation | Meaning |
|---|---|
| f is continuous at a | |
| The set of functions continuous on the closed interval [a,b] |
Properties
Sum/product/quotient of continuous functions
Composition
Polynomials
Theorems
Applications
Worked Examples
f(0) is undefined — division by zero — so condition 1 fails immediately.
Answer: No. f is not continuous at x=0 (it isn't even defined there).
Practice Problems
The floor function f(x) = ⌊x⌋ is discontinuous at:
An electricity tariff charges $0.20/kWh for the first 100 kWh and $0.30/kWh beyond that. Is the total-cost function continuous at 100 kWh? Is it differentiable there?
A continuous temperature reading rises from −2°C at 6 am to 5°C at noon. The Intermediate Value Theorem guarantees what, and why does continuity matter?
Common Mistakes
Assuming a function is continuous just because it 'looks smooth' on a graphing calculator's zoomed-out view.
Removable discontinuities (holes) can be invisible at low zoom. Always check the formal definition at suspicious points like denominators equal to zero.
Quiz
Flashcards
Historical Background
Euler used an informal notion of continuity (a curve drawn by 'free motion of the hand') in the 18th century. The rigorous definition tying continuity directly to limits came from Bolzano (1817) and independently Cauchy (1821), and was sharpened into the modern epsilon-delta form by Weierstrass alongside his work on limits.
- 1817
Bolzano gives an early rigorous definition and proves the intermediate value theorem
Bernard Bolzano
- 1821
Cauchy formalizes continuity using limits in Cours d'Analyse
Augustin-Louis Cauchy
Summary
- f is continuous at a when f(a) is defined, the limit exists there, and the limit equals f(a).
- Continuity is necessary (but not sufficient) for differentiability.
- Sums, products, quotients, and compositions of continuous functions are continuous.
- Intermediate Value Theorem: a continuous function hits every value between two endpoints.
- All polynomials are continuous everywhere on ℝ.
Mathematics