---
title: "AP Calculus 1.5: Algebraic Properties of Limits"
description: "Review AP Calculus 1.5, including algebraic properties of limits, limit theorems, sums, differences, products, quotients, composite functions, and one-sided limits."
canonical: "https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 1 – Limits and Continuity"
lastUpdated: "2026-06-11"
---

# AP Calculus 1.5: Algebraic Properties of Limits

## Summary

Review AP Calculus 1.5, including algebraic properties of limits, limit theorems, sums, differences, products, quotients, composite functions, and one-sided limits.

## Guide

You can find many limits by plugging the target value into the function, but the deeper skill is using limit properties for sums, differences, products, quotients, powers, roots, and [composite functions](/ap-calc/key-terms/composite-function "fv-autolink"). When [direct substitution](/ap-calc/key-terms/direct-substitution "fv-autolink") works, the limit equals the function value; when it gives something undefined, you need another approach. For AP Calculus, show each limit property step clearly so your setup explains why the limit can be evaluated.

## Why This Matters for the AP Calculus Exam

Limits are the foundation for [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, so getting comfortable here pays off all year. Limit properties let you break a complicated expression into pieces you already know how to evaluate, which is exactly the kind of move that shows up on the multiple-choice and free-response parts of the AP Calculus exam.

This topic also builds two habits the exam rewards: choosing the right procedure for a given limit and writing each step with correct notation. Two sections of the exam do not allow a calculator, so being able to evaluate limits by hand using these properties matters.

## Key Takeaways

- If a function is built from polynomials, roots, exponentials, and similar pieces, try direct substitution first: plug in the value and evaluate.
- Limit properties let you split a limit across sums, differences, products, quotients, constant multiples, powers, and roots.
- For a quotient, the property only applies when the denominator's limit is not zero.
- Limits of composite functions can be found by working from the inside out using limit theorems.
- [One-sided limits](/ap-calc/key-terms/one-sided-limits "fv-autolink") (from the left or the right) can be found analytically or read from a graph.
- A result like $\frac{0}{0}$ from [substitution](/ap-calc/unit-6/integrating-functions-using-long-division-completing-square/study-guide/ju79RFY6f5aKWjFK "fv-autolink") is an [indeterminate form](/ap-calc/key-terms/indeterminate-form "fv-autolink"), not the answer. It signals you need a different method (covered in Topic 1.6).

## Finding Limits With Algebra

The fastest way to evaluate many limits is to substitute the value $x$ [approaches](/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD "fv-autolink") directly into the function. This works because the standard functions you deal with behave predictably near most points. The limit properties below explain why substitution works and give you tools for breaking apart harder limits.

If $L$, $M$, $c$, and $k$ are real numbers, $\lim\limits_{x \rightarrow c}f(x) = L$, and $\lim\limits_{x \rightarrow c}g(x) = M$, then:

- [Sum Rule](/ap-calc/key-terms/sum-rule "fv-autolink"): $\lim_{x \to c} {(f(x)+g(x)) = L+M}$
- [Difference Rule](/ap-calc/key-terms/difference-rule "fv-autolink"): $\lim_{x \to c} {(f(x)-g(x)) = L-M}$
- [Constant Multiple Rule](/ap-calc/key-terms/constant-multiple-rule "fv-autolink"): $\lim_{x \to c} {(k\cdot f(x)) = k\cdot L}$
- [Product Rule](/ap-calc/unit-2/product-rule/study-guide/qQXYTmpHvjsqAWOVzcEw "fv-autolink"): $\lim_{x \to c} {(f(x)\cdot g(x)) = L\cdot M}$
- [Quotient Rule](/ap-calc/unit-2/quotient-rule/study-guide/qjB4zQXXy6ps14FlOXLc "fv-autolink"): $\lim_{x \to c}\frac{f(x)}{g(x)} = \frac{L}{M}; M\not =0$
- [Power Rule](/ap-calc/unit-2/applying-power-rule/study-guide/GMr6EEbZezsP1DvqrpEk "fv-autolink"): $\lim_{x \to c} {[f(x)^n] = L^n}$, *n* a positive integer
- Root Rule: $\lim_{x \to c} \sqrt[n]{f(x)} = \sqrt[n]{L}=L^\frac{1}{n}$

You do not have to memorize each rule by name. The point is that you can split a limit into smaller limits, evaluate those, and recombine them. Once that clicks, applying the properties feels natural. Each rule below gets a quick example.

### Sum Rule

$$\lim_{x \rightarrow 3}(x^2+x^3)$$

This is the limit of a sum, so find each piece and add. The limit of $x^2$ as $x \to 3$ is $9$, and the limit of $x^3$ as $x \to 3$ is $27$. So the limit is $9 + 27 = 36$.

### Difference Rule

$$\lim _{x\:\rightarrow \:3}\left(x^2-x^3\right)$$

Same pieces as before, but now you subtract: $9 - 27 = -18$.

### Constant Multiple Rule

$$\lim_{x \rightarrow 5}(12x^3)$$

Pull the constant $12$ out front. The limit of $x^3$ as $x \to 5$ is $125$, so the limit is $12 \cdot 125 = 1500$.

### Product Rule

$$\lim_{x \rightarrow 5}(12x^3\times 27x^2)$$

Evaluate each factor's limit, then multiply.

1. The limit of $12x^3$ as $x \to 5$ is $1500$ (from above).
2. The limit of $27x^2$ as $x \to 5$ is $27 \cdot 25 = 675$.

So the limit is $1500 \cdot 675 = 1{,}012{,}500$.

### Quotient Rule

$$\lim_{x \rightarrow 5}\left(\frac{12x^3}{27x^2}\right)$$

Using the same two limits, divide instead of multiply: $\frac{1500}{675} \approx 1388.889$. Remember this rule only applies because the denominator's limit, $675$, is not zero.

### Power Rule

$$\lim_{x \rightarrow 5}(x+4)^3$$

Find the inside limit first: $x + 4 \to 9$ as $x \to 5$. Then apply the exponent: $9^3 = 729$.

### Root Rule

$$\lim_{x \rightarrow 5}\sqrt[3]{(x+4)}$$

The inside limit is $9$, then apply the cube root: $\sqrt[3]{9} \approx 2.08$.

You can also rewrite the root as a fractional exponent and use the power rule:

$$\lim_{x \rightarrow 5}\sqrt[3]{(x+4)}=\lim_{x \rightarrow 5}{(x+4)}^{1/3}={(9)}^{1/3}=\sqrt[3]{9}=2.08$$

## Finding Limits With Algebra: Examples

Try these using what you know so far.

### Example 1

$$\lim_{x \to 2} {(8-3x+12x^2)}$$

This is a polynomial, so substitute $x = 2$: $8 - 3(2) + 12(2)^2 = 50$. The limit is $50$.

### Example 2

$$\lim_{x \to 6} \frac{x-3}{x-3}$$

Substitute $x = 6$: $\frac{6-3}{6-3} = \frac{3}{3} = 1$. Since the denominator's limit is not zero, substitution works cleanly.

### Example 3

$$\lim_{x \to 3} {2^x}$$

[Exponential functions](/ap-calc/key-terms/exponential-functions "fv-autolink") are [continuous](/ap-calc/key-terms/continuous "fv-autolink"), so substitute: $2^3 = 8$.

### Example 4

$$\lim_{x \to 2} \sqrt[x] {16}$$

Substitute $x = 2$: $\sqrt[2]{16} = 4$.

## Limits Without a Variable

If a function is just a constant (no $x$ or other variable), the limit is that constant. There is nothing to substitute.

### Example 1

$$\lim_{x \to 3}  5\pi$$

No variable, so the limit is $5\pi$. Both $\pi$ and $e$ are constants.

### Example 2

$$\lim_{x \to 5}  2e$$

Again, no variable, so the limit is $2e$.

## How to Use This on the AP Calculus Exam

### MCQ

Most limit questions reward [speed](/ap-calc/key-terms/speed "fv-autolink"). Try direct substitution first. If you get a real number, that is your limit. If you get $\frac{0}{0}$, do not pick a numeric answer yet; that is an indeterminate form telling you to factor, rationalize, or simplify (Topic 1.6).

### Free Response

When a free-response part involves a limit, show the setup before the answer. Write the limit expression, then the substitution or property you used, then the value. Clear notation makes your reasoning easy to follow and is important for clean exam work.

### Problem Solving

Break complex limits into pieces. A messy product or quotient is just smaller limits combined. Evaluate each part, then recombine using the matching property. For composite functions, work from the inside out.

### Common Trap

For one-sided limits, decide which side you are approaching from before you evaluate. A graph can give you the left-hand and right-hand values directly, and the [two-sided limit](/ap-calc/key-terms/two-sided-limit "fv-autolink") exists only when they match.

## Common Misconceptions

- "Substitution always gives the limit." It works when the function is continuous at that point. If substitution produces $\frac{0}{0}$ or another undefined form, you need a different method.
- "$\frac{0}{0}$ means the limit is zero or undefined." It is an indeterminate form, which means you cannot tell the answer yet. The actual limit could be any number, infinity, or nonexistent.
- "The quotient rule for limits always applies." It only applies when the denominator's limit is not zero. Skipping that check leads to wrong answers.
- "A limit is the same as the function's value at that point." A limit is about what the function approaches near $x = c$, not what happens exactly at $c$. They match only when the function is continuous there.
- "Powers and roots can be pulled out any time." The power and root rules rely on the inside limit existing as a real number first, so always confirm the inside limit before applying the exponent or root.

## Related AP Calculus Guides

- [1.2 Defining Limits and Using Limit Notation](/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD)
- [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.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

- **composite function**: A function formed by combining two functions where the output of one function becomes the input of another.
- **differences**: The result of subtracting one function from another.
- **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 theorems**: Algebraic rules that allow limits of combined functions to be determined from the limits of individual functions.
- **one-sided limit**: A limit that considers the function's behavior as the input approaches a value from only one direction (either from the left or from the right).
- **products**: The result of multiplying two or more functions together.
- **quotient**: The result of dividing one function by another.
- **sums**: The result of adding two or more functions together.

## FAQs

### What is AP Calculus 1.5 about?

AP Calculus 1.5 is about determining limits using limit theorems. You use algebraic properties for sums, differences, products, quotients, and composite functions, and you may determine one-sided limits analytically or graphically.

### What are the algebraic properties of limits?

The main algebraic properties let you split limits across sums, differences, constant multiples, products, quotients, powers, roots, and composite functions. The quotient rule only applies when the denominator's limit is not zero.

### When can I use direct substitution for a limit?

Use direct substitution when the function is continuous at the input value or when the limit theorems let you evaluate each part cleanly. If substituting gives a real number, that value is the limit.

### What does $0/0$ mean when finding a limit?

A result like $0/0$ is an indeterminate form, not the answer. It means direct substitution did not finish the problem, so you need another method such as factoring, simplifying, or using a later limit technique.

### How do one-sided limits fit into AP Calculus 1.5?

One-sided limits describe what a function approaches from only the left or only the right. In Topic 1.5, you may determine them analytically from an expression or graphically from a graph.

### How should I show work for limit theorem questions on the AP exam?

Start with substitution when it applies, write the limit notation clearly, and show how you split or recombine expressions using limit properties. On no-calculator questions, clean algebra and correct notation are part of the expected reasoning.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB#what-is-ap-calculus-15-about","name":"What is AP Calculus 1.5 about?","acceptedAnswer":{"@type":"Answer","text":"AP Calculus 1.5 is about determining limits using limit theorems. You use algebraic properties for sums, differences, products, quotients, and composite functions, and you may determine one-sided limits analytically or graphically."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB#what-are-the-algebraic-properties-of-limits","name":"What are the algebraic properties of limits?","acceptedAnswer":{"@type":"Answer","text":"The main algebraic properties let you split limits across sums, differences, constant multiples, products, quotients, powers, roots, and composite functions. The quotient rule only applies when the denominator's limit is not zero."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB#when-can-i-use-direct-substitution-for-a-limit","name":"When can I use direct substitution for a limit?","acceptedAnswer":{"@type":"Answer","text":"Use direct substitution when the function is continuous at the input value or when the limit theorems let you evaluate each part cleanly. If substituting gives a real number, that value is the limit."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB#what-does-00-mean-when-finding-a-limit","name":"What does $0/0$ mean when finding a limit?","acceptedAnswer":{"@type":"Answer","text":"A result like $0/0$ is an indeterminate form, not the answer. It means direct substitution did not finish the problem, so you need another method such as factoring, simplifying, or using a later limit technique."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB#how-do-one-sided-limits-fit-into-ap-calculus-15","name":"How do one-sided limits fit into AP Calculus 1.5?","acceptedAnswer":{"@type":"Answer","text":"One-sided limits describe what a function approaches from only the left or only the right. In Topic 1.5, you may determine them analytically from an expression or graphically from a graph."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-1/determining-limits-using-algebraic-properties-limits/study-guide/HjStgVKViPGZj1CxYwEB#how-should-i-show-work-for-limit-theorem-questions-on-the-ap-exam","name":"How should I show work for limit theorem questions on the AP exam?","acceptedAnswer":{"@type":"Answer","text":"Start with substitution when it applies, write the limit notation clearly, and show how you split or recombine expressions using limit properties. On no-calculator questions, clean algebra and correct notation are part of the expected reasoning."}}]}
```
