Skip to content
Medium

The Idea of a Limit

Simple Explanation

The limit of a function f(x) as x approaches a value a, written lim(x→a) f(x) = L, describes what value f(x) gets closer and closer to as x gets closer and closer to a — WITHOUT needing f(x) to actually be defined (or correct) exactly at x=a itself.

Why Do We Need It?

Limits are the foundation that makes the rest of calculus possible β€” they let us talk precisely about "instantaneous" behavior, which is otherwise a contradiction (a single instant has no interval over which to measure a rate).

See It

f(x) = (xΒ²βˆ’1)/(xβˆ’1) has a "hole" at x=1, but a well-defined limit there
-2-2-1-1112233440xf(x)limit = 2

A graph showing a straight line with a hole at x=1, where the function is undefined, but the limit as x approaches 1 is clearly 2

Worked Example

Estimate a limit from a table of values

For f(x) = (xΒ²βˆ’1)/(xβˆ’1), f(x) is undefined at x=1. By evaluating f(x) at x-values very close to 1 (like 0.9, 0.99, 1.1, 1.01), estimate lim(xβ†’1) f(x).

    Why Does This Work?

    For x β‰  1, (xΒ²βˆ’1)/(xβˆ’1) factors as (xβˆ’1)(x+1)/(xβˆ’1), and the (xβˆ’1) factors cancel, leaving x+1 β€” which is perfectly well-defined at x=1, giving 1+1=2. The limit describes this "filled-in" behavior, even though the original expression has a 0/0 gap exactly at x=1.

    Real-Life Example

    A speedometer's instantaneous reading

    A car's speedometer shows a single "instantaneous" speed at each moment, not an average over some time interval.

    This instantaneous speed is conceptually the limit of the average speed (distance Γ· time) as the time interval shrinks toward zero β€” exactly the idea of a limit.

    Practice

    For g(x) = (xΒ²βˆ’9)/(xβˆ’3), find lim(xβ†’3) g(x).

    Medium

    Common mistake

    Assuming a limit doesn't exist just because the function itself is undefined at that exact point β€” a limit only cares about the behavior NEAR the point, not the (possibly missing) value at the point itself.

    Quick Review

    • lim(xβ†’a) f(x) = L means f(x) gets closer to L as x gets closer to a.
    • The limit can exist even where f(a) itself is undefined.
    • Limits are the foundation of the derivative and the rest of calculus.