This is a beta course, so its structure, chapters, and examples may continue to change.
Limits of Composite Functions
The limit of a composite function is an important topic in limit operations. It describes how to compute the limit of a function formed by composing two functions.
Theorem
数学定理
定理是数学中经过严格证明的命题,是数学推理的基础。定理通常包含条件和结论,是数学知识体系的重要组成部分。
Theorem on limits of composite functions
Let lim x → x 0 f ( x ) = A \lim_{x \to x_0} f(x) = A lim x → x 0 f ( x ) = A , lim u → A g ( u ) = B \lim_{u \to A} g(u) = B lim u → A g ( u ) = B , and f ( x ) ≠ A f(x) \neq A f ( x ) = A (when x ≠ x 0 x \neq x_0 x = x 0 ), then:
lim x → x 0 g ( f ( x ) ) = B \lim_{x \to x_0} g(f(x)) = B x → x 0 lim g ( f ( x )) = B
Conditions of the Theorem
1. The Limit of the Inner Function Exists
lim x → x 0 f ( x ) = A \lim_{x \to x_0} f(x) = A lim x → x 0 f ( x ) = A must exist
2. The Outer Function Has a Limit at the Inner Limit
lim u → A g ( u ) = B \lim_{u \to A} g(u) = B lim u → A g ( u ) = B must exist
3. The Inner Function Does Not Equal Its Limit
f ( x ) ≠ A f(x) \neq A f ( x ) = A (when x ≠ x 0 x \neq x_0 x = x 0 )
This condition guarantees that during the limiting process, u = f ( x ) u = f(x) u = f ( x ) never reaches A A A , so that lim u → A g ( u ) = B \lim_{u \to A} g(u) = B lim u → A g ( u ) = B can be applied.
Worked Examples
Example 1
Compute lim x → 0 sin ( x 2 ) \lim_{x \to 0} \sin(x^2) lim x → 0 sin ( x 2 )
Solution :
Let u = x 2 u = x^2 u = x 2 ; then as x → 0 x \to 0 x → 0 , u → 0 u \to 0 u → 0
lim x → 0 sin ( x 2 ) = lim u → 0 sin u = 0 \lim_{x \to 0} \sin(x^2) = \lim_{u \to 0} \sin u = 0 lim x → 0 sin ( x 2 ) = lim u → 0 sin u = 0
Example 2
Compute lim x → 1 e x − 1 \lim_{x \to 1} e^{x-1} lim x → 1 e x − 1
Solution :
Let u = x − 1 u = x - 1 u = x − 1 ; then as x → 1 x \to 1 x → 1 , u → 0 u \to 0 u → 0
lim x → 1 e x − 1 = lim u → 0 e u = e 0 = 1 \lim_{x \to 1} e^{x-1} = \lim_{u \to 0} e^u = e^0 = 1 lim x → 1 e x − 1 = lim u → 0 e u = e 0 = 1
Example 3
Compute lim x → 0 ln ( 1 + x 2 ) \lim_{x \to 0} \ln(1 + x^2) lim x → 0 ln ( 1 + x 2 )
Solution :
Let u = x 2 u = x^2 u = x 2 ; then as x → 0 x \to 0 x → 0 , u → 0 u \to 0 u → 0
lim x → 0 ln ( 1 + x 2 ) = lim u → 0 ln ( 1 + u ) = ln 1 = 0 \lim_{x \to 0} \ln(1 + x^2) = \lim_{u \to 0} \ln(1 + u) = \ln 1 = 0 lim x → 0 ln ( 1 + x 2 ) = lim u → 0 ln ( 1 + u ) = ln 1 = 0
Composition of Continuous Functions
If g ( u ) g(u) g ( u ) is continuous at u = A u = A u = A , i.e., lim u → A g ( u ) = g ( A ) \lim_{u \to A} g(u) = g(A) lim u → A g ( u ) = g ( A ) , then:
数学定理
定理是数学中经过严格证明的命题,是数学推理的基础。定理通常包含条件和结论,是数学知识体系的重要组成部分。
Limit of a composition of continuous functions
lim x → x 0 g ( f ( x ) ) = g ( lim x → x 0 f ( x ) ) = g ( A ) \lim_{x \to x_0} g(f(x)) = g(\lim_{x \to x_0} f(x)) = g(A) lim x → x 0 g ( f ( x )) = g ( lim x → x 0 f ( x )) = g ( A )
This conclusion shows that for continuous functions, the limit symbol and the function symbol can be interchanged.
Examples
lim x → 0 e x 2 = e lim x → 0 x 2 = e 0 = 1 \lim_{x \to 0} e^{x^2} = e^{\lim_{x \to 0} x^2} = e^0 = 1 lim x → 0 e x 2 = e l i m x → 0 x 2 = e 0 = 1
lim x → 1 sin ( x − 1 ) = sin ( lim x → 1 ( x − 1 ) ) = sin 0 = 0 \lim_{x \to 1} \sin(x - 1) = \sin(\lim_{x \to 1} (x - 1)) = \sin 0 = 0 lim x → 1 sin ( x − 1 ) = sin ( lim x → 1 ( x − 1 )) = sin 0 = 0
lim x → 0 ln ( 1 + x 2 ) = ln ( lim x → 0 ( 1 + x 2 ) ) = ln 1 = 0 \lim_{x \to 0} \ln(1 + x^2) = \ln(\lim_{x \to 0} (1 + x^2)) = \ln 1 = 0 lim x → 0 ln ( 1 + x 2 ) = ln ( lim x → 0 ( 1 + x 2 )) = ln 1 = 0
Practice Problems
Exercise 1
Compute the limit lim x → 0 cos ( x 2 ) \lim_{x \to 0} \cos(x^2) lim x → 0 cos ( x 2 ) .
Reference Answer (1 个标签)
composite function limit
Idea : Use the theorem on limits of composite functions.
Detailed steps :
Let u = x 2 u = x^2 u = x 2 ; then as x → 0 x \to 0 x → 0 , u → 0 u \to 0 u → 0
lim x → 0 cos ( x 2 ) = lim u → 0 cos u = cos 0 = 1 \lim_{x \to 0} \cos(x^2) = \lim_{u \to 0} \cos u = \cos 0 = 1 lim x → 0 cos ( x 2 ) = lim u → 0 cos u = cos 0 = 1
Answer : The limit is 1.
Exercise 2
Compute the limit lim x → 2 e x 2 − 4 \lim_{x \to 2} e^{x^2 - 4} lim x → 2 e x 2 − 4 .
Reference Answer (1 个标签)
composite function limit
Idea : Use the theorem on limits of composite functions.
Detailed steps :
Let u = x 2 − 4 u = x^2 - 4 u = x 2 − 4 ; then as x → 2 x \to 2 x → 2 , u → 0 u \to 0 u → 0
lim x → 2 e x 2 − 4 = lim u → 0 e u = e 0 = 1 \lim_{x \to 2} e^{x^2 - 4} = \lim_{u \to 0} e^u = e^0 = 1 lim x → 2 e x 2 − 4 = lim u → 0 e u = e 0 = 1
Answer : The limit is 1.
Exercise 3
Compute the limit lim x → 0 ln ( 1 + sin x ) \lim_{x \to 0} \ln(1 + \sin x) lim x → 0 ln ( 1 + sin x ) .
Reference Answer (1 个标签)
composite function limit
Idea : Use the theorem on limits of composite functions.
Detailed steps :
Let u = sin x u = \sin x u = sin x ; then as x → 0 x \to 0 x → 0 , u → 0 u \to 0 u → 0
lim x → 0 ln ( 1 + sin x ) = lim u → 0 ln ( 1 + u ) = ln 1 = 0 \lim_{x \to 0} \ln(1 + \sin x) = \lim_{u \to 0} \ln(1 + u) = \ln 1 = 0 lim x → 0 ln ( 1 + sin x ) = lim u → 0 ln ( 1 + u ) = ln 1 = 0
Answer : The limit is 0.
Summary
Symbols Used in This Article
符号 类型 读音/说明 在本文中的含义 lim \lim lim 数学符号 limit The limit of a function or sequence → \to → 数学符号 tends to A variable tending to some value f ( x ) f(x) f ( x ) 数学符号 function A function g ( u ) g(u) g ( u ) 数学符号 function A function
中英对照
中文术语 英文术语 音标 说明 复合函数 composite function /kəmˈpɒzɪt ˈfʌŋkʃən/ A function formed by composing two functions 内层函数 inner function /ˈɪnə ˈfʌŋkʃən/ The function applied first in a composition 外层函数 outer function /ˈaʊtə ˈfʌŋkʃən/ The function applied later in a composition 连续函数 continuous function /kənˈtɪnjuəs ˈfʌŋkʃən/ A function continuous at a point or on an interval