Rationalization Method

Rationalization is an important method for solving indeterminate forms that involve radicals. By rationalizing, we can eliminate the radicals and turn an irrational expression into a rational one, thereby finding the limit.

Basic Principle

When the limit expression contains radicals, rationalization can eliminate them, making the expression easier to handle.

Applicable Conditions

1. Indeterminate Forms Involving Radicals

  • 00\frac{0}{0} indeterminate form
  • \frac{\infty}{\infty} indeterminate form
  • Other cases involving radicals

2. Common Forms

  • abc\frac{\sqrt{a} - \sqrt{b}}{c}
  • a+bxc+dxx\frac{\sqrt{a + bx} - \sqrt{c + dx}}{x}
  • x+hxh\frac{\sqrt{x + h} - \sqrt{x}}{h}

Rationalization Techniques

1. Rationalizing the Numerator

When the numerator contains a radical, multiply both the numerator and the denominator by the conjugate of the numerator.

What is a conjugate?(1 个标签)
rationalization

Definition of a conjugate: For an expression of the form a+bca + b\sqrt{c}, its conjugate is abca - b\sqrt{c}.

Basic property:

  • (a+bc)(abc)=a2b2c(a + b\sqrt{c})(a - b\sqrt{c}) = a^2 - b^2c
  • This property eliminates the radical and is the core principle of rationalization.

Examples:

  • The conjugate of x+1\sqrt{x} + 1 is x1\sqrt{x} - 1
  • The conjugate of x+1+x1\sqrt{x + 1} + \sqrt{x - 1} is x+1x1\sqrt{x + 1} - \sqrt{x - 1}

Memory tips:

  • Square roots: change the middle sign (+ becomes −, − becomes +)
  • Cube roots: use the sum and difference of cubes formulas

2. Rationalizing the Denominator

When the denominator contains a radical, multiply both the numerator and the denominator by the conjugate of the denominator.

3. Double Rationalization

When both the numerator and the denominator contain radicals, rationalize each of them separately.

Common Formulas

Common rationalization formulas

1. Difference of Squares

(a+b)(ab)=ab(\sqrt{a} + \sqrt{b})(\sqrt{a} - \sqrt{b}) = a - b

2. Sum and Difference of Cube Roots

(a3+b3)(a23ab3+b23)=a+b(\sqrt[3]{a} + \sqrt[3]{b})(\sqrt[3]{a^2} - \sqrt[3]{ab} + \sqrt[3]{b^2}) = a + b (a3b3)(a23+ab3+b23)=ab(\sqrt[3]{a} - \sqrt[3]{b})(\sqrt[3]{a^2} + \sqrt[3]{ab} + \sqrt[3]{b^2}) = a - b

Worked Examples

Example 1

Find the limit limx01+x1x\lim_{x \to 0} \frac{\sqrt{1 + x} - 1}{x}

Reference Answer(1 个标签)
rationalization

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

Detailed steps:

  1. Check the type of indeterminate form:

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

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

  4. Cancel xx: xx(1+x+1)=11+x+1\frac{x}{x(\sqrt{1 + x} + 1)} = \frac{1}{\sqrt{1 + x} + 1}

  5. Take the limit: limx011+x+1=11+0+1=12\lim_{x \to 0} \frac{1}{\sqrt{1 + x} + 1} = \frac{1}{\sqrt{1 + 0} + 1} = \frac{1}{2}

Answer: limx01+x1x=12\lim_{x \to 0} \frac{\sqrt{1 + x} - 1}{x} = \frac{1}{2}

Example 2

Find the limit limx4x2x4\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4}

Reference Answer(1 个标签)
rationalization

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

Detailed steps:

  1. Check the type of indeterminate form:

    • When x=4x = 4, the numerator 42=22=0\sqrt{4} - 2 = 2 - 2 = 0
    • When x=4x = 4, the denominator 44=04 - 4 = 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Rationalize the numerator: x2x4=(x2)(x+2)(x4)(x+2)\frac{\sqrt{x} - 2}{x - 4} = \frac{(\sqrt{x} - 2)(\sqrt{x} + 2)}{(x - 4)(\sqrt{x} + 2)}

  3. Simplify: (x2)(x+2)(x4)(x+2)=x4(x4)(x+2)\frac{(\sqrt{x} - 2)(\sqrt{x} + 2)}{(x - 4)(\sqrt{x} + 2)} = \frac{x - 4}{(x - 4)(\sqrt{x} + 2)}

  4. Cancel the zero factor: x4(x4)(x+2)=1x+2\frac{x - 4}{(x - 4)(\sqrt{x} + 2)} = \frac{1}{\sqrt{x} + 2}

  5. Take the limit: limx41x+2=14+2=12+2=14\lim_{x \to 4} \frac{1}{\sqrt{x} + 2} = \frac{1}{\sqrt{4} + 2} = \frac{1}{2 + 2} = \frac{1}{4}

Answer: limx4x2x4=14\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4} = \frac{1}{4}

Practice Problems

Exercise 1

Find the limit limx9x3x9\lim_{x \to 9} \frac{\sqrt{x} - 3}{x - 9}

Reference Answer(1 个标签)
rationalization

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

Detailed steps:

  1. Check the type of indeterminate form:

    • When x=9x = 9, the numerator 93=33=0\sqrt{9} - 3 = 3 - 3 = 0
    • When x=9x = 9, the denominator 99=09 - 9 = 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Rationalize the numerator: x3x9=(x3)(x+3)(x9)(x+3)\frac{\sqrt{x} - 3}{x - 9} = \frac{(\sqrt{x} - 3)(\sqrt{x} + 3)}{(x - 9)(\sqrt{x} + 3)}

  3. Simplify: (x3)(x+3)(x9)(x+3)=x9(x9)(x+3)\frac{(\sqrt{x} - 3)(\sqrt{x} + 3)}{(x - 9)(\sqrt{x} + 3)} = \frac{x - 9}{(x - 9)(\sqrt{x} + 3)}

  4. Cancel the zero factor: x9(x9)(x+3)=1x+3\frac{x - 9}{(x - 9)(\sqrt{x} + 3)} = \frac{1}{\sqrt{x} + 3}

  5. Take the limit: limx91x+3=19+3=13+3=16\lim_{x \to 9} \frac{1}{\sqrt{x} + 3} = \frac{1}{\sqrt{9} + 3} = \frac{1}{3 + 3} = \frac{1}{6}

Answer: limx9x3x9=16\lim_{x \to 9} \frac{\sqrt{x} - 3}{x - 9} = \frac{1}{6}

Exercise 2

Find the limit limx01+x21x2\lim_{x \to 0} \frac{\sqrt{1 + x^2} - 1}{x^2}

Reference Answer(1 个标签)
rationalization

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

Detailed steps:

  1. Check the type of indeterminate form:

    • As x0x \to 0, the numerator 1+x210\sqrt{1 + x^2} - 1 \to 0
    • As x0x \to 0, the denominator x20x^2 \to 0
    • Hence it is a 00\frac{0}{0} indeterminate form
  2. Rationalize the numerator: 1+x21x2=(1+x21)(1+x2+1)x2(1+x2+1)\frac{\sqrt{1 + x^2} - 1}{x^2} = \frac{(\sqrt{1 + x^2} - 1)(\sqrt{1 + x^2} + 1)}{x^2(\sqrt{1 + x^2} + 1)}

  3. Simplify: (1+x21)(1+x2+1)x2(1+x2+1)=(1+x2)1x2(1+x2+1)=x2x2(1+x2+1)\frac{(\sqrt{1 + x^2} - 1)(\sqrt{1 + x^2} + 1)}{x^2(\sqrt{1 + x^2} + 1)} = \frac{(1 + x^2) - 1}{x^2(\sqrt{1 + x^2} + 1)} = \frac{x^2}{x^2(\sqrt{1 + x^2} + 1)}

  4. Cancel x2x^2: x2x2(1+x2+1)=11+x2+1\frac{x^2}{x^2(\sqrt{1 + x^2} + 1)} = \frac{1}{\sqrt{1 + x^2} + 1}

  5. Take the limit: limx011+x2+1=11+0+1=12\lim_{x \to 0} \frac{1}{\sqrt{1 + x^2} + 1} = \frac{1}{\sqrt{1 + 0} + 1} = \frac{1}{2}

Answer: limx01+x21x2=12\lim_{x \to 0} \frac{\sqrt{1 + x^2} - 1}{x^2} = \frac{1}{2}


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
limxa\lim_{x \to a}数学符号limit as x approaches aThe limit as xax \to a
x\sqrt{x}数学符号square root of xThe square root of xx
x3\sqrt[3]{x}数学符号cube root of xThe cube root of xx
a+bca + b\sqrt{c}数学符号a plus b root cAn expression containing a radical
abca - b\sqrt{c}数学符号a minus b root cThe conjugate of the previous expression
00\frac{0}{0}数学符号zero over zeroIndeterminate form
\frac{\infty}{\infty}数学符号infinity over infinityIndeterminate form
hh数学符号hThe increment of the independent variable

中英对照

中文术语英文术语音标说明
有理化rationalization/ˌræʃənəlaɪˈzeɪʃən/Eliminating radicals from an expression
共轭式conjugate/ˈkɒndʒʊɡət/An expression with the sign before the radical changed
分子有理化rationalizing the numerator/ˈræʃənəlaɪzɪŋ ðə ˈnjuːməreɪtə/Making the numerator free of radicals
分母有理化rationalizing the denominator/ˈræʃənəlaɪzɪŋ ðə dɪˈnɒmɪneɪtə/Making the denominator free of radicals
根式radical/ˈrædɪkəl/An expression containing a radical sign
平方差difference of squares/ˈdɪfrəns əv skweəz/The formula for a2b2a^2 - b^2
立方和差公式sum/difference of cubes/sʌm ˈdɪfrəns əv kjuːbz/Formulas for rationalizing cube roots