You are about to erase your work on this activity. Are you sure you want to do this?
Updated Version Available
There is an updated version of this activity. If you update to the most recent version of this activity, then your current progress on this activity will be erased. Regardless, your record of completion will remain. How would you like to proceed?
Mathematical Expression Editor
Determinants, Areas, and Volumes
\(2\times 2\) Determinant and the Area of a Parallelogram
Consider the parallelogram determined by vectors \(\vec {u}\) and \(\vec {v}\) in \(\RR ^3\).
Recall that the area of a parallelogram is given by the product of the length of the
base and the height. As shown in the diagram below, the length of the base is the
magnitude of \(\vec {u}\). The height, \(h\), can be found using trigonometry
\[h=\norm {\vec {v}}\sin \theta \]
Using the area of a parallelogram formula together with Theorem ?? we
get
We can start by visualizing the parallelogram in GeoGebra. RIGHT-CLICK and
DRAG to rotate the image below. The area of the parallelogram, rounded to two
decimal places, is displayed inside the parallelogram.
The problem we run into is that these vectors are in \(\RR ^2\), whereas the cross product is
defined only for vectors in \(\RR ^3\). We will get around this difficulty by “padding" our
vectors with zeros on the bottom. In other words, we will consider them as vectors
sitting in the \(xy\)-coordinate plane in \(\RR ^3\). This allows us to compute the cross
product
Example 4 illustrates an important phenomenon. Observe that the zeros in the last
column of the determinant ensure that the \(\vec {i}\) and \(\vec {j}\) components of the cross product are
zero, while the last component is the determinant of the \(2\times 2\) matrix whose rows (or
columns) are the two vectors that determine the parallelogram in \(\RR ^2\). In general, if the
parallelogram is determined by vectors
So the area of the parallelogram turns out to be the absolute value of the
determinant of the matrix whose rows (or columns) are the two vectors
that determine the parallelogram. The following formula summarizes our
discussion.
Let \(\vec {u}=\begin{bmatrix}a\\b\end{bmatrix}\) and \(\vec {v}=\begin{bmatrix}c\\d\end{bmatrix}\) be vectors of \(\RR ^2\). The area of the parallelogram determined by \(\vec {u}\) and \(\vec {v}\) is given
by
Use Formula 6 to find the area of the polygon shown below.
We will start by splitting this region into triangles.
We can find the total area of the polygon by finding the area of each triangle. The
area of each triangle is half of the area of the corresponding parallelogram. For
instance, \(A_1\) is half of the area of the parallelogram depicted below.
The total area of the polygon is \(\answer {9.5}\).
\(3\times 3\) Determinant and the Volume of a Parallelepiped
Our next goal is to find the volume of a three-dimensional figure called a
parallelepiped. A parallelepiped is a six-faced figure whose opposite faces are
congruent parallelograms located in parallel planes. A parallelepiped is a
three-dimensional counterpart of a parallelogram, and is determined by three
non-coplanar vectors in \(\RR ^3\). The figure below shows a parallelepiped determined by
three vectors.
Consider a parallelepiped determined by vectors \(\vec {u}\), \(\vec {v}\) and \(\vec {w}\), as shown below.
The volume of a parallelepiped is given by
\[\mbox {Volume}=(\text {area of base})(\text {height})\]
We will consider the parallelogram determined by \(\vec {u}\) and \(\vec {v}\) to be the base of the
parallelepiped. Thus, the area of the base is given by
\[\mbox {Area of Base}=\norm {\vec {u}\times \vec {v}}\]
The height of the parallelepiped is measured along a line perpendicular to the base.
By Theorem ??, \(\vec {u}\times \vec {v}\) lies on such a line. Let \(\theta \) be the angle between \(\vec {w}\) and \(\vec {u}\times \vec {v}\), \(0\leq \theta \leq \pi \). Then the
height, \(h\), of the parallelepiped is given by
\[h=\norm {\vec {w}}|\cos \theta |\]
It may be difficult to visualize this in two dimensions. Below is a replica of of
the above diagram in GeoGebra. RIGHT-CLICK and DRAG to rotate the
image.
This gives us the following formula for the volume of the parallelepiped
Our next goal is to show that this expression for the volume is equal to the
determinant of a \(3\times 3\) matrix whose rows are the vectors that determine the
parallelepiped.
The expression in (??) is sometimes referred to as the box product or the scalar triple
product.
Recall that \(\det (A)=\det (A^T)\) (Theorem ??). Therefore, the three vectors that determine the
parallelogram can be used to form rows or columns of the determinant on the right
side of (??). This gives us the following formula.
Let \(\vec {u}=\begin{bmatrix}u_1\\u_2\\u_3\end{bmatrix},\quad \vec {v}=\begin{bmatrix}v_1\\v_2\\v_3\end{bmatrix},\quad \vec {w}=\begin{bmatrix}w_1\\w_2\\w_3\end{bmatrix}\) be vectors in \(\RR ^3\). Then the volume of the parallelepiped determined by \(\vec {u}\), \(\vec {v}\) and \(\vec {w}\) is
given by
We will now turn our attention to the determinant of a matrix of a linear
transformation.
The following GeoGebra interactive shows a polygon \(P\) located in the domain
of a linear transformation \(T\) induced by the matrix \(M\). The right-hand side
shows the image of \(P\) under \(T\). The number inside each polygon indicates its
area.
Let \(M=\begin{bmatrix}1&1\\-1&2\end{bmatrix}\). Find the determinant of \(M\).
\[\det {M}=\answer {3}\]
Drag the vertices of \(P\) to change the polygon. Make a note of how the area
of \(P\) and the area of the image change. How are the areas related to each
other?
\[\mbox {Area}(T(P))=\answer {3}\mbox {Area}(P)\]
Change the matrix \(M\) to a matrix whose determinant is 1. Compare the areas of \(P\)
and \(T(P)\). Try matrices whose determinant is 0 or negative. What do you observe about
the areas?
Formulate a conjecture about the relationship between the area of the polygon
and the area of its image under a linear transformation.
We will not
prove your conjecture in Exploration for arbitrary figures as it is beyond
the scope of this text. However, we can tackle the problem of how linear
transformations affect areas of parallelograms. This is the topic of our next
example.
Let \(T:\RR ^2\longrightarrow \RR ^2\) be a linear transformation induced by matrix \(M\). Suppose \(\vec {u}\) and \(\vec {v}\) are vectors in \(\RR ^2\).
Let \(P\) be a parallelogram determined by \(\vec {u}\) and \(\vec {v}\). Show that
Let \(\vec {u}=\begin{bmatrix}a\\b\end{bmatrix}\) and \(\vec {v}=\begin{bmatrix}c\\d\end{bmatrix}\), and let \(M=\begin{bmatrix}m & n\\p & q\end{bmatrix}\). By Formula 6, \(\mbox {Area}(P)=ad-bc\). Applying \(M\) to \(\vec {u}\) and \(\vec {v}\) we get
Let \(S\) be a square determined by \(\begin{bmatrix}2\\0\end{bmatrix}\) and \(\begin{bmatrix}0\\2\end{bmatrix}\). Let \(P\) be a parallelogram determined by
vectors \(\begin{bmatrix}2\\5\end{bmatrix}\) and \(\begin{bmatrix}0\\2\end{bmatrix}\).
(a)
Sketch both figures in the same coordinate plane, and use geometry to
explain why \(S\) and \(P\) have the same area. Compute the area of \(P\) using Formula
6.
\[\text {Area of }P=\answer {4}\]
(b)
Suppose \(M\) is the standard matrix of a linear transformation \(T:\RR ^2\rightarrow \RR ^2\) such that \(T(S)=P\).
Find \(\det M\).