AP-CALCBC-1.2

U1.2 Defining Limits and Using Limit Notation

Master the informal definition of a limit, correct limit notation, one-sided limits, and how to decide when a limit exists or fails to exist.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U1.2 Defining Limits and Using Limit Notation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A limit answers a simple but powerful question: as the input xx gets arbitrarily close to some value aa, what value does f(x)f(x) approach? Notice the word "approach" — a limit is never about what happens exactly at x=ax=a. It is about the behavior nearby. This distinction is the foundation for everything in calculus, from derivatives to integrals.

In this lesson you will learn to state the informal definition of a limit, read and write limit notation fluently (including one-sided variants), and decide precisely when a limit exists versus when it does not. Getting the notation and the existence conditions right now will save you from careless errors on every later limit problem.

The Informal Definition of a Limit

The informal definition is this: we say limxaf(x)=L\lim_{x \to a} f(x) = L if the values of f(x)f(x) can be made as close to LL as we like by taking xx sufficiently close to aa (but not equal to aa). The parenthetical phrase "but not equal to aa" is the heart of the concept. A limit describes the trend of the function as you close in on aa from either side, completely ignoring the single point x=ax=a itself.

This is why a function can have a limit at a point where it is undefined. Consider f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}. At x=1x = 1 the formula gives 00\frac{0}{0}, which is undefined. But for every x1x \neq 1, the expression simplifies to x+1x + 1, so as xx approaches 11, f(x)f(x) approaches 22. Thus limx1f(x)=2\lim_{x \to 1} f(x) = 2 even though f(1)f(1) does not exist.

A common misconception is that limxaf(x)\lim_{x \to a} f(x) must equal f(a)f(a). That equality holds only when ff is continuous at aa (covered in U1.11). The limit and the function value are separate quantities: one describes nearby behavior, the other describes a single point. The AP exam frequently rewards students who keep these two ideas distinct.

Reading and Writing Limit Notation

The full statement limxaf(x)=L\lim_{x \to a} f(x) = L is read "the limit of ff of xx, as xx approaches aa, equals LL." Each piece carries meaning: xax \to a tells you the input target, f(x)f(x) is the quantity being tracked, and LL is the single output value the function heads toward.

Write the notation carefully. The arrow \to means "approaches," not "equals." Placing the limit operator in front is required — writing just f(x)=Lf(x) = L loses the entire meaning. On free-response questions, dropping the limxa\lim_{x\to a} symbol before you have actually evaluated the limit is a frequent point-losing mistake, because the equation is only true in the limiting sense.
SymbolMeaning
limxaf(x)\lim_{x \to a} f(x)value f(x)f(x) approaches as xax \to a from both sides
limxaf(x)\lim_{x \to a^-} f(x)left-hand limit; xx approaches aa from values less than aa
limxa+f(x)\lim_{x \to a^+} f(x)right-hand limit; xx approaches aa from values greater than aa
LLa finite real number the outputs cluster around
Remember the sign convention: the superscript minus (aa^-) means approaching from the left (smaller numbers), and plus (a+a^+) means approaching from the right (larger numbers). Students routinely reverse these, so anchor it: minus is to the left on the number line.

One-Sided Limits and the Existence Condition

A two-sided limit exists only when both one-sided limits exist and agree. Formally, limxaf(x)=L\lim_{x \to a} f(x) = L if and only if limxaf(x)=L\lim_{x \to a^-} f(x) = L and limxa+f(x)=L\lim_{x \to a^+} f(x) = L. If the left-hand and right-hand limits are different numbers, the two-sided limit does not exist (often abbreviated DNE).

This is the single most tested existence rule in Unit 1. Piecewise functions and step-like graphs are the classic settings: the function may jump from one value to another at x=ax=a, so the two sides disagree and the limit fails to exist there.
SituationTwo-sided limit?
Left limit =3= 3, right limit =3= 3Exists, equals 33
Left limit =2= 2, right limit =5= 5DNE (jump)
Left limit =3= 3, right limit =3= 3, but f(a)=7f(a)=7Exists, equals 33 (removable)
f(x)f(x) grows without bound near aaDNE (infinite)
Notice again that the value f(a)f(a) never determines whether the limit exists. In the third row the point is misplaced (a removable discontinuity), yet the limit still equals 33.

When a Limit Does Not Exist

There are three standard ways a limit fails to exist, and the exam expects you to recognize each. First, a jump discontinuity: the one-sided limits are both finite but unequal, as in a piecewise function whose pieces do not meet. Second, unbounded behavior: the function increases or decreases without bound near aa, so no finite LL works. We write things like limx01x2=\lim_{x \to 0} \frac{1}{x^2} = \infty, but on the AP exam this is understood to mean the limit does not exist as a finite number even though the \infty symbol describes the behavior (see U1.14).

Third, oscillation: the function bounces between values infinitely often as xax \to a and never settles. The standard example is limx0sin(1x)\lim_{x \to 0} \sin\left(\frac{1}{x}\right), which oscillates between 1-1 and 11 forever and therefore does not exist.
Failure typeWhy the limit DNE
Jumpleft limit \neq right limit
Unboundedoutputs grow without bound (no finite LL)
Oscillationoutputs never approach a single value
A key exam tip: to prove a limit does not exist, it is enough to show the two one-sided limits disagree, or to identify unbounded or oscillating behavior. To claim a limit exists, you must confirm both sides approach the same finite value.

Key terms

Limit.
The single value LL that f(x)f(x) approaches as xx gets arbitrarily close to aa, without regard to f(a)f(a) itself.
Limit notation.
The expression limxaf(x)=L\lim_{x \to a} f(x) = L, read as the limit of f(x)f(x) as xx approaches aa equals LL.
Left-hand limit.
limxaf(x)\lim_{x \to a^-} f(x), the value f(x)f(x) approaches as xx nears aa from values less than aa.
Right-hand limit.
limxa+f(x)\lim_{x \to a^+} f(x), the value f(x)f(x) approaches as xx nears aa from values greater than aa.
Two-sided limit.
A limit that exists only when the left-hand and right-hand limits are both finite and equal.
Does Not Exist (DNE).
The result when a limit fails, due to a jump, unbounded behavior, or oscillation.
Jump discontinuity.
A point where the left and right limits are both finite but unequal, so the two-sided limit does not exist.
Removable point.
A situation where the limit exists but differs from (or replaces a missing) function value at x=ax=a.

Worked example

Let f(x)={2x+1x<310x=3x22x>3f(x) = \begin{cases} 2x + 1 & x < 3 \\ 10 & x = 3 \\ x^2 - 2 & x > 3 \end{cases}. Determine limx3f(x)\lim_{x \to 3^-} f(x), limx3+f(x)\lim_{x \to 3^+} f(x), and limx3f(x)\lim_{x \to 3} f(x), and state whether the two-sided limit exists.
Start with the left-hand limit. For x<3x < 3 the function is 2x+12x + 1, so evaluate the trend as x3x \to 3 from below: 2(3)+1=72(3) + 1 = 7. Therefore limx3f(x)=7\lim_{x \to 3^-} f(x) = 7.

Now the right-hand limit. For x>3x > 3 the function is x22x^2 - 2, so as x3x \to 3 from above: (3)22=92=7(3)^2 - 2 = 9 - 2 = 7. Therefore limx3+f(x)=7\lim_{x \to 3^+} f(x) = 7.

Compare the two sides. Both one-sided limits equal 77, so by the existence condition the two-sided limit exists and limx3f(x)=7\lim_{x \to 3} f(x) = 7.

Notice the trap: the function is defined as f(3)=10f(3) = 10. That value is irrelevant to the limit — the limit only tracks the behavior of ff near x=3x=3, not at it. So the correct answer is that the limit equals 77 even though f(3)=10f(3) = 10. This is a removable discontinuity, where the point is placed away from where the graph is heading.

Practice questions

For a function gg, suppose limx4g(x)=5\lim_{x \to 4^-} g(x) = 5 and limx4+g(x)=8\lim_{x \to 4^+} g(x) = 8. Which statement is correct?
  1. limx4g(x)=5\lim_{x \to 4} g(x) = 5
  2. limx4g(x)=8\lim_{x \to 4} g(x) = 8
  3. limx4g(x)=6.5\lim_{x \to 4} g(x) = 6.5
  4. limx4g(x)\lim_{x \to 4} g(x) does not exist

Answer: limx4g(x)\lim_{x \to 4} g(x) does not exist

A two-sided limit exists only if the left-hand and right-hand limits are equal. Here the left limit is 55 and the right limit is 88; since they disagree, the function has a jump and the two-sided limit does not exist. Averaging the two one-sided values (getting 6.56.5) is a common wrong instinct — limits are never averaged.
Explain why limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2} can equal a finite number even though the expression is undefined at x=2x = 2.

Answer: The limit equals 44.

A limit describes behavior as xx approaches 22, never the value at 22 itself. For every x2x \neq 2, factor the numerator: x24x2=(x2)(x+2)x2=x+2\frac{x^2 - 4}{x - 2} = \frac{(x-2)(x+2)}{x-2} = x + 2. As x2x \to 2, this approaches 2+2=42 + 2 = 4. The original form is 00\frac{0}{0} at x=2x=2, but that undefined point is excluded from the limit process, so the limit still exists and equals 44.
A graph shows f(x)f(x) increasing without bound as x1x \to 1 from both the left and the right. Does limx1f(x)\lim_{x \to 1} f(x) exist? Justify your answer.

Answer: No, the limit does not exist as a finite value.

For a limit to exist, f(x)f(x) must approach a single finite real number LL. Here the outputs grow without bound near x=1x=1, so no finite LL exists. We may write limx1f(x)=\lim_{x \to 1} f(x) = \infty to describe the unbounded behavior, but this notation still means the limit does not exist as a finite number.

FAQ

Does the limit have to equal the function's value at that point?
No. The limit only describes what value f(x)f(x) approaches near x=ax=a, ignoring f(a)f(a) entirely. They are equal only when ff is continuous at aa, which you study in U1.11. A function can have a limit at a point where it is undefined or where the point is placed elsewhere.
What is the difference between xax \to a^- and xa+x \to a^+?
The minus sign means approaching aa from the left (from values smaller than aa on the number line), and the plus sign means approaching from the right (larger values). Anchor it visually: minus points left, plus points right. Both are one-sided limits.
When exactly does a limit fail to exist?
A two-sided limit does not exist in three cases: the left and right one-sided limits are finite but unequal (a jump); the function grows without bound near the point (unbounded); or the function oscillates infinitely and never settles on one value, like sin(1/x)\sin(1/x) near 00.
Can I just plug in the value to find a limit?
Sometimes, but not always. Direct substitution works when the function is continuous at the point, which you will formalize in later lessons. When substitution gives an indeterminate form like 00\frac{0}{0}, you must use algebra, graphs, or tables to find the limit instead.

Learn this with a teacher, not a page

The Crimsora tutor teaches U1.2 Defining Limits and Using Limit Notation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.