Rectangle Formulas – Area, Perimeter, Diagonal

Discover all formulas of a rectangle including area, perimeter, and diagonal length. Suitable for students and exam prep...
🔑

Definition of a Rectangle

A rectangle is a fundamental quadrilateral (a four-sided polygon) characterized by four right angles (90°). Its opposite sides are equal in length and parallel to each other. The longer side is typically referred to as the length (l), and the shorter side as the width (w).

\[ \text{All angles equal: } \angle A = \angle B = \angle C = \angle D = 90° \]
Angle Property
\[ \text{Opposite sides equal and parallel: } AB = CD \text{ and } BC = DA \]
Side Property
📐

Key Formulas

\[ A = l \times w \]
Area
\[ P = 2(l + w) \]
Perimeter
\[ d = \sqrt{l^2 + w^2} \]
Diagonal Length
🎨

Diagram

w w h h
Rectangle with width w and height h

A rectangle is drawn with four vertices labeled A, B, C, and D in counterclockwise order. The side AB represents the length (l) and is parallel and equal to side CD. The side BC represents the width (w) and is parallel and equal to side DA. A diagonal (d) is drawn connecting opposite vertices A and C, forming a right-angled triangle with sides l and w.

Properties of a Rectangle

Angles: All four interior angles are right angles (90°).

Sides: Opposite sides are equal in length and parallel.

Diagonals: The two diagonals are equal in length and bisect each other (they intersect at their midpoint).

Symmetry: A rectangle has two lines of reflectional symmetry (vertical and horizontal axes passing through the center) and 2-fold rotational symmetry (it looks the same after a 180° rotation about its center).

\[ d_1 = d_2 \text{ (diagonals are equal)} \]
Diagonal Equality
\[ \text{Symmetry Group: Dihedral group } D_2 \]
Symmetry
🔍

Proof of the Area Formula

The area of a rectangle can be derived by considering it as a grid of unit squares (squares with side length 1).

1. Imagine a rectangle with length l and width w.

2. You can arrange l unit squares in a single row along its length.

3. You can stack w such rows to match the width of the rectangle.

4. The total number of unit squares is the number of squares per row (l) multiplied by the number of rows (w). This total represents the area.

\[ A = \text{Number of rows} \times \text{Squares per row} = w \times l \]
Derivation of Area
✍️

Worked Example

A rectangle has a length of 12 cm and a width of 5 cm. Calculate its area, perimeter, and the length of its diagonal.
  1. 1. Calculate the area using the formula A = l × w: A = 12 cm × 5 cm = 60 cm².
  2. 2. Calculate the perimeter using the formula P = 2(l + w): P = 2(12 cm + 5 cm) = 2(17 cm) = 34 cm.
  3. 3. Calculate the diagonal using the Pythagorean theorem, d = √(l² + w²): d = √(12² + 5²) = √(144 + 25) = √169 = 13 cm.
The area is 60 cm², the perimeter is 34 cm, and the diagonal length is 13 cm.
🧮

Try It

🚀

Applications

Architecture & Construction: Rectangles are fundamental to building design, used for floor plans, walls, windows, and doors. Calculating area is essential for determining material needs like flooring and paint.

Computer Graphics: In digital imaging and user interface design, the screen is a rectangle, and elements are often defined by rectangular bounding boxes for collision detection and layout.

Engineering & Manufacturing: Engineers use rectangular cross-sections in beams and components. Optimization problems, such as cutting the maximum number of rectangular pieces from a sheet of material with minimal waste, are common.

Art & Design: The proportions of canvases, pages in a book, and posters are often rectangular. The Golden Rectangle is a special type considered aesthetically pleasing and used in many famous works of art and design.

🌍

Real-World Examples

A standard international football (soccer) pitch is 105 meters long and 68 meters wide. What is its total area and perimeter?
  1. 1. Identify length l = 105 m and width w = 68 m.
  2. 2. Calculate the area: A = 105 m × 68 m = 7140 m².
  3. 3. Calculate the perimeter: P = 2(105 m + 68 m) = 2(173 m) = 346 m.
The area of the pitch is 7,140 square meters, and its perimeter is 346 meters.
A homeowner wants to install a fence around their rectangular backyard, which measures 25 meters by 15 meters. How many meters of fencing are required?
  1. 1. Identify length l = 25 m and width w = 15 m.
  2. 2. The amount of fencing needed is the perimeter of the yard.
  3. 3. Calculate the perimeter: P = 2(25 m + 15 m) = 2(40 m) = 80 m.
The homeowner requires 80 meters of fencing.
🏙️

Real-World Scenarios

Screens & Displays
Phone, tablet, and monitor screens are rectangles. Screen size (6.1") is the diagonal, but area = length × width determines the actual viewing space.
Sports Pitches
Football, basketball, and tennis courts are rectangles. Area = length × width helps groundskeepers calculate turf, paint, and maintenance costs.
Books & Paper
Standard paper (A4) is a rectangle. The A-series paper standard uses √2 aspect ratio — so folding any A-size sheet gives the next A-size.

Digital Screens: Every screen on a smartphone, tablet, computer, or television is a rectangle. The resolution of the screen is described by the number of pixels in a rectangular grid (e.g., 1920x1080).

Architecture: The footprints of most buildings, rooms, windows, and doors are rectangular. This shape is stable, easy to design, and efficient for arranging spaces and furniture.

Paper and Printing: Standard paper sizes (like A4 or US Letter) are rectangles. This standardization simplifies printing, document handling, and storage in rectangular files and folders.

🔄

Types and Classifications

A rectangle is a type of parallelogram. It has several special cases based on the relationship between its sides.

TypeDefining PropertyKey Formulas
SquareAll four sides are equal (l = w).A = l², P = 4l, d = l√2
Golden RectangleRatio of length to width is the golden ratio (φ ≈ 1.618).l/w = φ = (1 + √5) / 2
⚠️

Common Mistakes

⚠️ Confusing Area and Perimeter: A frequent mistake is calculating area (l × w) when perimeter is needed, or vice-versa. Area is the space inside (units²), while perimeter is the distance around (units).
⚠️ Assuming a Slanted Parallelogram is a Rectangle: Not all parallelograms are rectangles. Rectangle formulas only apply if all angles are 90°. For a slanted parallelogram, the area is base × height, not length × width.
💡 Forgetting to Double for Perimeter: The perimeter formula P = 2(l + w) involves adding the length and width and then multiplying by two. A common error is to just add l + w, which only accounts for half the perimeter.
🚀

Study Strategy

1 📖 Grasp the Fundamentals
  • Review the 'Definition of a Rectangle' and its key 'Properties' like four right angles and equal opposite sides.
  • Study the provided 'Diagram' to visually connect terms like length (l), width (w), and diagonal (d).
  • Understand the logic behind the 'Proof of the Area Formula' to see why Area = length × width.
  • Read the 'Types and Classifications' section to distinguish a rectangle from a square and a parallelogram.
2 🧠 Commit Formulas to Memory
  • Write down the Area formula (A = l × w) until you can recall it instantly.
  • Practice writing the Perimeter formula (P = 2l + 2w) and its factored form P = 2(l + w).
  • Memorize the Diagonal formula (d = √(l² + w²)) and recognize its origin in the Pythagorean theorem.
  • Use flashcards to test your recall of the three key formulas: Area, Perimeter, and Diagonal.
3 ✍️ Reinforce with Practice
  • Follow the 'Worked Example' step-by-step, then solve it again on your own without looking.
  • Find problems where you are given the area and one side, and must calculate the other side and the perimeter.
  • Work through exercises that require you to calculate the diagonal from the length and width.
  • Review the 'Common Mistakes' section, such as mixing up area and perimeter units, to avoid errors.
4 🏗️ Apply to Practical Scenarios
  • Read the 'Applications' and 'Real-World Examples' sections, such as calculating floor space for carpeting.
  • Solve problems from the 'Real-World Scenarios' section, like finding the perimeter of a field for fencing.
  • Measure a rectangular object nearby (e.g., a book or phone) and calculate its area and perimeter.
  • Try a multi-step problem, like finding the cost to sod a rectangular lawn given the price per square meter.
By systematically understanding, memorizing, practicing, and applying, you'll build a solid and practical mastery of the rectangle formula.

Frequently Asked Questions

×

×