Finding minimal value of $\sqrt{5x^2 - 40x + 85} + \sqrt{5x^2 - 24x + 53}$ without using derivatives

306 Views Asked by At

Find minimal value of $f(x) = \sqrt{5x^2 - 40x + 85} + \sqrt{5x^2 - 24x + 53}$.

I can solve it using derivatives. Is there any other way to solve it? For example using some popular inequalities?

2

There are 2 best solutions below

4
On BEST ANSWER

HINT :

We can write $$\frac{f(x)}{\sqrt 5}=\sqrt{(x-4)^2+(0-1)^2}+\sqrt{\left(x-\frac{12}{5}\right)^2+\left(0-\frac{11}{5}\right)^2}.$$

This represents the sum of the distance between $(x,0)$ and $(4,1)$ and the distance between $(x,0)$ and $\left(\frac{12}{5},\frac{11}{5}\right)$.

0
On

As suggested by mathlove, if we set $A=\left(\frac{12}{5},\frac{11}{5}\right), B=(x,0)$ and $C=\left(4,1\right)$, we have: $$ f(x) = \sqrt{5}\left( AB+BC \right) $$ that is minimized when $B$ belongs to the $AC$-line.