---
title: "AP Calculus 1.2: Defining Limits and Limit Notation"
description: "Review AP Calculus 1.2, including defining limits, using limit notation, interpreting limits analytically, graphically, and numerically, and one-sided notation."
canonical: "https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 1 – Limits and Continuity"
lastUpdated: "2026-06-11"
---

# AP Calculus 1.2: Defining Limits and Limit Notation

## Summary

Review AP Calculus 1.2, including defining limits, using limit notation, interpreting limits analytically, graphically, and numerically, and one-sided notation.

## Guide

## TLDR
A [limit](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB "fv-autolink") describes the value a [function](/ap-calc/unit-1/defining-continuity-at-point/study-guide/JbsR9iQfAzCznNOCG6JK "fv-autolink") gets close to as $x$ approaches a number, even if the function never actually reaches that value there. In AP Calculus, you write this as $\lim\limits_{x \to c} f(x) = R$, and you can express the same idea graphically, numerically, or analytically.

## Why This Matters for the AP Calculus Exam

Limits are the foundation for almost everything that comes later: [derivatives](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink"), integrals, and (for BC) infinite series all build on the limit idea. On the AP Calculus exam, you may see limit questions in both multiple-choice and free-response form, with some sections that allow a calculator and some that do not.

This topic focuses on two skills: writing limits with correct notation and reading what a limit in notation is telling you. Clear, correct notation is important for showing your work in a way graders can follow. Getting comfortable with translating between graphs, tables, and analytic expressions sets you up for the rest of [Unit 1](/ap-calc/unit-1 "fv-autolink") and beyond.

## Key Takeaways

- A limit is the single value $f(x)$ approaches as $x$ gets arbitrarily close to $c$, but not necessarily the value at $c$ itself.
- The standard notation is $\lim\limits_{x \to c} f(x) = R$, read as "the limit of $f(x)$ as $x$ approaches $c$ equals $R$."
- The same limit can be shown three ways: graphically, numerically (a table), and analytically (an expression).
- $f(c)$ and $\lim\limits_{x \to c} f(x)$ are not always the same; a function can have a hole at $c$ but still have a limit there.
- When a function is [continuous](/ap-calc/key-terms/continuous "fv-autolink") at $c$, you can find the limit by [direct substitution](/ap-calc/key-terms/direct-substitution "fv-autolink").
- One-sided notation, $\lim\limits_{x \to c^-} f(x)$ and $\lim\limits_{x \to c^+} f(x)$, lets you describe behavior from each side separately.

## Defining a Limit

A limit is the $y$-value a function $f(x)$ heads toward as $x$ approaches some number. You write it as:

$$\lim\limits_{x \to c} f(x) = R$$

This is read as "the limit of $f(x)$ as $x$ approaches $c$." More precisely, the limit equals a real number $R$ if $f(x)$ can be made arbitrarily close to $R$ by taking $x$ sufficiently close to $c$, but not equal to $c$.

That last part matters. The limit is about what happens *near* $c$, not necessarily *at* $c$. The function might not even be defined at $c$, and the limit can still exist.

You do not need the epsilon-delta definition of a limit for the AP exam. The "arbitrarily close" idea above is the version you will use.

## Representing Limits Numerically and Graphically

A limit can be expressed in multiple ways, including graphically, numerically, and analytically. Being able to move between these representations is a core Unit 1 skill.

### Representing Limits Numerically

Consider this function:

$$f(x)=\frac{x^2-1}{x-1}$$

We want the limit as $x$ approaches $1$. Notice that plugging in $x=1$ gives $\frac{0}{0}$, which is undefined, so we cannot just substitute. Instead, build a table of $x$-values approaching $1$ from both sides:

| Approaching from the left ($x \to 1^-$) | Approaching from the right ($x \to 1^+$) |
|---|---|
| 0.9 | 1.1 |
| 0.99 | 1.01 |
| 0.999 | 1.001 |
| 0.9999 | 1.0001 |

Now calculate $f(x)$ for each value.

#### Viewing the Limit from the Left Side

For $x \to 1^-$:

$$f(0.9) =\frac{0.9^2 - 1}{0.9 - 1} = \frac{0.81 - 1}{-0.1} = \frac{-0.19}{-0.1} = 1.9$$

$$f(0.99) = \frac{0.99^2 - 1}{0.99 - 1} = \frac{0.9801 - 1}{-0.01} = \frac{-0.0199}{-0.01} = 1.99$$

$$f(0.999) = \frac{0.999^2 - 1}{0.999 - 1} = \frac{0.998001 - 1}{-0.001} = \frac{-0.001999}{-0.001} = 1.999$$

$$f(0.9999) = \frac{0.9999^2 - 1}{0.9999 - 1} = \frac{0.99980001 - 1}{-0.0001} = \frac{-0.00019999}{-0.0001} = 1.9999$$

As $x$ gets closer to $1$ from the left, $f(x)$ approaches $2$.

#### Viewing the Limit from the Right Side

For $x \to 1^+$:

$$f(1.1) = \frac{1.1^2 - 1}{1.1 - 1} = \frac{1.21 - 1}{0.1} = \frac{0.21}{0.1} = 2.1$$

$$f(1.01) = \frac{1.01^2 - 1}{1.01 - 1} = \frac{1.0201 - 1}{0.01} = \frac{0.0201}{0.01} = 2.01$$

$$f(1.001) = \frac{1.001^2 - 1}{1.001 - 1} = \frac{1.002001 - 1}{0.001} = \frac{0.002001}{0.001} = 2.001$$

$$f(1.0001) = \frac{1.0001^2 - 1}{1.0001 - 1} = \frac{1.00020001 - 1}{0.0001} = \frac{0.00020001}{0.0001} = 2.0001$$

From the right side, $f(x)$ also approaches $2$. Since both sides head to the same value:

$$\lim\limits_{x \to 1}\frac{x^2-1}{x-1} = 2$$

This is a good example of a limit existing even though $f(1)$ itself is undefined. There is a hole in the graph at $x=1$, but the function still approaches $2$ from both sides.

[You can go deeper on estimating limit values from tables in Topic 1.4.](/ap-calc/unit-1/estimating-limit-values-from-tables/study-guide/OJmciOeNSSLqtWYs9iZT)

### Representing Limits Graphically

Now take the [linear function](/ap-calc/key-terms/linear-function "fv-autolink") $f(x)=2x+3$ and find $\lim\limits_{x \to 1}(2x+3)$.

As $x$ approaches $1$ from the left ($x \to 1^-$) and from the right ($x \to 1^+$), the function values move smoothly along the line toward the same $y$-value. Both sides [converge](/ap-calc/key-terms/converge "fv-autolink"), so:

$$\lim\limits_{x \to 1}(2x+3) = 5$$

Because this function is continuous everywhere, the graph has no break at $x=1$, and the limit equals the function value there.

[You can go deeper on estimating limits from graphs in Topic 1.3.](/ap-calc/unit-1/estimating-limit-values-graphs/study-guide/kafw8fkkBnVt8CdXdtH9)

> Limits are not just numbers; they describe how a function behaves near a point, not only at the point itself.

## How to Use This on the AP Calculus Exam

### MCQ

Many limit questions can be answered by direct substitution when the function is continuous at the point. Plug in the value and evaluate. If [substitution](/ap-calc/unit-6/integrating-functions-using-long-division-completing-square/study-guide/ju79RFY6f5aKWjFK "fv-autolink") gives a real number, that is usually your answer.

Watch for forms like $\frac{0}{0}$. That signals you cannot just substitute and need another approach, such as [factoring](/ap-calc/unit-1/determining-limits-using-algebraic-manipulation/study-guide/rf9HZ2V3D6dDLvWD595E "fv-autolink") or a table, which you will practice in later topics.

### Problem Solving

1. Substitute the value into the limit.
2. Evaluate. If you get a real number, that is the limit. If you get $\frac{0}{0}$, the function may have a hole, so try a table or algebraic simplification.

### Common Trap

Use correct notation throughout. Keep the $\lim\limits_{x \to c}$ written until you actually substitute the value. Writing clean notation helps graders follow your reasoning on free-response work.

## Defining Limits: Practice Problems

When you work these, follow two steps:

1. Substitute the value into the limit.
2. Evaluate the limit.

1. Consider the function $f(x)=3x-1$. What is the value of $\lim\limits_{x \to 2}f(x)$?

    A. 3

    B. 5

    C. 6

    D. 7

2. Consider the function $f(x)=x-5$. What is the value of $\lim\limits_{x \to -3}f(x)$?

    A. -8

    B. 8

    C. 9

    D. 1

### Defining Limits: Solutions to Practice Problems

1. Both steps:
    1. **Substitute:** $\lim\limits_{x \to 2}f(x) = \lim\limits_{x \to 2}(3x-1)$
    2. **Evaluate:** $3(2)-1 = 6-1 = 5$

    The correct answer is **B) 5**. This works by direct substitution because $3x-1$ is continuous everywhere.

2. Both steps:
    1. **Substitute:** $\lim\limits_{x \to -3}f(x) = \lim\limits_{x \to -3}(x-5)$
    2. **Evaluate:** $(-3)-5 = -8$

    The correct answer is **A) -8**.

## Common Misconceptions

- **A limit equals the function value at that point.** Not always. The limit is what $f(x)$ approaches near $c$. The function might be undefined at $c$ or defined as a different value, and the limit can still exist.
- **If $f(c)$ is undefined, the limit must not exist.** False. The $\frac{x^2-1}{x-1}$ example above is undefined at $x=1$, but the limit there is $2$.
- **You can always find a limit by plugging in.** Direct substitution only works when the function is continuous at that point. When you get $\frac{0}{0}$, you need another method.
- **The notation $\lim\limits_{x \to c} f(x)$ and $f(c)$ mean the same thing.** They are different ideas. One is about approaching behavior; the other is the actual output at $c$.
- **A [two-sided limit](/ap-calc/key-terms/two-sided-limit "fv-autolink") exists no matter what the sides do.** For a two-sided limit to exist, the left-hand and right-hand limits must approach the same value.

## Related AP Calculus Guides

- [1.1 Introducing Calculus: Can Change Occur at An Instant?](/ap-calc/unit-1/can-change-occur-at-an-instant/study-guide/oVDHiQiKsML50xOGjyjZ)
- [1.6 Determining Limits Using Algebraic Manipulation](/ap-calc/unit-1/determining-limits-using-algebraic-manipulation/study-guide/rf9HZ2V3D6dDLvWD595E)
- [1.3 Estimating Limit Values from Graphs](/ap-calc/unit-1/estimating-limit-values-graphs/study-guide/kafw8fkkBnVt8CdXdtH9)
- [1.5 Determining Limits Using Algebraic Properties of Limits](/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB)
- [1.8 Determining Limits Using the Squeeze Theorem](/ap-calc/unit-1/determining-limits-using-squeeze-theorem/study-guide/0Ax6y3Qku88ex24KGwiG)
- [Unit 1 Overview: Limits and Continuity](/ap-calc/unit-1/review/study-guide/Y3NmqZtnvfKAdL2lDnaI)

## Vocabulary

- **analytic notation**: The symbolic mathematical representation of a limit, typically written as lim(x→a) f(x) = L.
- **approaches**: In the context of limits, the behavior of a function's output as the input gets arbitrarily close to a specific value.
- **function**: A mathematical relationship that assigns exactly one output value to each input value of an independent variable.
- **limit**: The value that a function approaches as the input approaches some value, which may or may not equal the function's value at that point.
- **limit notation**: The symbolic representation of a limit, written as lim[x→c] f(x) = R, indicating that f(x) approaches R as x approaches c.

## FAQs

### What is AP Calculus 1.2 about?

AP Calculus 1.2 is about defining limits and using correct limit notation. You learn that a limit describes what $f(x)$ approaches as $x$ gets close to a value, and you interpret that idea analytically, graphically, and numerically.

### How do I write limit notation correctly?

The standard notation is $\lim_{x\to c} f(x)=R$, which means the values of $f(x)$ approach the real number $R$ as $x$ gets close to $c$. The expression is about behavior near $c$, not necessarily the value at $c$.

### What does a limit mean in plain language?

A limit is the value a function gets close to as the input gets close to a specific number. The function does not have to equal that value at the input, and it may not even be defined there.

### Can a limit exist if the function is undefined?

Yes. A limit can exist even if the function is undefined at the exact input value, because the limit depends on nearby behavior. A removable discontinuity, or hole, is the classic example.

### What is one-sided limit notation?

One-sided limit notation uses $x\to c^-$ for approaching from the left and $x\to c^+$ for approaching from the right. A two-sided limit exists only when the left-hand and right-hand limits approach the same value.

### How does limit notation show up on the AP Calculus exam?

You may need to interpret limit notation from an equation, graph, or table, then explain what value the function approaches. Use correct notation and remember that the AP exam does not assess the formal epsilon-delta definition.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD#what-is-ap-calculus-12-about","name":"What is AP Calculus 1.2 about?","acceptedAnswer":{"@type":"Answer","text":"AP Calculus 1.2 is about defining limits and using correct limit notation. You learn that a limit describes what $f(x)$ approaches as $x$ gets close to a value, and you interpret that idea analytically, graphically, and numerically."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD#how-do-i-write-limit-notation-correctly","name":"How do I write limit notation correctly?","acceptedAnswer":{"@type":"Answer","text":"The standard notation is $\\lim_{x\\to c} f(x)=R$, which means the values of $f(x)$ approach the real number $R$ as $x$ gets close to $c$. The expression is about behavior near $c$, not necessarily the value at $c$."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD#what-does-a-limit-mean-in-plain-language","name":"What does a limit mean in plain language?","acceptedAnswer":{"@type":"Answer","text":"A limit is the value a function gets close to as the input gets close to a specific number. The function does not have to equal that value at the input, and it may not even be defined there."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD#can-a-limit-exist-if-the-function-is-undefined","name":"Can a limit exist if the function is undefined?","acceptedAnswer":{"@type":"Answer","text":"Yes. A limit can exist even if the function is undefined at the exact input value, because the limit depends on nearby behavior. A removable discontinuity, or hole, is the classic example."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD#what-is-one-sided-limit-notation","name":"What is one-sided limit notation?","acceptedAnswer":{"@type":"Answer","text":"One-sided limit notation uses $x\\to c^-$ for approaching from the left and $x\\to c^+$ for approaching from the right. A two-sided limit exists only when the left-hand and right-hand limits approach the same value."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD#how-does-limit-notation-show-up-on-the-ap-calculus-exam","name":"How does limit notation show up on the AP Calculus exam?","acceptedAnswer":{"@type":"Answer","text":"You may need to interpret limit notation from an equation, graph, or table, then explain what value the function approaches. Use correct notation and remember that the AP exam does not assess the formal epsilon-delta definition."}}]}
```
