Limit of composite functions


Limit of Composite Functions

Understanding the limit of composite functions is an essential concept in calculus. It involves taking the limit of a function that is composed of two or more functions. The limit of a composite function can often be determined by taking the limits of the individual functions and combining them, but there are important nuances to consider.

Definition

Given two functions $f(x)$ and $g(x)$, a composite function can be written as $(f \circ g)(x) = f(g(x))$. The limit of the composite function as $x$ approaches a value $a$ is denoted as:

$$ \lim_{x \to a} (f \circ g)(x) = \lim_{x \to a} f(g(x)) $$

Rules for Limits of Composite Functions

When evaluating the limit of a composite function, the following rules are often useful:

  1. Direct Substitution: If $g(x)$ is continuous at $x = a$ and $f(x)$ is continuous at $x = g(a)$, then:

$$ \lim_{x \to a} f(g(x)) = f(\lim_{x \to a} g(x)) = f(g(a)) $$

  1. Limit Existence: If $\lim_{x \to a} g(x) = L$ and $f(x)$ is continuous at $x = L$, then:

$$ \lim_{x \to a} f(g(x)) = f(\lim_{x \to a} g(x)) = f(L) $$

  1. Squeeze Theorem: If $g(x)$ is "squeezed" between two functions whose limits are known and equal at $x = a$, and if $f(x)$ is continuous, then the limit of $f(g(x))$ as $x$ approaches $a$ will be the same as the limit of those two functions.

Table of Differences and Important Points

Aspect Direct Substitution Limit Existence Squeeze Theorem
Condition $g(x)$ and $f(x)$ must be continuous at the respective points. $f(x)$ must be continuous at the limit of $g(x)$. $g(x)$ must be bounded by two functions with known, equal limits.
Applicability When both functions are known to be continuous. When the inner function approaches a limit that the outer function can handle. When the behavior of $g(x)$ is unknown, but it is bounded.
Result The limit can be found by direct evaluation. The limit of the outer function can be found using the limit of the inner function. The limit of the composite function is the same as the limit of the bounding functions.

Formulas

The limit laws for composite functions can be summarized as follows:

  1. If $g(x)$ is continuous at $x = a$ and $f(x)$ is continuous at $x = g(a)$:

$$ \lim_{x \to a} f(g(x)) = f(g(a)) $$

  1. If $\lim_{x \to a} g(x) = L$ and $f(x)$ is continuous at $x = L$:

$$ \lim_{x \to a} f(g(x)) = f(L) $$

Examples

Example 1: Direct Substitution

Let $f(x) = \sqrt{x}$ and $g(x) = x^2$. Find $\lim_{x \to 4} f(g(x))$.

Since $g(x)$ is continuous everywhere and $f(x)$ is continuous for all $x \geq 0$, we can directly substitute:

$$ \lim_{x \to 4} f(g(x)) = f(g(4)) = f(4^2) = f(16) = \sqrt{16} = 4 $$

Example 2: Limit Existence

Let $f(x) = \sin(x)$ and $g(x) = \frac{1}{x}$ as $x$ approaches infinity. Find $\lim_{x \to \infty} f(g(x))$.

First, find the limit of $g(x)$ as $x$ approaches infinity:

$$ \lim_{x \to \infty} \frac{1}{x} = 0 $$

Since $f(x)$ is continuous at $x = 0$, we can use the limit of $g(x)$:

$$ \lim_{x \to \infty} f(g(x)) = f(\lim_{x \to \infty} g(x)) = f(0) = \sin(0) = 0 $$

Example 3: Squeeze Theorem

Let $f(x) = x^2$ and $g(x) = \sin(\frac{1}{x})$ as $x$ approaches zero. Find $\lim_{x \to 0} f(g(x))$.

We know that $-1 \leq \sin(\frac{1}{x}) \leq 1$ for all $x \neq 0$. Thus, $g(x)$ is "squeezed" between two constants. Since $f(x)$ is continuous everywhere, we can apply the Squeeze Theorem:

$$ \lim_{x \to 0} f(g(x)) = \lim_{x \to 0} (\sin(\frac{1}{x}))^2 $$

Since $(\sin(\frac{1}{x}))^2$ is always between 0 and 1, and both 0 and 1 have the same limit of 0 as $x$ approaches 0, we have:

$$ \lim_{x \to 0} (\sin(\frac{1}{x}))^2 = 0 $$

In conclusion, the limit of composite functions is a powerful tool in calculus that requires understanding the continuity and behavior of the functions involved. By applying the appropriate rules and theorems, one can evaluate complex limits with confidence.