Quiz 4: Inverse Matrix/ Nonsingular Matrix Satisfying a Relation
Problem 289
(a) Find the inverse matrix of
\[A=\begin{bmatrix}
1 & 0 & 1 \\
1 &0 &0 \\
2 & 1 & 1
\end{bmatrix}\]
if it exists. If you think there is no inverse matrix of $A$, then give a reason.
(b) Find a nonsingular $2\times 2$ matrix $A$ such that
\[A^3=A^2B-3A^2,\]
where
\[B=\begin{bmatrix}
4 & 1\\
2& 6
\end{bmatrix}.\]
Verify that the matrix $A$ you obtained is actually a nonsingular matrix.
(The Ohio State University, Linear Algebra Midterm Exam Problem)
Add to solve later
Sponsored Links
Contents
(a) Find the inverse matrix if exists.
We consider the augmented matrix $[A\mid I]$, where $I$ is the $3\times 3$ identity matrix, and apply elementary row operations as follows. We have
\begin{align*}
\left[\begin{array}{rrr|rrr}
1 & 0 & 1 & 1 &0 & 0 \\
1 & 0 & 0 & 0 & 1 & 0 \\
2 & 1 & 1 & 0 & 0 & 1 \\
\end{array} \right]
\xrightarrow{\substack{R_2-R_1\\R_3-2R_1}}
\left[\begin{array}{rrr|rrr}
1 & 0 & 1 & 1 &0 & 0 \\
0 & 0 & -1 & -1 & 1 & 0 \\
0 & 1 & -1 & -2 & 0 & 1 \\
\end{array} \right]
\xrightarrow{R_2 \leftrightarrow R_3}\\[10pt]
\left[\begin{array}{rrr|rrr}
1 & 0 & 1 & 1 &0 & 0 \\
0 & 1 & -1 & -2 & 0 & 1 \\
0 & 0 & -1 & -1 & 1 & 0 \\
\end{array} \right]
\xrightarrow{-R_3}
\left[\begin{array}{rrr|rrr}
1 & 0 & 1 & 1 &0 & 0 \\
0 & 1 & -1 & -2 & 0 & 1 \\
0 & 0 & 1 & 1 & -1 & 0 \\
\end{array} \right]\\[10pt]
\xrightarrow{\substack{R_1-R_3\\R_2+R_3}}
\left[\begin{array}{rrr|rrr}
1 & 0 & 0 & 0 &1 & 0 \\
0 & 1 & 0 & -1 & -1 & 1 \\
0 & 0 & 1 & 1 & -1 & 0 \\
\end{array} \right].
\end{align*}
Therefore, we could reduce the matrix $A$ into the identity matrix ($A$ is row equivalent to $I$) and thus $A$ is invertible, and the inverse matrix is given by the right half of the last matrix.
Hence the inverse matrix is
\[A^{-1}=\begin{bmatrix}
0 & 1 & 0 \\
-1 &-1 &1 \\
1 & -1 & 0
\end{bmatrix}.\]
Find a nonsingular $2\times 2$ matrix $A$ such that $A^3=A^2B-3A^2$.
Suppose that $A$ is a nonsingular matrix such that $A^3=A^2B-3A^2$.
Since $A$ is nonsingular, it is invertible and thus the inverse matrix $A^{-1}$ exists.
Then we have
\begin{align*}
A&=A^{-2}A^3\\
&=A^{-2}(A^2B-3A^2)\\
&=A^{-2}A^2B-3A^{-2}A^2\\
&=IB-3I\\
&=B-3I\\
&=\begin{bmatrix}
1 & 1\\
2& 3
\end{bmatrix}.
\end{align*}
To prove that this matrix is nonsingular we calculate the determinant of $A$.
(Recall that if the determinant of a matrix is nonzero, then it is invertible, hence nonsingular.)
The determinant of $2\times 2$ matrix $A$ is
\[\det(A)=1\cdot 3-1\cdot 2=1\neq 0.\]
Since the determinant of $A$ is nonzero, we conclude that $A$ is nonsingular.
Thus, the nonsingular matrix $A$ satisfying $A^3=A^2B-3A^2$ must be
\[A=\begin{bmatrix}
1 & 1\\
2& 3
\end{bmatrix}.\]
Comment.
These are Quiz 4 problems for Math 2568 (Introduction to Linear Algebra) at OSU in Spring 2017.
(Update:2/13/2017) The second problem is one of the midterm exam 1 problems at OSU in Spring 2017.
Midterm 1 problems and solutions
The following list is the problems and solutions/proofs of midterm exam 1 of linear algebra at the Ohio State University in Spring 2017.
- Problem 1 and its solution: Possibilities for the solution set of a system of linear equations
- Problem 2 and its solution: The vector form of the general solution of a system
- Problem 3 and its solution: Matrix operations (transpose and inverse matrices)
- Problem 4 and its solution: Linear combination
- Problem 5 and its solution: Inverse matrix
- Problem 6 and its solution (The current page): Nonsingular matrix satisfying a relation
- Problem 7 and its solution: Solve a system by the inverse matrix
- Problem 8 and its solution:A proof problem about nonsingular matrix
- Quiz 1. Gauss-Jordan elimination / homogeneous system.
- Quiz 2. The vector form for the general solution / Transpose matrices.
- Quiz 3. Condition that vectors are linearly dependent/ orthogonal vectors are linearly independent
- Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation
- Quiz 5. Example and non-example of subspaces in 3-dimensional space
- Quiz 6. Determine vectors in null space, range / Find a basis of null space
- Quiz 7. Find a basis of the range, rank, and nullity of a matrix
- Quiz 8. Determine subsets are subspaces: functions taking integer values / set of skew-symmetric matrices
- Quiz 9. Find a basis of the subspace spanned by four matrices
- Quiz 10. Find orthogonal basis / Find value of linear transformation
- Quiz 11. Find eigenvalues and eigenvectors/ Properties of determinants
- Quiz 12. Find eigenvalues and their algebraic and geometric multiplicities
- Quiz 13 (Part 1). Diagonalize a matrix.
- Quiz 13 (Part 2). Find eigenvalues and eigenvectors of a special matrix
List of Quiz Problems of Linear Algebra (Math 2568) at OSU in Spring 2017
There were 13 weekly quizzes. Here is the list of links to the quiz problems and solutions.
Add to solve later
Sponsored Links
13 Responses
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation […]
[…] Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation […]
[…] Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation […]
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Problem 6 and its solution: Nonsingular matrix satisfying a relation […]
[…] Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation […]
[…] Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation […]
[…] Quiz 4. Inverse matrix/ Nonsingular matrix satisfying a relation […]