Calculadora de Área
Elige una forma, introduce las dimensiones y obtén el área en metros cuadrados y pies cuadrados.
Calcular
Calcular
Measurements convert when you switch units
Resultado
La fórmula
Rectangle area is length × width. Circle area is πr² (π ≈ 3.14159…). Triangle area is ½ × base × height, or Heron’s formula from three sides: s = (a+b+c)/2, area = √[s(s−a)(s−b)(s−c)]. Results convert with 1 m² ≈ 10.7639 ft².
Ejemplo resuelto
- Rectangle 5 m × 4 m → 20 m²
- Circle r = 2 m → π×4 ≈ 12.57 m²
- Triangle base 6 m, height 3 m → ½×6×3 = 9 m²
Resultado: Shape formulas with automatic m²/ft² display
How multi-shape area is calculated
Each mode applies the standard Euclidean area formula for that shape, then converts between square metres and square feet.
Rectangle and circle
A rectangle (or rectangular room section) is length times width in the same unit. A circle uses πr² with the radius measured to the rim — diameter ÷ 2 if you only know the diameter.
Triangles
When you know a base and the perpendicular height to that base, use ½bh. When you know all three side lengths, Heron’s formula applies — but only if the sides satisfy the triangle inequality (each side shorter than the sum of the other two).
Units
Metric mode expects metres and reports m² first. Imperial mode expects feet and reports ft² first. Mixed units (e.g. metres × feet) are not converted automatically — convert sides first.
What we do not model
No flooring waste factor, wall paint area, or GIS survey feet. For legal property area, use a surveyor’s plan.
Datos interesantes
π is irrational
Circle area uses Math.PI (≈ 3.141592653589793). Display rounds; engineering tolerances may need more digits.
Height must be perpendicular
Triangle “height” is the altitude to the chosen base — not a slanted side length.
Heron needs a valid triangle
Sides 2, 3, 9 cannot form a triangle; the calculator hides the result instead of inventing an area.
m² ↔ ft²
1 m² ≈ 10.7639 ft² using the international foot (0.3048 m exactly).
Composite shapes
Split L-shapes into rectangles (or mix shapes), compute each area, then add or subtract cut-outs.
Preguntas frecuentes
Elige Círculo, introduce el radio. Área = πr². Si conoces el diámetro, divídelo entre 2.
Con lados a, b, c: s = (a+b+c)/2. Área = √[s(s−a)(s−b)(s−c)].
No — usa un solo sistema. Convierte longitudes antes si hace falta.
Divídela en rectángulos (o combina formas), calcula cada área y súmalas. Resta huecos rectangulares igual.
Referencias
- SI units — metre SI length basis for area units.
- International foot International foot = 0.3048 m exactly.
- Heron’s formula Classical formula for triangle area from three sides.