Definition of a Limit

Definition of a Limit describes what value a function approaches as its input approaches a specific point—essential for all of calculus.

limxaf(x)=L\lim_{x \to a} f(x) = L

Solve a problem with Definition of a Limit

Type the problem. The solver will use Definition of a Limit where Definition of a Limit is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Definition of a Limit takes
ff
xx
aa
LL
Definition of a Limit
SymbolMeaning
ffThe function—the rule that takes an input and produces an output; in limit notation, we care about what output values f(x)f(x) gets close to as xx approaches aa.
xxThe input variable to the function; as xx approaches the value aa (getting arbitrarily close but often not equal to aa), we observe what happens to f(x)f(x).
aaThe specific value that the input xx is approaching; the limit describes the function's behavior near aa, not necessarily the value f(a)f(a) itself.
LLThe limit value—the specific real number that f(x)f(x) gets arbitrarily close to as xx approaches aa; this is what you are solving for.

When to use it

Use this when you need to find what value a function approaches as the input gets close to a specific point.

Level

Usually taught in: Calculus I

Worked examples

1. Find the limit of a linear function

Problem

Find limx3(2x1)\lim_{x \to 3} (2x - 1).
  1. limx3(2x1)\lim_{x \to 3} (2x - 1)

    We want to find the value that 2x12x - 1 approaches as xx approaches 33.

  2. =2(3)1= 2(3) - 1

    Since this function is a polynomial (continuous everywhere), we can substitute x=3x = 3 directly.

  3. =61= 6 - 1

    We calculated 23=62 \cdot 3 = 6.

  4. =5= 5

    So the limit is 55.

Answer: limx3(2x1)=5\lim_{x \to 3} (2x - 1) = 5

Since (2x1)(2x - 1) is a polynomial, it is continuous everywhere, so direct substitution gives the limit immediately. This is the simplest case: when substitution yields a definite answer, that answer is the limit.

2. Find a limit with a removable discontinuity

Problem

Find limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}.
  1. limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

    We want to find where this rational function approaches as xx approaches 22.

  2. (2)2422=00\frac{(2)^2 - 4}{2 - 2} = \frac{0}{0}

    If we substitute x=2x = 2 directly, we get 00\frac{0}{0}, which is indeterminate.

  3. (x2)(x+2)x2\frac{(x-2)(x+2)}{x-2}

    We factor the numerator: x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2).

  4. =x+2= x + 2

    We cancel the (x2)(x-2) from top and bottom; this is valid because x2x \neq 2 in the limit.

  5. limx2(x+2)=2+2=4\lim_{x \to 2} (x+2) = 2 + 2 = 4

    The simplified form is continuous, so we substitute x=2x = 2 to find the limit.

Answer: limx2x24x2=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = 4

This example shows that a limit can exist even when the original function is undefined. By factoring, we find the value f(x)f(x) approaches near x=2x = 2. The original function has a removable discontinuity—a hole—and the limit reveals where that hole is.

3. Find a limit in a real-world context

Problem

At a school bake sale, the total revenue from selling brownies (in dollars) is R(x)=3x+0.2x2R(x) = 3x + 0.2x^2 where xx is the number of brownies sold. What does the revenue approach as you sell close to 1010 brownies?
  1. limx10(3x+0.2x2)\lim_{x \to 10} (3x + 0.2x^2)

    We need to find the limit of the revenue function as xx (the number of brownies) approaches 1010.

  2. =3(10)+0.2(10)2= 3(10) + 0.2(10)^2

    Since the function is a polynomial (continuous), we can substitute x=10x = 10 directly.

  3. =30+0.2(100)= 30 + 0.2(100)

    We calculated 310=303 \cdot 10 = 30 and (10)2=100(10)^2 = 100.

  4. =30+20= 30 + 20

    We calculated 0.2100=200.2 \cdot 100 = 20.

  5. =50= 50

    So the limit is 5050 dollars.

Answer: limx10(3x+0.2x2)=50\lim_{x \to 10} (3x + 0.2x^2) = 50

In real-world applications, limits tell us what a quantity approaches under certain conditions. As sales approach 1010 brownies, revenue approaches 5050 dollars. This shows that limits are not abstract—they model real situations and help predict outcomes.

Common mistakes

Where Definition of a Limit usually goes wrong
Answer came out wrong
Students assume limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) as if they are always equal.
Remember that the limit is what f(x)f(x) approaches as xx gets close to aa. The value f(a)f(a) might not exist, or might differ from the limit.
Students substitute x=ax = a into the original expression and assume that is the limit, even when they get 00\frac{0}{0} or \frac{\infty}{\infty}.
If direct substitution gives 00\frac{0}{0}, \frac{\infty}{\infty}, 00 \cdot \infty, or similar indeterminate forms, factor, rationalize, or rearrange the expression before substituting.
Students read the arrow in xax \to a as equality rather than as 'approaches'.
Always interpret xax \to a as 'xx approaches aa' or 'xx gets close to aa'. The point x=ax = a is often not directly relevant to finding the limit.
The mistakeWhy it is wrongThe fix
Students assume limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) as if they are always equal.The limit describes the function's behavior near aa, not the value at aa; the function may be undefined at aa, or have a different value there.Remember that the limit is what f(x)f(x) approaches as xx gets close to aa. The value f(a)f(a) might not exist, or might differ from the limit.
Students substitute x=ax = a into the original expression and assume that is the limit, even when they get 00\frac{0}{0} or \frac{\infty}{\infty}.Direct substitution only works when it produces a definite result; indeterminate forms like 00\frac{0}{0} signal that the expression needs algebraic simplification first.If direct substitution gives 00\frac{0}{0}, \frac{\infty}{\infty}, 00 \cdot \infty, or similar indeterminate forms, factor, rationalize, or rearrange the expression before substituting.
Students read the arrow in xax \to a as equality rather than as 'approaches'.The notation xax \to a means 'xx approaches aa', not 'xx equals aa'; xx can get arbitrarily close to aa from either side without ever equaling aa.Always interpret xax \to a as 'xx approaches aa' or 'xx gets close to aa'. The point x=ax = a is often not directly relevant to finding the limit.

Tips and when to use something else

  • If direct substitution gives a finite number (not an indeterminate form), that number is the limit—no further algebra needed.
  • When direct substitution produces 00\frac{0}{0}, try factoring the numerator and denominator to cancel common factors.
  • For limits as xx grows or shrinks without bound (like limx\lim_{x \to \infty}), use Limits at Infinity instead of this definition.
  • The limit can exist at a point where the function is undefined or has a jump—that is why this concept is so powerful in calculus.

Frequently asked questions

What is the difference between limxaf(x)\lim_{x \to a} f(x) and f(a)f(a)?
The limit limxaf(x)\lim_{x \to a} f(x) is what f(x)f(x) approaches as xx gets close to aa, while f(a)f(a) is the value of ff at x=ax = a. These can differ: f(a)f(a) might be undefined, or ff might jump at aa, yet the limit can still exist.
Why can't I always just substitute x=ax = a to find the limit?
Direct substitution works when it gives a definite answer, but when you get 00\frac{0}{0} or other indeterminate forms, substitution does not tell you the limit. You must first simplify by factoring, rationalizing, or other algebraic techniques.
Can a limit exist if f(a)f(a) is undefined?
Yes. A limit describes the function's behavior near aa, not at aa. For example, limx2x24x2=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = 4 even though the function is undefined at x=2x = 2. This creates a hole (removable discontinuity) in the graph.
What does it mean if a limit does not exist?
A limit fails to exist when f(x)f(x) does not approach a single finite value as xx approaches aa. This can happen if f(x)f(x) oscillates wildly, jumps between different values from different sides, or grows without bound.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18