How Do You Prove This Limit Equals the Derivative?

In summary, the problem asks to prove that under certain conditions, the limit of a function is equal to its derivative. The attempted solution uses the definitions of double limits and shows that for any given \varepsilon, it is possible to find the necessary values of \delta for the desired inequality to hold. Some discussion is also had on the dependence of these values on the variables h and k.
  • #1
jgens
Gold Member
1,593
50

Homework Statement



If [itex]f[/itex] is differentiable at [itex]a[/itex], prove the following:
[tex]\lim_{h,k \to 0^+} \frac{f(a+h)-f(a-k)}{h+k} = f'(a)[/tex]

Homework Equations



N/A

The Attempt at a Solution



At the moment, I don't have a complete proof worked out, but I was wondering if someone could comment on the validity of this reasoning . . .

Clearly, for every [itex]\varepsilon > 0[/itex], there exists a [itex]\delta_1 > 0[/itex] such that if [itex]0 < k < \delta_1[/itex] then . . .

[tex]\left|\frac{f(a+h)-f(a-k)}{h+k} - \frac{f(a+h) - f(a)}{h} \right| < \frac{\varepsilon}{2}[/tex]*​

Moreover, for this same [itex]\varepsilon[/itex], there must be some other number [itex]\delta_2 > 0[/itex] such that whenever [itex]0 < h < \delta_2[/itex], it follows that . . .

[tex]\left|\frac{f(a+h)-f(a)}{h} - f'(a) \right| < \frac{\varepsilon}{2}[/tex]​

From this, so long as [itex]0 < k < \delta_1[/itex] and [itex]0 < h < \delta_2[/itex], we have

[tex]\left|\frac{f(a+h)-f(a-k)}{h+k} - f'(a) \right| < \varepsilon[/tex]​

as desired.

*I realize that this is the point that really needs some work, but I think that it should be a trivial (albeit potentially long-winded) exercise to find the proper [itex]\delta[/itex].
 
Physics news on Phys.org
  • #2


Looks fine, just remamber that the first inequality with given [tex]\delta_1[/tex] must hold for all [tex]0 < h <\delta_2[/tex].
 
  • #3


Well, the first inequality should hold for any arbitrary h > 0, so I should have my bases covered. Thanks! I'll work on finding a proper [itex]\delta[/itex] now.
 
  • #4


Since we don't have any global assumptions on f, I don't think it's possible to find [tex]\delta[/tex] for arbitrary h. If, for example, for some h>0 function
[tex]\phi_h(k)=\frac{f(a+h)-f(a-k)}{h+k}[/tex]
is discontinuous at 0, it's hopeless.
 
  • #5


Well, I'm working on my phone right now, so I'm not sure if this is correct, but here are my thoughts. For every [itex]\varepsilon > 0[/itex], it's clearly possible to find a [itex]\delta_1 > 0[/itex] such that if [itex]0 < h < \delta_1[/itex], then the second inequality holds. Based on this choice of [itex]h[/itex] and the continuity of [itex]f[/itex] at [itex]a[/itex], it's then possible to choose a [itex]\delta_2 > 0[/itex] such that if [itex]0 < k < \delta_2[/itex], then the second inequality holds. This would show that for every number [itex]\varepsilon > 0[/itex], it's possible to find the necessary two numbers [itex]\delta > 0[/itex] for the final inequality to hold. However, looking through this, the dependence of [itex]\delta_2[/itex] on h seems like it might be problematic. Ugh :(

Edit: I'm fairly certain that it's possible to find the necessary [itex]\delta[/itex]s that I allude to in this post; it's just is the second one's reliance on h problematic or is it a non-issue.
 
  • #6


Thanks! I'll try to post a fully worked out proof later tonight when I have access to a computer. If you don't mind, could you explain why the delta with dependence on h is problematic? I understand why it's certainly problematic if the delta is dependent on the same variable it's placing a bound on, but I can't figure it out exactly when it's dependent on a different variable. Thanks again!
 
  • #7


I would probably be able to replace delta 2's dependence on h with a dependence on delta 1. I'm not sure if this makes the situation any better, but I could really use some help here. Thanks.
 
  • #8


Sorry for deleting that post. Dependence is indeed problematic because of the definition of double limit, but I realized I made a critical mistake in my solution. I'll think about and post if I find anything useful. Good luck!
 
  • #9


Try this. Can you show min(L1,L2)<=(h*L1+k*L2)/(h+k)<=max(L1,L2) for h and k positive? Can you think how you might use that?
 
  • #10


Thanks for the help Dick! First, we need only note that ...

[tex]h\min{(L_1,L_2)} + k\min{(L_1,L_2)} \leq h \dot L_1 + k \dot L_2 \leq h\max{(L_1,L_2)} + k\max{(L_1,L_2)}[/tex]​

From which the inequality that you posted follows immediately. Next, we define [itex]L_1[/itex] and [itex]L_2[/itex] such that ...

[tex]L_1 = \frac{f(a+h)-f(a)}{h}[/tex]
[tex]L_2 = \frac{f(a)-f(a-k)}{k}[/tex]

Using these definitions, we have that ...

[tex]\min{(L_1,L_2)} \leq \frac{f(a+h)-f(a)+f(a)-f(a-k)}{h+k} = \frac{f(a+h)-f(a-k)}{h+k} \leq \max{(L_1,L_2)}[/tex]​

And then using the squeeze theorem or explicitly writing out the [itex]\varepsilon-\delta[/itex] proof, we prove the desired result. Is this what you were getting at Dick?
 
  • #11


Sure, it's a squeeze theorem. And you know how to apply it. So why is min(L1,L2)<=(h*L1+k*L2)/(h+k)<=max(L1,L2) for h,k>0? Do you get that part?
 
  • #12


Dick said:
So why is min(L1,L2)<=(h*L1+k*L2)/(h+k)<=max(L1,L2) for h,k>0? Do you get that part?

The first part of my post was meant to address that, I'm sorry if it wasn't clear. To outline it again without that pain of the maxs/mins, I'll assume (without loss of generality) that [itex]L_1 \leq L_2[/itex]. Clearly ...

[tex]L_1(h+k) \leq h \dot L_1 + k \dot L_2 \leq L_2(h+k)[/tex]​

Dividing through by [itex]h+k[/itex] we get ...

[tex]L_1 \leq \frac{h \dot L_1 + k \dot L_2}{h+k} \leq L_2[/tex]​

as desired.
 
  • #13


losiu99 said:
Sorry for deleting that post. Dependence is indeed problematic because of the definition of double limit, but I realized I made a critical mistake in my solution. I'll think about and post if I find anything useful. Good luck!

Thanks for your help anyway. I'm not familiar at all with the definition of a limit involving two variables (single variable calc. course here) so that makes sense why I was having such a difficult time explicitly understanding why the dependence was so problematic; after looking up the correct definition, it makes complete sense.
 
  • #14


jgens said:
The first part of my post was meant to address that, I'm sorry if it wasn't clear. To outline it again without that pain of the maxs/mins, I'll assume (without loss of generality) that [itex]L_1 \leq L_2[/itex]. Clearly ...

[tex]L_1(h+k) \leq h \dot L_1 + k \dot L_2 \leq L_2(h+k)[/tex]​

Dividing through by [itex]h+k[/itex] we get ...

[tex]L_1 \leq \frac{h \dot L_1 + k \dot L_2}{h+k} \leq L_2[/tex]​

as desired.

That's a bit of circular reasoning and why are you putting dots on the L's? I know L1<=(h*L1+k*L2)/(h+k)<=L2 is true for L1<=L2 and h,k>0. But do you know why? I'll give you a hint. It's the same reason why L1<=t*L1+(1-t)*L2<=L2 for t in [0,1].
 
  • #15


Sorry about the dots, they were supposed to be multiplication signs. And what's particularly circular about my reasoning? If I choose arbitrary [itex]h,k > 0[/itex] and assume that [itex]L_1 \leq L_2[/itex], then [itex]hL_1 + kL_1 \leq hL_1 + kL_2[/itex] since [itex]kL_1 \leq kL_2[/itex]. The other inequality would follow from similar reasoning.

I'm off to bed now, so I'll follow up on your last idea tomorrow morning. Thanks again Dick!
 
  • #16


Oh, nothing circular about your thinking. More of a problem with my following what you are doing. I was focusing on the dots. Don't worry about it.
 
  • #17


We can solve it similarly without any min/max reasoning. Observe that
[tex]\left|\frac{f(a+h)-f(a-k)}{h+k}-f'(a) \right|
=
\left|\frac{f(a+h)-f(a) + f(a)-f(a-k)}{h+k}-f'(a)\right|
=
[/tex]
[tex]
\left|\frac{f(a+h)-f(a) -hf'(a)+ f(a)-f(a-k)-kf'(a)}{h+k}\right|
\leq
[/tex]
[tex]
\left|\frac{f(a+h)-f(a) -hf'(a)}{h+k}+\frac{f(a) - f(a-k)-kf'(a)}{h+k}\right|
\leq
[/tex]
[tex]
\frac{h}{h+k} \left|\frac{f(a+h)-f(a)}{h} -f'(a)\right|
+\frac{k}{h+k} \left|\frac{f(a-k)-f(a)}{-k} -f'(a)\right| \leq
[/tex]
[tex]
\left|\frac{f(a+h)-f(a)}{h} -f'(a)\right|+\left|\frac{f(a-k)-f(a)}{-k} -f'(a)\right|[/tex]
Sorry for not posting this earlier, I wanted to complete you original idea.
 
Last edited:
  • #18


Thanks again Dick! And nice proof losiu99! I really appreciate all the help that you've given me.
 

FAQ: How Do You Prove This Limit Equals the Derivative?

What are derivatives and why are they important in science?

Derivatives are mathematical tools used to measure the rate of change of a function. They are important in science because they allow us to understand and analyze how variables change over time or space, which is crucial in many scientific fields such as physics, chemistry, and biology.

How do you calculate derivatives?

There are several methods for calculating derivatives, including the power rule, product rule, quotient rule, and chain rule. These methods involve using basic algebra and calculus techniques to manipulate the given function and find the derivative.

What are some real-life applications of derivatives?

Derivatives have numerous applications in real life, such as predicting the movement of stock prices, determining the speed and acceleration of objects in motion, and analyzing changes in population growth. They are also used in engineering, economics, and medicine.

What is the relationship between derivatives and integrals?

Derivatives and integrals are inverse operations of each other. The derivative of a function represents its instantaneous rate of change at a specific point, while the integral of a function represents the area under the curve of that function. In other words, derivatives measure changes in a function, while integrals measure the accumulation of those changes.

How can I improve my understanding and skills in working with derivatives?

Practicing and solving different types of derivative problems is the best way to improve your understanding and skills. You can also seek help from online resources, textbooks, or a tutor. It is also important to have a strong foundation in algebra and calculus to effectively work with derivatives.

Back
Top