Fatskills
Practice. Master. Repeat.
Study Guide: Calculus 1: Limits Limit Laws Sum Product Quotient Composition Rules
Source: https://www.fatskills.com/calculus/chapter/calculus-1-calculus-1-limits-limit-laws-sum-product-quotient-composition-rules

Calculus 1: Limits Limit Laws Sum Product Quotient Composition Rules

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~8 min read

What Is This?

Limit laws are rules that dictate how to find the limit of a function that is a sum, product, quotient, or composition of other functions. This topic appears in exams because it tests your ability to apply fundamental calculus principles to various types of functions. Questions typically involve finding the limit of a given function using these laws.

Why It Matters

Limit laws are tested in calculus exams, including AP Calculus, university-level calculus courses, and some engineering and mathematics entrance exams. They frequently appear in 20-30% of the questions and can carry up to 10-15 marks. This topic tests your analytical skills and understanding of function behavior near specific points.

Core Concepts

  1. Sum Rule: The limit of a sum of functions is the sum of their limits.
  2. Product Rule: The limit of a product of functions is the product of their limits.
  3. Quotient Rule: The limit of a quotient of functions is the quotient of their limits, provided the limit of the denominator is not zero.
  4. Composition Rule: The limit of a composition of functions is the function evaluated at the limit of the inner function.
  5. Existence of Limits: Ensure each individual limit exists before applying the rules.

Prerequisites

  1. Understanding of Limits: You must know what a limit is and how to evaluate basic limits.
  2. Function Behavior: Knowledge of how functions behave near specific points.
  3. Algebraic Manipulation: Skills in simplifying algebraic expressions.

If you are missing these, you will struggle with applying the limit laws correctly and efficiently.

The Rule-Book (How It Works)


Sum Rule

  • Primary Rule: If $\lim_{x \to a} f(x) = L$ and $\lim_{x \to a} g(x) = M$, then $\lim_{x \to a} (f(x) + g(x)) = L + M$.
  • Sub-rules: This rule applies to any finite number of functions.
  • Mnemonic: "Sum of limits is the limit of the sum."

Product Rule

  • Primary Rule: If $\lim_{x \to a} f(x) = L$ and $\lim_{x \to a} g(x) = M$, then $\lim_{x \to a} (f(x) \cdot g(x)) = L \cdot M$.
  • Sub-rules: This rule applies to any finite number of functions.
  • Mnemonic: "Product of limits is the limit of the product."

Quotient Rule

  • Primary Rule: If $\lim_{x \to a} f(x) = L$ and $\lim_{x \to a} g(x) = M \neq 0$, then $\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M}$.
  • Sub-rules: Ensure the denominator's limit is not zero.
  • Mnemonic: "Quotient of limits is the limit of the quotient, if the denominator's limit is not zero."

Composition Rule

  • Primary Rule: If $\lim_{x \to a} g(x) = L$ and $\lim_{x \to L} f(x) = M$, then $\lim_{x \to a} f(g(x)) = M$.
  • Sub-rules: Ensure the inner function's limit exists and is within the domain of the outer function.
  • Mnemonic: "Limit of composition is the function evaluated at the limit of the inner function."

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type or Real-World Task Type: Multiple-choice, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Sum Rule: $\lim_{x \to a} (f(x) + g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)$
  2. Product Rule: $\lim_{x \to a} (f(x) \cdot g(x)) = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)$
  3. Quotient Rule: $\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}$, provided $\lim_{x \to a} g(x) \neq 0$

Worked Examples (Step-by-Step)


Easy

Question: Find $\lim_{x \to 2} (3x + 4)$.

Step-by-Step: 1. Identify the functions: $f(x) = 3x$ and $g(x) = 4$.
2. Apply the sum rule: $\lim_{x \to 2} (3x + 4) = \lim_{x \to 2} 3x + \lim_{x \to 2} 4$.
3. Evaluate each limit: $\lim_{x \to 2} 3x = 3 \cdot 2 = 6$ and $\lim_{x \to 2} 4 = 4$.
4. Sum the limits: $6 + 4 = 10$.

Answer: 10

Medium

Question: Find $\lim_{x \to 1} (x^2 + 2x - 3)$.

Step-by-Step: 1. Identify the functions: $f(x) = x^2$, $g(x) = 2x$, and $h(x) = -3$.
2. Apply the sum rule: $\lim_{x \to 1} (x^2 + 2x - 3) = \lim_{x \to 1} x^2 + \lim_{x \to 1} 2x + \lim_{x \to 1} (-3)$.
3. Evaluate each limit: $\lim_{x \to 1} x^2 = 1^2 = 1$, $\lim_{x \to 1} 2x = 2 \cdot 1 = 2$, and $\lim_{x \to 1} (-3) = -3$.
4. Sum the limits: $1 + 2 - 3 = 0$.

Answer: 0

Hard

Question: Find $\lim_{x \to 0} \frac{\sin(x)}{x}$.

Step-by-Step: 1. Identify the functions: $f(x) = \sin(x)$ and $g(x) = x$.
2. Apply the quotient rule: $\lim_{x \to 0} \frac{\sin(x)}{x} = \frac{\lim_{x \to 0} \sin(x)}{\lim_{x \to 0} x}$.
3. Evaluate each limit: $\lim_{x \to 0} \sin(x) = 0$ and $\lim_{x \to 0} x = 0$.
4. Recognize the indeterminate form $\frac{0}{0}$ and apply L'Hôpital's Rule: $\lim_{x \to 0} \frac{\sin(x)}{x} = \lim_{x \to 0} \frac{\cos(x)}{1} = 1$.

Answer: 1

Common Exam Traps & Mistakes

  1. Mistake: Forgetting to check if the limit of the denominator is zero in the quotient rule.
  2. Wrong Answer: $\lim_{x \to 0} \frac{x}{x} = \frac{0}{0}$.
  3. Correct Approach: Recognize the indeterminate form and simplify: $\lim_{x \to 0} \frac{x}{x} = \lim_{x \to 0} 1 = 1$.

  4. Mistake: Applying the sum rule incorrectly by adding the functions instead of their limits.

  5. Wrong Answer: $\lim_{x \to 2} (3x + 4) = 3x + 4$.
  6. Correct Approach: Evaluate each limit separately and then sum: $\lim_{x \to 2} (3x + 4) = 6 + 4 = 10$.

  7. Mistake: Not simplifying the expression before applying the limit laws.

  8. Wrong Answer: $\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = \frac{0}{0}$.
  9. Correct Approach: Factorize and simplify: $\lim_{x \to 1} \frac{(x - 1)(x + 1)}{x - 1} = \lim_{x \to 1} (x + 1) = 2$.

  10. Mistake: Ignoring the domain of the inner function in the composition rule.

  11. Wrong Answer: $\lim_{x \to 0} \sin(\frac{1}{x}) = \sin(0) = 0$.
  12. Correct Approach: Recognize that $\frac{1}{x}$ does not approach a specific value as $x \to 0$, so the limit does not exist.

Shortcut Strategies & Exam Hacks

  1. Memory Aid: Remember the mnemonics for each rule: "Sum of limits is the limit of the sum," "Product of limits is the limit of the product," "Quotient of limits is the limit of the quotient, if the denominator's limit is not zero," and "Limit of composition is the function evaluated at the limit of the inner function."
  2. Elimination Strategy: If a question involves a quotient, first check if the denominator's limit is zero to eliminate incorrect options.
  3. Pattern Recognition: Look for functions that can be simplified before applying the limit laws to avoid indeterminate forms.

Question-Type Taxonomy

  1. Multiple-Choice: Choose the correct limit from given options.
  2. Example: Find $\lim_{x \to 2} (3x + 4)$.
    • A) 6
    • B) 10
    • C) 14
    • D) 18
  3. Favored by: AP Calculus, university-level calculus exams.

  4. Short Answer: Calculate the limit and show your work.

  5. Example: Find $\lim_{x \to 1} (x^2 + 2x - 3)$.
  6. Favored by: University-level calculus exams, engineering entrance exams.

  7. Problem-Solving: Apply limit laws to more complex functions.

  8. Example: Find $\lim_{x \to 0} \frac{\sin(x)}{x}$.
  9. Favored by: Advanced calculus courses, mathematical competitions.

Practice Set (MCQs)

  1. Question: Find $\lim_{x \to 3} (2x - 5)$.
  2. Options:
    • A) 1
    • B) 3
    • C) 5
    • D) 7
  3. Correct Answer: A) 1
  4. Explanation: Apply the sum rule: $\lim_{x \to 3} (2x - 5) = \lim_{x \to 3} 2x - \lim_{x \to 3} 5 = 6 - 5 = 1$.
  5. Why the Distractors Are Tempting: B) and C) are close to the correct answer, D) is the sum of the coefficients.

  6. Question: Find $\lim_{x \to 4} \frac{x^2 - 16}{x - 4}$.

  7. Options:
    • A) 4
    • B) 8
    • C) 12
    • D) 16
  8. Correct Answer: B) 8
  9. Explanation: Factorize and simplify: $\lim_{x \to 4} \frac{(x - 4)(x + 4)}{x - 4} = \lim_{x \to 4} (x + 4) = 8$.
  10. Why the Distractors Are Tempting: A) and C) are multiples of 4, D) is the square of 4.

  11. Question: Find $\lim_{x \to 0} \frac{\sin(2x)}{x}$.

  12. Options:
    • A) 0
    • B) 1
    • C) 2
    • D) 4
  13. Correct Answer: C) 2
  14. Explanation: Use the limit property of $\sin(x)/x$: $\lim_{x \to 0} \frac{\sin(2x)}{x} = 2 \lim_{x \to 0} \frac{\sin(2x)}{2x} = 2 \cdot 1 = 2$.
  15. Why the Distractors Are Tempting: A) and B) are common limits, D) is a multiple of 2.

  16. Question: Find $\lim_{x \to 1} (x^3 - 3x^2 + 2x + 1)$.

  17. Options:
    • A) -1
    • B) 0
    • C) 1
    • D) 2
  18. Correct Answer: B) 0
  19. Explanation: Apply the sum rule: $\lim_{x \to 1} (x^3 - 3x^2 + 2x + 1) = 1^3 - 3 \cdot 1^2 + 2 \cdot 1 + 1 = 0$.
  20. Why the Distractors Are Tempting: A) and C) are close to the correct answer, D) is the sum of the coefficients.

  21. Question: Find $\lim_{x \to \infty} \frac{3x^2 + 2x - 1}{x^2 - x + 1}$.

  22. Options:
    • A) 2
    • B) 3
    • C) 4
    • D) 5
  23. Correct Answer: B) 3
  24. Explanation: Divide by $x^2$: $\lim_{x \to \infty} \frac{3 + \frac{2}{x} - \frac{1}{x^2}}{1 - \frac{1}{x} + \frac{1}{x^2}} = \frac{3 + 0 - 0}{1 - 0 + 0} = 3$.
  25. Why the Distractors Are Tempting: A) and C) are close to the correct answer, D) is a multiple of 3.

30-Second Cheat Sheet

  • Sum Rule: $\lim_{x \to a} (f(x) + g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)$
  • Product Rule: $\lim_{x \to a} (f(x) \cdot g(x)) = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)$
  • Quotient Rule: $\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}$, provided $\lim_{x \to a} g(x) \neq 0$
  • Composition Rule: $\lim_{x \to a} f(g(x)) = f(\lim_{x \to a} g(x))$
  • Check Denominator: Always ensure the denominator's limit is not zero in the quotient rule.
  • Simplify First: Simplify expressions before applying limit laws to avoid indeterminate forms.
  • Mnemonics: Use the mnemonics to remember each rule quickly.

Learning Path

  1. Beginner Foundation: Review the basic concept of limits and how to evaluate simple limits.
  2. Core Rules: Memorize the sum, product, quotient, and composition rules using the mnemonics.
  3. Practice: Solve a variety of problems, starting with easy examples and progressing to more complex ones.
  4. Timed Drills: Practice solving problems under time constraints to build speed and accuracy.
  5. Mock Tests: Take full-length practice exams to simulate real exam conditions and identify areas for improvement.

Related Topics

  1. Continuity: Understanding continuity helps in applying limit laws to piecewise functions.
  2. Derivatives: Limits are fundamental to calculating derivatives, which measure rates of change.
  3. Integrals: Limits are used in defining integrals, which measure areas under curves.