dudely

Limits in Calculus, Explained Clearly

Updated 2026-07-12

A limit is the value a function approaches as its input approaches some point, even if the function is undefined exactly there. Limits are the foundation of calculus: continuity, derivatives, and integrals are all defined using them.

A limit answers a careful question: not what the function is at a point, but what value it heads toward as you get arbitrarily close to that point. That distinction is the whole idea, and it is what lets calculus handle places where a formula blows up.

Approaching, not arriving

The limit of a function as x approaches a point cares only about the neighborhood around that point, not the point itself. A function can be undefined at x = 2 and still have a perfectly good limit there.

The 0/0 case

When plugging in gives 0/0, that is not the answer, it is a signal to simplify. Factor and cancel the common term, then substitute again. This is the technique behind most limit problems in a first calculus course.

Worked example

Evaluate the limit of (x^2 - 4) / (x - 2) as x approaches 2.

  1. Substitute x = 2 directly: you get 0/0, which is undefined, so simplify.
  2. Factor the top: x^2 - 4 = (x - 2)(x + 2).
  3. Cancel the (x - 2) with the bottom, leaving x + 2, then substitute 2.

Answer: The limit is 4.

The common mistake

Wrong: Seeing 0/0 and concluding the limit does not exist.

Fix: 0/0 is an indeterminate form, not a final answer. Factor and cancel first. The limit here is a clean 4 even though the function is undefined at x = 2.

Learn Limits live, not just read about it

Dudely builds this exact concept on a whiteboard, explains every step, and checks you understand before moving on.

Learn it live, free

Related concepts

Frequently asked questions

What is a limit in calculus?

It is the value a function approaches as the input gets arbitrarily close to a certain point. The function does not even have to be defined at that point for the limit to exist.

What does 0/0 mean when finding a limit?

It is an indeterminate form, a signal that you need to simplify the expression, usually by factoring and cancelling, before you can find the actual limit.