The Unapologetic Mathematician

Mathematics for the interested outsider

An Example of a Parallelogram

Today I want to run through an example of how we use our new tools to read geometric information out of a parallelogram.

I’ll work within \mathbb{R}^3 with an orthonormal basis \{e_1, e_2, e_3\} and an identified origin O to give us a system of coordinates. That is, given the point P, we set up a vector \overrightarrow{OP} pointing from O to P (which we can do in a Euclidean space). Then this vector has components in terms of the basis:

\displaystyle\overrightarrow{OP}=xe_1+ye_2+ze_3

and we’ll write the point P as (x,y,z).

So let’s pick four points: (0,0,0), (1,1,0), (2,1,1), and (1,0,1). These four point do, indeed, give the vertices of a parallelogram, since both displacements from (0,0,0) to (1,1,0) and from (1,0,1) to (2,1,1) are e_1+e_2, and similarly the displacements from (0,0,0) to (1,0,1) and from (1,1,0) to (2,1,1) are both e_1+e_3. Alternatively, all four points lie within the plane described by x=y+z, and the region in this plane contained between the vertices consists of points P so that

\displaystyle\overrightarrow{OP}=u(e_1+e_2)+v(e_1+e_3)

for some u and v both in the interval [0,1]. So this is a parallelogram contained between e_1+e_2 and e_1+e_3. Incidentally, note that the fact that all these points lie within a plane means that any displacement vector between two of them is in the kernel of some linear transformation. In this case, it’s the linear functional \langle e_1-e_2-e_3,\underline{\hphantom{X}}\rangle, and the vector e_1-e_2-e_3 is perpendicular to any displacement in this plane, which will come in handy later.

Now in a more familiar approach, we might say that the area of this parallelogram is its base times its height. Let’s work that out to check our answer against later. For the base, we take the length of one vector, say e_1+e_2. We use the inner product to calculate its length as \sqrt{2}. For the height we can’t just take the length of the other vector. Some basic trigonometry shows that we need the length of the other vector (which is again \sqrt{2}) times the sine of the angle between the two vectors. To calculate this angle we again use the inner product to find that its cosine is \frac{1}{2}, and so its sine is \frac{\sqrt{3}}{2}. Multiplying these all together we find a height of \sqrt{\frac{3}{2}}, and thus an area of \sqrt{3}.

On the other hand, let’s use our new tools. We represent the parallelogram as the wedge (e_1+e_2)\wedge(e_1+e_3) — incidentally choosing an orientation of the parallelogram and the entire plane containing it — and calculate its length using the inner product on the exterior algebra:

\displaystyle\begin{aligned}\mathrm{vol}\left((e_1+e_2)\wedge(e_1+e_3)\right)^2&=2!\langle(e_1+e_2)\wedge(e_1+e_3),(e_1+e_2)\wedge(e_1+e_3)\rangle\\&=2!\frac{1}{2!}\det\begin{pmatrix}\langle e_1+e_2,e_1+e_2\rangle&\langle e_1+e_2,e_1+e_3\rangle\\\langle e_1+e_3,e_1+e_2\rangle&\langle e_1+e_3,e_1+e_3\rangle\end{pmatrix}\\&=\det\begin{pmatrix}2&1\\1&2\end{pmatrix}\\&=\left(2\cdot2-1\cdot1\right)=3\end{aligned}

Alternately, we could calculate it by expanding in terms of basic wedges. That is, we can write

\displaystyle\begin{aligned}(e_1+e_2)\wedge(e_1+e_3)&=e_1\wedge e_1+e_1\wedge e_3+e_2\wedge e_1+e_2\wedge e_3\\&=e_2\wedge e_3-e_3\wedge e_1-e_1\wedge e_2\end{aligned}

This tells us that if we take our parallelogram and project it onto the yz plane (which has an orthonormal basis \{e_2,e_3\}) we get an area of {1}. Similarly, projecting our parallelogram onto the xy plane (with orthonormal basis \{e_1,e_2\} we get an area of -1. That is, the area is {1} and the orientation of the projected parallelogram disagrees with that of the plane. Anyhow, now the squared area of the parallelogram is the sum of the squares of these projected areas: 1^2+(-1)^2+(-1)^2=3.

Notice, now, the similarity between this expression e_2\wedge e_3-e_3\wedge e_1-e_1\wedge e_2 and the perpendicular vector we found before: e_1-e_2-e_3. Each one is the sum of three terms with the same choices of signs. The terms themselves seem to have something to do with each other as well; the wedge e_2\wedge e_3 describes an area in the yz plane, while e_1 describes a length in the perpendicular x-axis. Similarly, e_1\wedge e_2 describes an area in the xy plane, while e_3 describes a length in the perpendicular z-axis. And, magically, the sum of these three perpendicular vectors to these three parallelograms gives the perpendicular vector to their sum!

There is, indeed, a linear correspondence between parallelograms and vectors that extends this idea, which we will explore tomorrow. The seemingly-odd choice of e_3\wedge e_1 to correspond to e_2, though, should be a tip-off that this correspondence is closely bound up with the notion of orientation.

November 5, 2009 Posted by | Analytic Geometry, Geometry | 6 Comments