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).
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.
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).
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.
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.
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.
A rectangle is a type of parallelogram. It has several special cases based on the relationship between its sides.
| Type | Defining Property | Key Formulas |
|---|---|---|
| Square | All four sides are equal (l = w). | A = l², P = 4l, d = l√2 |
| Golden Rectangle | Ratio of length to width is the golden ratio (φ ≈ 1.618). | l/w = φ = (1 + √5) / 2 |
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.