zuai-logo

Limits

Sarah Miller

Sarah Miller

7 min read

Listen to this study note

Study Guide Overview

This study guide covers properties of limits, including limits of constant functions, sums, differences, products, quotients, powers, and composite functions. It also explores infinite limits and how limit properties apply to them. The guide provides worked examples, practice questions, a glossary of key terms, and exam tips for applying these properties effectively.

Properties of Limits

Table of Contents

  1. Introduction to Limit Properties
  2. Basic Limit Properties
  3. Infinite Limits
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways

Introduction to Limit Properties

Understanding limit properties (also known as limit theorems) is crucial for solving complex functions algebraically. These properties allow us to break down complicated functions into simpler parts, making it easier to determine their limits.

Basic Limit Properties

Limit of a Constant Function

If kk is a constant, then: limxak=k\lim_{{x \to a}} k = k

Limit of a Multiple of a Function

If kk is a constant and limxaf(x)=L\lim_{{x \to a}} f(x) = L, then: limxa(kf(x))=kL\lim_{{x \to a}} (k f(x)) = kL

Limit of a Sum or Difference of Functions

If limxaf(x)=L\lim_{{x \to a}} f(x) = L and limxag(x)=M\lim_{{x \to a}} g(x) = M, then: limxa(f(x)±g(x))=L±M\lim_{{x \to a}} (f(x) \pm g(x)) = L \pm M

Limit of a Product of Functions

If limxaf(x)=L\lim_{{x \to a}} f(x) = L and limxag(x)=M\lim_{{x \to a}} g(x) = M, then: limxa(f(x)g(x))=LM\lim_{{x \to a}} (f(x) \cdot g(x)) = L \cdot M

Limit of a Quotient of Functions

If limxaf(x)=L\lim_{{x \to a}} f(x) = L and limxag(x)=M\lim_{{x \to a}} g(x) = M with M0M \ne 0, then: limxaf(x)g(x)=LM\lim_{{x \to a}} \frac{f(x)}{g(x)} = \frac{L}{M}

Limit of the Power of a Function

If limxaf(x)=L\lim_{{x \to a}} f(x) = L and nn is a real number, then: limxa[f(x)]n=Ln\lim_{{x \to a}} [f(x)]^n = L^n

Limit of a Composite Function

If limxaf(x)=L\lim_{{x \to a}} f(x) = L and the function gg is continuous at x=Lx = L, then: limxag(f(x))=g(L)\lim_{{x \to a}} g(f(x)) = g(L)

Statements like lim_xaf(x)=L\lim\_{{x \to a}} f(x) = L and lim_xag(x)=M\lim\_{{x \to a}} g(x) = M assume that those limits exist and that LL and MM are real numbers.
Exam Tip

Make sure that the necessary conditions are met before using one of the limit properties:

  • M0M \ne 0 for the quotient property
  • gg is continuous at x=Lx = L for the composite function property
  • Both limits, if being combined, are tending toward the same value (a)(a)

Worked Example

Let ff and gg be functions such that limx3f(x)=7\lim_{{x \to 3}} f(x) = 7 and limx3g(x)=2\lim_{{x \to 3}} g(x) = -2.

Let hh be a function that is continuous for all real numbers, and such that h(2)=0h(-2) = 0 and h(7)=13h(7) = 13.

Find the following limits:

(a) limx3(f(x)+4)\lim_{{x \to 3}} (f(x) + 4)

Note that lim_x3(4)=4\lim\_{{x \to 3}} (4) = 4, then use the limit of a sum of functions property:

limx3(f(x)+4)=7+4\lim_{{x \to 3}} (f(x) + 4) = 7 + 4 limx3(f(x)+4)=11\lim_{{x \to 3}} (f(x) + 4) = 11

(b) limx3(g(x)2f(x))\lim_{{x \to 3}} (g(x) - 2f(x))

Use the limit of a multiple of a function property, along with the limit of a difference of functions property:

limx3(g(x)2f(x))=22(7)\lim_{{x \to 3}} (g(x) - 2f(x)) = -2 - 2(7) limx3(g(x)2f(x))=16\lim_{{x \to 3}} (g(x) - 2f(x)) = -16

(c) limx3g(x)f(x)\lim_{{x \to 3}} \frac{g(x)}{f(x)}

Use the limit of a quotient of functions property:

limx3g(x)f(x)=27\lim_{{x \to 3}} \frac{g(x)}{f(x)} = \frac{-2}{7} limx3g(x)f(x)=27\lim_{{x \to 3}} \frac{g(x)}{f(x)} = -\frac{2}{7}

(d) limx3h(f(x))\lim_{{x \to 3}} h(f(x))

Use the limit of a composite function property. Note that hh is continuous for all real numbers, so the property is valid for use here:

limx3h(f(x))=h(7)\lim_{{x \to 3}} h(f(x)) = h(7) limx3h(f(x))=13\lim_{{x \to 3}} h(f(x)) = 13

Infinite Limits

How do the properties of limits work with infinite limits?

Several properties of limits involve infinite limits, helping to determine whether a function increases without bound (i.e., tends to \infty) or decreases without bound (i.e., tends to -\infty) at a particular point.

Limit of 1xn\frac{1}{x^n} as xx Approaches 0

If nn is a positive integer, then: limx0+1xn=\lim_{{x \to 0^+}} \frac{1}{x^n} = \infty limx01xn={if n is evenif n is odd\lim_{{x \to 0^-}} \frac{1}{x^n} = \begin{cases} \infty & \text{if } n \text{ is even} \\ -\infty & \text{if } n \text{ is odd} \end{cases}

Infinite Limits of Quotients

If limxaf(x)=L\lim_{{x \to a}} f(x) = L and limxag(x)=0\lim_{{x \to a}} g(x) = 0, then:

  • If L>0L > 0, limxaf(x)g(x)={if g(x)>0 as x approaches aif g(x)<0 as x approaches a\lim_{{x \to a}} \frac{f(x)}{g(x)} = \begin{cases} \infty & \text{if } g(x) > 0 \text{ as } x \text{ approaches } a \\ -\infty & \text{if } g(x) < 0 \text{ as } x \text{ approaches } a \end{cases}
  • If L<0L < 0, limxaf(x)g(x)={if g(x)>0 as x approaches aif g(x)<0 as x approaches a\lim_{{x \to a}} \frac{f(x)}{g(x)} = \begin{cases} -\infty & \text{if } g(x) > 0 \text{ as } x \text{ approaches } a \\ \infty & \text{if } g(x) < 0 \text{ as } x \text{ approaches } a \end{cases}

In both these cases, the limits from the left (as xax \to a^-) and right (as xa+x \to a^+) may be different. Check the behavior of g(x)g(x) to determine the correct limit.

Worked Example

Let ff be a function such that limx0f(x)=1\lim_{{x \to 0}} f(x) = 1.

Let gg be the function defined by g(x)=x3g(x) = x^3.

Find limx0f(x)g(x)\lim_{{x \to 0^-}} \frac{f(x)}{g(x)} and limx0+f(x)g(x)\lim_{{x \to 0^+}} \frac{f(x)}{g(x)}.

We can use the infinite limits of quotient properties here. In both cases, lim_x0f(x)=L>0\lim\_{{x \to 0}} f(x) = L > 0.

For the limit from the left, note that g(x)=x3g(x) = x^3 is negative as it approaches 0 through the negative numbers: limx0f(x)g(x)=\lim_{{x \to 0^-}} \frac{f(x)}{g(x)} = -\infty

For the limit from the right, note that g(x)=x3g(x) = x^3 is positive as it approaches 0 through the positive numbers: limx0+f(x)g(x)=\lim_{{x \to 0^+}} \frac{f(x)}{g(x)} = \infty

Practice Questions

Practice Question

Question 1: Evaluate limx2(3x24x+5)\lim_{{x \to 2}} (3x^2 - 4x + 5).

Question 2: Find limx1x21x+1\lim_{{x \to -1}} \frac{x^2 - 1}{x + 1}.

Question 3: Determine limx0sinxx\lim_{{x \to 0}} \frac{\sin x}{x}.

Question 4: Evaluate limx24x1\lim_{{x \to 2}} \sqrt{4x - 1}.

Glossary

  • Limit: The value that a function approaches as the input approaches some value.
  • Continuous Function: A function that is unbroken and smooth, having no gaps or jumps.
  • Quotient: The result of division.
  • Composite Function: A function that is formed when one function is substituted into another.

Summary and Key Takeaways

  • The properties of limits allow us to simplify and solve complex functions algebraically by breaking them down into simpler parts.
  • Always ensure that the conditions for each limit property are met before applying them.
  • Understanding infinite limits is essential for dealing with functions that increase or decrease without bound.

Key Takeaways

  • Basic Properties of Limits include limits of constants, sums, products, quotients, powers, and composite functions.
  • Infinite Limits help determine the behavior of functions as they tend to infinity or negative infinity.
  • Practice applying these limit properties to various functions to strengthen your understanding.

By mastering these properties, you will be better equipped to handle a wide range of limit problems in calculus.

Exam Tip

Always double-check the conditions before applying limit properties, especially for quotient and composite functions.

Exam Strategy

  • Read the Problem Carefully: Ensure you understand what is being asked before starting any calculations.
  • Check Conditions: Verify that all necessary conditions for using limit properties are met.
  • Simplify Step-by-Step: Break down complex functions into simpler parts using the limit properties.
  • Practice: Regular practice with different types of limit problems will enhance your problem-solving skills.

By following these strategies, you can approach limit problems with confidence and accuracy.

Question 1 of 12

What is the value of limx57\lim_{{x \to 5}} 7? 🎉

0

5

7

12