[Math] Sides of a quadrilateral

geometric-inequalitiesgeometrypolygonsquadrilateral

In a triangle, with sides say $a,b,c$ we know that $a+b\geq{c}$ and $|a-b|\leq{c}$.
What are the inequalities we can form given the sides of the quadrilateral say $a,b,c,d$ where these are unknown to us.
Specifically I was doing the following problem when this question came to my mind.
In a trapezium, the lengths of the two parallel sides are $6$ and $10$ units. If one of the oblique sides has length $1$ unit, then prove that the length of the other oblique side is greater than $3$ units but less than $5$ units.
I solved this problem by dropping perpendiculars from the vertices of the smaller parallel side to the bigger one and then applying Pythagoras Theorem to get the length of the other oblique side. I was wondering of there is a simpler approach to this problem and in general what all can we say about the lengths of sides that form a quadrilateral.

Best Answer

You can, in fact generalize the triangle inequality to any other polygon. Try to prove by induction that for all polygons with number of sides $n \ge 3$ that the length of any side is always less than the sum of the other side lengths.

For quadrilaterals, Euler's theorem states that in any convex quadrilateral, $a^2+b^2+c^2+d^2 \ge p^2 + q^2$ where p and q are the diagonals of the quadrilateral. You can prove this by making some constructions and using the law of cosines.

There are specific inequalities for special quadrilaterals(cyclic, parallelograms, squares etc) but these are the only two general inequalities I can think of.