Can we rewrite the mean value theorem with an unknown x?

  • Thread starter Thread starter sponsoredwalk
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
sponsoredwalk
Messages
531
Reaction score
5
[tex]f(b) \ - \ f(a) \ = \ f'(c)(b \ - \ a)[/tex]

I'm just wondering can we write

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

for some unknown x &

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

I mean, are these the same thing for a specific x?I need to know this before I write the proof of Cauchy's Mean Value Theorem to check
whether I've done it right, please let me know :smile:
 
Physics news on Phys.org
sponsoredwalk said:
[tex]f(b) \ - \ f(a) \ = \ f'(c)(b \ - \ a)[/tex]

I'm just wondering can we write

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

for some unknown x &

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

I mean, are these the same thing for a specific x?


I need to know this before I write the proof of Cauchy's Mean Value Theorem to check
whether I've done it right, please let me know :smile:

Since I don't know the content of your proof, I can't comment on that, but assuming the mean value theorem, we know that there is a [tex]c\in (a,b)[/tex] such that the first equation is true and there is a [tex]d\in (a,x)[/tex] such that

[tex]f'(d) = \frac{f(x) \ - \ f(a)}{x \ - \ a} .[/tex]

However it seems like we would need to impose further conditions on f in order that [tex]d\in (a,b)[/tex], so the second equation that you write does not follow from the mean value theorem. I can't see that these equations would help you prove the mean value theorem.
 
Well I was just thinking about it, would they represent the same thing.

Here, here & here the proof's all give you a complicated looking formula and tell you that
this will prove everything, but where did it come from? I tried to derive it here so please
let me know if I've assumed anything :smile:

[tex]1) \ F(x) \rightarrow \ f(b) \ - \ f(a) \ = \ \frac{f(x) \ - \ f(a)}{x \ - \ a}(b \ - \ a)[/tex]

[tex]2) \ G(x) \rightarrow \ g(b) \ - \ g(a) \ = \ \frac{g(x) \ - \ g(a)}{x \ - \ a}(b \ - \ a)[/tex]

[tex]3) \ \frac{F(x)}{G(x)} \rightarrow \ \frac{f(b) \ - \ f(a)}{g(b) \ - \ g(a)} \ = \ \frac{f(x) \ - \ f(a)}{g(x) \ - \ g(a)}[/tex]


[tex]4) [ \ f(b) \ - \ f(a) \ ] \ \cdot \ [ \ g(x) \ - \ g(a) \ ] \ ] \ = \ [ \ f(x) \ - \ f(a) \ ] \ \cdot \ [ \ g(b) \ - \ g(a) \ ][/tex]


[tex]5) H(x) \ \rightarrow \ [ \ f(b) \ - \ f(a) \ ] \ \cdot \ [ \ g(x) \ - \ g(a) \ ] \ ] \ - \ [ \ f(x) \ - \ f(a) \ ] \ \cdot \ [ \ g(b) \ - \ g(a) \ ] \ = \ C[/tex]


[tex]6) \ H ' (x) \ \rightarrow \ [ f(b) \ - \ f(a) ] g'(x) \ - \ f'(x)[ \ g(b) \ - \ g(a)] \ = \ 0[/tex]


[tex]7) \ H ' (c) \ \rightarrow \ [ f(b) \ - \ f(a) ] g'(c) \ - \ f'(c)[ \ g(b) \ - \ g(a)] \ = \ 0[/tex]

[tex]8) \ [ f(b) \ - \ f(a) ] g'(c) \ = \ f'(c)[ g(b) \ - \ g(a)][/tex]

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

It seems a bit strange to write the first and second equations with x seeing as it
can only be b in order to have equality, unless I'm mistaken.