1.4 Estimating Limit Values from Tables
- Syllabus
- 2020
- Topic
- 1.4
- Level
- —
To estimate limx→cf(x) numerically, inspect values of f(x) for inputs increasingly close to c from below and from above. A common output trend on both sides gives the two-sided estimate.
For f(x)=x2 near x=2:
| x | 1.9 | 1.99 | 1.999 | 2.001 | 2.01 | 2.1 |
|---|---|---|---|---|---|---|
| f(x) | 3.61 | 3.9601 | 3.996001 | 4.004001 | 4.0401 | 4.41 |
From the left, the outputs rise toward 4; from the right, they fall toward 4. Therefore the table supports limx→2x2=4. The closest inputs usually provide the strongest estimate because they show the local trend near 2.
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 c; use values from both sides and state only the precision supported by the data.