This is a beta course, so its structure, chapters, and examples may continue to change.
Comprehensive Exercises
This chapter provides a series of comprehensive limit-solving exercises to help you master the combined application of various methods.
Comprehensive Exercises
Exercise 1
Find the limit limx→1x2−2x+1x3−3x2+3x−1
Reference Answer(1 个标签)
comprehensive limit
Idea:
This is a 00 indeterminate form, so we can use the factorization method.
Detailed steps:
-
Check the type of indeterminate form:
- When x=1, the numerator 1−3+3−1=0
- When x=1, the denominator 1−2+1=0
- Hence it is a 00 indeterminate form
-
Factor the numerator:
x3−3x2+3x−1=(x−1)3
-
Factor the denominator:
x2−2x+1=(x−1)2
-
Cancel the zero factor:
limx→1(x−1)2(x−1)3=limx→1(x−1)=0
Answer:
limx→1x2−2x+1x3−3x2+3x−1=0
Exercise 2
Find the limit limx→0x1+x−1−x
Reference Answer(1 个标签)
comprehensive limit
Idea:
This is a 00 indeterminate form containing radicals, so we can use the rationalization method.
Detailed steps:
-
Check the type of indeterminate form:
- As x→0, the numerator 1+x−1−x→0
- As x→0, the denominator x→0
- Hence it is a 00 indeterminate form
-
Rationalize the numerator:
x1+x−1−x=x(1+x+1−x)(1+x−1−x)(1+x+1−x)
-
Simplify:
x(1+x+1−x)(1+x−1−x)(1+x+1−x)=x(1+x+1−x)(1+x)−(1−x)=x(1+x+1−x)2x
-
Cancel x:
x(1+x+1−x)2x=1+x+1−x2
-
Take the limit:
limx→01+x+1−x2=1+0+1−02=1+12=1
Answer:
limx→0x1+x−1−x=1
Exercise 3
Find the limit limx→0x3sinx−x
Reference Answer(1 个标签)
comprehensive limit
Idea:
This is a 00 indeterminate form, so we can use L’Hôpital’s rule or equivalent infinitesimal substitution.
Detailed steps:
-
Check the type of indeterminate form:
- As x→0, the numerator sinx−x→0
- As x→0, the denominator x3→0
- Hence it is a 00 indeterminate form
-
Use L’Hôpital’s rule:
- (sinx−x)′=cosx−1
- (x3)′=3x2
-
Take the limit of the derivatives:
limx→03x2cosx−1
This is still a 00 indeterminate form
-
Use L’Hôpital’s rule again:
- (cosx−1)′=−sinx
- (3x2)′=6x
-
Take the limit of the second derivatives:
limx→06x−sinx=−61limx→0xsinx=−61
Answer:
limx→0x3sinx−x=−61
Exercise 4
Find the limit limx→∞x3+x2+x+1x3+2x2+3x+4
Reference Answer(1 个标签)
comprehensive limit
Idea:
This is a ∞∞ indeterminate form, so we can use L’Hôpital’s rule or directly compare the highest-degree terms.
Detailed steps:
-
Check the type of indeterminate form:
- As x→∞, both the numerator and the denominator tend to infinity
- Hence it is a ∞∞ indeterminate form
-
Method 1: directly compare the highest-degree terms
limx→∞x3+x2+x+1x3+2x2+3x+4=limx→∞x3(1+x1+x21+x31)x3(1+x2+x23+x34)=limx→∞1+x1+x21+x311+x2+x23+x34=1
-
Method 2: use L’Hôpital’s rule
- Derivative of the numerator: 3x2+4x+3
- Derivative of the denominator: 3x2+2x+1
- Still a ∞∞ indeterminate form
- Differentiate again: numerator 6x+4, denominator 6x+2
- Still a ∞∞ indeterminate form
- Differentiate again: numerator 6, denominator 6
- The final limit is 1
Answer:
limx→∞x3+x2+x+1x3+2x2+3x+4=1
Exercise 5
Find the limit limx→0x2sinx1
Reference Answer(1 个标签)
comprehensive limit
Idea:
This limit is hard to compute directly, so we can use the squeeze theorem.
Detailed steps:
-
Analyze the features of the function:
- As x→0, we have x2→0
- sinx1 oscillates between [−1,1]
-
Construct the inequality:
- Since −1≤sinx1≤1
- We have −x2≤x2sinx1≤x2
-
Find the limits of the boundary functions:
- limx→0(−x2)=0
- limx→0x2=0
-
Apply the squeeze theorem:
- Since −x2≤x2sinx1≤x2
- And limx→0(−x2)=limx→0x2=0
- Therefore limx→0x2sinx1=0
Answer:
limx→0x2sinx1=0
Exercise 6
Find the limit limx→0x2ex−1−x
Reference Answer(1 个标签)
comprehensive limit
Idea:
This is a 00 indeterminate form, so we can use L’Hôpital’s rule.
Detailed steps:
-
Check the type of indeterminate form:
- As x→0, the numerator ex−1−x→0
- As x→0, the denominator x2→0
- Hence it is a 00 indeterminate form
-
Use L’Hôpital’s rule:
- (ex−1−x)′=ex−1
- (x2)′=2x
-
Take the limit of the derivatives:
limx→02xex−1
This is still a 00 indeterminate form
-
Use L’Hôpital’s rule again:
- (ex−1)′=ex
- (2x)′=2
-
Take the limit of the second derivatives:
limx→02ex=2e0=21
Answer:
limx→0x2ex−1−x=21