$f(x)=x^3-3x^2+5x\;$ and $\;f(a)=1,f(b)=5.\;$ Find $a+b$.
I know only one real root exist for each equation as derivative of the function is always positive .I do not intend to use the formula of roots of cubic equation. How should i go about this problem ????
I assume that $a$ and $b$ are real numbers (this can be guaranteed since $f(a)=1$ and $f(b)=5$ have real solutions.
As you said that $f^\prime$ is always positive that means $f$ is a strictly increasing function. Since $f(0)=0$ then $0<a<b$. Note that we have $$f(\frac{a+b}2)-\frac{f(a)}2-\frac{f(b)}2=-\frac38(b-a)^2(a+b-2).$$ So, If $a+b\leq 2$ then $$f(\frac{a+b}2)-\frac{f(a)}2-\frac{f(b)}2\ge0\iff f(\frac{a+b}2)\ge 3\iff\frac{a+b}2\ge 1\iff a+b\ge 2 $$ which gives $a+b=2$. If $a+b>2$, then have $$f(\frac{a+b}2)-\frac{f(a)}2-\frac{f(b)}2<0\iff f(\frac{a+b}2)< 3\iff\frac{a+b}2< 1\iff a+b< 2 $$ that leads to contradiction.
In conclusion, we must have $a+b=2$.