Aimathic
Login | English | Deutsch

Free Math Worksheets

Build your own math worksheets from 21,000 problems for grades 3 to 12, from fractions to calculus. Every problem includes step-by-step solutions.

Determinants and inverse matrices

Click problems to add them to your worksheet.

52542112
Determine whether each set of vectors is linearly independent. a) \(\vec{a}=\begin{pmatrix}1\\1\\1\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}1\\2\\3\end{pmatrix}\), \(\vec{c}=\begin{pmatrix}0\\1\\0\end{pmatrix}\) b) \(\vec{u}=\begin{pmatrix}2\\-1\\3\end{pmatrix}\), \(\vec{v}=\begin{pmatrix}-4\\2\\-6\end{pmatrix}\) c) \(\vec{x}=\begin{pmatrix}1\\0\\4\end{pmatrix}\), \(\vec{y}=\begin{pmatrix}2\\1\\1\end{pmatrix}\), \(\vec{z}=\begin{pmatrix}0\\0\\0\end{pmatrix}\)

Hints

- For three vectors in \(\mathbb{R}^3\), what does a nonzero determinant indicate? - For two vectors, check whether one is a scalar multiple of the other. - What happens when a set contains the zero vector? - Use the most direct test for each part.

Solution

1. For part a, \(\det\begin{pmatrix}1&1&0\\1&2&1\\1&3&0\end{pmatrix}=-2\ne0\), so the vectors are linearly independent. 2. For part b, \(\vec{v}=-2\vec{u}\), so the vectors are linearly dependent. 3. For part c, the set contains the zero vector. Any set containing the zero vector is linearly dependent.

Answer

a) Linearly independent b) Linearly dependent c) Linearly dependent
52783112
A tetrahedron has vertices \(A(1, 1, 2)\), \(B(4, 2, 3)\), \(C(2, 5, 1)\), and \(D(3, 3, 6)\). Find its volume using a determinant.

Hints

- Form three edge vectors from one common vertex. - Place those vectors as columns of a \(3\times3\) matrix. - The determinant gives the signed volume of the corresponding parallelepiped. - Divide its absolute value by \(6\) for a tetrahedron.

Solution

1. From vertex \(A\), the edge vectors are \(\overrightarrow{AB}=\begin{pmatrix}3\\1\\1\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}1\\4\\-1\end{pmatrix}\), and \(\overrightarrow{AD}=\begin{pmatrix}2\\2\\4\end{pmatrix}\). 2. Place these vectors as the columns of a matrix: \(M=\begin{pmatrix}3&1&2\\1&4&2\\1&-1&4\end{pmatrix}\). 3. The determinant is \(\det(M)=42\). 4. A tetrahedron has one-sixth the volume of the corresponding parallelepiped, so \(V=\frac{1}{6}|\det(M)|=\frac{42}{6}=7\) cubic units.

Answer

\(7\) cubic units
52783212
A triangular pyramid has base \(EFG\) and vertex \(H\), where \(E(0, 2, 1)\), \(F(4, -1, 3)\), \(G(1, 5, 2)\), and \(H(2, 3, 7)\). Find its volume using a determinant.

Hints

- Form the three edge vectors that start at \(E\). - Use them as the columns of a \(3\times3\) matrix. - Take the absolute value of the determinant and divide by \(6\).

Solution

1. From vertex \(E\), the edge vectors are \(\overrightarrow{EF}=\begin{pmatrix}4\\-3\\2\end{pmatrix}\), \(\overrightarrow{EG}=\begin{pmatrix}1\\3\\1\end{pmatrix}\), and \(\overrightarrow{EH}=\begin{pmatrix}2\\1\\6\end{pmatrix}\). 2. Form the matrix \(M=\begin{pmatrix}4&1&2\\-3&3&1\\2&1&6\end{pmatrix}\). 3. Its determinant is \(\det(M)=70\). 4. The pyramid's volume is \(V=\frac{1}{6}|\det(M)|=\frac{70}{6}=\frac{35}{3}\) cubic units.

Answer

\(\frac{35}{3}\) cubic units
52786712
The points \(A(2, 1, 1)\), \(B(6, 1, 1)\), \(C(2, 5, 1)\), and \(D(4, 3, 7)\) are given. a) Show that the points form a tetrahedron. b) Find its volume using a determinant.

Hints

- Form three edge vectors from one vertex. - A nonzero determinant shows that the vectors are linearly independent. - Divide the corresponding parallelepiped volume by \(6\).

Solution

1. From \(A\), \(\overrightarrow{AB}=\begin{pmatrix}4\\0\\0\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}0\\4\\0\end{pmatrix}\), and \(\overrightarrow{AD}=\begin{pmatrix}2\\2\\6\end{pmatrix}\). 2. Their determinant is \(\det\begin{pmatrix}4&0&2\\0&4&2\\0&0&6\end{pmatrix}=96\ne0\). Therefore, the vectors are linearly independent, so the four points are not coplanar and form a tetrahedron. 3. Its volume is \(\frac{1}{6}|96|=16\) cubic units.

Answer

a) The edge-vector determinant is nonzero, so the points are not coplanar. b) \(16\) cubic units
53074512
Let \(M=\begin{pmatrix}5&3\\3&2\end{pmatrix}\) and \(N=\begin{pmatrix}2&-3\\-3&5\end{pmatrix}\). a) Find \(MN\) and \(NM\). b) Compare the products. What relationship holds between \(M\) and \(N\)?

Hints

- Use row-by-column multiplication for each product. - Track the negative signs carefully. - Recall the condition that identifies two matrices as inverses.

Solution

1. Compute \(MN=\begin{pmatrix}5&3\\3&2\end{pmatrix}\begin{pmatrix}2&-3\\-3&5\end{pmatrix}=\begin{pmatrix}10-9&-15+15\\6-6&-9+10\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}\). 2. In the reverse order, \(NM=\begin{pmatrix}2&-3\\-3&5\end{pmatrix}\begin{pmatrix}5&3\\3&2\end{pmatrix}=\begin{pmatrix}10-9&6-6\\-15+15&-9+10\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}\). 3. Since both products equal the identity matrix, \(M\) and \(N\) are inverses of each other.

Answer

a) \(MN=\begin{pmatrix}1&0\\0&1\end{pmatrix}\) and \(NM=\begin{pmatrix}1&0\\0&1\end{pmatrix}\). b) \(M\) and \(N\) are inverse matrices.
52538912
Use determinants to determine whether each set of vectors is linearly independent. a) \(\vec{a}=\begin{pmatrix}4\\-6\end{pmatrix}\) and \(\vec{b}=\begin{pmatrix}-6\\9\end{pmatrix}\) b) \(\vec{u}=\begin{pmatrix}1\\2\\3\end{pmatrix}\), \(\vec{v}=\begin{pmatrix}2\\0\\1\end{pmatrix}\), and \(\vec{w}=\begin{pmatrix}1\\1\\1\end{pmatrix}\)

Hints

- Arrange the vectors as columns of a square matrix. - What does a zero determinant indicate about the columns? - Compute each determinant carefully. - A nonzero determinant means the only linear combination producing the zero vector is the trivial one.

Solution

1. For part a, place the vectors in a matrix as columns. The determinant is \(\det\begin{pmatrix}4&-6\\-6&9\end{pmatrix}=4\cdot9-(-6)\cdot(-6)=36-36=0\). Therefore, the vectors are linearly dependent. 2. For part b, \(\det\begin{pmatrix}1&2&1\\2&0&1\\3&1&1\end{pmatrix}=3\ne0\). Therefore, the three vectors are linearly independent.

Answer

a) Linearly dependent b) Linearly independent
52539012
Find \(k\in\mathbb{R}\) so that the vectors \(\vec{a}=\begin{pmatrix}2\\1\\3\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}1\\0\\2\end{pmatrix}\), and \(\vec{c}=\begin{pmatrix}1\\k\\1\end{pmatrix}\) are linearly dependent. Use a determinant.

Hints

- Arrange the three vectors as columns of a matrix. - What determinant value corresponds to linearly dependent columns? - Expand the determinant to obtain an expression in \(k\). - Solve the resulting equation.

Solution

1. The vectors are linearly dependent exactly when the determinant of the matrix with these vectors as columns is \(0\). 2. Compute \(\det\begin{pmatrix}2&1&1\\1&0&k\\3&2&1\end{pmatrix}=1-k\). 3. Set the determinant equal to \(0\): \(1-k=0\). Therefore, \(k=1\).

Answer

\(k=1\)
52540512
Vectors \(\vec{a}=\begin{pmatrix}2\\-1\\3\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}4\\1\\1\end{pmatrix}\), and \(\vec{c}_k=\begin{pmatrix}2\\5\\k\end{pmatrix}\) are given, where \(k\in\mathbb{R}\). Use the scalar triple product to find the value of \(k\) for which the vectors are linearly dependent.

Hints

- What scalar triple product value indicates that three vectors are coplanar? - Write the vectors as columns of a \(3\times3\) determinant. - Expand and simplify the determinant as an expression in \(k\). - Set that expression equal to \(0\).

Solution

1. Three vectors in \(\mathbb{R}^3\) are linearly dependent exactly when their scalar triple product, or the corresponding determinant, is \(0\). 2. Compute \(\det\begin{pmatrix}2&4&2\\-1&1&5\\3&1&k\end{pmatrix}=2(k-5)-4(-k-15)+2\cdot(-4)=6k+42\). 3. Set the determinant equal to \(0\): \(6k+42=0\). Therefore, \(k=-7\).

Answer

\(k=-7\)
52540612
Vectors \(\vec{u}=\begin{pmatrix}1\\0\\2\end{pmatrix}\) and \(\vec{v}=\begin{pmatrix}-1\\3\\1\end{pmatrix}\) are given. A third vector is defined by \(\vec{w}=2\vec{u}-\vec{v}\). a) Without calculating a determinant, explain what value \(\det(\vec{u},\vec{v},\vec{w})\) must have. b) Verify your conclusion by calculating the determinant.

Hints

- What does it mean when one vector is a linear combination of the other two? - What geometric quantity does the scalar triple product represent? - Find \(\vec{w}\) before evaluating the determinant.

Solution

1. Because \(\vec{w}\) is a linear combination of \(\vec{u}\) and \(\vec{v}\), the three vectors are linearly dependent. Therefore, their scalar triple product must be \(0\). 2. First, \(\vec{w}=2\begin{pmatrix}1\\0\\2\end{pmatrix}-\begin{pmatrix}-1\\3\\1\end{pmatrix}=\begin{pmatrix}3\\-3\\3\end{pmatrix}\). 3. Then \(\det\begin{pmatrix}1&-1&3\\0&3&-3\\2&1&3\end{pmatrix}=12+6-18=0\), confirming the reasoning in part a.

Answer

a) The determinant must be \(0\) because the vectors are linearly dependent. b) \(\vec{w}=\begin{pmatrix}3\\-3\\3\end{pmatrix}\) and \(\det(\vec{u},\vec{v},\vec{w})=0\).
52541012
Vectors \(\vec{x}=\begin{pmatrix}1\\-2\\3\end{pmatrix}\), \(\vec{y}=\begin{pmatrix}2\\1\\-1\end{pmatrix}\), and \(\vec{z}=\begin{pmatrix}8\\a\\3\end{pmatrix}\) are given. For what real value of \(a\) do these vectors fail to form a basis of \(\mathbb{R}^3\)?

Hints

- How is the basis property related to linear independence? - Arrange the vectors as columns of a matrix. - What determinant value indicates linear dependence? - Solve the resulting equation in \(a\).

Solution

1. Three vectors form a basis of \(\mathbb{R}^3\) exactly when the determinant of the matrix with those vectors as columns is nonzero. 2. Compute \(\det\begin{pmatrix}1&2&8\\-2&1&a\\3&-1&3\end{pmatrix}=7a+7\). 3. The vectors fail to form a basis when \(7a+7=0\). Therefore, \(a=-1\).

Answer

\(a=-1\)
52541412
Determine whether the vectors \(\vec{u}=\begin{pmatrix}1\\2\\1\end{pmatrix}\), \(\vec{v}=\begin{pmatrix}0\\1\\-1\end{pmatrix}\), and \(\vec{w}=\begin{pmatrix}2\\1\\0\end{pmatrix}\) are linearly independent. If they are linearly dependent, express \(\vec{w}\) as a linear combination of \(\vec{u}\) and \(\vec{v}\).

Hints

- Arrange the three vectors as columns of a matrix. - What does a nonzero determinant say about the columns? - A vector can be written as a combination of the other two only when the three vectors are dependent. - Compute the determinant carefully.

Solution

1. Arrange the vectors as columns of a matrix and compute the determinant: \(\det\begin{pmatrix}1&0&2\\2&1&1\\1&-1&0\end{pmatrix}=-5\). 2. Because the determinant is nonzero, the vectors are linearly independent. Therefore, \(\vec{w}\) cannot be expressed as a linear combination of \(\vec{u}\) and \(\vec{v}\).

Answer

The vectors are linearly independent.
52542212
Vectors \(\vec{u}\), \(\vec{v}\), and \(\vec{w}\) are linearly independent in \(\mathbb{R}^3\). Use determinant properties and linear-independence facts to determine whether each new set is linearly independent. Briefly justify each answer. a) \(\vec{u},\vec{v},\vec{u}-\vec{v}\) b) \(\vec{u},\vec{v},\vec{w},\vec{u}+\vec{v}+\vec{w}\) c) \(\vec{u}+\vec{v},\vec{w}\) d) \(2\vec{u},3\vec{v},4\vec{w}\)

Hints

- A nonzero determinant characterizes three independent vectors in \(\mathbb{R}^3\). - How does replacing a column by a linear combination affect the determinant? - How many linearly independent vectors can \(\mathbb{R}^3\) contain? - How does scaling determinant columns by nonzero constants affect the determinant?

Solution

1. Since \(\vec{u},\vec{v},\vec{w}\) are independent, \(\det(\vec{u},\vec{v},\vec{w})\ne0\). For part a, multilinearity gives \(\det(\vec{u},\vec{v},\vec{u}-\vec{v})=\det(\vec{u},\vec{v},\vec{u})-\det(\vec{u},\vec{v},\vec{v})=0\). Thus the set is linearly dependent. 2. Part b contains four vectors in \(\mathbb{R}^3\). At most three vectors can be linearly independent in a three-dimensional space, so the set is dependent. 3. If \(\vec{u}+\vec{v}\) were a scalar multiple of \(\vec{w}\), then \(\vec{u}\), \(\vec{v}\), and \(\vec{w}\) would satisfy a nontrivial linear relation. Therefore, \(\vec{u}+\vec{v}\) and \(\vec{w}\) are independent. 4. For part d, \(\det(2\vec{u},3\vec{v},4\vec{w})=2\cdot3\cdot4\det(\vec{u},\vec{v},\vec{w})=24\det(\vec{u},\vec{v},\vec{w})\ne0\). Therefore, \(2\vec{u},3\vec{v},4\vec{w}\) are independent.

Answer

a) Linearly dependent b) Linearly dependent c) Linearly independent d) Linearly independent
52542312
Vectors \(\vec{a}=\begin{pmatrix}2\\1\\0\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}1\\0\\3\end{pmatrix}\), and \(\vec{c}=\begin{pmatrix}5\\2\\k\end{pmatrix}\) are given, where \(k\in\mathbb{R}\). Find the value of \(k\) for which the vectors are linearly dependent. For that value, give a nontrivial linear combination equal to the zero vector.

Hints

- Arrange the vectors as columns of a matrix. - Set the determinant equal to \(0\). - After finding \(k\), solve for coefficients in a linear combination. - A nontrivial relation has at least one nonzero coefficient.

Solution

1. The vectors are linearly dependent when the determinant of the matrix with these vectors as columns is \(0\). 2. Compute \(\det\begin{pmatrix}2&1&5\\1&0&2\\0&3&k\end{pmatrix}=3-k\). Thus \(3-k=0\), so \(k=3\). 3. When \(k=3\), the vectors satisfy \(-2\vec{a}-\vec{b}+\vec{c}=\vec{0}\), which is nontrivial.

Answer

\(k=3\), with one nontrivial relation \(-2\vec{a}-\vec{b}+\vec{c}=\vec{0}\)
52542912
Decide whether each statement about vectors in \(\mathbb{R}^3\) is true or false. Use determinant properties or dimension facts to justify each answer. a) Three vectors \(\vec{u},\vec{v},\vec{w}\) are linearly dependent exactly when the determinant of the matrix with these vectors as columns is \(0\). b) Any set of three vectors containing the zero vector is linearly dependent. c) If \(\vec{u},\vec{v},\vec{w}\) are linearly independent, then \(\vec{u}+\vec{v},\vec{v},\vec{w}\) are also linearly independent. d) A set of four linearly independent vectors can exist in \(\mathbb{R}^3\).

Hints

- For three vectors in \(\mathbb{R}^3\), connect linear independence with a nonzero determinant. - What happens to a determinant when one column is the zero vector? - Use linearity in one column to expand the determinant after replacing \(\vec{u}\) by \(\vec{u}+\vec{v}\). - Compare the number of vectors with the dimension of \(\mathbb{R}^3\).

Solution

1. Statement a is true. Three vectors in \(\mathbb{R}^3\) are linearly independent exactly when the determinant of the matrix having them as columns is nonzero. Therefore, they are dependent exactly when that determinant is \(0\). 2. Statement b is true. A matrix with the zero vector as one column has determinant \(0\), so its three column vectors are linearly dependent. 3. Statement c is true. Since \(\vec{u},\vec{v},\vec{w}\) are independent, \(\det(\vec{u},\vec{v},\vec{w})\ne0\). By linearity of the determinant in one column, \(\det(\vec{u}+\vec{v},\vec{v},\vec{w})=\det(\vec{u},\vec{v},\vec{w})+\det(\vec{v},\vec{v},\vec{w})=\det(\vec{u},\vec{v},\vec{w})\ne0\). Thus the new set is linearly independent. 4. Statement d is false. The dimension of \(\mathbb{R}^3\) is \(3\), so every set of four vectors in \(\mathbb{R}^3\) is linearly dependent.

Answer

a) True b) True c) True d) False
52565312
Points \(A(2, 1, 3)\), \(B(4, 0, 5)\), and \(C(1, 3, 2)\) are given. Use the determinant form of the scalar triple product to find \(k\) so that point \(D(k, 2, 6)\) lies in the plane through \(A\), \(B\), and \(C\). Then write a parametric equation of the plane.

Hints

- Form \(\overrightarrow{AB}\), \(\overrightarrow{AC}\), and \(\overrightarrow{AD}\) from the same starting point. - Put the three vectors into a \(3\times3\) determinant. Coplanarity requires that determinant to be \(0\). - After finding \(k\), use one plane point and two independent direction vectors for the parametric equation.

Solution

1. Direction vectors from \(A\) are \(\overrightarrow{AB}=\begin{pmatrix}2\\-1\\2\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}-1\\2\\-1\end{pmatrix}\), and \(\overrightarrow{AD}=\begin{pmatrix}k-2\\1\\3\end{pmatrix}\). 2. The four points are coplanar exactly when the scalar triple product is \(0\). Using its determinant form, \(\det\begin{pmatrix}2&-1&k-2\\-1&2&1\\2&-1&3\end{pmatrix}=0\). 3. Expanding the determinant gives \(15-3k=0\), so \(k=5\). 4. A parametric equation of the plane through \(A\) with direction vectors \(\overrightarrow{AB}\) and \(\overrightarrow{AC}\) is \(\vec{x}=\begin{pmatrix}2\\1\\3\end{pmatrix}+r\begin{pmatrix}2\\-1\\2\end{pmatrix}+s\begin{pmatrix}-1\\2\\-1\end{pmatrix}\), where \(r,s\in\mathbb{R}\).

Answer

\(k=5\), and one plane equation is \(\vec{x}=\begin{pmatrix}2\\1\\3\end{pmatrix}+r\begin{pmatrix}2\\-1\\2\end{pmatrix}+s\begin{pmatrix}-1\\2\\-1\end{pmatrix}\), where \(r,s\in\mathbb{R}\).
52565412
Points \(P(1, 0, 2)\), \(Q(3, 1, 5)\), \(R(0, 2, 2)\), and \(S(4, 3, 1)\) are given. Use the determinant form of the scalar triple product to determine whether the points are coplanar. If they are not, find the volume of the tetrahedron they form and briefly explain how the determinant relates to coplanarity.

Hints

- Form three displacement vectors from one common point and put them into a \(3\times3\) determinant. - A zero determinant means the three displacement vectors are linearly dependent and the four points are coplanar. - The absolute determinant is a parallelepiped volume; a tetrahedron has one-sixth of that volume.

Solution

1. Using \(P\) as the common starting point gives \(\overrightarrow{PQ}=\begin{pmatrix}2\\1\\3\end{pmatrix}\), \(\overrightarrow{PR}=\begin{pmatrix}-1\\2\\0\end{pmatrix}\), and \(\overrightarrow{PS}=\begin{pmatrix}3\\3\\-1\end{pmatrix}\). 2. The scalar triple product is the determinant \(\det\begin{pmatrix}2&-1&3\\1&2&3\\3&0&-1\end{pmatrix}=-32\). 3. Because this determinant is nonzero, the three displacement vectors are linearly independent, so the four points are not coplanar. 4. The absolute determinant, \(32\), is the volume of the corresponding parallelepiped. The tetrahedron has one-sixth that volume, so \(V=\frac{1}{6}\cdot32=\frac{16}{3}\) cubic units.

Answer

The points are not coplanar because the scalar triple product determinant is \(-32\ne0\). The tetrahedron's volume is \(\frac{16}{3}\) cubic units.
52684712
Vectors \(\vec{u}=\begin{pmatrix}1\\2\\3\end{pmatrix}\), \(\vec{v}=\begin{pmatrix}0\\k\\2\end{pmatrix}\), and \(\vec{w}=\begin{pmatrix}1\\1\\k\end{pmatrix}\) are given, where \(k\in\mathbb{R}\). Find all values of \(k\) for which the vectors are linearly dependent.

Hints

- What determinant value indicates dependent column vectors? - Arrange the vectors as columns of a \(3\times3\) matrix. - Simplify the determinant to a quadratic expression. - Factor or solve the quadratic equation.

Solution

1. The vectors are linearly dependent when the determinant of the matrix with these vectors as columns is \(0\). 2. Compute \(\det\begin{pmatrix}1&0&1\\2&k&1\\3&2&k\end{pmatrix}=k^2-3k+2\). 3. Factor: \(k^2-3k+2=(k-1)(k-2)\). 4. Therefore, the determinant is \(0\) when \(k=1\) or \(k=2\).

Answer

\(k=1\) or \(k=2\)
52684812
Find all \(t\in\mathbb{R}\) for which the vectors \(\vec{a}=\begin{pmatrix}t\\1\\1\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}1\\t\\1\end{pmatrix}\), and \(\vec{c}=\begin{pmatrix}1\\1\\t\end{pmatrix}\) form a basis of \(\mathbb{R}^3\).

Hints

- What determinant condition characterizes a basis of \(\mathbb{R}^3\)? - Compute the determinant as a polynomial in \(t\). - Try \(t=1\) as a root, then factor the remaining quadratic. - Exclude exactly the values that make the determinant zero.

Solution

1. The vectors form a basis exactly when the determinant of the matrix with these vectors as columns is nonzero. 2. Compute \(\det\begin{pmatrix}t&1&1\\1&t&1\\1&1&t\end{pmatrix}=t^3-3t+2\). 3. Factor the polynomial: \(t^3-3t+2=(t-1)^2(t+2)\). 4. The determinant is zero at \(t=1\) and \(t=-2\). Therefore, the vectors form a basis for every other real value of \(t\).

Answer

\(t\in\mathbb{R}\setminus\{-2, 1\}\)
52782612
The vectors \(\vec{u}=\begin{pmatrix}2\\1\\2\end{pmatrix}\), \(\vec{v}=\begin{pmatrix}-1\\3\\0\end{pmatrix}\), and \(\vec{w}=\begin{pmatrix}1\\1\\5\end{pmatrix}\) form the edges of a parallelepiped from a common vertex. a) Write the \(3\times3\) matrix whose columns are \(\vec{u}\), \(\vec{v}\), and \(\vec{w}\). b) Find the determinant of the matrix. c) Find the volume of the parallelepiped.

Hints

- Place the three vectors as the columns of one matrix. - Expand the determinant using \(2\times2\) minors. - The absolute value of the determinant gives the volume scale factor in three dimensions.

Solution

1. The matrix is \(A=\begin{pmatrix}2&-1&1\\1&3&1\\2&0&5\end{pmatrix}\). 2. Expanding along the first row, \(\det(A)=2\begin{vmatrix}3&1\\0&5\end{vmatrix}-(-1)\begin{vmatrix}1&1\\2&5\end{vmatrix}+1\begin{vmatrix}1&3\\2&0\end{vmatrix}\). 3. Therefore, \(\det(A)=2\cdot15+(5-2)+(0-6)=27\). 4. The volume is the absolute value of the determinant: \(V=|\det(A)|=27\) cubic units.

Answer

a) \(\begin{pmatrix}2&-1&1\\1&3&1\\2&0&5\end{pmatrix}\) b) \(27\) c) \(27\) cubic units
52783512
A tetrahedron has one vertex at \(O(0, 0, 0)\). Its three edges from \(O\) are \(\vec{a}=\begin{pmatrix}2\\-1\\2\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}1\\2\\-2\end{pmatrix}\), and \(\vec{s}=\begin{pmatrix}2\\1\\2\end{pmatrix}\). a) Find the exact area of triangular base \(OAB\). b) Find the volume of the tetrahedron using a determinant. c) Find the length \(h\) of the altitude from the fourth vertex to base \(OAB\).

Hints

- Use the dot-product area identity for the triangular base. - Put the three edge vectors into a \(3\times3\) matrix to find the volume. - A tetrahedron's volume is one-sixth the absolute value of that determinant. - Use \(V=\frac{1}{3}Gh\) to solve for the altitude.

Solution

1. For the base vectors, \(\|\vec{a}\|^2=9\), \(\|\vec{b}\|^2=9\), and \(\vec{a}\cdot\vec{b}=-4\). Thus, the base area is \(G=\frac{1}{2}\sqrt{9\cdot9-(-4)^2}=\frac{\sqrt{65}}{2}\). 2. Place the three edge vectors as columns: \(M=\begin{pmatrix}2&1&2\\-1&2&1\\2&-2&2\end{pmatrix}\). Since \(\det(M)=12\), \(V=\frac{1}{6}|\det(M)|=2\) cubic units. 3. Using \(V=\frac{1}{3}Gh\), \(h=\frac{3V}{G}=\frac{6}{\sqrt{65}/2}=\frac{12}{\sqrt{65}}\) units.

Answer

a) \(\frac{\sqrt{65}}{2}\) square units b) \(2\) cubic units c) \(\frac{12}{\sqrt{65}}\) units
52783612
A tetrahedron has vertices \(A(1, 1, 1)\), \(B(4, 1, 5)\), \(C(1, 6, 1)\), and \(D(3, 5, 2)\). a) Find the area of triangular base \(ABC\). b) Find the volume of the tetrahedron using a determinant. c) Find the length of the altitude \(h_D\) from \(D\) to plane \(ABC\).

Hints

- Write the three edge vectors from \(A\). - Check whether the two base vectors are perpendicular before finding the base area. - Use the three edge vectors as columns of a matrix for the volume. - Use the pyramid volume formula to solve for the altitude.

Solution

1. The edge vectors from \(A\) are \(\overrightarrow{AB}=\begin{pmatrix}3\\0\\4\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}0\\5\\0\end{pmatrix}\), and \(\overrightarrow{AD}=\begin{pmatrix}2\\4\\1\end{pmatrix}\). 2. Because \(\overrightarrow{AB}\cdot\overrightarrow{AC}=0\), the base is a right triangle. Its area is \(G=\frac{1}{2}\cdot5\cdot5=\frac{25}{2}\) square units. 3. Form \(M=\begin{pmatrix}3&0&2\\0&5&4\\4&0&1\end{pmatrix}\). Since \(\det(M)=-25\), \(V=\frac{1}{6}|\det(M)|=\frac{25}{6}\) cubic units. 4. From \(V=\frac{1}{3}Gh_D\), \(h_D=\frac{3V}{G}=1\) unit.

Answer

a) \(\frac{25}{2}\) square units b) \(\frac{25}{6}\) cubic units c) \(1\) unit
52784612
The vectors \(\vec{a}=\begin{pmatrix}2\\1\\0\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}1\\3\\1\end{pmatrix}\), and \(\vec{c}_k=\begin{pmatrix}1\\k-1\\4\end{pmatrix}\) form the edges of a parallelepiped from a common point \(P(1, 1, 1)\). a) Find its volume \(V(k)\) using a determinant. b) Find all values of \(k\) for which the volume is \(15\) cubic units. c) For what value of \(k\) do the three vector endpoints and \(P\) lie in one plane? Justify your answer using the volume.

Hints

- Put the three vectors into a \(3\times3\) matrix. - The volume is the absolute value of its determinant. - An absolute-value equation produces two cases. - Coplanar vectors form a parallelepiped with zero volume.

Solution

1. Place the vectors as columns: \(M_k=\begin{pmatrix}2&1&1\\1&3&k-1\\0&1&4\end{pmatrix}\). 2. The determinant is \(\det(M_k)=23-2k\). Therefore, \(V(k)=|23-2k|\). 3. For a volume of \(15\), \(|23-2k|=15\). Thus, \(23-2k=15\) gives \(k=4\), and \(23-2k=-15\) gives \(k=19\). 4. The points are coplanar when the volume is \(0\): \(23-2k=0\), so \(k=\frac{23}{2}\). At this value, the three vectors are linearly dependent.

Answer

a) \(V(k)=|23-2k|\) b) \(k=4\) or \(k=19\) c) \(k=\frac{23}{2}\); the volume is zero, so the vectors are coplanar.
52784712
The points \(A(1, 1, 2)\), \(B(5, 1, 2)\), \(C(6, 4, 2)\), and \(E(2, 2, 6)\) are vertices of parallelepiped \(ABCDEFGH\), where \(ABCD\) is the base and \(E\) lies above \(A\). a) Find \(D\). b) Find the remaining top vertices \(F\), \(G\), and \(H\). c) Find the volume using a determinant.

Hints

- Use equal opposite-side vectors in the base parallelogram. - Every top vertex is obtained by the same translation vector \(\overrightarrow{AE}\). - Put three adjacent edge vectors into a matrix and take the absolute value of its determinant.

Solution

1. Since \(\overrightarrow{AD}=\overrightarrow{BC}\), \(\overrightarrow{BC}=\begin{pmatrix}1\\3\\0\end{pmatrix}\), so \(D=A+\overrightarrow{BC}=(2, 4, 2)\). 2. The translation from the base to the top is \(\overrightarrow{AE}=\begin{pmatrix}1\\1\\4\end{pmatrix}\). Therefore, \(F=B+\overrightarrow{AE}=(6, 2, 6)\), \(G=C+\overrightarrow{AE}=(7, 5, 6)\), and \(H=D+\overrightarrow{AE}=(3, 5, 6)\). 3. The three edge vectors from \(A\) are \(\overrightarrow{AB}=\begin{pmatrix}4\\0\\0\end{pmatrix}\), \(\overrightarrow{AD}=\begin{pmatrix}1\\3\\0\end{pmatrix}\), and \(\overrightarrow{AE}=\begin{pmatrix}1\\1\\4\end{pmatrix}\). 4. Their matrix has determinant \(\det\begin{pmatrix}4&1&1\\0&3&1\\0&0&4\end{pmatrix}=48\). Thus, the volume is \(48\) cubic units.

Answer

a) \(D(2, 4, 2)\) b) \(F(6, 2, 6)\), \(G(7, 5, 6)\), \(H(3, 5, 6)\) c) \(48\) cubic units
52784812
In a three-dimensional coordinate system, points \(A(2, 0, 1)\), \(B(5, 1, 1)\), \(C(4, 4, 2)\), and \(D\) form the base of parallelepiped \(ABCDEFGH\). Point \(E(3, 1, 5)\) is the top vertex corresponding to \(A\). a) Find \(D\). b) Find the volume of the parallelepiped using a determinant. c) Find its height relative to base \(ABCD\).

Hints

- Use the base parallelogram's equal opposite-side vectors. - Put the three edge vectors from \(A\) into a \(3\times3\) matrix. - Find the base area from the two base vectors. - Use \(V=Gh\) to solve for the height.

Solution

1. In base parallelogram \(ABCD\), \(\overrightarrow{AD}=\overrightarrow{BC}=\begin{pmatrix}-1\\3\\1\end{pmatrix}\). Thus, \(D=A+\overrightarrow{BC}=(1, 3, 2)\). 2. The three edge vectors from \(A\) are \(\overrightarrow{AB}=\begin{pmatrix}3\\1\\0\end{pmatrix}\), \(\overrightarrow{AD}=\begin{pmatrix}-1\\3\\1\end{pmatrix}\), and \(\overrightarrow{AE}=\begin{pmatrix}1\\1\\4\end{pmatrix}\). 3. Their determinant is \(\det\begin{pmatrix}3&-1&1\\1&3&1\\0&1&4\end{pmatrix}=38\). Therefore, the volume is \(38\) cubic units. 4. For the base vectors, \(\|\overrightarrow{AB}\|^2=10\), \(\|\overrightarrow{AD}\|^2=11\), and \(\overrightarrow{AB}\cdot\overrightarrow{AD}=0\). Thus, the base area is \(G=\sqrt{10\cdot11}=\sqrt{110}\). 5. Since \(V=Gh\), \(h=\frac{38}{\sqrt{110}}\) units.

Answer

a) \(D(1, 3, 2)\) b) \(38\) cubic units c) \(\frac{38}{\sqrt{110}}\) units
52785912
The points \(A(2, 2, 1)\), \(B(5, 2, 1)\), \(C(2, 6, 1)\), and \(D(4, 4, 5)\) form a tetrahedron. a) Find \(\angle BAC\). b) Find the area of triangle \(ABC\). c) Find the tetrahedron's volume using a determinant.

Hints

- Use a dot product to test the angle at \(A\). - The two base sides are perpendicular. - Put the three edge vectors from \(A\) into a matrix. - Divide the determinant's absolute value by \(6\).

Solution

1. \(\overrightarrow{AB}=\begin{pmatrix}3\\0\\0\end{pmatrix}\) and \(\overrightarrow{AC}=\begin{pmatrix}0\\4\\0\end{pmatrix}\). Their dot product is \(0\), so \(\angle BAC=90^\circ\). 2. The base is a right triangle with leg lengths \(3\) and \(4\), so its area is \(\frac{1}{2}\cdot3\cdot4=6\) square units. 3. \(\overrightarrow{AD}=\begin{pmatrix}2\\2\\4\end{pmatrix}\). The determinant of the edge-vector matrix is \(\det\begin{pmatrix}3&0&2\\0&4&2\\0&0&4\end{pmatrix}=48\). 4. Therefore, the tetrahedron's volume is \(\frac{1}{6}|48|=8\) cubic units.

Answer

a) \(90^\circ\) b) \(6\) square units c) \(8\) cubic units
52786012
A tetrahedron has vertices \(P(1, 0, 2)\), \(Q(3, 4, 2)\), \(R(-1, 2, 2)\), and \(S(2, 1, 8)\). a) Find the area of base \(PQR\). b) Find the volume using a determinant. c) Find the altitude to base \(PQR\).

Hints

- Notice that the three base points have the same \(z\)-coordinate. - Use a vector area identity for the base. - Use the three edge vectors from \(P\) as matrix columns. - Apply \(V=\frac{1}{3}Gh\).

Solution

1. \(\overrightarrow{PQ}=\begin{pmatrix}2\\4\\0\end{pmatrix}\) and \(\overrightarrow{PR}=\begin{pmatrix}-2\\2\\0\end{pmatrix}\). Using the dot-product area identity gives \(G=\frac{1}{2}\sqrt{20\cdot8-4^2}=6\) square units. 2. \(\overrightarrow{PS}=\begin{pmatrix}1\\1\\6\end{pmatrix}\), and \(\det\begin{pmatrix}2&-2&1\\4&2&1\\0&0&6\end{pmatrix}=72\). Thus, \(V=\frac{1}{6}|72|=12\) cubic units. 3. From \(V=\frac{1}{3}Gh\), \(h=\frac{3\cdot12}{6}=6\) units.

Answer

a) \(6\) square units b) \(12\) cubic units c) \(6\) units
52786312
The vectors \(\vec{a}=\begin{pmatrix}4\\0\\3\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}-3\\0\\4\end{pmatrix}\), and \(\vec{c}=\begin{pmatrix}0\\5\\0\end{pmatrix}\) form the edges of a parallelepiped. a) Find its volume using a determinant. b) Identify the special type of parallelepiped and justify your answer.

Hints

- Put the edge vectors into a \(3\times3\) matrix. - Use dot products to check whether the edges are perpendicular. - Compare the three edge lengths.

Solution

1. Form the edge-vector matrix: \(M=\begin{pmatrix}4&-3&0\\0&0&5\\3&4&0\end{pmatrix}\). Its determinant is \(-125\), so the volume is \(125\) cubic units. 2. The pairwise dot products are \(\vec{a}\cdot\vec{b}=0\), \(\vec{a}\cdot\vec{c}=0\), and \(\vec{b}\cdot\vec{c}=0\). Thus, the edges are pairwise perpendicular. 3. Also, \(\|\vec{a}\|=\|\vec{b}\|=\|\vec{c}\|=5\). A rectangular prism with three equal edge lengths is a cube.

Answer

a) \(125\) cubic units b) A cube, because the three edge vectors are pairwise perpendicular and all have length \(5\).
52786812
A tetrahedron has base vertices \(A(1, 1, 0)\), \(B(5, 1, 0)\), and \(C(1, 4, 0)\). Its fourth vertex lies on \(\vec{x}=\begin{pmatrix}2\\2\\1\end{pmatrix}+k\begin{pmatrix}0\\0\\1\end{pmatrix}\), where \(k\in\mathbb{R}\). Find all values of \(k\) for which the tetrahedron's volume is \(10\) cubic units.

Hints

- Write the parameterized coordinates of the fourth vertex. - Form three edge vectors from one base vertex. - Use a determinant and divide its absolute value by \(6\). - An absolute-value equation may have two solutions.

Solution

1. The fourth vertex is \(S_k=(2, 2, 1+k)\). 2. From \(A\), \(\overrightarrow{AB}=\begin{pmatrix}4\\0\\0\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}0\\3\\0\end{pmatrix}\), and \(\overrightarrow{AS_k}=\begin{pmatrix}1\\1\\1+k\end{pmatrix}\). 3. The determinant is \(\det\begin{pmatrix}4&0&1\\0&3&1\\0&0&1+k\end{pmatrix}=12(1+k)\). 4. Therefore, \(V(k)=\frac{1}{6}|12(1+k)|=2|1+k|\). 5. Solve \(2|1+k|=10\), so \(|1+k|=5\). Thus, \(k=4\) or \(k=-6\).

Answer

\(k=4\) or \(k=-6\)
52788612
A triangular pyramid has base vertices \(A(1, 0, 0)\), \(B(3, 2, 1)\), and \(C(0, 4, 2)\), with vertex \(S(5, 5, 10)\). a) Find the volume using a determinant. b) Find the area of base \(ABC\), and then find the pyramid's altitude \(h\).

Hints

- Use the three edge vectors from \(A\) in a determinant. - Use the dot-product area identity for the triangular base. - Solve \(V=\frac{1}{3}Gh\) for \(h\).

Solution

1. From \(A\), \(\overrightarrow{AB}=\begin{pmatrix}2\\2\\1\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}-1\\4\\2\end{pmatrix}\), and \(\overrightarrow{AS}=\begin{pmatrix}4\\5\\10\end{pmatrix}\). 2. The determinant is \(\det\begin{pmatrix}2&-1&4\\2&4&5\\1&2&10\end{pmatrix}=75\). Thus, \(V=\frac{1}{6}|75|=\frac{25}{2}\) cubic units. 3. For the base vectors, \(\|\overrightarrow{AB}\|^2=9\), \(\|\overrightarrow{AC}\|^2=21\), and \(\overrightarrow{AB}\cdot\overrightarrow{AC}=8\). Therefore, \(G=\frac{1}{2}\sqrt{9\cdot21-8^2}=\frac{5\sqrt{5}}{2}\) square units. 4. From \(V=\frac{1}{3}Gh\), \(h=\frac{3V}{G}=3\sqrt{5}\) units.

Answer

a) \(\frac{25}{2}\) cubic units b) Base area \(=\frac{5\sqrt{5}}{2}\) square units; \(h=3\sqrt{5}\) units
53075112
A dynamic system is modeled by the transition matrix \(M=\begin{pmatrix}0.6&0.2\\0.4&0.8\end{pmatrix}\). a) Verify that \(A=\begin{pmatrix}2&-0.5\\-1&1.5\end{pmatrix}\) is \(M^{-1}\). b) Find the initial state vector \(\mathbf{v}_0\) if the state after one time step is \(\mathbf{v}_1=\begin{pmatrix}40\\60\end{pmatrix}\).

Hints

- Two square matrices are inverses when their products in both orders equal the identity matrix. - Write the relationship between the initial state, the next state, and the transition matrix. - Use the inverse matrix to undo multiplication by \(M\).

Solution

1. Verify both products: \(MA=\begin{pmatrix}0.6&0.2\\0.4&0.8\end{pmatrix}\begin{pmatrix}2&-0.5\\-1&1.5\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}\), and \(AM=\begin{pmatrix}2&-0.5\\-1&1.5\end{pmatrix}\begin{pmatrix}0.6&0.2\\0.4&0.8\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}\). Therefore, \(A=M^{-1}\). 2. Since \(\mathbf{v}_1=M\mathbf{v}_0\), multiply by \(M^{-1}\): \(\mathbf{v}_0=M^{-1}\mathbf{v}_1=\begin{pmatrix}2&-0.5\\-1&1.5\end{pmatrix}\begin{pmatrix}40\\60\end{pmatrix}=\begin{pmatrix}80-30\\-40+90\end{pmatrix}=\begin{pmatrix}50\\50\end{pmatrix}\).

Answer

a) \(MA=AM=\begin{pmatrix}1&0\\0&1\end{pmatrix}\), so \(A=M^{-1}\). b) \(\mathbf{v}_0=\begin{pmatrix}50\\50\end{pmatrix}\).
53075912
Let \(T=\begin{pmatrix}4&7\\1&2\end{pmatrix}\). Find \(T^{-1}=\begin{pmatrix}a&b\\c&d\end{pmatrix}\) by solving the matrix equation \(TT^{-1}=I_2\). Write the corresponding systems of linear equations and solve for \(a\), \(b\), \(c\), and \(d\).

Hints

- Multiply the two matrices using row-by-column multiplication. - Equal matrices have equal corresponding entries. - Separate the four equations into two systems with two unknowns each. - Solve each system by substitution or elimination.

Solution

1. Set up the equation \(\begin{pmatrix}4&7\\1&2\end{pmatrix}\begin{pmatrix}a&b\\c&d\end{pmatrix}=\begin{pmatrix}1&0\\0&1\end{pmatrix}\). 2. Equating corresponding entries gives two systems: \(4a+7c=1\) and \(a+2c=0\), \(4b+7d=0\) and \(b+2d=1\). 3. From \(a+2c=0\), \(a=-2c\). Substitution into \(4a+7c=1\) gives \(-8c+7c=1\), so \(c=-1\) and \(a=2\). 4. From \(b+2d=1\), \(b=1-2d\). Substitution into \(4b+7d=0\) gives \(4-8d+7d=0\), so \(d=4\) and \(b=-7\). Therefore, \(T^{-1}=\begin{pmatrix}2&-7\\-1&4\end{pmatrix}\).

Answer

\(T^{-1}=\begin{pmatrix}2&-7\\-1&4\end{pmatrix}\)
52542412
Let \(\vec{u}\), \(\vec{v}\), and \(\vec{w}\) be linearly independent vectors. Define \(\vec{a}=\vec{u}+\vec{v}\), \(\vec{b}=\vec{v}-\vec{w}\), and \(\vec{c}=\vec{u}+\vec{w}\). Use a determinant to determine whether \(\vec{a}\), \(\vec{b}\), and \(\vec{c}\) are linearly dependent or independent. Then give a nontrivial linear combination equal to the zero vector if they are dependent.

Hints

- Express \(\vec{a}\), \(\vec{b}\), and \(\vec{c}\) by their coefficient columns relative to \(\vec{u},\vec{v},\vec{w}\). - What determinant value indicates that three coordinate columns are dependent? - After the determinant test, look for a simple nontrivial relation among \(\vec{a},\vec{b},\vec{c}\).

Solution

1. Relative to the independent vectors \(\vec{u},\vec{v},\vec{w}\), the coordinate columns of \(\vec{a},\vec{b},\vec{c}\) are \(\begin{pmatrix}1\\1\\0\end{pmatrix}\), \(\begin{pmatrix}0\\1\\-1\end{pmatrix}\), and \(\begin{pmatrix}1\\0\\1\end{pmatrix}\). 2. Compute \(\det\begin{pmatrix}1&0&1\\1&1&0\\0&-1&1\end{pmatrix}=0\). Therefore, the three coordinate columns, and hence \(\vec{a},\vec{b},\vec{c}\), are linearly dependent. 3. Indeed, \(-\vec{a}+\vec{b}+\vec{c}=-(\vec{u}+\vec{v})+(\vec{v}-\vec{w})+(\vec{u}+\vec{w})=\vec{0}\), giving a nontrivial relation.

Answer

The vectors are linearly dependent because \(-\vec{a}+\vec{b}+\vec{c}=\vec{0}\).
52784312
The vectors \(\vec{a}=\begin{pmatrix}2\\1\\0\end{pmatrix}\), \(\vec{b}=\begin{pmatrix}-1\\3\\1\end{pmatrix}\), and \(\vec{c}_k=\begin{pmatrix}1\\2\\k\end{pmatrix}\), where \(k\in\mathbb{R}\), form the edges of a parallelepiped. a) Find its volume \(V(k)\) using a determinant. b) Explain why \(V(k)\) is an integer whenever \(k\) is an integer. c) Find the area of the parallelogram formed by \(\vec{a}\) and \(\vec{b}\). Must the area formed by two integer-coordinate vectors in three dimensions always be an integer? d) For what value of \(k\) is the volume zero? Interpret the result geometrically.

Hints

- Put the three vectors into a matrix and compute its determinant. - Consider which operations appear in a determinant of an integer matrix. - Use vector magnitudes and the dot product for the parallelogram area. - A zero determinant indicates linear dependence.

Solution

1. Place the vectors as columns: \(M_k=\begin{pmatrix}2&-1&1\\1&3&2\\0&1&k\end{pmatrix}\). 2. The determinant is \(\det(M_k)=7k-3\), so \(V(k)=|7k-3|\). 3. If \(k\) is an integer, then \(7k-3\) is an integer. Its absolute value is also an integer. 4. For \(\vec{a}\) and \(\vec{b}\), \(\|\vec{a}\|^2=5\), \(\|\vec{b}\|^2=11\), and \(\vec{a}\cdot\vec{b}=1\). Therefore, the parallelogram area is \(\sqrt{5\cdot11-1^2}=\sqrt{54}=3\sqrt{6}\). This is not an integer, so integer coordinates do not guarantee an integer area in three dimensions. 5. The volume is zero when \(7k-3=0\), so \(k=\frac{3}{7}\). At this value, the three vectors are linearly dependent and lie in one plane.

Answer

a) \(V(k)=|7k-3|\) b) For integer \(k\), \(7k-3\) and its absolute value are integers. c) \(3\sqrt{6}\) square units; no. d) \(k=\frac{3}{7}\); the vectors are coplanar and linearly dependent.
52784512
The points \(A(0, 0, 0)\), \(B(4, 2, -4)\), \(C(8, -2, -2)\), and \(D(4, -4, 2)\) form the base of a pyramid. Its vertex is \(S_k(4+k, -1+2k, -1+2k)\), where \(k\in\mathbb{R}\). a) Show that \(ABCD\) is a square and find its area. b) Find a vector perpendicular to both \(\overrightarrow{AB}\) and \(\overrightarrow{AD}\). c) Find the pyramid's volume \(V(k)\) using a determinant. d) Let \(M(4, -1, -1)\) be the center of the square. Explain why the line through \(M\) and \(S_k\) is perpendicular to the base for \(k\ne0\). For \(k=2\), verify the volume using \(V=\frac{1}{3}Gh\).

Hints

- Compare adjacent side lengths and their dot product. - Find a vector whose dot product with each base side vector is zero. - Use a determinant for the corresponding parallelepiped volume, then divide by \(3\). - Compare \(\overrightarrow{MS_k}\) with your perpendicular vector.

Solution

1. \(\overrightarrow{AB}=\begin{pmatrix}4\\2\\-4\end{pmatrix}\) and \(\overrightarrow{AD}=\begin{pmatrix}4\\-4\\2\end{pmatrix}\). Both have length \(6\), and their dot product is \(0\). Also, \(\overrightarrow{BC}=\overrightarrow{AD}\), so \(ABCD\) is a square. Its area is \(6^2=36\) square units. 2. The vector \(\vec{n}=\begin{pmatrix}1\\2\\2\end{pmatrix}\) is perpendicular to both side vectors because \(\vec{n}\cdot\overrightarrow{AB}=0\) and \(\vec{n}\cdot\overrightarrow{AD}=0\). 3. Using the edge vectors as columns, \(\det\begin{pmatrix}4&4&4+k\\2&-4&-1+2k\\-4&2&-1+2k\end{pmatrix}=-108k\). A pyramid with a parallelogram base has one-third the corresponding parallelepiped's volume, so \(V(k)=\frac{1}{3}|-108k|=36|k|\). 4. \(\overrightarrow{MS_k}=\begin{pmatrix}k\\2k\\2k\end{pmatrix}=k\vec{n}\). For \(k\ne0\), this direction is normal to the base, so the line is perpendicular to the base. 5. When \(k=2\), \(h=\|\overrightarrow{MS_2}\|=\sqrt{2^2+4^2+4^2}=6\). Thus, \(V=\frac{1}{3}\cdot36\cdot6=72\), which agrees with \(V(2)=36|2|=72\).

Answer

a) \(ABCD\) is a square with area \(36\) square units. b) One perpendicular vector is \(\begin{pmatrix}1\\2\\2\end{pmatrix}\). c) \(V(k)=36|k|\) d) \(\overrightarrow{MS_k}=k\begin{pmatrix}1\\2\\2\end{pmatrix}\); for \(k=2\), \(V=72\) cubic units.
52786412
The vectors \(\vec{u}=\begin{pmatrix}2\\2\\1\end{pmatrix}\), \(\vec{v}=\begin{pmatrix}2\\-1\\-2\end{pmatrix}\), and \(\vec{w}_t=\begin{pmatrix}t\\6\\-6\end{pmatrix}\), where \(t\in\mathbb{R}\), form the edges of a parallelepiped. a) Find its volume \(V(t)\) using a determinant. b) For what value of \(t\) is the parallelepiped a rectangular prism? Find its volume in that case.

Hints

- Use the vectors as columns of a matrix. - A rectangular prism has pairwise perpendicular edge vectors. - Use dot products to impose the perpendicularity conditions. - Substitute the resulting parameter into the volume formula.

Solution

1. The determinant is \(\det\begin{pmatrix}2&2&t\\2&-1&6\\1&-2&-6\end{pmatrix}=72-3t\). Therefore, \(V(t)=|72-3t|\). 2. First, \(\vec{u}\cdot\vec{v}=0\). 3. For \(\vec{w}_t\) to be perpendicular to both, \(\vec{u}\cdot\vec{w}_t=2t+6=0\) and \(\vec{v}\cdot\vec{w}_t=2t+6=0\). Both equations give \(t=-3\). 4. Then \(V(-3)=|72-3(-3)|=81\) cubic units.

Answer

a) \(V(t)=|72-3t|\) b) \(t=-3\), and the volume is \(81\) cubic units.
52788512
A triangular pyramid has base vertices \(A(2, 1, 3)\), \(B(5, 0, 1)\), and \(C(3, 4, 2)\), with vertex \(S(7, 8, 10)\). a) Find its volume using a determinant. b) The vertex is moved to \(S_k=S+k\vec{v}\), where \(\vec{v}=\begin{pmatrix}1\\-7\\0\end{pmatrix}\). Show using determinants that the volume is constant for every real \(k\). c) Interpret the result geometrically relative to the base plane.

Hints

- Form three vectors from \(A\) and use their determinant. - Use linearity of a determinant in one column. - Check the determinant formed with the movement direction. - A direction parallel to the base plane does not change perpendicular height.

Solution

1. From \(A\), \(\overrightarrow{AB}=\begin{pmatrix}3\\-1\\-2\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}1\\3\\-1\end{pmatrix}\), and \(\overrightarrow{AS}=\begin{pmatrix}5\\7\\7\end{pmatrix}\). 2. The determinant is \(\det\begin{pmatrix}3&1&5\\-1&3&7\\-2&-1&7\end{pmatrix}=112\). Thus, \(V=\frac{1}{6}|112|=\frac{56}{3}\) cubic units. 3. For the moved vertex, \(\overrightarrow{AS_k}=\overrightarrow{AS}+k\vec{v}\). By linearity in the third column, \(\det(\overrightarrow{AB},\overrightarrow{AC},\overrightarrow{AS_k}) =112+k\det(\overrightarrow{AB},\overrightarrow{AC},\vec{v})\). 4. The second determinant is \(\det\begin{pmatrix}3&1&1\\-1&3&-7\\-2&-1&0\end{pmatrix}=0\). Therefore, the determinant remains \(112\), so the volume remains \(\frac{56}{3}\). 5. A zero determinant with \(\overrightarrow{AB}\), \(\overrightarrow{AC}\), and \(\vec{v}\) means \(\vec{v}\) lies parallel to the base plane. Moving the vertex in that direction does not change its perpendicular distance from the base.

Answer

a) \(\frac{56}{3}\) cubic units b) The determinant remains \(112\), so the volume is constant. c) \(\vec{v}\) is parallel to the base plane, so the pyramid's height does not change.

All problems may be used, copied and printed free of charge for school and tutoring, including paid tutoring. Commercial adaptations as well as publication or redistribution on the internet are not permitted.