6.1 Limits, Continuity & Average vs. Instantaneous Rate of Change

Key Takeaways

  • The limit lim_{x→c} f(x) = L describes the behavior of f(x) as x approaches c without requiring f(c) to exist or equal L; the two-sided limit exists if and only if both one-sided limits exist and are equal: lim_{x→c⁻} f(x) = lim_{x→c⁺} f(x) = L.
  • Evaluating indeterminate forms of type 0/0 requires algebraic transformations—factoring polynomials, conjugate radical rationalization, or clearing common denominators—to establish an analytically equivalent expression on a punctured neighborhood of c.
  • A function f is continuous at x = c if and only if three conditions hold simultaneously: (1) f(c) is defined, (2) lim_{x→c} f(x) exists, and (3) lim_{x→c} f(x) = f(c); failures are classified as removable, jump, or infinite discontinuities.
  • The Intermediate Value Theorem (IVT) requires continuity on a closed interval [a, b] to guarantee that f takes on every value between f(a) and f(b), providing the analytical foundation for the bisection root-finding algorithm.
  • The average rate of change on [a, b] is the secant line slope [f(b) - f(a)] / (b - a), while the instantaneous rate of change at x = a is the tangent line slope defined as the limit of the difference quotient f'(a) = lim_{h→0} [f(a+h) - f(a)] / h.
Last updated: September 2026

6.1 Limits, Continuity & Average vs. Instantaneous Rate of Change

Single-variable calculus bridges secondary algebra, geometry, and functional analysis with the mathematics of continuous change. For accomplished secondary mathematics teachers (grades 9–12), instructional leadership requires moving students beyond rote mechanical computation toward deep conceptual mastery of limiting processes. Whether guiding students through the transition from secant chords to tangent lines or diagnosing persistent errors regarding indeterminate forms, educators must ground calculus instruction in rigorous analytical definitions and rich visual representations.


1. The Limit Concept & One-Sided vs. Two-Sided Limits

The limit is the foundational building block of analysis. Intuitively, the statement limxcf(x)=L\lim_{x \to c} f(x) = L means that as $x$ gets arbitrarily close to $c$ from either side (with $x \ne c$), the values of the function $f(x)$ become arbitrarily close to the real number $L$.

The Fundamental Independence of $\lim_{x \to c} f(x)$ and $f(c)$

A profound conceptual threshold for secondary students is understanding that the limit of a function as $x \to c$ depends solely on the values of $f(x)$ on a punctured open neighborhood around $c$, completely independent of the value of $f(c)$:

  • $f(c)$ may exist and equal $L$.
  • $f(c)$ may exist but differ from $L$ (a punctured point with a displaced dot).
  • $f(c)$ may be completely undefined (a hole in the graph).

In all three cases, if the neighboring values converge to $L$, then $\lim_{x \to c} f(x) = L$ holds without qualification.

Formal $\epsilon$-$\delta$ Definition of a Limit

While high school calculus emphasizes intuitive and graphical representations, accomplished teachers understand the formal Cauchy-Weierstrass $\epsilon$-$\delta$ definition that underpins all limit theorems:

[!IMPORTANT] Definition (Formal Limit): Let $f$ be a function defined on an open interval containing $c$, except possibly at $c$ itself. We write $\lim_{x \to c} f(x) = L$ if and only if for every $\epsilon > 0$, there exists a corresponding $\delta > 0$ such that: 0<xc<δ    f(x)L<ϵ0 < |x - c| < \delta \implies |f(x) - L| < \epsilon

Geometrically, this establishes a challenge-response game: for any target tolerance band $(L - \epsilon, L + \epsilon)$ around the output $L$, one can construct a punctured input interval $(c - \delta, c + \delta) \setminus {c}$ such that every input in that domain maps strictly inside the target tolerance band.

One-Sided Limits and the Existence Criterion

In many piecewise, radical, or absolute value functions, behavior differs depending on the direction of approach:

  • Left-Hand Limit: $\lim_{x \to c^-} f(x) = L_1$ considers only inputs $x < c$.
  • Right-Hand Limit: $\lim_{x \to c^+} f(x) = L_2$ considers only inputs $x > c$.

Theorem (Two-Sided Limit Existence): The two-sided limit $\lim_{x \to c} f(x) = L$ exists if and only if both one-sided limits exist, are finite, and are equal: limxcf(x)=L    limxcf(x)=Landlimxc+f(x)=L\lim_{x \to c} f(x) = L \iff \lim_{x \to c^-} f(x) = L \quad \text{and} \quad \lim_{x \to c^+} f(x) = L

If the left-hand and right-hand limits converge to different values ($L_1 \ne L_2$), or if either one-sided limit fails to exist (e.g., oscillatory behavior or unbounded growth), the two-sided limit does not exist (DNE).


2. Algebraic Evaluation of Indeterminate Forms ($0/0$)

When evaluating $\lim_{x \to c} \frac{f(x)}{g(x)}$ by direct substitution, obtaining $\frac{0}{0}$ yields an indeterminate form. An indeterminate form indicates that the limit cannot be determined solely from the limits of the individual components—it may equal any real number, diverge to $\pm\infty$, or fail to exist entirely. In secondary algebra and calculus, three primary algebraic strategies resolve $\frac{0}{0}$ forms without relying prematurely on L'Hôpital's Rule.

Strategy 1: Factoring and Canceling Non-Zero Factors

If $P(x)$ and $Q(x)$ are polynomials such that $P(c) = 0$ and $Q(c) = 0$, the Factor Theorem guarantees that $(x - c)$ is a linear factor of both polynomials. Because limits consider $x \ne c$, the factor $(x - c) \ne 0$, permitting its algebraic cancellation on the punctured domain: limx3x2x6x29=limx3(x3)(x+2)(x3)(x+3)=limx3x+2x+3=3+23+3=56\lim_{x \to 3} \frac{x^2 - x - 6}{x^2 - 9} = \lim_{x \to 3} \frac{(x - 3)(x + 2)}{(x - 3)(x + 3)} = \lim_{x \to 3} \frac{x + 2}{x + 3} = \frac{3 + 2}{3 + 3} = \frac{5}{6}

Strategy 2: Conjugate Radical Rationalization

When radical expressions produce $\frac{0}{0}$, multiplying the numerator and denominator by the conjugate radical expression eliminates the radical difference via the difference-of-squares identity $(A - B)(A + B) = A^2 - B^2$: limx4x2x4=limx4(x2x4x+2x+2)=limx4x4(x4)(x+2)\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4} = \lim_{x \to 4} \left( \frac{\sqrt{x} - 2}{x - 4} \cdot \frac{\sqrt{x} + 2}{\sqrt{x} + 2} \right) = \lim_{x \to 4} \frac{x - 4}{(x - 4)(\sqrt{x} + 2)} Canceling $(x - 4)$ for $x \ne 4$: =limx41x+2=14+2=14= \lim_{x \to 4} \frac{1}{\sqrt{x} + 2} = \frac{1}{\sqrt{4} + 2} = \frac{1}{4}

Strategy 3: Clearing Complex Fractions (Common Denominators)

Expressions with rational differences in numerators are resolved by multiplying by the common denominator: limh012+h12h=limh02(2+h)2(2+h)h=limh0h2h(2+h)=limh012(2+h)=14\lim_{h \to 0} \frac{\frac{1}{2 + h} - \frac{1}{2}}{h} = \lim_{h \to 0} \frac{\frac{2 - (2 + h)}{2(2 + h)}}{h} = \lim_{h \to 0} \frac{-h}{2h(2 + h)} = \lim_{h \to 0} \frac{-1}{2(2 + h)} = -\frac{1}{4} This calculation is the difference quotient for $f(x) = 1/x$ at $x = 2$, showing $f'(2) = -1/4$.

The Squeeze (Sandwich) Theorem

For limits involving bounded oscillating functions, the Squeeze Theorem provides analytical proof of convergence:

Theorem (The Squeeze Theorem): If $g(x) \le f(x) \le h(x)$ for all $x$ in an open interval containing $c$ (except possibly at $c$), and $\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L$, then: limxcf(x)=L\lim_{x \to c} f(x) = L

Classic Application: Evaluate $\lim_{x \to 0} x^2 \sin(1/x)$. Since $-1 \le \sin(1/x) \le 1$ for all $x \ne 0$, multiplying by $x^2 > 0$ yields $-x^2 \le x^2 \sin(1/x) \le x^2$. Because $\lim_{x \to 0} (-x^2) = 0$ and $\lim_{x \to 0} x^2 = 0$, the Squeeze Theorem guarantees that $\lim_{x \to 0} x^2 \sin(1/x) = 0$.


3. The Three-Part Definition of Continuity & Classification of Discontinuities

Continuity represents the formal mathematical translation of unbroken, smooth connection. Secondary students often describe continuous curves as "drawn without lifting the pencil"; accomplished educators replace this informal heuristic with the rigorous three-part definition.

+-----------------------------------------------------------------------------+
|                   THE THREE-PART CONTINUITY TEST AT x = c                   |
|                                                                             |
|   Condition 1:  f(c) is defined (i.e., c is in the domain of f)             |
|   Condition 2:  lim_{x→c} f(x) exists (finite left and right limits agree)  |
|   Condition 3:  lim_{x→c} f(x) = f(c) (limit matches function value)        |
+-----------------------------------------------------------------------------+

A function is continuous on an open interval $(a, b)$ if it is continuous at every point in $(a, b)$. A function is continuous on a closed interval $[a, b]$ if it is continuous on $(a, b)$, right-continuous at $a$ ($\lim_{x \to a^+} f(x) = f(a)$), and left-continuous at $b$ ($\lim_{x \to b^-} f(x) = f(b)$).

Classification of Discontinuities

When any of the three continuity conditions fail at $x = c$, the discontinuity is classified into one of three standard categories:

Discontinuity TypeMathematical DiagnosticGeometric AppearanceRemediability
Removable$\lim_{x \to c} f(x) = L$ exists, but either $f(c)$ is undefined or $f(c) \ne L$.A single "hole" in the curve, possibly with a separate detached point.Can be removed by redefining $f(c) = L$.
JumpBoth one-sided limits $\lim_{x \to c^-} f(x) = L_1$ and $\lim_{x \to c^+} f(x) = L_2$ exist and are finite, but $L_1 \ne L_2$.An abrupt vertical step of magnitude $L_2 - L_1
Infinite (Essential)At least one one-sided limit is unbounded: $\lim_{x \to c^\pm} f(x) = \pm\infty$.A vertical asymptote at $x = c$; function values diverge to infinity.Non-removable; unbounded growth violates finite limit existence.

4. The Intermediate Value Theorem (IVT) & Root Location

The Intermediate Value Theorem is an existential theorem deriving directly from the topological completeness (connectedness) of the real numbers $\mathbb{R}$:

[!IMPORTANT] Theorem (Intermediate Value Theorem - IVT): If $f$ is a continuous function on the closed interval $[a, b]$, and $u$ is any real number strictly between $f(a)$ and $f(b)$ (where $f(a) \ne f(b)$), then there exists at least one number $c \in (a, b)$ such that: f(c)=uf(c) = u

Bolzano's Theorem and the Bisection Algorithm

A critical corollary is Bolzano's Theorem for root finding: if $f$ is continuous on $[a, b]$ and $f(a)$ and $f(b)$ have opposite algebraic signs ($f(a) \cdot f(b) < 0$), then there exists at least one root $c \in (a, b)$ such that $f(c) = 0$.

In secondary classrooms, this powers the bisection algorithm:

  1. Verify $f$ is continuous on $[a, b]$ with $f(a) \cdot f(b) < 0$.
  2. Compute midpoint $m = \frac{a + b}{2}$.
  3. If $f(m) = 0$, the root is found. If $f(a) \cdot f(m) < 0$, the root lies in $[a, m]$; if $f(m) \cdot f(b) < 0$, the root lies in $[m, b]$.
  4. Repeat iteratively, halving the interval width at each step to converge to the root with precision $(b - a) / 2^n$.

5. Average vs. Instantaneous Rate of Change & Derivative Definition

The historical genesis of calculus lies in resolving the transition from average rates of change over a discrete time window to instantaneous rates of change at an exact instant.

Average Rate of Change as Secant Line Slope

Given a function $y = f(x)$, the average rate of change over the interval $[a, b]$ is the ratio of output change to input change: Average Rate of Change=ΔyΔx=f(b)f(a)ba\text{Average Rate of Change} = \frac{\Delta y}{\Delta x} = \frac{f(b) - f(a)}{b - a} Geometrically, this represents the slope of the secant line passing through the two distinct points $(a, f(a))$ and $(b, f(b))$ on the curve. In kinematics, if $s(t)$ represents position, the average velocity over $[t_1, t_2]$ is $v_{\text{avg}} = \frac{s(t_2) - s(t_1)}{t_2 - t_1}$.

Instantaneous Rate of Change as Tangent Line Slope

To find the rate of change at the single instant $x = a$, setting $b = a$ produces the undefined fraction $\frac{0}{0}$. The conceptual breakthrough of Newton and Leibniz was to take the limit of the secant slopes as $b$ approaches $a$, letting $b = a + h$ with $h \to 0$: f(a)=limh0f(a+h)f(a)h=limxaf(x)f(a)xaf'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h} = \lim_{x \to a} \frac{f(x) - f(a)}{x - a} Geometrically, as $h \to 0$, the second point $(a+h, f(a+h))$ slides along the curve toward $(a, f(a))$, causing the secant chord to rotate into the tangent line at $x = a$. The derivative $f'(a)$ is the slope of this tangent line.


6. Secondary Pedagogical Traps & Instructional Interventions

Accomplished teachers anticipate predictable student cognitive hurdles in introductory calculus:

Misconception 1: Equating the Limit $\lim_{x \to c} f(x)$ with the Function Value $f(c)$

Students frequently assume that finding a limit simply means evaluating $f(c)$. When presented with a function where $f(c)$ is undefined (such as $f(x) = \frac{x^2 - 4}{x - 2}$ at $x = 2$), they mistakenly conclude that the limit does not exist.

  • Pedagogical Intervention: Construct dynamic numerical tables showing values of $x$ approaching $2$ from both sides ($1.9, 1.99, 1.999$ and $2.1, 2.01, 2.001$). Have students observe that while $(2, \text{undefined})$ is a hole on the coordinate plane, the output values unambiguously converge toward $4$. Reinforce the distinction: $f(c)$ asks "What is the value AT $c$?" while $\lim_{x \to c} f(x)$ asks "What value is $f(x)$ approaching NEAR $c$?"

Misconception 2: Conflating Average Velocity with Instantaneous Velocity

When asked to compute the velocity of a falling object at $t = 3$ seconds, students frequently compute the average velocity over $[0, 3]$, writing $\frac{s(3) - s(0)}{3 - 0}$.

  • Pedagogical Intervention: Connect to everyday driving experiences: an automobile trip of 60 miles completed in 60 minutes has an average speed of 60 mph, but the speedometer at a traffic light reads 0 mph and on the highway may read 75 mph. Graph position versus time and illustrate that average velocity is the slope of a long secant chord, whereas instantaneous velocity is the slope of the local tangent line indicated by the speedometer.

Misconception 3: Applying the IVT Without Verifying Continuity

Students often check that a target value $u$ lies between $f(a)$ and $f(b)$ and immediately conclude a solution exists, omitting the non-negotiable hypothesis that $f$ must be continuous on $[a, b]$.

  • Pedagogical Intervention: Present the counterexample $f(x) = \frac{1}{x - 2}$ on the interval $[1, 4]$. Here $f(1) = -1 < 0$ and $f(4) = \frac{1}{2} > 0$. The target value $0$ lies strictly between $-1$ and $1/2$. However, $f(x) = 0$ has no solution on $[1, 4]$ because the function has an infinite discontinuity at $x = 2 \in [1, 4]$. Emphasize that mathematical theorems require all hypotheses to be satisfied before their conclusions can be invoked.
Loading diagram...
Structural Decision Tree for Limits, Continuity & Discontinuities
Test Your Knowledge

What is the exact algebraic evaluation of the following limit? limx4x2x4\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4}

A
B
C
D
Test Your Knowledge

Consider the piecewise function f(x) defined by: f(x)={2x+k,x<310,x=3x22k+9,x>3f(x) = \begin{cases} 2x + k, & x < 3 \\ 10, & x = 3 \\ x^2 - 2k + 9, & x > 3 \end{cases} For what real value of the constant k is the function f(x) continuous at x = 3?

A
B
C
D
Test Your Knowledge

A student in an Advanced Placement Calculus class evaluates f(x) = 1 / (x - 2) on the interval [1, 4]. The student notes that f(1) = -1 < 0 and f(4) = 0.5 > 0, and concludes via the Intermediate Value Theorem (IVT) that there must exist a real number c ∈ (1, 4) such that f(c) = 0. Which statement accurately assesses the student's mathematical reasoning?

A
B
C
D