Finding the area of any shape
Area measures how much flat space a 2D shape occupies. Whether you're calculating room dimensions for flooring, determining paint coverage, or solving geometry homework, this calculator instantly computes the area of five common shapes using their standard geometric formulas.
Each shape requires different information. A rectangle needs length and width, a triangle needs base and height, a circle needs only its radius, and a trapezoid needs both parallel sides plus the perpendicular height between them. The calculator adapts to whichever shape you select.
The formula
Rectangle: A = length × width | Triangle: A = (base × height) ÷ 2 | Circle: A = π × radius² | Trapezoid: A = ((base₁ + base₂) ÷ 2) × height | Parallelogram: A = base × height
Worked example
Scenario: You're planning to tile a kitchen floor (rectangle), paint a triangular gable wall, and want to know the area of a circular garden bed.
Rectangle (kitchen floor):
- Length = 12 feet
- Width = 10 feet
- Area = 12 × 10 = 120 square feet
Triangle (gable wall):
- Base = 16 feet
- Height = 8 feet
- Area = (16 × 8) ÷ 2 = 128 ÷ 2 = 64 square feet
Circle (garden bed):
- Radius = 5 meters
- Area = π × 5² = 3.14159 × 25 = 78.54 square meters
Trapezoid (deck with one sloped side):
- First parallel side = 20 feet
- Second parallel side = 14 feet
- Height = 8 feet
- Area = ((20 + 14) ÷ 2) × 8 = (34 ÷ 2) × 8 = 17 × 8 = 136 square feet
Notice that the triangle uses half the product of base and height—this is because a triangle is exactly half of a rectangle with the same base and height. The trapezoid averages its two bases before multiplying by height, reflecting that it's narrower at one end.
Common mistakes to avoid
Confusing diameter with radius for circles: The radius is the distance from the center to the edge. Diameter is twice that. If you measure 10 feet across a circle, that's the diameter—divide by 2 to get radius (5 feet) before calculating.
Using slant height instead of perpendicular height for triangles and trapezoids: Height must be measured at a right angle to the base, not along a slanted edge. A tilted triangle's height is the vertical distance from base to opposite point, not the length of the slanted side.
Mixing units: If one measurement is in feet and another in inches, convert everything to the same unit first. Mixing units produces meaningless results.
Forgetting to divide by 2 for triangles: The triangle formula requires dividing by 2. This common slip doubles your answer incorrectly.