1.4 Estimating Limit Values from Tables

Syllabus
2020
Topic
1.4
Level

Estimating a Limit from a Table

To estimate limxcf(x)\lim_{x\to c}f(x) numerically, inspect values of f(x)f(x) for inputs increasingly close to cc from below and from above. A common output trend on both sides gives the two-sided estimate.

  1. Choose several xx-values less than cc and several greater than cc.
  2. Make the inputs successively closer to cc without relying only on x=cx=c.
  3. Compare the output trend from the two sides.
  4. If both approach the same value LL, estimate limxcf(x)L\lim_{x\to c}f(x)\approx L.

For f(x)=x2f(x)=x^2 near x=2x=2:

xx 1.91.9 1.991.99 1.9991.999 2.0012.001 2.012.01 2.12.1
f(x)f(x) 3.613.61 3.96013.9601 3.9960013.996001 4.0040014.004001 4.04014.0401 4.414.41

From the left, the outputs rise toward 44; from the right, they fall toward 44. Therefore the table supports limx2x2=4\lim_{x\to2}x^2=4. The closest inputs usually provide the strongest estimate because they show the local trend near 22.

A finite table supports an estimate but does not by itself prove a limit. Widely spaced or one-sided inputs can hide a jump, oscillation, or other behavior closer to cc; use values from both sides and state only the precision supported by the data.