1227 words
6 minutes
CalcBC Ch1 - Limits and Contnuity

Chapter 1: Limits and Continuity#

1.1 Why Do We Need Limits?#

The Big Idea: Instantaneous Rate of Change#

In everyday life, we talk about average speed (like “I drove 120 miles in 2 hours, so my average speed was 60 mph”). But what about your speed at a single instant (the number your car’s speedometer shows at exactly t = 30 seconds)?

In algebra, the slope of a line Δy/Δx\Delta y / \Delta x measures average rate of change between two points. In calculus, we want the slope of a curve (the instantaneous rate of change) at exactly one point.

To handle this, we let the two points on the curve get very close—so close that the difference between their xx-coordinates (Δx\Delta x) goes to zero. Limits formalize the idea of “approaching a value” without necessarily reaching it.

Key Vocabulary#

  • Secant line: A line connecting two points on a function’s graph; it gives an average rate of change over some interval.
  • Tangent line: A line that “just touches” (or is “instantaneous” to) a function at a single point, giving the instantaneous rate of change.

1.2 Formalizing the Concept of a Limit#

We write:

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

to mean: “As xx gets closer and closer to aa (from both sides), the function f(x)f(x) gets closer and closer to LL.”

  • It does not require f(a)f(a) to exist or to equal LL. The limit depends only on the approach to aa.

Left-Hand vs. Right-Hand Limits#

  • Left-hand limit: limxaf(x)\lim_{x \to a^-} f(x) means xx approaches aa from values less than aa.
  • Right-hand limit: limxa+f(x)\lim_{x \to a^+} f(x) means xx approaches aa from values greater than aa.

For limxaf(x)\lim_{x \to a} f(x) to exist (and be equal to some LL), the left-hand limit and right-hand limit must agree.


1.3 & 1.4 Estimating Limits Graphically and from Tables#

Estimating from a Graph#

  1. Look at the point x=ax=a on your graph.
  2. Trace from the left side and the right side to see if the function values head toward the same yy-value.
  3. If they do, that yy-value is the limit.
  4. If they approach two different yy-values, the limit does not exist (DNE).

Note: The function might have a hole or no actual point at x=ax=a. The limit can still exist if the yy-value approached from both sides is the same.

Estimating from a Table#

If you have a table of (x,f(x))(x, f(x)) values near x=ax = a, look at how f(x)f(x) behaves as xx gets closer to aa from above and below. If the outputs get closer to one number, that number is your estimated limit.


1.5 Determining Limits Using Algebraic Methods#

Often, you can find a limit by:

  1. Direct Substitution
    If substituting x=ax=a into f(x)f(x) doesn’t cause a division by zero or other undefined behavior, then

    limxaf(x)=f(a).\lim_{x \to a} f(x) = f(a).
  2. Factor & Cancel (for 0/0 forms)
    If you get 00\frac{0}{0} by substituting, try factoring the numerator and denominator, and cancel common factors causing the 0. Then re-check the limit.

  3. Rationalizing (for radicals)
    If you see square roots, you can multiply by a conjugate to remove the radical from denominator or numerator.

  4. Common Limit Laws

    • limxa[f(x)+g(x)]=limxaf(x)+limxag(x)\lim_{x\to a} [f(x) + g(x)] = \lim_{x\to a} f(x) + \lim_{x\to a} g(x)
    • limxa[cf(x)]=climxaf(x)\lim_{x\to a} [c \cdot f(x)] = c \cdot \lim_{x\to a} f(x)
    • limxa[f(x)g(x)]=(limxaf(x))(limxag(x))\lim_{x\to a} [f(x)\cdot g(x)] = (\lim_{x\to a} f(x)) \cdot (\lim_{x\to a} g(x)), provided both limits exist.
    • limxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x\to a} \frac{f(x)}{g(x)} = \frac{\lim_{x\to a} f(x)}{\lim_{x\to a} g(x)}, provided limxag(x)0\lim_{x\to a} g(x)\neq 0.

1.6 & 1.7 More Advanced Strategies: Squeeze Theorem & Selecting Procedures#

Squeeze (Sandwich) Theorem#

If g(x)f(x)h(x)g(x)\leq f(x)\leq h(x) for xx near aa, and if

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.

Example: limx0xsin(1x)\lim_{x \to 0} x \sin\left(\frac{1}{x}\right).

  • We know 1sin(1x)1-1 \le \sin\left(\frac{1}{x}\right) \le 1.
  • Multiply by xx: xxsin(1x)x-|x|\le x\,\sin\left(\tfrac{1}{x}\right)\le |x|.
  • limx0x=0\lim_{x \to 0} -|x| = 0 and limx0x=0\lim_{x \to 0} |x| = 0.
  • By the Squeeze Theorem, the limit is 00.

1.8, 1.9, 1.10 Continuity and Discontinuities#

Continuity at a Point#

A function ff is continuous at x=ax=a if:

  1. f(a)f(a) is defined.
  2. limxaf(x)\lim_{x \to a} f(x) exists.
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

In simpler terms, you can draw the function at x=ax=a without lifting your pencil.

Types of Discontinuities#

  1. Removable (Hole): The limit exists, but f(a)f(a) is not defined or isn’t equal to that limit.
  2. Jump: Left- and right-hand limits exist but are not equal.
  3. Infinite: The function goes to ++\infty or -\infty near aa, usually indicating a vertical asymptote at x=ax=a.

Removing a Discontinuity#

Sometimes you can redefine the function at aa to “fill in” a hole, making it continuous.


1.11 & 1.12 Infinite Limits and Limits at Infinity#

Infinite Limits (Vertical Asymptotes)#

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

means f(x)f(x) becomes arbitrarily large (positive) as xx approaches aa. Often, x=ax=a is a vertical asymptote. Similarly for -\infty.

Limits at Infinity (Horizontal Asymptotes)#

To understand how a function behaves as xx grows large (positively or negatively), look at:

limxf(x)orlimxf(x).\lim_{x \to \infty} f(x) \quad \text{or} \quad \lim_{x \to -\infty} f(x).

If a function approaches a finite value LL as xx\to\infty, then y=Ly=L is a horizontal asymptote.

Common Trick: For rational functions P(x)Q(x)\frac{P(x)}{Q(x)}:

  • If deg(P)=deg(Q)\deg(P)=\deg(Q), limit at infinity is ratio of leading coefficients.
  • If deg(P)<deg(Q)\deg(P)<\deg(Q), the limit is 00.
  • If deg(P)>deg(Q)\deg(P)>\deg(Q), the function grows without bound and no horizontal asymptote exists (there might be a slant asymptote instead).

1.13 & 1.14 Intermediate Value Theorem (IVT)#

If ff is continuous on [a,b][a,b] and NN is any number between f(a)f(a) and f(b)f(b), then there exists at least one cc in [a,b][a,b] such that f(c)=Nf(c) = N.

Interpretation: A continuous function on an interval can’t “jump over” any yy-values. If ff transitions from negative to positive somewhere in [a,b][a,b], it must cross zero.

Use:

  • Great for proving that a root exists.
  • Often used to show a continuous function hits every intermediate value between its endpoints.

Self-Check Practice#

Below are several sample problems to reinforce your understanding. Attempt to solve them first, then compare your approach to the detailed solutions.


Self-Check 1#

Problem: Evaluate the limit by direct substitution if possible, or determine if it does not exist:

limx3(2x+1).\lim_{x \to 3} (2x + 1).

Solution 1#

  1. 2x+12x+1 is a polynomial, continuous everywhere.
  2. Substitute x=3x=3: 2(3)+1=7.2(3)+1 = 7.

So, 7\boxed{7} is the limit.


Self-Check 2#

Problem: Evaluate:

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

Hint: You get 00\frac{0}{0} if you plug in x=1x=1 directly, so consider factoring.

Solution 2#

  1. Factor numerator: x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1).
  2. Rewrite the expression: (x1)(x+1)x1.\frac{(x-1)(x+1)}{x-1}. For x1x \neq 1, the (x1)(x-1) cancels.
  3. So the limit depends on limx1(x+1)\lim_{x \to 1} (x+1), which is 22.
  4. 2\boxed{2} is the limit.

Self-Check 3#

Problem: Use the Squeeze Theorem to find:

limx0xsin(1x).\lim_{x \to 0} x \sin\Bigl(\frac{1}{x}\Bigr).

Solution 3#

  1. 1sin(1x)1-1 \leq \sin\bigl(\tfrac{1}{x}\bigr)\leq 1.
  2. Multiply by xx: xxsin(1x)x-|x|\le x\,\sin\bigl(\tfrac{1}{x}\bigr)\le |x|.
  3. As x0x\to 0, both x-|x| and x|x| go to 0.
  4. By Squeeze Theorem, the limit is 0\boxed{0}.

Self-Check 4#

Problem: Classify the discontinuity at x=2x=2 for

f(x)={x24x2x2,10x=2.f(x) = \begin{cases} \frac{x^2 - 4}{x - 2} & x \neq 2,\\ 10 & x = 2. \end{cases}

Then find limx2f(x)\lim_{x \to 2} f(x).

Solution 4#

  1. For x2x \neq 2: x24x2=(x2)(x+2)x2=x+2(x2).\frac{x^2 - 4}{x - 2} = \frac{(x-2)(x+2)}{x-2} = x+2 \quad (x\neq 2).
  2. As x2x\to 2, x+24x+2 \to 4. So the limit from either side is 4.
  3. But f(2)=10f(2)=10. The limit (4) is not equal to the function’s defined value (10).
  4. This is a removable discontinuity (a “hole”) at x=2x=2.
  5. limx2f(x)=4\lim_{x \to 2} f(x)=\boxed{4}.

Self-Check 5#

Problem: Evaluate:

limx3x2+5x26x24.\lim_{x \to \infty} \frac{3x^2 + 5x - 2}{6x^2 - 4}.

Solution 5#

  1. Factor out x2x^2 from numerator and denominator:

    3x2+5x26x24=x2(3+5/x2/x2)x2(64/x2)=3+5/x2/x264/x2.\frac{3x^2 + 5x -2}{6x^2 -4} = \frac{x^2(3 + 5/x -2/x^2)}{x^2(6 - 4/x^2)} = \frac{3 + 5/x -2/x^2}{6 -4/x^2}.
  2. As xx\to\infty, 5/x,2/x2,5/x, 2/x^2, and 4/x24/x^2 all go to 0.

  3. The expression approaches 36=12\frac{3}{6} = \frac12.

  4. 12\boxed{\tfrac12} is the limit. A horizontal asymptote is y=12y=\tfrac12.


Self-Check 6#

Problem: Show by the Intermediate Value Theorem that

g(x)=x3+x1g(x) = x^3 + x - 1

has at least one real root in [0,1][0,1].

Solution 6#

  1. g(0)=1g(0)= -1. g(1)=1g(1)= 1.
  2. gg is a polynomial, so it’s continuous on [0,1][0,1].
  3. g(0)<0g(0)<0 and g(1)>0g(1)>0.
  4. By IVT, there is some cc in [0,1][0,1] for which g(c)=0g(c)=0. Hence a root exists in that interval.
CalcBC Ch1 - Limits and Contnuity
https://mashiroisasleep.github.io/posts/calcbc/calcnotes1/
Author
Mashiro
Published at
2025-03-28