L'Hopital's Rule

What is the proof of L'Hopital's Rule and what's the intuitive idea\logic behind it? Can somebody please tell me?

#Advice #Math

Note by Shubham Srivastava
8 years ago

No vote yet
8 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Here is how I think about it. Suppose you are watching two horses racing away from you, in the same direction, and the ratio of their speeds approaches, say, 2 as time goes on. Then you would expect that in the long run the faster horse will be about twice as far from you, compared to the slower one, regardless of what happens in the beginning of the race. Hopefully this makes sense to you.

Alexander Borisov - 8 years ago

To prove l'Hôpital's rule, we could use Cauchy's mean value theorem, which in turn we can prove using Rolle's theorem. I will give you proofs of all the three theorems, hopefully Rolle's and Cauchy's are a bit more intuitive and will help make it more clear how we can use them to prove l'Hôpital's. So let's start with Rolle's theorem.

Rolle's theorem. Considering a real, continuous and differentiable function f(x)f(x) on the interval [a,b][a, b], if f(a)=f(b)f(a) = f(b), then there exists a point c, a<c<bc, \ a < c < b, such that f(c)=0f'(c) = 0.

Proof. Let MM and mm be the local maximum and minimum of f(x)f(x) on the interval [a,b][a, b] (the function has to have them since it is continuous). If the maximum and minimum are both on the endpoints, i.e. M=m=f(a)=f(b)M = m = f(a) = f(b), then f(x)=Mf(x) = M for x[a,b]x \in [a, b], hence f(x)=0f'(x) = 0 in the entire interval, so we can take any point in (a,b)(a, b) as our cc.

Now assume that there exists a point c(a,b)c \in (a, b) such that f(c)=Mf(c) = M. Since the maximum is in cc, for any h>0h > 0 such that c+h<bc + h < b, it holds that f(c+h)<M=f(c)f(c + h) < M = f(c). Hence the right derivative in cc must be lesser than or equal to zero. We can see this from the definition of the right derivative in cc:

f(c+)=limh0+f(c+h)f(c)h0f'(c^+) = \lim_{h \to 0^+} \frac{f(c+h) - f(c)}{h} \leq 0

Similarly, for any h<0h < 0, such that c+h>ac + h > a, it holds that f(c+h)<f(c)f(c+h) < f(c), so the left derivative must be greater than or equal to zero:

f(c)=limh0f(c+h)f(c)h0f'(c^-) = \lim_{h \to 0^-} \frac{f(c+h) - f(c)}{h} \geq 0

And since the function f(x)f(x) is differentiable in cc, it must hold that f(c+)=f(c)=0f'(c^+) = f'(c^-) = 0. We can prove it similarly for f(c)=mf(c) = m. QED.

Now that we have that, it is easy to prove Cauchy's theorem:

Cauchy's theorem. Considering two real functions f(x)f(x) and g(x)g(x) that are continuous and differentiable on the interval [a,b][a, b], there exists a c(a,b)c \in (a, b), such that (f(b)f(a)) g(c)=(g(b)g(a)) f(c)(f(b) - f(a)) \ g'(c) = (g(b)-g(a)) \ f'(c).

Proof. Let h(x)=f(x)λg(x)h(x) = f(x) - \lambda g(x), where λR\lambda \in \mathbb{R}. Clearly, h(x)h(x) is both continuous and differentiable on [a,b][a, b]. Consider a value of λ\lambda such that h(a)=h(b)h(a) =h(b):

f(a)λg(a)=f(b)λg(b)f(a) - \lambda g(a) = f(b) - \lambda g(b)

λ(g(a)g(b))=f(a)f(b)\lambda (g(a) - g(b)) = f(a) - f(b)

λ=f(a)f(b)g(a)g(b)\lambda = \frac{f(a) - f(b)}{g(a) - g(b)}

Since for this λ,h(a)=h(b)\lambda, h(a) = h(b), the function h(x)h(x) now satisfies Rolle's theorem. Hence there exists c(a,b)c \in (a, b) such that h(c)=0h'(c) = 0.

h(c)=f(c)λg(c)h'(c) = f'(c) - \lambda g'(c)

λ=f(c)g(c)=f(a)f(b)g(a)g(b)    (g(a)g(b)) f(c)=(f(a)f(b)) g(c)\lambda = \frac{f'(c)}{g'(c)} = \frac{f(a) - f(b)}{g(a) - g(b)} \implies (g(a) - g(b)) \ f'(c) = (f(a) - f(b)) \ g'(c),

which is what we wanted to prove. QED.

Finally, let's move on to l'Hôpital's rule:

l'Hôpital's rule. Considering two real functions f(x)f(x) and g(x)g(x) that are continuous and differentiable on the interval [a,b][a, b], such that f(a)=g(a)=0f(a) = g(a) = 0 and for all x(a,b),g(x)0x \in (a, b), g'(x) \neq 0, it holds that

limxa+f(x)g(x)=limxa+f(x)g(x)\lim_{x \to a^+} \frac{f(x)}{g(x)} = \lim_{x \to a^+} \frac{f'(x)}{g'(x)}

provided the right-hand side limit exists.

Proof. Using Cauchy's theorem on the interval (a,x)(a, x) for x(a,b)x \in (a, b), we know that there exists c(a,x)c \in (a, x) such that

f(c)g(c)=f(x)f(a)g(x)g(a)=f(x)g(x)\frac{f'(c)}{g'(c)} = \frac{f(x) - f(a)}{g(x) - g(a)} = \frac{f(x)}{g(x)}.

Now, if we consider this expression in the limit of xa+x \to a^+, we can see that ca+c \to a^+ also, because cc is always between aa and xx. Hence:

limca+f(c)g(c)=limxa+f(x)g(x)\lim_{c \to a^+} \frac{f'(c)}{g'(c)} = \lim_{x \to a^+} \frac{f(x)}{g(x)},

which is what we wanted to prove. QED.

The theorem can similarly be proven for left-hand side limits (which then together form the l'Hôpital's rule we generally use). Hopefully I've made it clearer to you, if there's any questions feel free to ask.

Petar Veličković - 8 years ago

Log in to reply

Simple and elegant proof!!!! Thanks!

Shubham Srivastava - 8 years ago

It makes intuitive sense. Let us think about the numerator and denominator of a number as pie and cutting it up. For example, 2/6 is two pies which are to be cut into 6 slices (not 6 slices each, just 6 slices in general). If we created a function for how many pies we have and how we are cutting it it makes intuitive sense that the rate at which we are making them divided by the rate at which we are cutting them is the same thing as our original process. It makes conceptual sense to me, it might not for you.

Alexander Sludds - 8 years ago

Well, I was about to make a full proof, but Petar V. did it very well. So I'll just help in the intuitive part:

If you have two functions that runs to \infty, how can you evaluate the limit of the ratio? Well, you need to know which function grows faster. The derivatives show us the growth of the function and the ratio of the derivatives, who grows faster.

x2x^2 and xx for exmeple, both goes to infinity. So what is the limit of x2x\frac{x^2}{x}? Of course you can simplify, but you don't need to. You know that x2x^2 grows much faster than xx, so it must be \infty.

The idea behind 00\frac{0}{0} is equivalent.

Victor Chaves - 8 years ago

lim 1-cosmx/1-cosnx = ?
x to 0

Jayesh Chandan - 5 years, 3 months ago

Well what stands for the logic part you may consider it as continued version of Stolz-Cesaro theorem.

http://en.wikipedia.org/wiki/L'H%C3%B4pital's_rule

Nicolae Sapoval - 8 years ago
×

Problem Loading...

Note Loading...

Set Loading...