Paths and composite figures
A garden has a path running all around it. A plot has a crosspath cutting through. A puzzle piece has corners snipped off. None of these are clean rectangles, but we can still find their areas , by breaking them into pieces we already know how to handle.
Concept
The three moves. Almost any composite figure can be tackled with one of these tricks:
- Add up. Split the figure into rectangles and triangles. Compute each piece's area and add.
- Subtract. If the figure equals "big rectangle minus a hole," find the big area, find the hole's area, and subtract.
- Rearrange. Move pieces around (without overlapping) into a friendlier shape, then use a familiar formula.
These three together are powerful enough for almost every plane-area problem you will meet.
Example: path around a rectangle. A rectangular garden sits inside a larger rectangle ; the path is the strip between them. If the garden is and the path has uniform width on each side, then the outer rectangle is .
Expanding gives .
Example: crosspath through a plot. A plot has two perpendicular paths, each of width m, running through it. The total path area is (horizontal strip) (vertical strip) (overlap square at the centre):
The subtraction of the overlap is crucial , otherwise you would count the central square twice.
Path-translation trick. If the inner rectangle (the park) slides around within the outer rectangle (but stays fully inside), the area of the path stays exactly the same. Why? The outer area is fixed; the inner park's area is fixed. Their difference doesn't depend on where the park sits.
Spiral or zig-zag tubes. A spiral "tube" of uniform width can be straightened out (mentally) into one long straight strip. Its area equals the area of that straight strip. This rearrangement trick is great for problems where the figure looks scary.
Sketching matters. Always draw a clean diagram and label every length. Mark the right-angles. The arithmetic is usually easy; it is the picture that makes or breaks the problem.
Worked examples
Example 1. A garden is . A path m wide runs all around it on the outside. Find the path's area.
- Outer rectangle .
- Garden .
- Path .
Example 2. A plot has a horizontal path m wide and a vertical path m wide crossing it. Find total path area.
- Horizontal strip: . Vertical strip: . Overlap: .
- Total .
Example 3. A rectangular region has a smaller rectangle cut out from one corner. The outer is , the cut-out is . Find the remaining area.
- Outer ; cut-out . Remaining .
Example 4. A square of side cm contains an L-shaped path of width cm running along two adjacent sides. Find the path's area.
- The L-path is the union of a horizontal strip and a vertical strip minus their overlap at the corner.
- Area .
Try it yourself
- A garden is . A -m-wide path runs outside it on all sides. Path area?
- A plot has a single -m path through the middle, parallel to the longer side. Path area?
- Outer rectangle , inner centred inside. Strip area?
- A square of side cm has a square hole of side cm cut out at the centre. Area of the frame?
- A plot has two perpendicular -m-wide paths crossing through. Total path area.
- If a park sits anywhere inside a larger rectangle, does sliding the park change the path's area? Why?
- A rectangle has area , with a triangle of base and height cut out. Remaining area?
- The walls of a hallway are to be painted to height m. Total wall area (no windows)?
Activity
Build a path. On grid paper, draw a rectangle for your "park". Now draw a path squares wide around it (on all four sides), going outside the rectangle. Count the squares in the path region directly, then verify with the formula . Now move the park to the bottom-left corner of a bigger rectangle, so the path lies on only two sides , and check whether the total area covered by path is the same as before.