Contents
1 Introduction
I recently had occasion to revisit my favourite proof of Pythagoras' theorem and discovered that it has depths that I had been unaware of. I learnt that it can also be used to prove other related results such as the parallelogram law. Slightly more surprisingly, there's a proof of the sine rule hidden in it and of a similar tangent rule.
2 Parallelogram Law
The parallelogram law states that in a parallelogram with side lengths and and diagonals and then these lengths are related by the equation:
This can be deduced very simply from the cosine rule. Applying this to the two triangles and yields the identities:
The angles and add up to so whereupon adding these two equations produces the parallelogram law.
It can also be proved using the core diagram of my favourite proof. The two triangles in the parallelogram both have two sides and so constructing the diagram for each leads to an isosceles trapezium with slant height . Placing these trapezia adjacent to each other leads to the following diagram.
The key is that at the points marked and then the angles on each side are and which add to so the top and bottom lines that appear straight genuinely are. Then the corner angles are all either or and so the shape is a parallelogram. Comparing the top and bottom lines gives the parallelogram identity. Thus the parallelogram identity is proved by constructing … a parallelogram.
3 Permutations
The original diagram has on the bottom and and along the top and so seems to put the focus on as a "special side". By placing a reflected second copy next to the first, this preference can be removed.
Taking any three sequential triangles proves the rule for one of , , or . Also, the diagram can be wrapped around into a loop. Alternatively, a single diagram could be wrapped into a Möbius band. Cutting the band between any two triangles then gives the cosine rule for one of the edges.
4 The Sine Rule
By considering the height of the trapezium, we get the sine rule. The following diagram shows that this height is (and if is obtuse then it also shows that we should define ).
The permutation invariance shows that this height is the same regardless of which triangle is the central one. So the height is also equal to and . This gives:
Dividing through by gives the more usual form:
5 The Tangent Rule
The same diagram for the sine rule can be used to show a similar rule for the tangents of the angles.
The overhang is , so
Again, the invariance of the height under permutation (and multiplying by ) shows that:
The quantity can be thought of as a measure of how far the triangle is from being right-angled with as the hypotenuse, so is perhaps a normalised version of this that is independent of the side chosen for the hypotenuse.
(If this is new to you – it was to me – then it can also be deduced easily from the sine rule and cosine rule.)
6 Area of a Triangle
Let be the area of the original triangle. Then as the three triangles in the trapezium are scaled versions of that triangle, their areas scale with the squares of the length scale factors so are , , and .
The total area of the trapezium is therefore:
Using the formula for the area of a trapezium, the area is also:
Equating these shows that the height of the trapezium and the area of the original triangle are related by . Combining this with the formula for the heights from the section on the sine rule gives the formula for the area as:
Also, from the tangent rule:
We can get yet another formula by applying Pythagoras' theorem (which we proved way back in the beginning of the original post) to the overhang triangle.
This yields:
Note that if the trapezium slopes the other way then we still get the same expression as the overhang distance is squared.
This simplifies as follows:
Picking up from the penultimate line, with a sign change to make life a bit easier,
We have the expression in the first part of this. This can also be found in the last part since:
(This is also an application of the parallelogram law with a degenerate parallelogram which has "sides" length and and "diagonals" and .)
Substituting this in gives:
Substituting for the area, , now gives:
And this is Heron's formula.
7 Which Trapezia?
In coding the diagrams for this article, at one stage I considered a strategy whereby I started with the trapezium and then constructed the triangles inside it. Although I eventually went for something else, that does raise the question of whether or not it is always possible to construct the triangle inside the trapezium. That is, starting with the outer trapezium in the following diagram then is it possible to construct the inner lines so that it works?
The lower edge determines the length . The other edges determine the lengths and . The simplest way to get and from those lengths uses the identities:
so by taking the sum of the three lengths, and the length of the top minus the lengths of the two slant sides then and can be found (the sign ambiguity when taking square roots translates into switching and ). However, this reveals a condition on the trapezium: since is equal to the top length minus both slant sides, that value needs to be positive.
So our first condition is that the top must be more than or equal to the sum of the two slant sides (if it is equal then so the triangle is isosceles).
Now given three lengths then we can construct a triangle from these lengths provided that the sum of any two is bigger than the third. So let us suppose that we have a suitable trapezium and have found the lengths , , and so that the top is , the bottom is , and the two slant sides are . Firstly, the combined distance up the left-slant, across the top, then down the right-slant must be more than the length of the bottom. So:
which, as everything is positive, square roots to .
Secondly, the combined distance down the left-slant, across the bottom, then up the right-slant must be more than the length of the top. So:
This rearranges to:
which square-roots to . This means that and . From the first, and from the second .
Hence the existence of the trapezium forces the necessary conditions for the triangle to be constructible, and so the only condition needed is that the sum of the lengths of the slant sides be less than or equal to the length of the top side.
8 Conclusion … for now
I've discovered quite a bit more about what my favourite proof of Pythagoras' theorem can do, to the extent that while I'm happy to conclude this here then I'm very hesitant to say that I'm done with it. I expect I will revisit it again and discover yet more lurking within. But for now I'm going to wrap this up and go make myself a Möbius strip with the diagram on it.