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.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# 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"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
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.
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) on the interval [a,b], if f(a)=f(b), then there exists a point c,a<c<b, such that f′(c)=0.
Proof. Let M and m be the local maximum and minimum of f(x) on the interval [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), then f(x)=M for x∈[a,b], hence f′(x)=0 in the entire interval, so we can take any point in (a,b) as our c.
Now assume that there exists a point c∈(a,b) such that f(c)=M. Since the maximum is in c, for any h>0 such that c+h<b, it holds that f(c+h)<M=f(c). Hence the right derivative in c must be lesser than or equal to zero. We can see this from the definition of the right derivative in c:
f′(c+)=limh→0+hf(c+h)−f(c)≤0
Similarly, for any h<0, such that c+h>a, it holds that f(c+h)<f(c), so the left derivative must be greater than or equal to zero:
f′(c−)=limh→0−hf(c+h)−f(c)≥0
And since the function f(x) is differentiable in c, it must hold that f′(c+)=f′(c−)=0. We can prove it similarly for f(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) and g(x) that are continuous and differentiable on the interval [a,b], there exists a c∈(a,b), such that (f(b)−f(a))g′(c)=(g(b)−g(a))f′(c).
Proof. Let h(x)=f(x)−λg(x), where λ∈R. Clearly, h(x) is both continuous and differentiable on [a,b]. Consider a value of λ such that h(a)=h(b):
f(a)−λg(a)=f(b)−λg(b)
λ(g(a)−g(b))=f(a)−f(b)
λ=g(a)−g(b)f(a)−f(b)
Since for this λ,h(a)=h(b), the function h(x) now satisfies Rolle's theorem. Hence there exists c∈(a,b) such that h′(c)=0.
l'Hôpital's rule. Considering two real functions f(x) and g(x) that are continuous and differentiable on the interval [a,b], such that f(a)=g(a)=0 and for all x∈(a,b),g′(x)=0, it holds that
limx→a+g(x)f(x)=limx→a+g′(x)f′(x)
provided the right-hand side limit exists.
Proof. Using Cauchy's theorem on the interval (a,x) for x∈(a,b), we know that there exists c∈(a,x) such that
g′(c)f′(c)=g(x)−g(a)f(x)−f(a)=g(x)f(x).
Now, if we consider this expression in the limit of x→a+, we can see that c→a+ also, because c is always between a and x. Hence:
limc→a+g′(c)f′(c)=limx→a+g(x)f(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.
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.
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 ∞, 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.
x2 and x for exmeple, both goes to infinity. So what is the limit of xx2? Of course you can simplify, but you don't need to. You know that x2 grows much faster than x, so it must be ∞.
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:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\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.
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) on the interval [a,b], if f(a)=f(b), then there exists a point c, a<c<b, such that f′(c)=0.
Proof. Let M and m be the local maximum and minimum of f(x) on the interval [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), then f(x)=M for x∈[a,b], hence f′(x)=0 in the entire interval, so we can take any point in (a,b) as our c.
Now assume that there exists a point c∈(a,b) such that f(c)=M. Since the maximum is in c, for any h>0 such that c+h<b, it holds that f(c+h)<M=f(c). Hence the right derivative in c must be lesser than or equal to zero. We can see this from the definition of the right derivative in c:
f′(c+)=limh→0+hf(c+h)−f(c)≤0
Similarly, for any h<0, such that c+h>a, it holds that f(c+h)<f(c), so the left derivative must be greater than or equal to zero:
f′(c−)=limh→0−hf(c+h)−f(c)≥0
And since the function f(x) is differentiable in c, it must hold that f′(c+)=f′(c−)=0. We can prove it similarly for f(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) and g(x) that are continuous and differentiable on the interval [a,b], there exists a c∈(a,b), such that (f(b)−f(a)) g′(c)=(g(b)−g(a)) f′(c).
Proof. Let h(x)=f(x)−λg(x), where λ∈R. Clearly, h(x) is both continuous and differentiable on [a,b]. Consider a value of λ such that h(a)=h(b):
f(a)−λg(a)=f(b)−λg(b)
λ(g(a)−g(b))=f(a)−f(b)
λ=g(a)−g(b)f(a)−f(b)
Since for this λ,h(a)=h(b), the function h(x) now satisfies Rolle's theorem. Hence there exists c∈(a,b) such that h′(c)=0.
h′(c)=f′(c)−λg′(c)
λ=g′(c)f′(c)=g(a)−g(b)f(a)−f(b)⟹(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) and g(x) that are continuous and differentiable on the interval [a,b], such that f(a)=g(a)=0 and for all x∈(a,b),g′(x)=0, it holds that
limx→a+g(x)f(x)=limx→a+g′(x)f′(x)
provided the right-hand side limit exists.
Proof. Using Cauchy's theorem on the interval (a,x) for x∈(a,b), we know that there exists c∈(a,x) such that
g′(c)f′(c)=g(x)−g(a)f(x)−f(a)=g(x)f(x).
Now, if we consider this expression in the limit of x→a+, we can see that c→a+ also, because c is always between a and x. Hence:
limc→a+g′(c)f′(c)=limx→a+g(x)f(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.
Log in to reply
Simple and elegant proof!!!! Thanks!
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.
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 ∞, 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.
x2 and x for exmeple, both goes to infinity. So what is the limit of xx2? Of course you can simplify, but you don't need to. You know that x2 grows much faster than x, so it must be ∞.
The idea behind 00 is equivalent.
lim 1-cosmx/1-cosnx = ?
x to 0
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