geometry

Area

Area measures the size of a 2D region — how much surface it covers. Units are squared (cm², m²). Each shape has its own area formula.

Area is the measure of a two-dimensional region. It is always expressed in squared units (cm², m², ft²) because area is computed by multiplying two length dimensions.

Common formulas:

  • Rectangle: A=l×wA = l \times w (length × width)
  • Triangle: A=12bhA = \frac{1}{2} b h (half base × height) — Heron's formula handles three sides directly
  • Circle: A=πr2A = \pi r^2
  • Trapezoid: A=12(b1+b2)hA = \frac{1}{2}(b_1 + b_2)h
  • Parallelogram: A=bhA = b h
  • Regular polygon: A=12PaA = \frac{1}{2} P a (half perimeter × apothem)

Calculus generalises area to integration: abf(x)dx\int_a^b f(x)\,dx is the signed area between y=f(x)y = f(x) and the x-axis on [a,b][a, b]. This is how we compute the area of any region bounded by curves, not just classic shapes.

Related resources