Fiveable

๐Ÿ“Honors Pre-Calculus Unit 12 Review

QR code for Honors Pre-Calculus practice questions

12.1 Finding Limits: Numerical and Graphical Approaches

12.1 Finding Limits: Numerical and Graphical Approaches

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Limits are a fundamental concept in calculus, helping us understand function behavior near specific points. They describe what happens as we get closer and closer to a value, even if the function isn't defined there.

Numerical and graphical approaches offer practical ways to explore limits. By using tables of values or examining function graphs, you can estimate limits and gain insights into function behavior, continuity, and potential discontinuities.

Limits: Numerical and Graphical Approaches

Pep mascot
more resources to help you study

Limit notation interpretation

The notation limโกxโ†’af(x)=L\lim_{x \to a} f(x) = L means that the function f(x)f(x) approaches the value LL as the input xx gets closer to aa. This describes the function's behavior near aa, not necessarily the value of f(a)f(a) itself. The function doesn't even need to be defined at aa for the limit to exist.

  • Example: limโกxโ†’2x2โˆ’4xโˆ’2=4\lim_{x \to 2} \frac{x^2-4}{x-2} = 4, even though f(2)f(2) is undefined. If you factor the numerator, you get (xโˆ’2)(x+2)xโˆ’2\frac{(x-2)(x+2)}{x-2}, which simplifies to x+2x+2 for all xโ‰ 2x \neq 2. As xx approaches 2, that expression approaches 4.

One-sided limits consider the function's behavior when approaching from only one direction:

  • Left-hand limit limโกxโ†’aโˆ’f(x)\lim_{x \to a^-} f(x): examines function values as xx approaches aa from values smaller than aa
  • Right-hand limit limโกxโ†’a+f(x)\lim_{x \to a^+} f(x): examines function values as xx approaches aa from values larger than aa
  • Example: For f(x)=โˆฃxโˆฃxf(x) = \frac{|x|}{x}, limโกxโ†’0โˆ’f(x)=โˆ’1\lim_{x \to 0^-} f(x) = -1 and limโกxโ†’0+f(x)=1\lim_{x \to 0^+} f(x) = 1. Since the two sides disagree, the two-sided limit limโกxโ†’0f(x)\lim_{x \to 0} f(x) does not exist.

Limit laws let you break apart limits involving arithmetic operations, provided the individual limits exist:

  • Sum/Difference: limโกxโ†’a[f(x)ยฑg(x)]=limโกxโ†’af(x)ยฑlimโกxโ†’ag(x)\lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x)
  • Product: limโกxโ†’a[f(x)โ‹…g(x)]=limโกxโ†’af(x)โ‹…limโกxโ†’ag(x)\lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)
  • Quotient: limโกxโ†’af(x)g(x)=limโกxโ†’af(x)limโกxโ†’ag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}, provided limโกxโ†’ag(x)โ‰ 0\lim_{x \to a} g(x) \neq 0
  • Composition: limโกxโ†’af(g(x))=fโ€‰โฃ(limโกxโ†’ag(x))\lim_{x \to a} f(g(x)) = f\!\left(\lim_{x \to a} g(x)\right), provided ff is continuous at limโกxโ†’ag(x)\lim_{x \to a} g(x)
Limit notation interpretation, Finding Limits: Properties of Limits ยท Precalculus

Graphical analysis for limits

Graphically, limโกxโ†’af(x)=L\lim_{x \to a} f(x) = L exists if the graph of f(x)f(x) approaches the same yy-value LL as xx approaches aa from both the left and right. The function does not need to be defined at x=ax = a for the limit to exist. You might see an open circle (hole) on the graph at that point, and the limit can still be perfectly well-defined.

  • Example: f(x)=x2โˆ’1xโˆ’1f(x) = \frac{x^2 - 1}{x - 1} simplifies to x+1x + 1 for xโ‰ 1x \neq 1. The graph looks like the line y=x+1y = x + 1 with a hole at x=1x = 1, so limโกxโ†’1f(x)=2\lim_{x \to 1} f(x) = 2 even though f(1)f(1) is undefined.

Types of limit behavior you'll see on graphs:

  • Finite limits: The graph settles toward a specific finite value. For instance, limโกxโ†’2(x2โˆ’1)=3\lim_{x \to 2} (x^2 - 1) = 3.
  • Infinite limits: The graph grows without bound near x=ax = a, often signaling a vertical asymptote. For example, limโกxโ†’01x2=+โˆž\lim_{x \to 0} \frac{1}{x^2} = +\infty. (Note: we say the limit "does not exist" as a finite number, but we can describe the behavior as approaching infinity.)
  • Limit does not exist (DNE): This happens when the left-hand and right-hand limits disagree (a jump discontinuity), or when the graph oscillates without settling down near x=ax = a.
    • Example: For f(x)={0,x<01,xโ‰ฅ0f(x) = \begin{cases} 0, & x < 0 \\ 1, & x \geq 0 \end{cases}, the left-hand limit at 0 is 0 and the right-hand limit is 1, so limโกxโ†’0f(x)\lim_{x \to 0} f(x) does not exist.

Continuity at a point ties limits and function values together. A function is continuous at x=ax = a when three conditions are met:

  1. f(a)f(a) is defined
  2. limโกxโ†’af(x)\lim_{x \to a} f(x) exists
  3. limโกxโ†’af(x)=f(a)\lim_{x \to a} f(x) = f(a)

For example, f(x)=x2f(x) = x^2 is continuous at x=1x = 1 because limโกxโ†’1x2=1=f(1)\lim_{x \to 1} x^2 = 1 = f(1).

The Intermediate Value Theorem (IVT) says that if a function is continuous on a closed interval [a,b][a, b], then it takes on every value between f(a)f(a) and f(b)f(b) at least once. This is useful for showing that solutions to equations exist within an interval, even when you can't solve for them directly.

Limit notation interpretation, Finding Limits: Numerical and Graphical Approaches ยท Precalculus

Numerical approximation of limits

Tables give you a hands-on way to estimate limits by plugging in values that get closer and closer to the point of interest. Here's the process:

  1. Choose xx-values approaching aa from both sides (e.g., for a=2a = 2: use 1.9,1.99,1.9991.9, 1.99, 1.999 from the left and 2.001,2.01,2.12.001, 2.01, 2.1 from the right)
  2. Calculate the corresponding f(x)f(x) value for each chosen xx
  3. Look at the trend: if the f(x)f(x) values from both sides are converging toward the same number, that's your estimated limit

For example, to approximate limโกxโ†’2x2โˆ’4xโˆ’2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}:

xx1.91.991.9992.0012.012.1
f(x)f(x)3.93.993.9994.0014.014.1

The values clearly approach 4 from both sides, so we estimate the limit is 4.

One-sided limits can be approximated the same way by only choosing values from one direction:

  • Left-hand limit: pick xx-values slightly less than aa
  • Right-hand limit: pick xx-values slightly greater than aa

Limitations of the numerical approach:

  • Tables give estimates, not exact values. You're observing a trend, not proving a result.
  • Some functions behave erratically near the point of interest, making the trend hard to read. For instance, limโกxโ†’0sinโกโ€‰โฃ(1x)\lim_{x \to 0} \sin\!\left(\frac{1}{x}\right) oscillates wildly as xx approaches 0, so no table will show a clear pattern (this limit does not exist).
  • Very slowly converging limits, like limโกxโ†’โˆž(1+1x)x\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x, require extremely large xx-values before the trend becomes apparent (this one converges to eโ‰ˆ2.718e \approx 2.718).

Function properties and limits

  • Domain is the set of all input values for which a function is defined. Knowing the domain helps you spot where limits might involve undefined points, holes, or asymptotes.
  • Range is the set of all output values a function can produce. The range can give you a sense of what limit values are plausible and how the function behaves overall.

Both properties are worth checking before you start evaluating limits, since they tell you where to expect trouble spots in the function's behavior.