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 lim⁡x→1x3−3x2+3x−1x2−2x+1\lim_{x \to 1} \frac{x^3 - 3x^2 + 3x - 1}{x^2 - 2x + 1}

Reference Answer(1 个标签)
comprehensive limit

Idea: This is a 00\frac{0}{0} indeterminate form, so we can use the factorization method.

Detailed steps:

  1. Check the type of indeterminate form:

    • When x=1x = 1, the numerator 1−3+3−1=01 - 3 + 3 - 1 = 0
    • When x=1x = 1, the denominator 1−2+1=01 - 2 + 1 = 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Factor the numerator: x3−3x2+3x−1=(x−1)3x^3 - 3x^2 + 3x - 1 = (x - 1)^3

  3. Factor the denominator: x2−2x+1=(x−1)2x^2 - 2x + 1 = (x - 1)^2

  4. Cancel the zero factor: lim⁡x→1(x−1)3(x−1)2=lim⁡x→1(x−1)=0\lim_{x \to 1} \frac{(x - 1)^3}{(x - 1)^2} = \lim_{x \to 1} (x - 1) = 0

Answer: lim⁡x→1x3−3x2+3x−1x2−2x+1=0\lim_{x \to 1} \frac{x^3 - 3x^2 + 3x - 1}{x^2 - 2x + 1} = 0

Exercise 2

Find the limit lim⁡x→01+x−1−xx\lim_{x \to 0} \frac{\sqrt{1 + x} - \sqrt{1 - x}}{x}

Reference Answer(1 个标签)
comprehensive limit

Idea: This is a 00\frac{0}{0} indeterminate form containing radicals, so we can use the rationalization method.

Detailed steps:

  1. Check the type of indeterminate form:

    • As x→0x \to 0, the numerator 1+x−1−x→0\sqrt{1 + x} - \sqrt{1 - x} \to 0
    • As x→0x \to 0, the denominator x→0x \to 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Rationalize the numerator: 1+x−1−xx=(1+x−1−x)(1+x+1−x)x(1+x+1−x)\frac{\sqrt{1 + x} - \sqrt{1 - x}}{x} = \frac{(\sqrt{1 + x} - \sqrt{1 - x})(\sqrt{1 + x} + \sqrt{1 - x})}{x(\sqrt{1 + x} + \sqrt{1 - x})}

  3. Simplify: (1+x−1−x)(1+x+1−x)x(1+x+1−x)=(1+x)−(1−x)x(1+x+1−x)=2xx(1+x+1−x)\frac{(\sqrt{1 + x} - \sqrt{1 - x})(\sqrt{1 + x} + \sqrt{1 - x})}{x(\sqrt{1 + x} + \sqrt{1 - x})} = \frac{(1 + x) - (1 - x)}{x(\sqrt{1 + x} + \sqrt{1 - x})} = \frac{2x}{x(\sqrt{1 + x} + \sqrt{1 - x})}

  4. Cancel xx: 2xx(1+x+1−x)=21+x+1−x\frac{2x}{x(\sqrt{1 + x} + \sqrt{1 - x})} = \frac{2}{\sqrt{1 + x} + \sqrt{1 - x}}

  5. Take the limit: lim⁡x→021+x+1−x=21+0+1−0=21+1=1\lim_{x \to 0} \frac{2}{\sqrt{1 + x} + \sqrt{1 - x}} = \frac{2}{\sqrt{1 + 0} + \sqrt{1 - 0}} = \frac{2}{1 + 1} = 1

Answer: lim⁡x→01+x−1−xx=1\lim_{x \to 0} \frac{\sqrt{1 + x} - \sqrt{1 - x}}{x} = 1

Exercise 3

Find the limit lim⁡x→0sin⁡x−xx3\lim_{x \to 0} \frac{\sin x - x}{x^3}

Reference Answer(1 个标签)
comprehensive limit

Idea: This is a 00\frac{0}{0} indeterminate form, so we can use L’Hôpital’s rule or equivalent infinitesimal substitution.

Detailed steps:

  1. Check the type of indeterminate form:

    • As x→0x \to 0, the numerator sin⁡x−x→0\sin x - x \to 0
    • As x→0x \to 0, the denominator x3→0x^3 \to 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Use L’Hôpital’s rule:

    • (sin⁡x−x)′=cos⁡x−1(\sin x - x)' = \cos x - 1
    • (x3)′=3x2(x^3)' = 3x^2
  3. Take the limit of the derivatives: lim⁡x→0cos⁡x−13x2\lim_{x \to 0} \frac{\cos x - 1}{3x^2} This is still a 00\frac{0}{0} indeterminate form

  4. Use L’Hôpital’s rule again:

    • (cos⁡x−1)′=−sin⁡x(\cos x - 1)' = -\sin x
    • (3x2)′=6x(3x^2)' = 6x
  5. Take the limit of the second derivatives: lim⁡x→0−sin⁡x6x=−16lim⁡x→0sin⁡xx=−16\lim_{x \to 0} \frac{-\sin x}{6x} = -\frac{1}{6} \lim_{x \to 0} \frac{\sin x}{x} = -\frac{1}{6}

Answer: lim⁡x→0sin⁡x−xx3=−16\lim_{x \to 0} \frac{\sin x - x}{x^3} = -\frac{1}{6}

Exercise 4

Find the limit lim⁡x→∞x3+2x2+3x+4x3+x2+x+1\lim_{x \to \infty} \frac{x^3 + 2x^2 + 3x + 4}{x^3 + x^2 + x + 1}

Reference Answer(1 个标签)
comprehensive limit

Idea: This is a ∞∞\frac{\infty}{\infty} indeterminate form, so we can use L’Hôpital’s rule or directly compare the highest-degree terms.

Detailed steps:

  1. Check the type of indeterminate form:

    • As x→∞x \to \infty, both the numerator and the denominator tend to infinity
    • Hence it is a ∞∞\frac{\infty}{\infty} indeterminate form
  2. Method 1: directly compare the highest-degree terms lim⁡x→∞x3+2x2+3x+4x3+x2+x+1=lim⁡x→∞x3(1+2x+3x2+4x3)x3(1+1x+1x2+1x3)=lim⁡x→∞1+2x+3x2+4x31+1x+1x2+1x3=1\lim_{x \to \infty} \frac{x^3 + 2x^2 + 3x + 4}{x^3 + x^2 + x + 1} = \lim_{x \to \infty} \frac{x^3(1 + \frac{2}{x} + \frac{3}{x^2} + \frac{4}{x^3})}{x^3(1 + \frac{1}{x} + \frac{1}{x^2} + \frac{1}{x^3})} = \lim_{x \to \infty} \frac{1 + \frac{2}{x} + \frac{3}{x^2} + \frac{4}{x^3}}{1 + \frac{1}{x} + \frac{1}{x^2} + \frac{1}{x^3}} = 1

  3. Method 2: use L’Hôpital’s rule

    • Derivative of the numerator: 3x2+4x+33x^2 + 4x + 3
    • Derivative of the denominator: 3x2+2x+13x^2 + 2x + 1
    • Still a ∞∞\frac{\infty}{\infty} indeterminate form
    • Differentiate again: numerator 6x+46x + 4, denominator 6x+26x + 2
    • Still a ∞∞\frac{\infty}{\infty} indeterminate form
    • Differentiate again: numerator 66, denominator 66
    • The final limit is 11

Answer: lim⁡x→∞x3+2x2+3x+4x3+x2+x+1=1\lim_{x \to \infty} \frac{x^3 + 2x^2 + 3x + 4}{x^3 + x^2 + x + 1} = 1

Exercise 5

Find the limit lim⁡x→0x2sin⁡1x\lim_{x \to 0} x^2 \sin \frac{1}{x}

Reference Answer(1 个标签)
comprehensive limit

Idea: This limit is hard to compute directly, so we can use the squeeze theorem.

Detailed steps:

  1. Analyze the features of the function:

    • As x→0x \to 0, we have x2→0x^2 \to 0
    • sin⁡1x\sin \frac{1}{x} oscillates between [−1,1][-1, 1]
  2. Construct the inequality:

    • Since −1≤sin⁡1x≤1-1 \leq \sin \frac{1}{x} \leq 1
    • We have −x2≤x2sin⁡1x≤x2-x^2 \leq x^2 \sin \frac{1}{x} \leq x^2
  3. Find the limits of the boundary functions:

    • lim⁡x→0(−x2)=0\lim_{x \to 0} (-x^2) = 0
    • lim⁡x→0x2=0\lim_{x \to 0} x^2 = 0
  4. Apply the squeeze theorem:

    • Since −x2≤x2sin⁡1x≤x2-x^2 \leq x^2 \sin \frac{1}{x} \leq x^2
    • And lim⁡x→0(−x2)=lim⁡x→0x2=0\lim_{x \to 0} (-x^2) = \lim_{x \to 0} x^2 = 0
    • Therefore lim⁡x→0x2sin⁡1x=0\lim_{x \to 0} x^2 \sin \frac{1}{x} = 0

Answer: lim⁡x→0x2sin⁡1x=0\lim_{x \to 0} x^2 \sin \frac{1}{x} = 0

Exercise 6

Find the limit lim⁡x→0ex−1−xx2\lim_{x \to 0} \frac{e^x - 1 - x}{x^2}

Reference Answer(1 个标签)
comprehensive limit

Idea: This is a 00\frac{0}{0} indeterminate form, so we can use L’Hôpital’s rule.

Detailed steps:

  1. Check the type of indeterminate form:

    • As x→0x \to 0, the numerator ex−1−x→0e^x - 1 - x \to 0
    • As x→0x \to 0, the denominator x2→0x^2 \to 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Use L’Hôpital’s rule:

    • (ex−1−x)′=ex−1(e^x - 1 - x)' = e^x - 1
    • (x2)′=2x(x^2)' = 2x
  3. Take the limit of the derivatives: lim⁡x→0ex−12x\lim_{x \to 0} \frac{e^x - 1}{2x} This is still a 00\frac{0}{0} indeterminate form

  4. Use L’Hôpital’s rule again:

    • (ex−1)′=ex(e^x - 1)' = e^x
    • (2x)′=2(2x)' = 2
  5. Take the limit of the second derivatives: lim⁡x→0ex2=e02=12\lim_{x \to 0} \frac{e^x}{2} = \frac{e^0}{2} = \frac{1}{2}

Answer: lim⁡x→0ex−1−xx2=12\lim_{x \to 0} \frac{e^x - 1 - x}{x^2} = \frac{1}{2}