A
binomial is a mathematical expression with two terms, say
x and
y. The simplest binomial is the sum of those two terms
x+y. Powers of this binomial (
x+y)
n are ruled by the so-called
binomial theorem, which states that the coefficients of the expansion terms
xpyq are given by the
Pascal triangle entries. So we have:
(
x+y)
0 =
1
(
x+y)
1 =
1.
x +
1.
y
(x+y)2 = 1.x2+ 2.xy + 1.y2
(x+y)3 = 1.x3+ 3.x2y + 3.xy2 + 1.y3
(
x+y)
4 =
1.
x4+
4.
x3y +
6.
x2y2 +
4.
xy3 +
1.
y4
and so forth ...
But where do these coefficients come from? You can just be satisfied by the result algebraic calculation, or you could look for geometric representations. For instance, a
nice geometric explanation is given at the
www.mathaware.org site.
For the second degree binomial, the Pascal triangle entries emerge naturally as the number of squares or rectangles with area given by the expansion terms
xpyq. For third degree binomials, they emerge as the number of cubes or parallelepipeds with volume given by the expansion terms. And for higher degree binomials, they emerge as the number of
hypercubes and hyperparallelepipeds given by the expansion terms, so an Euclidean geometric representation for those higher degree binomials seems impossible.
This suggested impossibility prompted me to have a closer look at geometric representations of binomial expansions. As a matter of fact a number to the fourth power
x4 is just a number, but it is also a square
x4 = (
x2)
2. And there is no impossibility in representing numbers and squares geometrically, so the suggested impossibility is only an impossibility along the common line of thought, which sees cubic expansions as volumes. Along another line of thought, which seems to have been unnoticed, cubic expansions can be seen as areas, and then geometric representations of higher degree binomials become possible. The following figures illustrate this fact for the special case where
x+y is normalized to 1 (for arbitrary
x+y, one just has to rescale the figure each time, the pattern remains the same).
For the binomial (
x+y)
1 =
1.
x +
1.
y, we can divide a unit square into two rectangles,
one rectangle of area
x and
one rectangle of area
y, see Figure 1.
For the binomial (
x+y)
2 =
1.
x2+
2.
xy +
1.
y2, we can divide the unit square into two squares,
one of area
x2 and
one of area
y2, plus
two rectangles of area
xy, see Figure 2.
For the binomial (
x+y)
3 =
1.
x3+
3.
x2y +
3.
xy2 +
1.
y3, we can divide each of the previous squares and rectangles into proportions
x and
y, giving
eight rectangles,
one of area
x3,
one of area
y3, plus
three rectangles of area
x2y and
three rectangles of area
xy2, see Figure 3.
For the binomial (
x+y)
4 =
1.
x4+
4.
x3y +
6.
x2y2 +
4.
xy3 +
1.
y4, we can again divide each of the previous squares and rectangles into proportions
x and
y, giving
one square of area
x4,
one of area
y4, four squares and two rectangles (giving
six) of area
x2y2,
four rectangles of area
x3y and
four rectangles of area
xy3, see Figure 4.
And we could go further indefinitely, doodling areas of incrementing powers, just in 2D, without any reference to unintuitive hyperspaces.