Parallelogram Calculator
Parallelogram A = ab sin θ, P = 2(a+b), diagonals from a, b, and included angle. Same engine as Plane Geometry. Not a rectangle page. Not the fluid trapezoid. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 25/25 tests · Production surface contract 3/3 · v1.3.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Parallelogram area, perimeter, and diagonals from two sides and the included angle.
- Scope
- Euclidean plane
- Verification
- Engine tested · 25/25 tests · Production surface contract 3/3 · Specification checked · v1.3.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 9 golden · 5 boundary · 11 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.3.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter a, b, and θ
Sides must be positive. Included angle is in degrees, strictly between 0° and 180°. Default a=2, b=3, θ=30°.
Read A, P, and the diagonals
2-3-30° has area 3 and perimeter 10. 3-4-90° matches the 3-4 rectangle.
Example calculations
Common configurations with formula and result.
2-3-30°
a = 2, b = 3, θ = 30°
Rectangle identity
a = 3, b = 4, θ = 90°
Parallelogram calculator specification
Version 1.3.0 · Engine tested
- Engine tested 25/25 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.3.0
- Definition
- A parallelogram of sides a>0, b>0 and included angle θ∈(0°,180°) has area ab sin θ, perimeter 2(a+b), and diagonals √(a²+b²±2ab cos θ). θ=90° recovers a rectangle. This page is mode=parallelogram on math.geometry.plane. Not a second engine. Not the fluid trapezoid. Not CAS.
- What it calculates
- Parallelogram area, perimeter, and diagonals from two sides and the included angle.
- Inputs
- a
- b
- theta
- Outputs
- area
- perimeter
- d1
- d2
- height
- Formula
A = ab sin θ, P = 2(a+b), d² = a²+b²±2ab cos θ- Assumptions
- Euclidean plane
- θ in (0°, 180°)
- θ=90° is a rectangle
- Not the fluid trapezoid
- Not CAS
- Units
- length (consistent units)
- area (length²)
- degrees
- Boundary conditions
- a ≤ 0 or b ≤ 0 → VALUE_MUST_BE_POSITIVE
- θ ≤ 0° or θ ≥ 180° → INVALID_INPUT
- unknown mode → INVALID_MODE
- Example
- a=2 b=3 θ=30 → A=3, P=10
- Validation cases
3 published on this page · 25/25 tests · Production surface contract 3/3 · View evidence
- a=2 b=3 theta=30 → A=3 P=10
- a=3 b=4 theta=90 → A=12 d1=5 d2=5
- a=2 b=3 theta=0 → INVALID_INPUT
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.3.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Circle Calculator, Cone Calculator, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Cylinder Calculator, Dot Product Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second plane engine?
No. It is mode=parallelogram on math.geometry.plane, the same engine as /calc/math/plane-geometry.
Is this the fluid trapezoid?
No. Open-channel trapezoid depth stays on /calc/physics. The plane trapezoid is /calc/math/trapezoid on this engine.
Where does this run?
Locally in the browser by default. REST and MCP call the same plane-geometry engine.