Calculus I · Limits and Continuity · lesson

Why Limits Matter in Calculus

Concept

Learning objectives

Explain the difference between average and instantaneous change; compute average rates on shrinking intervals; interpret a limit as a number approached by those rates.

What a Limit Means

The Problem Calculus Is Trying to Solve

Suppose you walk 12 feet in 3 seconds. Your average speed is

12 feet3 seconds=4 feet per second.\frac{12\text{ feet}}{3\text{ seconds}}=4\text{ feet per second}.

Nothing mysterious has happened. Two different times were compared, so the elapsed time in the denominator was not zero.

Now ask a harder question: how fast were you moving at exactly t=2t=2 seconds? A single instant has no duration. If we try to compare the position at t=2t=2 with itself, we get

position at 2position at 222=00,\frac{\text{position at }2-\text{position at }2}{2-2} =\frac00,

which is undefined.

Calculus solves this problem by refusing to measure over an interval of zero length. Instead, it measures over ordinary intervals and makes those intervals shorter and shorter. If the resulting average rates settle toward one number, that number is the instantaneous rate.

Concept

Imagine a video of a moving bicycle. One frame does not show speed. But if you compare two frames that are very close together, you can estimate the speed. Use frames closer and closer together, and the estimates may settle toward the speed at the chosen moment. A limit records the number those estimates approach.

Average rate of change

For a function ff, the average rate of change from x=ax=a to x=bx=b is

f(b)f(a)ba.\boxed{\frac{f(b)-f(a)}{b-a}}.

This is also the slope of the secant line through the points

(a,f(a))and(b,f(b)).(a,f(a))\qquad\text{and}\qquad(b,f(b)).
Guided walkthrough

A straight-moving cart

A toy cart has position

s(t)=3t+1s(t)=3t+1

in feet after tt seconds. Find its average velocity from t=2t=2 to t=5t=5.

Show worked solution

First find the two positions:

s(2)=3(2)+1=7,s(2)=3(2)+1=7,s(5)=3(5)+1=16.s(5)=3(5)+1=16.

The position changed by

167=9 feet.16-7=9\text{ feet}.

The time changed by

52=3 seconds.5-2=3\text{ seconds}.

Therefore,

s(5)s(2)52=93=3 ft/s.\frac{s(5)-s(2)}{5-2} =\frac{9}{3} =\boxed{3\text{ ft/s}}.

The cart moves at a constant rate, so every average velocity is 33 ft/s.

Worked example

A ball thrown upward

A ball has height

s(t)=64t16t2,s(t)=64t-16t^2,

where ss is measured in feet and tt in seconds. Find the average velocity from t=1t=1 to t=2t=2.

Show worked solution

Find the starting height.

s(1)=64(1)16(1)2=6416=48.s(1)=64(1)-16(1)^2=64-16=48.

Find the ending height.

s(2)=64(2)16(2)2=12864=64.s(2)=64(2)-16(2)^2=128-64=64.

Divide the change in height by the change in time.

s(2)s(1)21=64481=16 ft/s.\frac{s(2)-s(1)}{2-1} =\frac{64-48}{1} =\boxed{16\text{ ft/s}}.

The positive sign says that, on average, the ball moved upward over this interval.

Shrinking the interval

To estimate the velocity at exactly t=1t=1, compare t=1t=1 with t=1+ht=1+h, where hh is a small nonzero number. The average velocity is

s(1+h)s(1)h.\frac{s(1+h)-s(1)}{h}.

Now simplify very carefully:

s(1+h)s(1)h=64(1+h)16(1+h)248h=64+64h16(1+2h+h2)48h=64+64h1632h16h248h=32h16h2h=h(3216h)h=3216h,h0.\begin{aligned} \frac{s(1+h)-s(1)}{h} &=\frac{64(1+h)-16(1+h)^2-48}{h}\\ &=\frac{64+64h-16(1+2h+h^2)-48}{h}\\ &=\frac{64+64h-16-32h-16h^2-48}{h}\\ &=\frac{32h-16h^2}{h}\\ &=\frac{h(32-16h)}{h}\\ &=32-16h,\qquad h\ne0. \end{aligned}

Notice why h0h\ne0 matters. We may cancel hh because the shrinking intervals always have nonzero length. We are studying what happens as hh gets close to zero, not substituting zero before simplifying.

Reference table
hhAverage velocity 3216h32-16h
111616
0.50.52424
0.10.130.430.4
0.010.0131.8431.84
0.0010.00131.98431.984
0.001-0.00132.01632.016
0.01-0.0132.1632.16

The values approach 3232. We write

limh0s(1+h)s(1)h=32.\boxed{\lim_{h\to0}\frac{s(1+h)-s(1)}{h}=32}.

The instantaneous velocity at t=1t=1 is 3232 ft/s.

Interactive graph of secant lines approaching the tangent to a position curve.
Read this graph as text

Secant lines approach a tangent line. A position curve s(t) = 64t - 16t squared is shown from 0 to 4 seconds. P is fixed at t = 1 second and s = 48 feet. Three secant states through P have slopes 16, 24, and 28.8 feet per second. The active secant can use positive or negative nonzero h and rotates toward the tangent line, whose slope is 32 feet per second.

The position curve is heavy and solid, reference secants are dotted and dashed, the active secant is heavy, and the tangent is double-stroked. P is a circle and Q is a diamond.

Why it matters: Connect average velocity over a nonzero time interval to instantaneous velocity as the second point approaches P.

Read the graph

Secant lines through P=(1,48)P=(1,48) approach the tangent line as the second point moves toward PP.

Interactive graph exploration

Function: s(t)=64t16t2s(t)=64t-16t^2. Window: 0t40\le t\le4, 0s720\le s\le72. Fix P=(1,48)P=(1,48). Allow a movable point Q=(1+h,s(1+h))Q=(1+h,s(1+h)) with controls for positive and negative hh. Display the secant slope 3216h32-16h and the tangent line s48=32(t1)s-48=32(t-1). Include units in all labels.

Common mistake

The instantaneous rate is not obtained by pretending 0/0=00/0=0, 11, or infinity. The expression 0/00/0 tells us that direct substitution has failed. The limit process asks what the quotient approaches for nonzero values that become arbitrarily small.

Quick check

A particle has position p(t)=5t2p(t)=5t^2. Find its average velocity from t=2t=2 to t=2+ht=2+h, simplify, and predict the instantaneous velocity at t=2t=2.

Answer.

5(2+h)220h=20h+5h2h=20+5h,\frac{5(2+h)^2-20}{h} =\frac{20h+5h^2}{h} =20+5h,

so the instantaneous velocity is 2020.

After the explanation

Use the section idea

Reading lens

What are nearby outputs doing as the input approaches the target from both sides?

Mental model

Imagine tightening a window around the target input and watching where all nearby outputs are forced to gather.

Decision

Read the left-hand and right-hand behavior separately first; combine them only after both sides approach the same output.

Common trap

The function value at the target can be missing or deliberately moved, so never substitute a plotted dot for evidence from both sides.

Check yourself

You understand the section when you can explain a limit from a graph, table, and sentence without confusing it with the function value.

Source & rights

Original instruction with traceable references.

The exposition is original. No Active Calculus exercise is reproduced verbatim. Public-domain examples were modernized and recomposed when used as inspiration.

The verified handoff declares original composition and requires owner provenance review. BetterGrades-original material remains separate from public-domain references; no source textbook PDF is published here.

Vocab
Limit
Math glossaryLimit
limxaf(x)=L\lim_{x\to a}f(x)=L

The value a function approaches as its input approaches a target.

Learn more
Function
Math glossaryFunction
y=f(x)y=f(x)

A rule or relation assigning exactly one output to each allowed input.

Learn more
Continuity
Math glossaryContinuity
limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a)

At a point, the function value exists and equals the limit there.

Learn more
Domain
Math glossaryDomain
domf\operatorname{dom}f

The set of permitted input values.

Learn more
Math glossary