In calculus, l'Hôpital's rule uses derivatives to help compute limits with indeterminate forms. Application (or repeated application) of the rule often converts an indeterminate form to a determinate form, allowing easy computation of the limit. The rule is named after the 17th century French mathematician Guillaume François Antoine, Marquis de l'Hôpital (1661 - 1704), who published the rule in his book Analyse des infiniment petits pour l'intelligence des lignes courbes (1696), the first book to be written on the differential calculus. It is likely, however, that the result was originally due to Johann Bernoulli, upon whose lectures the text was largely based.

Contents

Overview

When determining the limit of a quotient f(x)/g(x) when both the numerator and denominator approach 0 or the denominator approaches infinity, l'Hôpital's rule states that differentiation of both the numerator and denominator does not change the limit. This differentiation, however, often simplifies the quotient and/or converts it to a determinate form, allowing the limit to be determined more easily.

Symbolically, if <math>c \in \mathbb{R}^*<math> and

<math>
 \lim_{x\to c}{f'(x) \over g'(x)} = A, A \in \mathbb{R}

<math>

<math>

\begin{cases}

 \lim_{x\to c}{f(x)} = \lim_{x\to c}g(x) = 0  \\
 \mbox{or} \\
  \lim_{x\to c}{|g(x)|} = +\infty 

\end{cases} <math> then

<math>\lim_{x\to c}{f(x)\over g(x)}=A.<math>

Please note the requirement that the limit f′/g′ exists. Differentiation of limits form can sometimes lead to limits that don't exist. In that case, l'Hôpital's rule can't be applied. In real calculations, one would just use the rule "on a good word" and then if he manages to solve the resulting limit, he can conclude that it was possible to use l'Hôpital's theorem.

Examples

<math>
 \lim_{x \to 0} \frac{\sin x}{x}

= \lim_{x \to 0} \frac{\cos x}{1} = \frac{1}{1} = 1 <math>

However, it is simpler to observe that this limit is just the definition of the derivative of sin(x) at x = 0.
In fact this particular limit is needed in the most usual proof that the derivative of sin(x) is cos(x), but we cannot use l'Hôpital's rule to do this, as it would produce a circular argument.
  • Here is a more elaborate example involving the indeterminate form 0/0. Applying the rule a single time still results in an indeterminate form. In this case, the limit may be evaluated by applying l'Hôpital's rule three times:
<math>\lim_{x\to 0} {2\sin x-\sin 2x \over x-\sin x}<math>
<math>=\lim_{x\to 0}{2\cos x-2\cos 2x \over 1-\cos x}<math>
<math>=\lim_{x\to 0}{-2\sin x +4\sin 2x \over \sin x}<math>
<math>=\lim_{x\to 0}{-2\cos x +8\cos 2x \over \cos x}<math>
<math>={-2\cos 0 +8\cos 0 \over \cos 0}=6.<math>
  • Here is another case involving 0/0.
<math>\lim_{x\to 0}{e^x-1-x \over x^2}

=\lim_{x\to 0}{e^x-1 \over 2x} =\lim_{x\to 0}{e^x \over 2}={1 \over 2}.<math>

  • Here is a case of ∞/∞:
<math>
 \lim_{x \to \infty} \frac{\sqrt{x}}{\ln(x)}
 = \lim_{x \to \infty} \frac{\ 1/(2 \sqrt{x}\,)\ }{1/x}
 = \lim_{x \to \infty} \frac{\sqrt{x}}{2}
 = \infty.

<math>

  • This one involves ∞/∞. Assume n is a positive integer.
<math>\lim_{x\to\infty} x^n e^{-x}

=\lim_{x\to\infty}{x^n \over e^x} =\lim_{x\to\infty}{nx^{n-1} \over e^x} =n\lim_{x\to\infty}{x^{n-1} \over e^x}.<math>

Iterate the above until the exponent is 0. Then one sees that the limit is 0.
  • This one involves ∞/∞.
<math>\lim_{x\to 0+} x\ln x=\lim_{x\to 0+}{\ln x \over 1/x}

=\lim_{x\to 0+}{1/x \over -1/x^2} =\lim_{x\to 0+} -x = 0<math>

<math>\lim_{x\to 0} \frac{\sin\left(\pi f_0 t\right)\cos\left(\pi \alpha f_0 t\right)}{\pi f_0 t\left[1 - \left(2 \alpha f_0 t\right)^2\right]} = \frac{\pi f_0}{\pi f_0} = 1.<math>

Proof

The most common proof of l'Hôpital's rule uses Cauchy's mean value theorem.

1) The case when <math>f(x) \to 0, g(x) \to 0<math>

First, we expand continuously (or redefine) <math>f(x)<math> and <math>g(x)<math> by <math>0<math> for <math>x=c<math>. This doesn't change the limit since the limit doesn't depend on the value in the point (by definition).

According to Cauchy's mean value theorem there is a constant <math>\xi<math> in <math> c < \xi < c+h <math> such that:

<math>
 {f'(\xi) \over g'(\xi)} 

= {f(c + h) - f(c) \over g(c + h) - g(c)} <math>

Since <math>f(c) = g(c) = 0<math>,

<math> {f'(\xi)\over g'(\xi)} = {f(c + h)\over g(c + h)}

<math>

If <math>h \to 0<math> then <math>\xi \to c<math> and

<math>

\lim_{x\to c}{f'(x)\over g'(x)} = \lim_{h\to 0}{f'(\xi)\over g'(\xi)} = \lim_{h\to 0}{f(c+h) \over g(c+h)} = \lim_{x\to c}{f(x) \over g(x)} <math>

2) The case when <math>|g(x)| \to +\infty<math>

Let <math> x < y < x + h<math>. Then using Cauchy's mean value theorem:

<math>

{f'(\xi) \over g'(\xi)} = {f(x) - f(y) \over g(x) - g(y)} <math>

We rewrite that in the form

<math>

{f(x) \over g(x)} = {g(y) \over g(x)} + \left [ 1 - {g(y) \over g(x)} \right ] {f'(\xi) \over g'(\xi)} <math>

and then by the discussion of all the three cases

<math>

\begin{cases} \lim_{x \to c}{f'(x) \over g'(x)} = 0 \\ \\ \lim_{x \to c}{f'(x) \over g'(x)} = B \in \mathbb{R} \\ \\ \lim_{x \to c}{f'(x) \over g'(x)} = \pm \infty \end{cases} <math>

we show that the limit of f(x)/g(x) tends to the same when <math>x \to c<math> and <math>h \to 0<math>.

Other proofs

There are more intuitive proofs of the rule. If

<math>\lim_{x \to a} \frac{f(x)}{g(x)}<math>

tends to the indeterminate form 0/0, then the rule can be proven with a local linearity argument. If it tends to the indeterminate form <math>{\infty}/{\infty}<math>, then this can be converted to 0/0 form using the identity :<math>\frac{f(x)}{g(x)}=\frac{1/g(x)}{1/f(x)}.<math> By assuming this limit equals L, and taking the derivative of the numerator and denominator, it can be proven that <math>L=\lim_{x \to a}\frac{f'(x)}{g'(x)}<math>.

Other applications

Many other indeterminate forms, such as <math>1^\infty<math>, <math>\infty^0<math>, and <math>\infty-\infty<math> can be calculated using l'Hôpital's rule.

For example, to handle a case of <math>\infty-\infty<math>, the difference of two functions is converted to a quotient:

<math>
 \lim_{x \to \infty} x - \sqrt{x^2 - x}

= \lim_{x \to \infty} \frac{ \left(x + \sqrt{x^2 - x}\right)

                            \left(x - \sqrt{x^2 - x}\right) }
                          { x + \sqrt{x^2 - x} } 

\quad<math>

<math>

= \lim_{x \to \infty} \frac{x^2 - (x^2 - x)}{x + \sqrt{x^2 - x}} \quad<math>

<math>

= \lim_{x \to \infty} \frac{x}{x + \sqrt{x^2 - x}} \quad<math>

<math>

= \lim_{x \to \infty} \frac{1}{1 + \frac{2x - 1}{2 \sqrt{x^2 - x}}} = \frac{1}{1 + 1} = \frac{1}{2} \quad<math>

Other methods of computing limits

Although l'Hôpital's rule's rule is a powerful way of computing otherwise hard-to-compute limits, it is not always the easiest. Some limits are actually easier to compute using the Taylor series expansion.

For example,

<math>
 \lim_{|x| \to \infty} x \sin {1 \over x}

= \lim_{|x| \to \infty} x

   \left( {1 \over x} - {1 \over x^3 \cdot 3!}
        + {1 \over x^5 \cdot 5!} - \cdots \right) 

\;<math>

<math>

= \lim_{|x| \to \infty} 1 - {1 \over x^2 \cdot 3!}

                       + {1 \over x^4 \cdot 5!} - \cdots\; =\; 1

\quad<math>

Logical circularity

In some cases it may constitute circular reasoning to use l'Hôpital's rule to evaluate such limits as

<math>\lim_{h\to 0}{(x+h)^n-x^n \over h}.<math>

If one uses the evaluation of the limit above for the purpose of proving that

<math>{d \over dx} x^n=nx^{n-1}\,<math>

and one uses l'Hôpital's rule and the fact that

<math>{d \over dx} x^n=nx^{n-1}\,<math>

in the evaluation of the limit, then the argument is circular and therefore fallacious.

See also

de:Regel von L'Hospital es:Regla de L'Hôpital fr:Règle de L'Hôpital is:Regla l'Hôpitals nl:Regel van L'Hôpital pl:Reguła de l'Hospitala ru:Правило Лопиталя th:หลักเกณฑ์โลปีตาล

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools