2

Let $f,g:[a,b] \rightarrow \mathbb{R}$ be continuous in $[a,b]$ and differentiable in $(a,b)$. Prove that there is a point $c \in (a,b)$ such that: $$[f(b)-f(a)]g'(c) = [g(b)-g(a)]f'(c).$$

I think this is a straightforward application of the mean value theorem to a clever function. Am I right? If so, which function? Thanks :)

Eugene Zhang
  • 17,100
Bohrer
  • 567

1 Answers1

3

Let $$ h(x)=(f(x)-f(a))(g(b)-g(a))-(f(b)-f(a))(g(x)-g(a)) $$ Then $h(a)=h(b)=0$. By Rolle's Theorem, there exists $c\in [a,b]$ such that $$ h'(c)=f'(c)(g(b)-g(a))-(f(b)-f(a))g'(c)=0 $$ Or $$f'(c)(g(b)-g(a))=(f(b)-f(a))g'(c)$$

Eugene Zhang
  • 17,100