Area of a Rhombus

Calculates the area of a rhombus as diagonal 1 × diagonal 2 ÷ 2.

A rhombus is a quadrilateral with four equal sides. If you know the lengths of its two diagonals, the area follows immediately: multiply them and halve the result.

S=d1d22S = \dfrac{d_1 d_2}{2}

Example

With the defaults, d1=6d_1 = 6 and d2=8d_2 = 8:

S=6×82=24S = \dfrac{6 \times 8}{2} = 24

The area is 24.

Where the formula comes from

The diagonals of a rhombus cross at right angles and bisect each other. Draw a rectangle around the rhombus with sides d1d_1 and d2d_2, aligned with those diagonals: the rhombus sits inside and covers exactly half of it. Hence d1d22\dfrac{d_1 d_2}{2}.

Watch out

This formula belongs to quadrilaterals whose diagonals meet at right angles, which means rhombuses, squares and kites. It fails for a rectangle or a general parallelogram, where the diagonals are not perpendicular. If instead you know a side aa and an interior angle θ\theta, the area is S=a2sinθS = a^2 \sin\theta. And because a rhombus is also a parallelogram, S=bhS = b h works whenever you know a base and its height.