For any triangle with sides-lengths $a$, $b$ and $c$ prove or disprove (1) and (2) :
- $$\sum_\mathrm{cyc} \frac{1}{\frac{(a+b)^2-c^2}{a^2}+1}\ge \frac34$$
- Equality in (1) holds if and only if the triangle is equilateral.
Playing with GeoGebra tells that they are correct, however, the proof eludes me.
Please help :)
We can set $a=y+z,b=x+z,c=x+y$ and find the minimum of $$ H(x,y,z)=\sum_{cyc}\frac{(x+z)^2}{5x^2+4xy+6xz+z^2}$$ over ${\mathbb{R}^+}^3$. Since cyclic permutations of the variables are allowed, we can assume without loss of generality that $a\leq b\leq c$ or $a\geq b\geq c$, that is equivalent to say that $y$ always lie between $x$ and $z$. Since the starting inequality is homogeneous, we can assume also that $x+y+z=3$. As a sum of non-negative convex functions, $H$ is a non-negative convex function too, hence it has a unique minimum point over $D={\mathbb{R}^+}^3\cap\{(x,y,z): x+y+z=3\}$. By computing the partial derivatives of $H$ we can see that $(1,1,1)$ is a stationary point inside the domain $D$, hence it is a minimum (by convexity, maxima lie on the boundary and there are no saddle points). This gives: $$H(x,y,z)\geq H(1,1,1) = \frac{3}{4}$$ as wanted.