Visualizing the Difference of Two Squares

Geometric objects are powerful representations that can be used to visualize algebraic properties of mathematical objects. Proofs without words are examples of such visual representations. In this post, we relate the difference of two squares to the areas of squares and rectangles.

The difference of two squares  states that for all numbers a and ba^2 - b^2 = (a + b)(a-b). The visual representation below, however, only covers the condition that a^2 - b^2 \geq 0 (Why?).

difference of two squares

To proceed with the visual proof, we create a square with side length a as shown in (1). Then, we cut a square with side length b from its corner as shown in (2). Since the area of the larger square is a^2 and the area of the smaller square is b^2, the area of the remaining figure is a^2 - b^2.

Next, we draw a horizontal line segment cutting the remaining figure into two rectangles as shown in (3). We change the color of the smaller rectangle for clearer representation, and move it to the right hand side as shown in (4).

difference of two squares

The resulting rectangle in (4) has length a + b and width (a - b). Its area is (a+b)(a-b).

The area of the figure in (2) is equal to the area of the rectangle in (4). So,  a^2 - b^2 = (a + b)(a-b).

We can verify this using the distributive property of multiplication over addition.  That is,

(a + b)(a-b) = a(a - b)+ b (a-b).

Simplifying the expression, we have a^2 - ab + ab - b^2 = a^2 - b^2.

That is, a^2 - b^2 = (a+b)(a-b) which is what we want to show.

Leave a Reply