Fiveable

♾️AP Calculus AB/BC Unit 1 Review

QR code for AP Calculus AB/BC practice questions

1.5 Determining Limits Using Algebraic Properties of Limits

1.5 Determining Limits Using Algebraic Properties of Limits

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

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. When direct substitution 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, 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 (from the left or the right) can be found analytically or read from a graph.
  • A result like 00\frac{0}{0} from substitution is an indeterminate form, 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 xx approaches 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 LL, MM, cc, and kk are real numbers, limxcf(x)=L\lim\limits_{x \rightarrow c}f(x) = L, and limxcg(x)=M\lim\limits_{x \rightarrow c}g(x) = M, then:

  • Sum Rule: limxc(f(x)+g(x))=L+M\lim_{x \to c} {(f(x)+g(x)) = L+M}
  • Difference Rule: limxc(f(x)g(x))=LM\lim_{x \to c} {(f(x)-g(x)) = L-M}
  • Constant Multiple Rule: limxc(kf(x))=kL\lim_{x \to c} {(k\cdot f(x)) = k\cdot L}
  • Product Rule: limxc(f(x)g(x))=LM\lim_{x \to c} {(f(x)\cdot g(x)) = L\cdot M}
  • Quotient Rule: limxcf(x)g(x)=LM;M0\lim_{x \to c}\frac{f(x)}{g(x)} = \frac{L}{M}; M\not =0
  • Power Rule: limxc[f(x)n]=Ln\lim_{x \to c} {[f(x)^n] = L^n}, n a positive integer
  • Root Rule: limxcf(x)n=Ln=L1n\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

limx3(x2+x3)\lim_{x \rightarrow 3}(x^2+x^3)

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

Difference Rule

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

Same pieces as before, but now you subtract: 927=189 - 27 = -18.

Constant Multiple Rule

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

Pull the constant 1212 out front. The limit of x3x^3 as x5x \to 5 is 125125, so the limit is 12125=150012 \cdot 125 = 1500.

Product Rule

limx5(12x3×27x2)\lim_{x \rightarrow 5}(12x^3\times 27x^2)

Evaluate each factor's limit, then multiply.

  1. The limit of 12x312x^3 as x5x \to 5 is 15001500 (from above).
  2. The limit of 27x227x^2 as x5x \to 5 is 2725=67527 \cdot 25 = 675.

So the limit is 1500675=1,012,5001500 \cdot 675 = 1{,}012{,}500.

Quotient Rule

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

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

Power Rule

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

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

Root Rule

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

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

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

limx5(x+4)3=limx5(x+4)1/3=(9)1/3=93=2.08\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

limx2(83x+12x2)\lim_{x \to 2} {(8-3x+12x^2)}

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

Example 2

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

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

Example 3

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

Exponential functions are continuous, so substitute: 23=82^3 = 8.

Example 4

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

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

Limits Without a Variable

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

Example 1

limx35π\lim_{x \to 3} 5\pi

No variable, so the limit is 5π5\pi. Both π\pi and ee are constants.

Example 2

limx52e\lim_{x \to 5} 2e

Again, no variable, so the limit is 2e2e.

How to Use This on the AP Calculus Exam

MCQ

Most limit questions reward speed. Try direct substitution first. If you get a real number, that is your limit. If you get 00\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 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 00\frac{0}{0} or another undefined form, you need a different method.
  • "00\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=cx = c, not what happens exactly at cc. 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.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

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.

Frequently Asked Questions

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.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot