Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A limit describes the value a function approaches as the input gets closer and closer to a chosen number. This idea matters because functions can have holes, jumps, or undefined points where direct substitution does not tell the full story. In calculus, limits let us study behavior near a point even when the function value at that point is missing or different.

They are the foundation for derivatives, integrals, continuity, and many approximation methods.

For a graph with a hole at x = a, the function may be undefined at x = a, but the y-values can still approach the same height L from both sides. In that case, the limit exists and is written lim x -> a f(x) = L. Direct evaluation asks for f(a), while a limit asks what f(x) approaches as x gets close to a but not necessarily equal to a.

Approximation uses nearby input values to estimate this approaching behavior, and the precise limit is the single value these estimates settle toward.

Understanding Calculus: The Precise Limit and Approximation

A useful way to investigate a limit is to build a table of inputs that get close to the target from below and above. Choose values such as 1.9, 1.99, and 1.999 on one side, then 2.1, 2.01, and 2.001 on the other. Calculate the matching outputs.

The values may show a clear pattern, but a table is evidence rather than proof. A graph gives another view, though screen resolution can hide small gaps or steep changes. In school problems, use algebra to confirm the pattern whenever possible.

Tables and graphs help you predict the answer. Algebra explains why it is correct.

Many limit problems contain an expression that fails when you substitute the target input. This does not mean the limit fails. For example, consider the fraction made from x squared minus four over x minus two as x approaches two.

Direct substitution gives zero over zero, which is not a number. Factor the top into x minus two times x plus two. For every input except two, the fraction simplifies to x plus two.

Nearby outputs therefore approach four. The original expression still has a hole at two, but its nearby behavior is simple.

This cancellation works only away from the excluded input. Students should state that restriction instead of claiming the two expressions are identical everywhere.

One-sided limits are important when a rule changes at a boundary. A parking fee might be one price up to a certain time and a different price after that time. A graph of the cost can jump at the boundary.

Approaching from earlier times gives one value, while approaching from later times gives another. No single two-sided limit describes that point. This idea appears in tax brackets, delivery charges, digital signals, and computer programs that use if statements.

Pay close attention to phrases such as less than, greater than, at most, and at least. They tell you which formula applies near the boundary and whether the actual point belongs to one part of the rule.

The formal definition makes the word close precise. It says that outputs can be made as close as desired to the proposed limit by taking inputs sufficiently close to the target, without using the target itself. The allowed input distance is often called delta, and the required output distance is called epsilon.

You do not need to begin every problem with this formal language, but it explains why limits are stronger than a visual guess. It leads directly to instantaneous rate of change.

To find speed at one instant, physics starts with average speed over a short time interval, then studies what happens as that interval shrinks. Limits turn increasingly accurate approximations into an exact mathematical result.

Key Facts

  • lim x -> a f(x) = L means f(x) approaches L as x gets close to a.
  • A limit can exist even if f(a) is undefined.
  • Direct evaluation uses x = a, while a limit uses values of x near a.
  • For a two-sided limit to exist, lim x -> a- f(x) = lim x -> a+ f(x).
  • If the left-hand and right-hand limits are different, lim x -> a f(x) does not exist.
  • A removable discontinuity is a hole where lim x -> a f(x) exists but f(a) is missing or not equal to the limit.

Vocabulary

Limit
A limit is the value a function approaches as the input gets arbitrarily close to a chosen number.
Function value
The function value f(a) is the output of the function when the input is exactly a.
Left-hand limit
A left-hand limit is the value f(x) approaches as x gets close to a from values less than a.
Right-hand limit
A right-hand limit is the value f(x) approaches as x gets close to a from values greater than a.
Removable discontinuity
A removable discontinuity is a hole in a graph where the limit exists but the function value is missing or different.

Common Mistakes to Avoid

  • Using f(a) instead of the limit. This is wrong because f(a) describes the exact point, while the limit describes nearby behavior.
  • Assuming a limit does not exist whenever the function is undefined. This is wrong because a limit can exist at a hole if both sides approach the same value.
  • Checking only one side of the graph. This is wrong because a two-sided limit exists only when the left-hand and right-hand limits are equal.
  • Thinking approximations prove the exact limit by themselves. This is wrong because numerical values suggest a limit, but the exact limit depends on the function's behavior as x gets arbitrarily close to a.

Practice Questions

  1. 1 For f(x) = (x^2 - 9)/(x - 3), find lim x -> 3 f(x) and state whether f(3) is defined.
  2. 2 A table gives f(1.9) = 4.81, f(1.99) = 4.9801, f(2.01) = 5.0201, and f(2.1) = 5.21. Estimate lim x -> 2 f(x).
  3. 3 A graph has an open circle at (4, 7) and a filled dot at (4, 2), with the curve approaching y = 7 from both sides. Explain the values of lim x -> 4 f(x) and f(4), and why they are not the same.