What is a limit in plain language?

In plain language, a limit is the value that a mathematical function attempts to reach as you plug in numbers closer and closer to a specific point. It is not about what happens exactly at that target point, but rather about the journey getting there.

Think of it like walking toward a wall. If you step halfway to the wall, then halfway again, and keep doing this, your destination (the limit) is the wall itself. Even if technically your steps get infinitely small before you ever touch the wall, everyone watching knows exactly where you are headed. In calculus, limits help us describe this intended destination.

What is a limit mathematically?

In calculus, we write a limit like this: limxaf(x)=L\lim_{x \to a} f(x) = L. This is read as "the limit of f(x)f(x) as xx approaches aa is LL." It means that as your input variable xx gets extremely close to the number aa (from both sides), your output value f(x)f(x) gets extremely close to the number LL.

Why do limits work and why do we need them?

Limits work because they bypass the exact point in question. We need them because algebra sometimes breaks down. For example, if you try to calculate speed at exactly one frozen instant in time, you get zero distance divided by zero time, which is undefined. Limits let us see what the speed should be at that instant by looking at infinitesimally small time intervals around it.

How to recognize a limit problem

You will recognize limit problems by the notation lim\lim. Sometimes, you can just plug the target number directly into the function to find the answer. Other times, plugging in the number gives you 0/00/0, which mathematicians call an "indeterminate form." That is your cue to use algebra to simplify the expression before trying again.

Where students slip up

The most common mistake is assuming that the limit is always the same as the function's value at that point. Students often confuse f(a)f(a) with the limit as xax \to a. Remember, a function can have a "hole" (be undefined) at x=3x = 3, but the limit as xx approaches 33 can still exist perfectly well.

Worked through

Evaluate the limit: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

First, try plugging in x=2x = 2 directly. You get 22422=00\frac{2^2 - 4}{2 - 2} = \frac{0}{0}. This is an indeterminate form, which means we have more work to do.

Next, try factoring the numerator. The expression x24x^2 - 4 is a difference of squares: x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2)

Now rewrite the original limit with the factored form: limx2(x2)(x+2)x2\lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2}

Notice that we have an (x2)(x - 2) on the top and bottom. Because we are taking a limit as xx approaches 22 (meaning xx is not exactly 22), we are not dividing by zero when we cancel them out: limx2(x+2)\lim_{x \to 2} (x + 2)

Finally, plug in x=2x = 2 into our simplified function: 2+2=42 + 2 = 4

The limit is 44.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Calculus Volume 1, Chapter 2: Limits · Khan Academy: AP Calculus AB, Unit 1: Limits and Continuity

See also