Skip to main content
United StatesCalculusSyllabus dot point

What does it mean for a function to approach a value, and how do we write that idea precisely?

Topic 1.2 Defining Limits and Using Limit Notation: express the limit of a function using correct notation, including one-sided limits, and interpret what a limit says about the behavior of a function near a point.

A focused answer to AP Calculus AB Topic 1.2, defining the limit of a function, two-sided versus one-sided limits, correct limit notation, and when a limit fails to exist, with worked examples.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Defining a limit
  3. One-sided limits
  4. When a limit does not exist
  5. The limit describes a trend, not a destination reached
  6. Notation discipline

What this topic is asking

The College Board (Topic 1.2) wants you to state, in correct notation, what a limit is: the value a function's output approaches as the input approaches some number, regardless of the function's value (or lack of one) at that number. You must distinguish two-sided from one-sided limits and know when a limit does not exist.

Defining a limit

This is why a limit can exist where the function has a hole. For g(x)=x2βˆ’4xβˆ’2g(x) = \frac{x^2 - 4}{x - 2}, the value g(2)g(2) is undefined, yet for every xβ‰ 2x \neq 2 we have g(x)=x+2g(x) = x + 2, so lim⁑xβ†’2g(x)=4\lim_{x \to 2} g(x) = 4. The function never reaches the input 22, but it approaches the output 44.

One-sided limits

The arrow can carry a sign that fixes the direction of approach:

  • lim⁑xβ†’aβˆ’f(x)\lim_{x \to a^-} f(x) is the left-hand limit: xx approaches aa through values less than aa.
  • lim⁑xβ†’a+f(x)\lim_{x \to a^+} f(x) is the right-hand limit: xx approaches aa through values greater than aa.

When a limit does not exist

A two-sided limit can fail to exist for three common reasons:

  • The one-sided limits disagree (a jump), as in a step or piecewise function.
  • The function grows without bound near aa (an infinite limit), for example 1x2\frac{1}{x^2} as xβ†’0x \to 0.
  • The function oscillates and never settles, for example sin⁑(1x)\sin\left(\frac{1}{x}\right) as xβ†’0x \to 0.

In each case there is no single finite value the outputs approach from both sides.

The limit describes a trend, not a destination reached

The deepest idea in this topic is that a limit is about the approach, not arrival. The phrasing "f(x)f(x) gets arbitrarily close to LL" means that you can make f(x)f(x) as near to LL as you like by taking xx close enough to aa - it does not require f(x)f(x) ever to equal LL, nor xx ever to equal aa. This is why a function can have a limit at a point it never actually reaches, and why redefining or even deleting the single value f(a)f(a) has no effect on lim⁑xβ†’af(x)\lim_{x \to a} f(x). Holding this "trend, not destination" picture in mind prevents the most common conceptual error in the unit, which is to compute f(a)f(a) and call it the limit. For continuous functions the two happen to coincide, but the limit concept is built precisely to handle the cases where they do not, such as holes and removable discontinuities you will meet later in the unit.

Notation discipline

Write limits fully and correctly, because the AP exam awards notation. Always include the variable and the value it approaches: lim⁑xβ†’a\lim_{x \to a}, not a bare "lim". Use the superscript minus or plus only when you mean a one-sided limit. When a limit is infinite, you may write lim⁑xβ†’af(x)=∞\lim_{x \to a} f(x) = \infty to describe the behavior, but remember that this still means the (finite) limit does not exist. Sloppy notation - omitting the arrow, writing "lim⁑f=5\lim f = 5" with no variable, or mixing up the one-sided superscripts - is penalized on free-response questions even when the reasoning is sound, so it is worth making correct notation automatic from the very first topic. The clearer your notation, the easier it is for a marker to award every available point.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2021 (style)1 marksSection I (multiple choice). For a function ff, the left-hand limit at x=2x = 2 is 55 and the right-hand limit at x=2x = 2 is 33. What can be concluded about lim⁑xβ†’2f(x)\lim_{x \to 2} f(x)? (A) It equals 55 (B) It equals 33 (C) It equals 44 (D) It does not exist
Show worked answer β†’

The correct answer is (D).

A two-sided limit lim⁑xβ†’2f(x)\lim_{x \to 2} f(x) exists only if the left-hand limit and the right-hand limit are equal. Here lim⁑xβ†’2βˆ’f(x)=5\lim_{x \to 2^-} f(x) = 5 but lim⁑xβ†’2+f(x)=3\lim_{x \to 2^+} f(x) = 3, and 5β‰ 35 \neq 3, so the two-sided limit does not exist.

(C) is a tempting trap: you do not average the one-sided limits. (A) and (B) each give only one side. The defining rule is that the two one-sided limits must agree.

AP 2023 (style)2 marksSection II (free response). The piecewise function f(x)f(x) equals x+1x + 1 for x<1x < 1 and equals 4βˆ’x4 - x for xβ‰₯1x \geq 1. (a) Find lim⁑xβ†’1βˆ’f(x)\lim_{x \to 1^-} f(x) and lim⁑xβ†’1+f(x)\lim_{x \to 1^+} f(x). (b) State whether lim⁑xβ†’1f(x)\lim_{x \to 1} f(x) exists, and justify your answer.
Show worked answer β†’

A 2-point question on one-sided limits and existence.

(a) (1 point) From the left, use f(x)=x+1f(x) = x + 1: lim⁑xβ†’1βˆ’f(x)=1+1=2\lim_{x \to 1^-} f(x) = 1 + 1 = 2. From the right, use f(x)=4βˆ’xf(x) = 4 - x: lim⁑xβ†’1+f(x)=4βˆ’1=3\lim_{x \to 1^+} f(x) = 4 - 1 = 3.
(b) (1 point) The two-sided limit does not exist, because the left-hand limit (22) and the right-hand limit (33) are not equal. The justification must explicitly compare the two one-sided values.

Related dot points

Sources & how we know this