Factoring Squares


Factoring polynomials is a standard part of most algebra curricula, but students often just see it as an exercise is symbol manipulation (as if that weren't enough!).  However, some problems have geometric interpretations, which is what this image illustrates.  Each of the 16 regions in the image (disregarding the white boards), has dimensions and an area that can be described in terms of variables, as listed in this table:

RegionRowColumnColorTypeWidthHeightArea
111blue squareaaa2
212light grayrectanglebaa×b
313light grayrectanglecaa×c
414light gray rectangledaa×d
521light grayrectangleaca×c
622dark grayrectanglebc b×c
723red squareccc2
824mid gray rectangledcc×d
931light grayrectangleaba×b
1032yellowsquarebbb2
1133dark grayrectanglecbb×c
1234mid grayrectangledbb×d
1341light grayrectangleada×d
1442mid grayrectanglebdb×d
1543mid grayrectanglecdc×d
1644greensquareddd2

For example, look at the square made up of the red square (region 7), the yellow square (region 10), and the two dark gray rectangles (regions 6 and 11).  Combining the regions, the larger square has side lengths of b + c so its area is (b + c)2.  The areas of the four pieces are c2, b2, b×c, and b×c.  In terms of an equation:

(b + c)2 = b2 + c2 + 2bc .

The same analysis can be with the nine regions in the lower right corner of the image (red, yellow, and green squares, the two dark gray rectangles and the four mid gray rectangles).  Comparing the areas of the nine-piece square (side length b + c + d) with the sum of the nine region areas yields:

(b + c + d)2 = b2 + c2+ d2 + 2bc + 2bd + 2cd.

Finally, all 16 regions in the image can be combining, giving a large square with side length a + b + c + d.  Equating the total area with the sum of the parts gives the equation:

(a + b + c + d)2 = a2 + b2 + c2+ d2 + 2ab + 2ac + 2ad+ 2bc + 2bd + 2cd.

This image demonstrates the factoring of difference of squares:

x2 - y2 = (x + y)(x - y).

Let the larger square, made up of the red and purple square and the pink and gold rectangles, have a side length of x, so its area is x2. And the small purple square have a side length of y, so its area is y2.  Then the area in the remaining three pieces (red square and pink and gold rectangles) is x2 - y2.  Both rectangles have the same area, y × (x - y).  So all three of these regions have the same area:
  • the horizontal rectangle made up of the gold and pink vertical rectangles and the red square
  • the vertical rectangle made up of the gold and pink horizontal rectangles and the red square
  • the original square, less the small purple square (area of x2 - y2)
and that area is:
  • (x - y)(x - y) + 2y(x - y), or
  • (x - y + 2y)(x - y), or
  • (x + y)(x - y)
So x2 - y2 = (x + y)(x - y).