Limit theorems for functions are crucial tools in calculus. They help us understand how functions behave as we approach specific points or infinity. These rules simplify complex limit calculations by breaking them down into smaller, more manageable parts.

By mastering these theorems, you'll be able to tackle a wide range of limit problems. From basic arithmetic operations to more advanced techniques like L'Hôpital's rule, these tools form the foundation for understanding continuity, derivatives, and integrals in calculus.

Limit Laws for Function Operations

Sums and Differences

Top images from around the web for Sums and Differences
Top images from around the web for Sums and Differences
  • The of two functions equals the sum of their limits, provided both limits exist
    • Mathematically: lim[f(x)+g(x)]=limf(x)+limg(x)\lim[f(x) + g(x)] = \lim f(x) + \lim g(x)
    • Example: If limf(x)=3\lim f(x) = 3 and limg(x)=5\lim g(x) = 5, then lim[f(x)+g(x)]=3+5=8\lim[f(x) + g(x)] = 3 + 5 = 8
  • The limit of a difference of two functions equals the difference of their limits, provided both limits exist
    • Mathematically: lim[f(x)g(x)]=limf(x)limg(x)\lim[f(x) - g(x)] = \lim f(x) - \lim g(x)
    • Example: If limf(x)=7\lim f(x) = 7 and limg(x)=2\lim g(x) = 2, then lim[f(x)g(x)]=72=5\lim[f(x) - g(x)] = 7 - 2 = 5

Products, Quotients, and Powers

  • The limit of a product of two functions equals the product of their limits, provided both limits exist
    • Mathematically: lim[f(x)g(x)]=limf(x)limg(x)\lim[f(x) \cdot g(x)] = \lim f(x) \cdot \lim g(x)
    • Example: If limf(x)=4\lim f(x) = 4 and limg(x)=6\lim g(x) = 6, then lim[f(x)g(x)]=46=24\lim[f(x) \cdot g(x)] = 4 \cdot 6 = 24
  • The limit of a quotient of two functions equals the quotient of their limits, provided the limit of the denominator is non-zero
    • Mathematically: lim[f(x)/g(x)]=limf(x)/limg(x)\lim[f(x) / g(x)] = \lim f(x) / \lim g(x), where limg(x)0\lim g(x) \neq 0
    • Example: If limf(x)=10\lim f(x) = 10 and limg(x)=2\lim g(x) = 2, then lim[f(x)/g(x)]=10/2=5\lim[f(x) / g(x)] = 10 / 2 = 5
  • The of a function equals the constant multiple of the limit of the function
    • Mathematically: lim[cf(x)]=climf(x)\lim[c \cdot f(x)] = c \cdot \lim f(x), where cc is a constant
    • Example: If limf(x)=3\lim f(x) = 3 and c=4c = 4, then lim[cf(x)]=43=12\lim[c \cdot f(x)] = 4 \cdot 3 = 12
  • The limit of a function raised to a power equals the limit of the function raised to that power, provided the limit exists
    • Mathematically: lim[f(x)n]=[limf(x)]n\lim[f(x)^n] = [\lim f(x)]^n, where nn is a real number
    • Example: If limf(x)=2\lim f(x) = 2 and n=3n = 3, then lim[f(x)n]=23=8\lim[f(x)^n] = 2^3 = 8

Evaluating Limits of Functions

Polynomial, Rational, and Exponential Functions

  • To find the limit of a , evaluate the function at the point of interest by substituting the limiting value for the variable
    • Example: If f(x)=3x2+2x1f(x) = 3x^2 + 2x - 1, then limx2f(x)=3(2)2+2(2)1=15\lim_{x \to 2} f(x) = 3(2)^2 + 2(2) - 1 = 15
  • To find the limit of a , factor and cancel common factors in the numerator and denominator, then evaluate the simplified function at the point of interest
    • Example: If f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2}, then limx2f(x)=limx2(x2)(x+2)x2=limx2(x+2)=4\lim_{x \to 2} f(x) = \lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2} = \lim_{x \to 2} (x + 2) = 4
  • To find the limit of an , use the properties of exponents and evaluate the function at the point of interest
    • Example: If f(x)=3e2xf(x) = 3e^{2x}, then limx1f(x)=3e2(1)=3e222.17\lim_{x \to 1} f(x) = 3e^{2(1)} = 3e^2 \approx 22.17

Logarithmic Functions and Indeterminate Forms

  • To find the limit of a , use the properties of logarithms and evaluate the function at the point of interest
    • Example: If f(x)=ln(x2+1)f(x) = \ln(x^2 + 1), then limx0f(x)=ln(02+1)=ln(1)=0\lim_{x \to 0} f(x) = \ln(0^2 + 1) = \ln(1) = 0
  • When evaluating limits, be aware of potential , such as 0/00/0, /\infty/\infty, 00 \cdot \infty, \infty - \infty, 000^0, 11^\infty, and 0\infty^0, which may require further manipulation using L'Hôpital's rule or other techniques
    • Example: If f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}, then limx1f(x)\lim_{x \to 1} f(x) is an indeterminate form of type 0/00/0 and can be evaluated using L'Hôpital's rule or factoring

The Squeeze Theorem for Limits

Applying the Squeeze Theorem

  • The states that if f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) for all xx near aa, except possibly at aa, and if limf(x)=limh(x)=L\lim f(x) = \lim h(x) = L as xax \to a, then limg(x)=L\lim g(x) = L as xax \to a
    • Example: If 0sinxx0 \leq \sin x \leq x for all x>0x > 0 and limx00=limx0x=0\lim_{x \to 0} 0 = \lim_{x \to 0} x = 0, then by the Squeeze Theorem, limx0sinx=0\lim_{x \to 0} \sin x = 0
  • To apply the Squeeze Theorem, find two functions, f(x)f(x) and h(x)h(x), that "squeeze" the given function g(x)g(x) from below and above, respectively, near the point of interest
    • Example: To find limx0x2cos(1x)\lim_{x \to 0} x^2 \cos(\frac{1}{x}), we can use the inequality 1cos(1x)1-1 \leq \cos(\frac{1}{x}) \leq 1 and squeeze x2cos(1x)x^2 \cos(\frac{1}{x}) between x2-x^2 and x2x^2
  • Show that the limits of the squeezing functions, f(x)f(x) and h(x)h(x), are equal as xx approaches the point of interest
    • Example: limx0(x2)=limx0x2=0\lim_{x \to 0} (-x^2) = \lim_{x \to 0} x^2 = 0
  • Conclude that the limit of the squeezed function, g(x)g(x), is equal to the common limit of the squeezing functions
    • Example: By the Squeeze Theorem, limx0x2cos(1x)=0\lim_{x \to 0} x^2 \cos(\frac{1}{x}) = 0

Limit Problems with Algebraic Techniques

Factoring and Rationalization

  • Factoring: Factor the numerator and denominator of a rational function to cancel common factors and simplify the expression before evaluating the limit
    • Example: To find limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}, factor the numerator to get limx3(x3)(x+3)x3\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3}, cancel the common factor, and evaluate the limit as limx3(x+3)=6\lim_{x \to 3} (x + 3) = 6
  • Rationalization: Multiply the numerator and denominator by the conjugate of the denominator to rationalize the denominator and simplify the expression before evaluating the limit
    • Example: To find limx0x+11x\lim_{x \to 0} \frac{\sqrt{x + 1} - 1}{x}, multiply the numerator and denominator by the conjugate of the numerator, x+1+1\sqrt{x + 1} + 1, to get limx0xx(x+1+1)\lim_{x \to 0} \frac{x}{x(\sqrt{x + 1} + 1)}, simplify, and evaluate the limit as limx01x+1+1=12\lim_{x \to 0} \frac{1}{\sqrt{x + 1} + 1} = \frac{1}{2}

Trigonometric Identities, Logarithmic Properties, and Change of Variable

  • Trigonometric identities: Use trigonometric identities to simplify expressions involving trigonometric functions before evaluating the limit
    • Example: To find limx0sin2xx\lim_{x \to 0} \frac{\sin 2x}{x}, use the double angle formula sin2x=2sinxcosx\sin 2x = 2\sin x \cos x to get limx02cosx\lim_{x \to 0} 2\cos x, and evaluate the limit as 22
  • Logarithmic properties: Use the properties of logarithms to simplify expressions involving logarithmic functions before evaluating the limit
    • Example: To find limx1lnxln(x3)\lim_{x \to 1} \frac{\ln x}{\ln(x^3)}, use the property ln(x3)=3lnx\ln(x^3) = 3\ln x to get limx1lnx3lnx\lim_{x \to 1} \frac{\ln x}{3\ln x}, simplify, and evaluate the limit as 13\frac{1}{3}
  • Change of variable: Introduce a new variable to simplify the expression or to make the limit more apparent before evaluating the limit
    • Example: To find limx0e3x1x\lim_{x \to 0} \frac{e^{3x} - 1}{x}, let u=3xu = 3x and rewrite the limit as limu0eu1u/3\lim_{u \to 0} \frac{e^u - 1}{u/3}, which simplifies to 3limu0eu1u=33\lim_{u \to 0} \frac{e^u - 1}{u} = 3

L'Hôpital's Rule

  • L'Hôpital's rule: For indeterminate forms of type 0/00/0 or /\infty/\infty, differentiate the numerator and denominator separately and evaluate the limit of the resulting quotient
    • Example: To find limx0sinxx\lim_{x \to 0} \frac{\sin x}{x}, which is an indeterminate form of type 0/00/0, apply L'Hôpital's rule to get limx0cosx1\lim_{x \to 0} \frac{\cos x}{1}, and evaluate the limit as 11
    • Example: To find limxxx2+1\lim_{x \to \infty} \frac{x}{\sqrt{x^2 + 1}}, which is an indeterminate form of type /\infty/\infty, apply L'Hôpital's rule to get limx12x2x2+1\lim_{x \to \infty} \frac{1}{\frac{2x}{2\sqrt{x^2 + 1}}}, simplify, and evaluate the limit as 11

Key Terms to Review (17)

: The symbol '→' is used to denote a limit, indicating that a function or sequence approaches a particular value as its input or index approaches some specified point. This concept is fundamental in understanding how functions behave near specific points, and it's crucial in analyzing continuity, infinite limits, and the behavior of sequences at infinity.
Convergent Sequence: A convergent sequence is a sequence of numbers that approaches a specific value, called the limit, as the index goes to infinity. This concept connects to the behavior of functions and limits, highlighting how sequences can be analyzed using various limit theorems and properties. Understanding convergent sequences is crucial for grasping the foundational ideas in mathematical analysis, especially in relation to Cauchy sequences and completeness.
Existence of a Limit: The existence of a limit refers to the condition where a function approaches a specific value as its input approaches a certain point. This concept is crucial because it determines whether a function behaves predictably near that point, which is foundational for understanding continuity and differentiability.
Exponential function: An exponential function is a mathematical function of the form $$f(x) = a imes b^{x}$$, where $a$ is a constant, $b$ is a positive real number, and $x$ is the variable. Exponential functions model growth or decay processes and are characterized by their constant percentage rate of change. These functions are vital for understanding limits, series expansions, and their applications in real-world scenarios.
Indeterminate Forms: Indeterminate forms arise in calculus when evaluating limits that do not lead to a definitive value. These forms include situations such as 0/0 and ∞/∞, where the limits cannot be determined directly and require further analysis. Recognizing indeterminate forms is crucial because they often signal the need for specific techniques, like applying certain limit theorems or L'Hôpital's Rule, to resolve them into a solvable limit.
Infinite Limits: Infinite limits occur when the value of a function grows without bound as the input approaches a specific value. This concept is crucial for understanding the behavior of functions near certain points, particularly when they approach vertical asymptotes, and it plays a significant role in determining limits that are undefined or grow infinitely large. Recognizing infinite limits is essential when applying various mathematical techniques for analyzing functions.
Lim: The term 'lim' represents the limit of a function or sequence, which describes the value that a function approaches as the input approaches a certain point. Limits are fundamental in analyzing the behavior of functions, particularly at points of discontinuity or as they approach infinity, and they serve as the cornerstone for defining concepts such as derivatives and integrals.
Lim n→∞ a_n: The expression 'lim n→∞ a_n' refers to the limit of a sequence as the index n approaches infinity. It represents the value that the terms of the sequence 'a_n' get closer to as n increases indefinitely. Understanding this concept is essential for analyzing the behavior of sequences and functions as they tend towards their asymptotic values.
Lim x→a f(x): The notation 'lim x→a f(x)' represents the limit of the function f(x) as the variable x approaches the value a. This concept is fundamental in understanding the behavior of functions near specific points, especially when dealing with continuity, derivatives, and integrals. The limit captures the idea of what value f(x) gets closer to as x nears a, regardless of whether f(a) itself is defined or not.
Limit of a Constant Multiple: The limit of a constant multiple states that if a function approaches a certain limit as its input approaches a particular value, then the limit of the function multiplied by a constant is equal to that constant multiplied by the limit of the function. This principle allows us to evaluate limits more easily by separating constants from the function itself and helps in understanding how functions behave at specific points.
Limit of a sum: The limit of a sum refers to the behavior of the total of a sequence of numbers as the number of terms increases towards infinity. This concept is crucial when analyzing how functions behave as their inputs approach certain values or when evaluating sequences. The limit of a sum allows for the establishment of results related to convergence and continuity, forming a bridge between discrete sums and their continuous counterparts in calculus.
Logarithmic function: A logarithmic function is a mathematical function that represents the inverse of an exponential function, often expressed as $y = ext{log}_b(x)$, where $b$ is the base and $x$ is a positive real number. Logarithmic functions are key in understanding growth rates, scales, and various transformations of functions, particularly when analyzing limits.
One-sided limit: A one-sided limit is the value that a function approaches as the input approaches a specific point from one side, either the left or the right. This concept is crucial in understanding the behavior of functions at points where they may not be defined or may behave differently from different directions. One-sided limits help establish continuity and differentiability at specific points, offering insights into the function's overall behavior.
Polynomial function: A polynomial function is a mathematical expression consisting of variables raised to whole number powers and combined using addition, subtraction, and multiplication. These functions can be represented in the general form $$f(x) = a_nx^n + a_{n-1}x^{n-1} + ... + a_1x + a_0$$, where the coefficients $$a_i$$ are real numbers and the degree $$n$$ is a non-negative integer. Polynomial functions are continuous and differentiable everywhere, making them essential in understanding limits, continuity, and series approximations.
Rational Function: A rational function is a function that can be expressed as the quotient of two polynomial functions, typically in the form \( f(x) = \frac{p(x)}{q(x)} \), where \( p(x) \) and \( q(x) \) are polynomials and \( q(x) \neq 0 \). Rational functions are essential in analyzing limits, as they often exhibit behaviors such as vertical asymptotes and holes, which significantly affect the function's limit at specific points.
Squeeze Theorem: The Squeeze Theorem is a mathematical principle that helps find the limit of a function by comparing it to two other functions that 'squeeze' it. When one function approaches a limit from above and another from below, and both converge to the same value, the function in between must also approach that value. This concept is crucial for establishing limits in various contexts, including sequences and functions.
Two-Sided Limit: A two-sided limit describes the value that a function approaches as the input approaches a certain point from both the left and the right. It is an essential concept that helps understand the behavior of functions near specific points, providing insights into continuity and differentiability.
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.