Icon for AP® Calculus AB-BC

AP® Calculus AB-BC

Laws of Limits Calculus: AP® Calculus AB–BC Review

laws of limits calculus

A limit tells where a function is heading as the input gets very close to a chosen value. Mastering the laws of limits calculus is vital because almost every AP® Calculus question on derivatives, continuity, or integrals begins with a limit. This review focuses on three goals:

  1. One-sided limits
  2. The AP® Calculus AB-BC section called “1.5 algebraic properties of limits”
  3. Limits of composite functions

Each rule appears with clear steps, friendly explanations, and worked examples so that new learners feel confident.

One-Sided Limits: Analytical & Graphical Approaches

Key idea

  • Left-hand limit: \lim_{x\to c^-} f(x) means “approach c from values less than c.”
  • Right-hand limit: \lim_{x\to c^+} f(x) means “approach c from values greater than c.”

A two-sided limit exists only when both one-sided limits match.

Finding one-sided limits analytically

  1. Direct substitution
  2. Algebraic simplification
  3. Factoring or rationalizing radicals
  4. Cancel any common factor before substituting again

Finding one-sided limits from a graph

Look at the y-value the curve approaches from one side of x = c. Ignore any open circle exactly at c; focus on the height the curve is trending toward.

Step-by-Step Example (Analytic)

Evaluate \displaystyle\lim_{x\to 2^-}\frac{x^2-4}{x-2}.

  1. Factor the numerator: x^2-4=(x-2)(x+2).
  2. Cancel the common factor (allowed because x is near 2, not equal to 2): \frac{x+2}{1}.
  3. Now substitute x=2: 2+2=4.

Therefore, the left-hand limit equals 4.

Step-by-Step Example (Graphical)

Imagine a piecewise graph with a solid dot at (0, 2) on the left branch and a solid dot at (0, –1) on the right branch. From x < 0, the graph climbs toward y = 2. From x > 0, it settles at y = –1.

  • \lim_{x\to 0^-} f(x)=2
  • \lim_{x\to 0^+} f(x)=-1

Because the one-sided limits differ, the two-sided limit does not exist. The picture shows a jump discontinuity.

AP® Calculus AB-BC 1.5 Algebraic Properties of Limits

The full list of algebraic limit laws is below.

Limit Laws quick rundown

For constants k and n, functions f and g, and value c:

  • Sum/Difference: \lim_{x\to c}[f(x)\pm g(x)]=L\pm M if L=\lim_{x\to c}f(x) and M=\lim_{x\to c}g(x).
  • Constant Multiple: \lim_{x\to c}k f(x)=kL.
  • Product: \lim_{x\to c}f(x)g(x)=LM.
  • Quotient: \lim_{x\to c}\frac{f(x)}{g(x)}=\frac{L}{M} if M\neq0.
  • Power: \lim_{x\to c}[f(x)]^{n}=L^{n}.
  • Root: \lim_{x\to c}\sqrt[n]{f(x)}=\sqrt[n]{L} when the root is defined.

Step-by-Step Example (Rational Function)

Evaluate \displaystyle\lim_{x\to 3}\frac{2x^3-4x}{x^2+5x-6}.

  1. Factor both parts.
    • Numerator: 2x(x^2-2) = 2x(x-\sqrt2)(x+\sqrt2)
    • Denominator: x^2+5x-6=(x+6)(x-1).
  2. Direct substitution now works, since no factor cancels at x=3.
  3. Plug in x=3:
    • Numerator = 2(3)^3-4(3)=54-12=42.
    • Denominator = (3)^2+5(3)-6=9+15-6=18.
  4. Divide: \frac{42}{18}=\frac{7}{3}.

Therefore, by the 1.5 algebraic properties of limits, the limit equals \tfrac73.

Limits of Composite Functions

Theorem

If \displaystyle\lim_{x\to c} g(x) = L and f is continuous at L, then

\displaystyle\lim_{x\to c} f\bigl(g(x)\bigr)=f(L).

Continuity check

This rule fails when f is not continuous at L. Always confirm the inner limit exists and the outer function behaves well at that nearby value.

Step-by-Step Example (Trigonometric Composite)

Evaluate \displaystyle\lim_{x\to 0}\frac{\sin(3x^2)}{x}.

  1. Rewrite numerator using composite idea: let u=3x^2.
  2. Then \sin(3x^2) = \sin u and when x\to0, u\to0.
  3. Split fraction: \frac{\sin(3x^2)}{x}=\frac{\sin u}{u}\cdot\frac{u}{x}= \left(\frac{\sin u}{u}\right)\left(\frac{3x^2}{x}\right).
  4. Use the standard limit \displaystyle\lim_{u\to0}\frac{\sin u}{u}=1.
  5. Simplify: \frac{3x^2}{x}=3x.
  6. Finally, \displaystyle\lim_{x\to0}1\cdot 3x = 0.

Therefore, the limit equals 0, illustrating the limits of composite functions rule.

Putting It All Together: Mixed Strategy Problem

Find \displaystyle\lim_{x\to1^-}\frac{\sqrt{4x}-2}{x-1}.

  1. This is one-sided (approach from below 1).
  2. Direct substitution gives 0/0, an indeterminate form. Therefore, algebraic work is needed.
  3. Rationalize the numerator:
    • \frac{\sqrt{4x}-2}{x-1}\cdot\frac{\sqrt{4x}+2}{\sqrt{4x}+2}= \frac{4x-4}{(x-1)(\sqrt{4x}+2)}.
  4. Factor 4(x-1) in the numerator and cancel x-1 (allowed since x is near 1, not equal to 1):
    • \frac{4}{\sqrt{4x}+2}.
  5. Now substitute x=1: denominator becomes \sqrt{4}+2=2+2=4.
  6. The limit equals \frac{4}{4}=1.

This single problem required a one-sided view, rationalization (an algebraic property), and recognition of the square-root composite.

Common Pitfalls & Quick Tips

  • Never cancel a factor containing the limit point before confirming it is non-zero.
  • Check domains; a root may demand x ≥ 0.
  • Remember continuity for composite limits.
  • Mnemonic: Smart Cats Prefer Quality Premium Roots — Sum, Constant, Product, Quotient, Power, Root.

Quick Reference Chart

Key TermConcise Definition
LimitThe value a function approaches as x nears a point
One-sided limitLimit taken from only the left or right side
ContinuityFunction with no breaks, jumps, or holes at a point
Removable discontinuityA “hole” that could be filled to make the graph continuous
Jump discontinuityA sudden change in function value; one-sided limits differ
Composite functionFunction inside another, written as f(g(x))
Indeterminate formExpression like 0/0 needing further work

Conclusion

The laws of limits calculus unlock success on every AP® Calculus exam. Today’s review covered one-sided limits, the 1.5 algebraic properties of limits, and limits of composite functions. With practice on these rules, evaluating tricky limits becomes routine. Continue exploring related articles on derivatives and continuity to deepen understanding and earn higher scores.

Sharpen Your Skills for AP® Calculus AB-BC

Are you preparing for the AP® Calculus exam? We’ve got you covered! Try our review articles designed to help you confidently tackle real-world math problems. You’ll find everything you need to succeed, from quick tips to detailed strategies. Start exploring now!

Need help preparing for your AP® Calculus AB-BC exam?

Albert has hundreds of AP® Calculus AB-BC practice questions, free responses, and an AP® Calculus AB-BC practice test to try out.

Interested in a school license?​

Bring Albert to your school and empower all teachers with the world's best question bank for:

➜ SAT® & ACT®
➜ AP®
➜ ELA, Math, Science, & Social Studies
➜ State assessments

Options for teachers, schools, and districts.