Suppose that f(x) is continuous on [0, 1], differentiable on (0, 1) and f(0) = 0, f(1) = 1. Prove that: f(x) + 2019 = 2019f'(x) + x have at least one root on (0, 1).
I think this problem should be solved by using Lagrange theorem, but don't know where to start, can anybody give me a hint?
Define $g(x)=f(x)-x$, $g(0)=g(1)=0$. The problem requires us to prove that there exists a $c \in (0,1)$ such that $g(c)=2019g'(c)$.
Now, for any $\alpha\in\mathbb{R}$, let $h(x)=e^{\alpha x}g(x)$.
By applying Lagrange's Theorem on $[0,1]$, we get $0=e^{\alpha c}(g'(c)+\alpha g(c))$ for some $c \in (0,1)$.
That is, there exists a $c\in (0,1)$ such that $-\alpha g(c)=g'(c)$ for any $\alpha\in\mathbb{R}$.
Simply put $\alpha=\frac{-1}{2019}$.