2D Shapes Calculators

10 free calculators for 2d shapes

Circle Calculator

Calculate area, circumference, diameter, and sector area from radius.

A = πr², C = 2πr, d = 2r

Rectangle Calculator

Calculate area, perimeter, and diagonal from length and width.

A = l×w, P = 2(l+w), d = √(l²+w²)

Triangle Calculator

Calculate area (Heron's formula), perimeter, and angles from three side lengths.

s = (a+b+c)/2, A = √(s(s-a)(s-b)(s-c))

Square Calculator

Calculate area, perimeter, and diagonal from side length.

A = s², P = 4s, d = s√2

Parallelogram Calculator

Calculate area and perimeter from base, height, and side length.

A = b×h, P = 2(b+s)

Trapezoid Calculator

Calculate area and perimeter from parallel sides, height, and legs.

A = (a+b)/2 × h, P = a+b+leg1+leg2

Ellipse Calculator

Calculate area and approximate circumference from semi-major and semi-minor axes.

A = πab, C ≈ π(3(a+b)−√((3a+b)(a+3b)))

Regular Polygon Calculator

Calculate area and perimeter for any regular polygon given number of sides and side length.

A = (n×s²)/(4×tan(π/n)), P = n×s

Rhombus Calculator

Calculate area from diagonals and perimeter from side length.

A = (d1×d2)/2, s = √((d1/2)²+(d2/2)²), P = 4s

Sector Calculator

Calculate arc length and sector area from radius and central angle.

Arc = (θ/360)×2πr, Area = (θ/360)×πr²

About 2D Shape Geometry

Two-dimensional geometry deals with flat shapes that have only length and width — no depth. Every 2D shape is defined by its boundary (perimeter) and the area it encloses. The calculators above handle the most common shapes encountered in mathematics, engineering, architecture, and everyday problem-solving.

Key Formulas Reference

Here is a quick reference for the most important 2D geometry formulas:

Understanding Area vs Perimeter

Area measures how much flat surface a shape covers, expressed in square units (cm², m², ft², in²). Perimeter measures the total length of the boundary of a shape, expressed in linear units (cm, m, ft, in). These are independent properties — a long thin rectangle and a fat square can have the same perimeter but very different areas, and vice versa. This is important in practical applications: fencing a garden requires perimeter, while tiling it requires area.

Real-World Applications of 2D Geometry

Two-dimensional geometry arises in virtually every field that involves physical space:

Frequently Asked Questions

What is the difference between a regular and irregular polygon?

A regular polygon has all sides equal in length and all interior angles equal. Examples include equilateral triangles, squares, regular pentagons, and regular hexagons. An irregular polygon has sides or angles that differ. Most real-world shapes are irregular; calculators for regular polygons give exact results, while irregular shapes often require breaking the shape into simpler components.

How do I find the area of an irregular shape?

Divide the irregular shape into triangles, rectangles, or other standard shapes whose areas you can calculate, then add the areas together. Alternatively, if you have the coordinates of the vertices, use the Shoelace formula: Area = ½ |Σ(xᵢyᵢ₊₁ − xᵢ₊₁yᵢ)|.

What units should I use?

Use consistent units throughout. If you enter lengths in centimetres, the area result will be in square centimetres (cm²) and the perimeter in centimetres (cm). Mixing metres and centimetres in the same calculation will give incorrect results.