Rectangle Formulas
Calculate diagonal length, perimeter, area, and angles of a rectangle.
What is the Rectangle Formulas?
The Rectangle Formulas Calculator is a versatile geometric tool designed to find all fundamental properties of a rectangle from the lengths of its two distinct sides (Side A and Side B).
By simply entering the length and width of a rectangle, this calculator instantly computes the diagonal length, total perimeter, enclosed area, and the angles of intersection. It is a highly useful tool for construction, architecture, math students, and professionals working with rectangular shapes.
Practical Examples & Reference Guide
Here is a reference table showing how different side inputs translate to the calculated properties of a rectangle:
| Side A (Length) | Side B (Width) | Diagonal | Perimeter | Area |
|---|---|---|---|---|
| 3 | 4 | 5 | 14 | 12 |
| 5 | 12 | 13 | 34 | 60 |
| 10 | 10 | 14.1421 | 40 | 100 |
| 8 | 15 | 17 | 46 | 120 |
Note: Diagonal values and some derived properties are rounded to 4 decimal places for precision.
In-Depth Technical Guide
The Geometry of a Rectangle
A rectangle is a quadrilateral with four right angles (90 degrees). Unlike a square, a rectangle's adjacent sides can be of different lengths, typically denoted as length ($l$ or Side A) and width ($w$ or Side B). Opposite sides of a rectangle are parallel and equal in length.
Core Formulas
Let $a$ represent Side A (length) and $b$ represent Side B (width) of the rectangle:
-
Area ($A$): The total 2D space enclosed within the boundary of the rectangle. $$A = a \times b$$
-
Perimeter ($P$): The total distance around the outside edge of the rectangle. $$P = 2 \times (a + b)$$
-
Diagonal ($d$): The straight line distance connecting opposite corners. According to the Pythagorean theorem ($a^2 + b^2 = d^2$), it is: $$d = \sqrt{a^2 + b^2}$$
Angles
- Internal Angle: The angle between any two adjacent sides is exactly 90°.
- Diagonal Angle: The diagonals of a rectangle bisect each other and form an intersection. The acute angle ($\theta$) between the diagonals can be found using trigonometry: $$\theta = 2 \times \arctan\left(\frac{\min(a,b)}{\max(a,b)}\right)$$ This represents the smaller angle at which the diagonals cross.