To find the bounds of the expression $\frac{(a+b+c)^2}{ab+bc+ca}$, when a ,b, c are the sides of the triangle.
I could disintegrate the given expression as $$\dfrac{a^2+b^2+c^2}{ab+bc+ca} + 2$$ and in case of equilateral triangle, the limit is 3.
Now how to proceed further?
Hint: The issue is that the condition "sides of a triangle," though it poses an easily stated set of constraints ("Triangle Inequality") is not easy to work with algebraically.
There is, however, a standard trick. The positive numbers $a$, $b$, and $c$ are sides of a triangle if and only if there exist positive numbers $p$, $q$, and $r$ such that $a=q+r$, $b=p+r$, $c=p+q$.
(The numbers $p,q,r$ have a simple geometric interpretation. Draw the incircle of the triangle. This meets the sides of the triangle at $3$ points, which divide each side of the triangle into $2$ segments. These segments are equal in pairs, and $p$, $q$, and $r$ are the three lengths of these segments.)
If we substitute for $a$, $b$, and $c$ in our expression, we get fairly quickly the desired bounds.