Proof: Sum Squared Theorem

Let's prove the following theorem:

(a + b) ⋅ (a + b) = ((aa) + ((ab) ⋅ 2)) + (bb)

This theorem is equivalent to:

(a + b)2 = a2 + 2⋅a⋅b + b2

Here is a visualization of the theorem:

a b a b

The area of the orange square is

a ⋅ a

The area of the blue rectangle is:

a ⋅ b

The area of the green square is

b ⋅ b

Then, the total area of 1 orange square, 2 blue rectangles, and 1 green square is:

(a ⋅ a) + 2 ⋅ (a ⋅ b) + (b ⋅ b)

The graph shows that we can arrange the 4 rectangles into a larger square. The side of this larger square is a + b. Therefore, the area of the larger square is:

(a + b) ⋅ (a + b)

The two areas are equal, so we claim that:

(a ⋅ a) + 2 ⋅ (a ⋅ b) + (b ⋅ b) = (a + b) ⋅ (a + b)

This theorem can also be proved fairly easily using the distributive property, as shown below.

Proof:

View as a tree | View dependent proofs | Try proving it

Proof Table
# Claim Reason
1 (a + b) ⋅ (a + b) = ((a + b) ⋅ a) + ((a + b) ⋅ b) (a + b) ⋅ (a + b) = ((a + b) ⋅ a) + ((a + b) ⋅ b)
2 (a + b) ⋅ a = (aa) + (ab) (a + b) ⋅ a = (aa) + (ab)
3 (a + b) ⋅ b = (ab) + (bb) (a + b) ⋅ b = (ab) + (bb)
4 ((a + b) ⋅ a) + ((a + b) ⋅ b) = ((aa) + (ab)) + ((ab) + (bb)) if (a + b) ⋅ a = (aa) + (ab) and (a + b) ⋅ b = (ab) + (bb), then ((a + b) ⋅ a) + ((a + b) ⋅ b) = ((aa) + (ab)) + ((ab) + (bb))
5 (a + b) ⋅ (a + b) = ((aa) + (ab)) + ((ab) + (bb)) if (a + b) ⋅ (a + b) = ((a + b) ⋅ a) + ((a + b) ⋅ b) and ((a + b) ⋅ a) + ((a + b) ⋅ b) = ((aa) + (ab)) + ((ab) + (bb)), then (a + b) ⋅ (a + b) = ((aa) + (ab)) + ((ab) + (bb))
6 (((aa) + (ab)) + (ab)) + (bb) = ((aa) + (ab)) + ((ab) + (bb)) (((aa) + (ab)) + (ab)) + (bb) = ((aa) + (ab)) + ((ab) + (bb))
7 (ab) + (ab) = (ab) ⋅ 2 (ab) + (ab) = (ab) ⋅ 2
8 (((aa) + (ab)) + (ab)) + (bb) = ((aa) + ((ab) ⋅ 2)) + (bb) if (ab) + (ab) = (ab) ⋅ 2, then (((aa) + (ab)) + (ab)) + (bb) = ((aa) + ((ab) ⋅ 2)) + (bb)
9 ((aa) + (ab)) + ((ab) + (bb)) = ((aa) + ((ab) ⋅ 2)) + (bb) if (((aa) + (ab)) + (ab)) + (bb) = ((aa) + (ab)) + ((ab) + (bb)) and (((aa) + (ab)) + (ab)) + (bb) = ((aa) + ((ab) ⋅ 2)) + (bb), then ((aa) + (ab)) + ((ab) + (bb)) = ((aa) + ((ab) ⋅ 2)) + (bb)
10 (a + b) ⋅ (a + b) = ((aa) + ((ab) ⋅ 2)) + (bb) if (a + b) ⋅ (a + b) = ((aa) + (ab)) + ((ab) + (bb)) and ((aa) + (ab)) + ((ab) + (bb)) = ((aa) + ((ab) ⋅ 2)) + (bb), then (a + b) ⋅ (a + b) = ((aa) + ((ab) ⋅ 2)) + (bb)

Comments

Please log in to add comments