Unit 1 Limits: How Calculus Describes Approaching, Not Just Plugging In

Defining Limits and Using Limit Notation

What a limit is (and what it is not)

A limit describes the value a function’s outputs approach as the input gets close to some number. The key idea is that you are allowed to care about what happens near a point without requiring the function to be well-behaved at the point.

For example, a function might have a hole at x=2x = 2, or it might not even be defined there. You can still ask: “As xx gets close to 22, what do the yy-values get close to?” That “get close to” value (if it exists) is the limit.

This matters because calculus is built on “approaching” ideas:

  • Derivatives are limits of average rates of change as the interval shrinks.
  • Definite integrals are limits of Riemann sums as rectangles get thinner.
  • Many functions are analyzed by their behavior near points where direct substitution fails.

A common misconception is to think a limit is just “plug in the number.” Direct substitution is a useful method when it works, but the definition of a limit is about behavior near the point.

Limit notation and language

The standard notation

limxaf(x)=L\lim_{x \to a} f(x) = L

is read: “The limit of f(x)f(x) as xx approaches aa equals LL.”

Interpretation:

  • xax \to a means xx gets close to aa (from either side unless stated otherwise).
  • f(x)f(x) is the output.
  • LL is the value the outputs approach.

It helps to separate three ideas:

  1. The input is near aa (not necessarily equal).
  2. The outputs are near LL.
  3. The claim is that you can make outputs as close to LL as you want by taking inputs sufficiently close to aa.
One-sided limits: approaching from left vs right

Sometimes the behavior differs depending on whether you approach from smaller or larger xx-values. Then you use one-sided limits:

limxaf(x)=L\lim_{x \to a^-} f(x) = L

means approaching aa from the left (values less than aa).

limxa+f(x)=M\lim_{x \to a^+} f(x) = M

means approaching aa from the right (values greater than aa).

A two-sided limit exists exactly when both one-sided limits exist and are equal:

limxaf(x)\lim_{x \to a} f(x) exists if and only if limxaf(x)=limxa+f(x)\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x)

If the left and right sides approach different numbers, the two-sided limit does not exist.

A quick notation reference table
IdeaNotationMeaning
Two-sided limitlimxaf(x)=L\lim_{x \to a} f(x) = LValues of f(x)f(x) approach LL as xx approaches aa from both sides
Left-hand limitlimxaf(x)=L\lim_{x \to a^-} f(x) = LApproach aa using x<ax < a
Right-hand limitlimxa+f(x)=L\lim_{x \to a^+} f(x) = LApproach aa using x>ax > a
“Approaches” languagef(x)Lf(x) \to L as xax \to aEquivalent statement of a limit
Limits vs function values

It is completely possible that

  • limxaf(x)=L\lim_{x \to a} f(x) = L exists,
  • but f(a)f(a) is different from LL,
  • or f(a)f(a) doesn’t exist.

That’s not a contradiction, because the limit ignores what happens at exactly x=ax = a.

Example 1: A removable discontinuity (a hole)

Consider

f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}

You cannot plug in x=1x = 1 because the denominator becomes 00, so f(1)f(1) is undefined. But for x1x \ne 1 you can simplify:

f(x)=(x1)(x+1)x1=x+1f(x) = \frac{(x - 1)(x + 1)}{x - 1} = x + 1

So as xx approaches 11, f(x)f(x) behaves like x+1x + 1, which approaches 22.

limx1x21x1=2\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2

Important takeaway: the limit exists even though f(1)f(1) does not.

Example 2: When left and right disagree

Define a function (conceptually) where

  • for x<0x < 0, f(x)=1f(x) = -1
  • for x>0x > 0, f(x)=1f(x) = 1

Then

limx0f(x)=1\lim_{x \to 0^-} f(x) = -1

and

limx0+f(x)=1\lim_{x \to 0^+} f(x) = 1

Since these are not equal, the two-sided limit does not exist:

limx0f(x)\lim_{x \to 0} f(x) does not exist.

Exam Focus
  • Typical question patterns:
    • You’re asked to interpret a statement like limx3f(x)=5\lim_{x \to 3} f(x) = 5 in words, or match it to a graph.
    • You’re given left- and right-hand limits and asked whether limxaf(x)\lim_{x \to a} f(x) exists.
    • You’re asked about the relationship between limxaf(x)\lim_{x \to a} f(x) and f(a)f(a).
  • Common mistakes:
    • Assuming the limit equals the function value automatically (forgetting holes or jumps).
    • Forgetting that a two-sided limit requires agreement from both sides.
    • Saying “the limit is undefined because the function is undefined at the point” (limits can exist without the function being defined there).

Estimating Limit Values from Graphs and Tables

Why estimation matters

In many problems, you don’t start with a nice algebraic formula. You might get a graph, a table of values, or even a real-world measurement situation. Limits are about trends, so these representations can be enough to determine (or approximate) a limit.

On the AP exam, graph/table limit questions test whether you understand the meaning of approaching and whether you can distinguish:

  • approaching a value vs actually reaching it,
  • left-hand vs right-hand behavior,
  • limits that don’t exist vs limits that are infinite or oscillatory.
Reading limits from a graph

To estimate limxaf(x)\lim_{x \to a} f(x) from a graph:

  1. Locate x=ax = a on the horizontal axis.
  2. Trace the curve as xx approaches aa from the left and from the right.
  3. Observe what yy-value the graph is approaching.
  4. If both sides approach the same yy-value, that’s the limit.

Key graphical cues:

  • A hole (open circle) often indicates the function value is missing there, but the curve may still approach that point.
  • A filled dot indicates the actual value f(a)f(a).
  • A jump means left and right approach different heights.
  • A vertical asymptote suggests the function grows without bound as you approach aa.
One-sided limits from a graph

If a graph is only defined on one side of aa (for instance, a square-root curve that starts at aa), then you can only talk about the appropriate one-sided limit.

For example, if a graph begins at x=0x = 0 and is only shown for x0x \ge 0, then limx0f(x)\lim_{x \to 0^-} f(x) might not make sense from the graph (and may not exist if the function isn’t defined for x<0x < 0).

Estimating limits from a table

A table gives discrete samples, so you approximate a limit by choosing xx-values closer and closer to aa from both sides.

A good process:

  1. Use two sequences approaching aa: one from below (like 1.9,1.99,1.9991.9, 1.99, 1.999) and one from above (like 2.1,2.01,2.0012.1, 2.01, 2.001).
  2. Watch whether f(x)f(x) appears to settle toward a single number.
  3. Compare left-side and right-side trends.

What can go wrong with tables:

  • If you use values that aren’t close enough, you may miss the true trend.
  • Rounding can hide the approach.
  • If the function changes rapidly near aa, you might need much closer values.
Example 1: A limit from a graph with a hole

Suppose a graph shows a smooth curve approaching the point (2,5)\left(2, 5\right) but with an open circle at (2,5)\left(2, 5\right) and a filled dot at (2,1)\left(2, 1\right).

Then:

  • The limit depends on what the curve approaches: 55.
  • The function value is the filled dot’s yy-value: f(2)=1f(2) = 1.

So you would conclude:

limx2f(x)=5\lim_{x \to 2} f(x) = 5

and

f(2)=1f(2) = 1

This is a classic “limit vs value” assessment.

Example 2: A limit from a table

You are given values near x=3x = 3:

xx2.92.992.9993.0013.013.1
f(x)f(x)7.17.017.0016.9996.996.9

From the left, f(x)f(x) seems to approach 77; from the right, it also approaches 77. So the best estimate is:

limx3f(x)=7\lim_{x \to 3} f(x) = 7

Even if the table also listed f(3)=10f(3) = 10, the limit would still be 77 because the surrounding behavior drives the limit.

Example 3: Detecting a non-existent limit from a table

If you see values approaching 22 from the left give outputs near 44, but values approaching 22 from the right give outputs near 1-1, then you should conclude:

limx2f(x)\lim_{x \to 2} f(x) does not exist.

It’s not “undefined because of division by zero” or “undefined because there is a gap.” It fails specifically because the two one-sided limits disagree.

Exam Focus
  • Typical question patterns:
    • Estimate limxaf(x)\lim_{x \to a} f(x) or one-sided limits from a graph with holes, jumps, or asymptotes.
    • Given a table, determine whether the limit exists and approximate it.
    • Compare limxaf(x)\lim_{x \to a} f(x) to f(a)f(a) using graphical/table information.
  • Common mistakes:
    • Reading f(a)f(a) (the filled dot or the table entry at aa) instead of the approached value.
    • Using only one side of aa and concluding a two-sided limit exists.
    • Declaring “DNE” too quickly when the function is undefined at aa even though the surrounding values clearly approach a number.

Determining Limits Using Algebraic Properties and Manipulation

Why algebra shows up in limits

Many limits on AP Calculus are designed so that direct substitution almost works, but you hit an indeterminate form such as 00\frac{0}{0}. Algebraic manipulation lets you rewrite the expression into an equivalent form (for xx near the target value) where the limit becomes clear.

This is not just trickery: it reflects the core limit idea that what matters is the behavior near the point. If two formulas are equal for all xx close to aa (even if one is not defined at aa), they will have the same limit as xax \to a.

The basic limit laws (algebraic properties)

If limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M (and the limits exist), then the following laws hold:

limxa(f(x)+g(x))=L+M\lim_{x \to a} (f(x) + g(x)) = L + M

limxa(f(x)g(x))=LM\lim_{x \to a} (f(x) - g(x)) = L - M

limxa(cf(x))=cL\lim_{x \to a} (c f(x)) = cL

limxa(f(x)g(x))=LM\lim_{x \to a} (f(x) g(x)) = LM

limxaf(x)g(x)=LM\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M}

This last one requires M0M \ne 0.

A hugely important special case is direct substitution: if f(x)f(x) is a polynomial or a rational function with a nonzero denominator at aa, then

limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

because such functions are continuous at those points.

Indeterminate forms and what they mean

An indeterminate form is an algebraic output like 00\frac{0}{0} that does not tell you the limit by itself. Different functions can produce 00\frac{0}{0} but have completely different limits.

For example:

  • xx\frac{x}{x} gives 11 for x0x \ne 0, so limx0xx=1\lim_{x \to 0} \frac{x}{x} = 1.
  • x2x=x\frac{x^2}{x} = x for x0x \ne 0, so limx0x2x=0\lim_{x \to 0} \frac{x^2}{x} = 0.

Both look like 00\frac{0}{0} at x=0x = 0, but the limits differ.

Core algebraic techniques

When direct substitution yields 00\frac{0}{0}, common manipulations include:

1) Factoring and canceling

If a common factor causes the zero in numerator and denominator, factor and cancel (but remember: canceling changes the expression at the point where the factor is zero, which is fine for limits).

Worked example

limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}

Direct substitution gives 00\frac{0}{0}. Factor the numerator:

x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3)

So for x3x \ne 3,

x29x3=x+3\frac{x^2 - 9}{x - 3} = x + 3

Now take the limit:

limx3(x+3)=6\lim_{x \to 3} (x + 3) = 6

So:

limx3x29x3=6\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = 6

Misconception to avoid: canceling is not “illegal” here; it would be illegal only if you then claimed the original function is defined at x=3x = 3. You’re using cancellation to understand behavior near 33.

2) Rationalizing with conjugates

If radicals cause the indeterminate form, multiplying by a conjugate often simplifies.

Worked example

limx01+x1x\lim_{x \to 0} \frac{\sqrt{1 + x} - 1}{x}

Direct substitution gives 00\frac{0}{0}. Multiply by the conjugate:

1+x1x1+x+11+x+1\frac{\sqrt{1 + x} - 1}{x} \cdot \frac{\sqrt{1 + x} + 1}{\sqrt{1 + x} + 1}

The numerator becomes a difference of squares:

(1+x1)(1+x+1)=(1+x)1=x(\sqrt{1 + x} - 1)(\sqrt{1 + x} + 1) = (1 + x) - 1 = x

So the expression simplifies (for x0x \ne 0) to:

xx(1+x+1)=11+x+1\frac{x}{x(\sqrt{1 + x} + 1)} = \frac{1}{\sqrt{1 + x} + 1}

Now substitute x=0x = 0:

limx011+x+1=12\lim_{x \to 0} \frac{1}{\sqrt{1 + x} + 1} = \frac{1}{2}

3) Simplifying complex fractions

Complex fractions often hide a factor you can cancel. A reliable approach is to combine into a single fraction or multiply numerator and denominator by the least common denominator.

Worked example

limx21x12x2\lim_{x \to 2} \frac{\frac{1}{x} - \frac{1}{2}}{x - 2}

Combine the numerator:

1x12=2x2x=x22x\frac{1}{x} - \frac{1}{2} = \frac{2 - x}{2x} = -\frac{x - 2}{2x}

So the whole expression becomes:

x22xx2\frac{-\frac{x - 2}{2x}}{x - 2}

Cancel x2x - 2 (for x2x \ne 2):

12x-\frac{1}{2x}

Now take the limit:

limx212x=14\lim_{x \to 2} -\frac{1}{2x} = -\frac{1}{4}

This type of limit is closely related to derivative definitions later, so it’s worth understanding the algebra.

Special trigonometric limit you should know

A foundational trig limit (used constantly later) is:

limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1

On AP Calculus, you use it to evaluate many trig limits by algebraic rearrangement.

Example

limx0sin(5x)x\lim_{x \to 0} \frac{\sin(5x)}{x}

Rewrite to create the standard form:

sin(5x)x=5sin(5x)5x\frac{\sin(5x)}{x} = 5 \cdot \frac{\sin(5x)}{5x}

Now take the limit:

limx05sin(5x)5x=51=5\lim_{x \to 0} 5 \cdot \frac{\sin(5x)}{5x} = 5 \cdot 1 = 5

A common mistake is to try to “cancel the sine” with the xx. Instead, your goal is to match the known limit structure.

Exam Focus
  • Typical question patterns:
    • Evaluate a limit that gives 00\frac{0}{0} by factoring or rationalizing.
    • Use limit laws to break a complicated expression into simpler limits.
    • Evaluate trig limits by rewriting into a form involving limx0sin(x)x\lim_{x \to 0} \frac{\sin(x)}{x}.
  • Common mistakes:
    • Canceling terms that are not factors (for example, canceling across addition like canceling the xx in x+1x + 1 with an xx in the denominator).
    • Forgetting to apply the conjugate correctly, leading to algebra errors.
    • Using the quotient law when the denominator’s limit is 00 (you must address that issue first).

Squeeze Theorem

What the Squeeze Theorem says

The Squeeze Theorem is a way to find a limit when a function is trapped between two other functions whose limits you already know.

Formally, if for all xx near aa (possibly excluding aa itself) you have

g(x)f(x)h(x)g(x) \le f(x) \le h(x)

and

limxag(x)=limxah(x)=L\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L

then

limxaf(x)=L\lim_{x \to a} f(x) = L

Intuition: if f(x)f(x) can’t go below g(x)g(x) or above h(x)h(x), and both bounding functions are forced toward the same value LL, then f(x)f(x) has no choice but to approach LL too.

Why it matters

The Squeeze Theorem is especially useful when:

  • The function involves oscillation (like sine and cosine) multiplied by something shrinking to 00.
  • Algebraic simplification is messy or impossible.
  • You can bound a complicated expression with simpler ones.

It also builds good calculus instincts: instead of trying to “compute exactly,” you reason about bounds and behavior.

How to apply it step by step
  1. Identify a difficult function f(x)f(x) whose limit you need.
  2. Find two functions g(x)g(x) and h(x)h(x) such that g(x)f(x)h(x)g(x) \le f(x) \le h(x) near the point.
  3. Compute the limits of g(x)g(x) and h(x)h(x).
  4. If both limits match, conclude the limit of f(x)f(x) equals that same value.

The hardest step is usually step 2: choosing good “squeezing” functions.

Classic bounding fact with sine and cosine

A very common inequality is:

1sin(x)1-1 \le \sin(x) \le 1

and similarly:

1cos(x)1-1 \le \cos(x) \le 1

If you multiply all parts of an inequality by a positive expression, the inequality direction stays the same. If you multiply by a negative expression, the inequality reverses. On AP, you typically multiply by something nonnegative like x|x| or x2x^2 to avoid sign issues.

Example 1: Oscillation times something shrinking

Evaluate:

limx0x2sin(1x)\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right)

You cannot use direct substitution because sin(1x)\sin\left(\frac{1}{x}\right) oscillates infinitely as x0x \to 0. But you can bound it:

1sin(1x)1-1 \le \sin\left(\frac{1}{x}\right) \le 1

Multiply by x2x^2 (which is always nonnegative):

x2x2sin(1x)x2-x^2 \le x^2 \sin\left(\frac{1}{x}\right) \le x^2

Now compute the limits of the bounds:

limx0x2=0\lim_{x \to 0} -x^2 = 0

limx0x2=0\lim_{x \to 0} x^2 = 0

Since both squeeze to 00, the middle must also approach 00:

limx0x2sin(1x)=0\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0

This is a perfect example of how limits can exist even when the function is wildly oscillatory.

Example 2: Using absolute value as a bound

Evaluate:

limx0xcos(1x)\lim_{x \to 0} x \cos\left(\frac{1}{x}\right)

We know 1cos(1x)1-1 \le \cos\left(\frac{1}{x}\right) \le 1, but multiplying by xx is tricky because xx can be negative. A safer strategy is to use absolute value:

xcos(1x)=xcos(1x)\left|x \cos\left(\frac{1}{x}\right)\right| = |x| \cdot \left|\cos\left(\frac{1}{x}\right)\right|

Since cos(1x)1\left|\cos\left(\frac{1}{x}\right)\right| \le 1, you get

0xcos(1x)x0 \le \left|x \cos\left(\frac{1}{x}\right)\right| \le |x|

And

limx00=0\lim_{x \to 0} 0 = 0

limx0x=0\lim_{x \to 0} |x| = 0

So

limx0xcos(1x)=0\lim_{x \to 0} \left|x \cos\left(\frac{1}{x}\right)\right| = 0

which forces

limx0xcos(1x)=0\lim_{x \to 0} x \cos\left(\frac{1}{x}\right) = 0

The lesson: when signs might flip, bounding the absolute value is often the cleanest route.

What can go wrong with the Squeeze Theorem
  • If your upper and lower bounds approach different limits, you cannot conclude anything.
  • Your inequality must be true for xx sufficiently close to aa (usually on some punctured interval around aa), not just for a few points.
  • Be careful multiplying inequalities by expressions that can be negative; use x2x^2 or x|x| when possible.
Exam Focus
  • Typical question patterns:
    • Evaluate limits involving oscillating trig functions like sin(1x)\sin\left(\frac{1}{x}\right) or cos(1x)\cos\left(\frac{1}{x}\right) multiplied by a power of xx.
    • Justify a limit using an inequality setup (you may be asked to show the bounding step explicitly).
    • Decide whether a limit exists when oscillation is present.
  • Common mistakes:
    • Forgetting that squeezing requires two bounds with the same limit.
    • Multiplying an inequality by xx without accounting for sign changes.
    • Trying to use direct substitution on oscillatory expressions and concluding “DNE” even when the shrinking factor forces the product to approach 00.