Understanding the Mean Value Theorem for Differentiation

Click For Summary

Discussion Overview

The discussion revolves around the Mean Value Theorem for differentiation and its implications in calculus, particularly in relation to Taylor's theorem. Participants explore the relationships between derivatives, Taylor expansions, and the conditions under which certain approximations hold true.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the validity of an equation involving derivatives and seeks clarification on the notation used.
  • Another participant suggests that the equation can be derived from Taylor's theorem, indicating that the expression for derivatives at shifted points can be approximated using Taylor expansions.
  • A participant expresses confusion about the application of Taylor's theorem and whether the differences in derivatives can be expressed as exact or only approximate relationships.
  • Discussion includes the assertion that the Mean Value Theorem provides a specific value of c that satisfies a relationship between function values and derivatives, but does not specify how to find c.
  • One participant attempts to reconcile the Mean Value Theorem with Taylor's theorem, suggesting that the approximation becomes exact under certain conditions.
  • Another participant emphasizes the importance of the interval and the dependency of c on the chosen values of a and b in the Mean Value Theorem.

Areas of Agreement / Disagreement

Participants express varying degrees of understanding regarding the Mean Value Theorem and its relationship to Taylor's theorem. Some agree on the general principles but disagree on the implications of the approximations and the exactness of certain relationships.

Contextual Notes

There are unresolved questions about the conditions under which the approximations hold, particularly regarding the distinction between exact and approximate relationships in the context of infinitesimals and finite differences.

Who May Find This Useful

This discussion may be of interest to students and educators in calculus, particularly those looking to deepen their understanding of the Mean Value Theorem and its applications in differentiation and Taylor series.

ice109
Messages
1,708
Reaction score
6
can someone tell me why this is true

[tex]\vec{F}=T(\frac{dy(x+\Delta x)}{dx}-\frac{dy(x)}{dx})\cong T(\frac{d^2y(x)}{dx^2})\Delta x[/tex]

and am i correct in understanding the notation in that that dy(x) simply means the same as dy when it is implied dy is a function of x?
 
Physics news on Phys.org
if [tex]\frac{dy(x+\Delta x)}{dx}[/tex] means [tex]\frac{dy}{dx}[/tex] evaluated at [tex](x+\Delta x)[/tex], your equation follows from Taylor's theorem:

[tex]f(x+h) = f(x) + h\frac{df(x)}{dx} + \dots[/tex]

where [tex]f(x) = \frac{dy(x)}{dx}[/tex]
 
AlephZero said:
if [tex]\frac{dy(x+\Delta x)}{dx}[/tex] means [tex]\frac{dy}{dx}[/tex] evaluated at [tex](x+\Delta x)[/tex], your equation follows from Taylor's theorem:

[tex]f(x+h) = f(x) + h\frac{df(x)}{dx} + \dots[/tex]

where [tex]f(x) = \frac{dy(x)}{dx}[/tex]

sorry don't see it? do you mean to expand the two differential functions on the left within the parenthesis in a taylor series and then find their difference? and their difference is supposed to look like the right hand side?

the relationship is from this page

http://galileo.phys.virginia.edu/classes/152.mf1i.spring02/AnalyzingWaves.htm
 
You agree [tex]f(x+h) \cong f(x) + h\frac{df}{dx}(x)[/tex] for any differentiable function f, when h is small?

So [tex]f(x+h) - f(x) \cong h\frac{df}{dx}(x)[/tex]

Take [tex]f(x) = \frac{dy}{dx}(x)[/tex]

[tex]\frac{dy}{dx}(x+h) - \frac{dy}{dx}(x) \cong h\frac{d^2y}{dx^2}(x)[/tex]

Reformat the notation a bit, and write [tex]\Delta x[/tex] instead of [tex]h[/tex] and the result is your equation.
 
so that's a good explanation aleph but i was rusty about taylor's theorem. so i looked that up and that led me to mean value theorem

this restatement of mean value is for my own edification mostly as I'm sure you know it but ok so we have

[tex]\frac{f(b)-f(a)}{b-a}=f'(c)[/tex]

which can be rearranged to be

[tex]f(b)=f(a)+(b-a)f'(c) \hspace{2mm} \mbox{or} \hspace{2mm} f(x+\Delta{x})=f(x)+\Delta{x}f'(x+\Delta{x})[/tex]

and then differentiating with respect to x at that same point, with a change of notation

[tex]\frac{dy(x+\Delta{x})}{dx}=\frac{dy(x)}{dx}+\Delta{x}\frac{d^2y(x+\Delta{x})}{dx^2}[/tex]

which is not just congruent but exact right? i think this is the relationship they've used in the page i linked to, though i know taylor's theorem is derived from the mean value theorem.

the problem is why is this mean value relationship exact but the one on the page only congruent? but i think I've discovered the reason for the approximation, i think that it is considered congruent because [itex]\Delta{x}[/tex] is not the infinitesmal while they are looking at an infinitesmal piece of string. of course it is even mentioned that the relationship becomes exact when [itex]x\rightarrow 0[/itex]. am i correct?[/itex]
 
You can think in terms of the definition of a derivative as well - If you divide both sides of the equation by Dx, and let, say g(x) = dy/dx, the LHS becomes the difference equation corresponding to a derivative, i.e.

[g(x+Dx)-g(x)]/[(x+Dx-x)] = [g(x+Dx)-g(x)]/dx = LHS

Taking the limit as dx approaches 0;

[g(x+Dx)-g(x)]/Dx = dg/dx = d^2y/dx^2 = RHS

By definition of a derivative.

Essentially this means that as long as Dx is small enough, the LHS and RHS will be approximately equal.

Claude.
 
ice109 said:
this restatement of mean value is for my own edification mostly as I'm sure you know it but ok so we have

[tex]\frac{f(b)-f(a)}{b-a}=f'(c)[/tex]

which can be rearranged to be

[tex]f(b)=f(a)+(b-a)f'(c) \hspace{2mm} \mbox{or} \hspace{2mm} f(x+\Delta{x})=f(x)+\Delta{x}f'(x+\Delta{x})[/tex]

...am i correct?

Not quite. What the mean value theorem says is that for any interval [a,b] there is some value of c where a <= c <= b that satisfies [tex]\frac{f(b)-f(a)}{b-a}=f'(c)[/tex].

But the value of c depends on a, b, and the function f, and the theorem doesn't tell you anything about how to find the value of c, it just says there always is a value.

You can't make a free choice of a, b, and c to get the equation you said was "not just conjugate but exact".
 
AlephZero said:
Not quite. What the mean value theorem says is that for any interval [a,b] there is some value of c where a <= c <= b that satisfies [tex]\frac{f(b)-f(a)}{b-a}=f'(c)[/tex].

But the value of c depends on a, b, and the function f, and the theorem doesn't tell you anything about how to find the value of c, it just says there always is a value.

You can't make a free choice of a, b, and c to get the equation you said was "not just conjugate but exact".

yes you're right, that i replaced c with x+[itex]\Delta[/itex]x, don't know why i did that

all is clear now
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K