Solve rectangles, trapezoids, kites, and irregular quadrilaterals easily. Switch methods, inspect formulas, and verify inputs. Get accurate area outputs for classes, projects, and analysis.
Choose a method and enter the required dimensions.
| Method | Sample Inputs | Area |
|---|---|---|
| Rectangle | Length = 8 cm, Width = 5 cm | 40 cm² |
| Parallelogram | Base = 12 m, Height = 7 m | 84 m² |
| Trapezoid | a = 10 ft, b = 6 ft, h = 4 ft | 32 ft² |
| Kite | d₁ = 14 in, d₂ = 9 in | 63 in² |
| Diagonals + Angle | d₁ = 10, d₂ = 12, θ = 60° | 51.9615 units² |
| Coordinates | (0,0), (6,0), (8,4), (1,5) | 31.5 units² |
Rectangle / Square: A = l × w
Parallelogram: A = b × h
Trapezoid: A = ((a + b) / 2) × h
Kite / Rhombus: A = (d₁ × d₂) / 2
Diagonals and included angle: A = 0.5 × d₁ × d₂ × sin(θ)
Bretschneider formula: A = √((s-a)(s-b)(s-c)(s-d) - abcd cos²((A+C)/2))
Shoelace formula: A = |Σ(xᵢyᵢ₊₁) - Σ(yᵢxᵢ₊₁)| / 2
Here, s = (a + b + c + d) / 2 is the semiperimeter.
Use coordinate geometry when you know all vertex points. Use Bretschneider when four sides and the sum of opposite angles are available. Use diagonals and angle when both diagonals and their included angle are known.
Yes. Select the rectangle method and enter equal values for length and width. You may also use the kite or rhombus method if the diagonals are known instead of the sides.
The calculator squares the unit you enter. If you choose cm, the final result appears in cm². If you choose ft, the area appears in ft².
Area formulas use the shortest distance between the parallel bases. A slanted side is not the same as height unless it is perpendicular to the bases.
It needs four side lengths and the sum of one pair of opposite angles. The formula is useful for general quadrilaterals when simpler special-shape formulas do not apply.
The shoelace formula follows the polygon boundary. If points are out of order, the shape can self-cross or produce an incorrect area. Clockwise or counterclockwise order both work.
Yes. After calculation, use the CSV button to save a tabular result file. Use the PDF button to generate a printable result view for download or sharing.
Perimeter appears for methods where enough side information exists, such as rectangles, parallelograms with an optional side, trapezoids with extra sides, and Bretschneider inputs.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.