|
Pythagoras' theoremThe Method of Two Squares.Draw a square, and then draw a second smaller square obliquely inside it, so that the corners meet its edges. The area of the system can be expressed in two ways. First as the area of the larger square, and secondly as the area of the smaller square plus four triangles. area = (a + b)2 area = c2 + 4.(a.b)/2 so a2 + 2.a.b + b2 = c2 + 2.a.b and a2 + b2 = c2 |