Undergrad Is the Projection Matrix A^2=A Valid in R^4?

Click For Summary
SUMMARY

The matrix given in the discussion, represented as ##A = \frac{1}{2} \begin{pmatrix} 0 & 2 & -2 & 0 \\ 3 & -2 & 2 & -3 \\ 3 & -4 & 4 & -3 \\ -2 & 2 & -2 & 2 \end{pmatrix}##, satisfies the condition ##A^2 = A##, confirming it as a projection matrix in ##\mathbb{R}^4##. The kernel and image of the matrix are identified as ##\text{ker}(A-I) = \text{ker}(I-A) = \text{im}(A) = U'##. The discussion also explores the equivalence of two solutions derived from Gaussian elimination, emphasizing the importance of linear independence in spanning the image of the matrix.

PREREQUISITES
  • Understanding of projection matrices in linear algebra
  • Familiarity with kernel and image concepts in vector spaces
  • Proficiency in Gaussian elimination techniques
  • Knowledge of linear independence and spanning sets
NEXT STEPS
  • Study the properties of projection matrices in linear algebra
  • Learn about the relationship between kernel and image in vector spaces
  • Practice Gaussian elimination with various matrices
  • Explore linear transformations and their geometric interpretations
USEFUL FOR

Mathematicians, students of linear algebra, and anyone involved in vector space theory or matrix analysis will benefit from this discussion.

schniefen
Messages
177
Reaction score
4
TL;DR
Show that the linear transformation with the matrix below with respect to a basis for ##\textbf{R}^4## is a projection on a subspace ##U'## along a subspace ##U''##. Find ##U'##.
## \dfrac{1}{2}
\left(\begin{array}{rrrr}
0 & 2 & -2 & 0 \\
3 & -2 & 2 & -3 \\
3 & -4 & 4 & -3 \\
-2 & 2 & -2 & 2
\end{array}\right)##​

The matrix satisfies ##A^2=A##, so it is a projection. To find ##U'##, one can find the ##\text{ker} \ (A-I)=\text{ker} \ (I-A)=\text{im} \ (A)=U'##. Also, ##\text{ker} \ (A-I)=\text{ker} \ (2(A-I))##.

Solving ##2(A-I)\textbf{x}=\textbf{0}## using Gauss Jordan elimination yields ##\textbf{x}=r(-2,-1,1,0)+t(-3,-3,0,1)## for ##t,r\in\textbf{R}##. But the solution given is ##\textbf{x}=r(0,3,3,-2)+t(1,-1,-2,1)##. Are these solutions equivalent? Since the columns of the matrix span the image, every vector in the image can be represented by at least the linear independent vectors in the matrix, which the latter solution does.
 
Physics news on Phys.org
schniefen said:
Summary: Show that the linear transformation with the matrix below with respect to a basis for ##\textbf{R}^4## is a projection on a subspace ##U'## along a subspace ##U''##. Find ##U'##.

## \dfrac{1}{2}
\left(\begin{array}{rrrr}
0 & 2 & -2 & 0 \\
3 & -2 & 2 & -3 \\
3 & -4 & 4 & -3 \\
-2 & 2 & -2 & 2
\end{array}\right)##​

The matrix satisfies ##A^2=A##, so it is a projection. To find ##U'##, one can find the ##\text{ker} \ (A-I)=\text{ker} \ (I-A)=\text{im} \ (A)=U'##. Also, ##\text{ker} \ (A-I)=\text{ker} \ (2(A-I))##.

Solving ##2(A-I)\textbf{x}=\textbf{0}## using Gauss Jordan elimination yields ##\textbf{x}=r(-2,-1,1,0)+t(-3,-3,0,1)## for ##t,r\in\textbf{R}##. But the solution given is ##\textbf{x}=r(0,3,3,-2)+t(1,-1,-2,1)##. Are these solutions equivalent?
I don't know whether Gauß elimination really results into the two vectors you listed. But to check whether the two solutions are equivalent, just test whether
$$
(-2,-1,1,0) \stackrel{?}{\in} r_1(0,3,3,-2)+t_1(1,-1,-2,1) \;\wedge\; (-3,-3,0,1) \stackrel{?}{\in} r_2(0,3,3,-2)+t_2(1,-1,-2,1)
$$
This is an easy system to solve. To me it doesn't look as if there were solutions ##r_i,t_i##, but I haven't checked.
Since the columns of the matrix span the image, every vector in the image can be represented by at least the linear independent vectors in the matrix, which the latter solution does.
To check whether your elimination process was correct, you could simply solve ##A(x)=x## by hand.

The given solution has a big advantage:
  1. One sees at once that ##\operatorname{rk}A =2## ...
  2. ... and that the first two or likewise last two column vectors are linearly independent,
... hence span the image of ##A##.
 
  • Like
Likes schniefen
Could it be that the solution given is not correct? This (scroll down) matrix calculator gives the former solution. Note that the matrix there is ##2(A-I)##, which is

##
\left(\begin{array}{rrrr}
-2 & 2 & -2 & 0 \\
3 & -4 & 2 & -3 \\
3 & -4 & 2 & -3 \\
-2 & 2 & -2 & 0
\end{array}\right)##​
 
Why do you want to operate with ##2(A-I)## if ##A## alone has already all answers?

Anyway, what keeps you from solving the question whether the two solutions are equivalent? It can almost be done in mind! E.g. ##t_1=-2## follows immediately, which forces ##r_1=-1## by the second coordinate, and now simply check whether these settings match coordinate three and four. Same with the second vector.

Btw., do you know why ##\operatorname{ker}(2A-2I)=\operatorname{im}(A)## holds?
 
  • Like
Likes schniefen
Solved it.

fresh_42 said:
Btw., do you know why ##\operatorname{ker}(2A-2I)=\operatorname{im}(A)## holds?

##\text{ker} \ (A-I)=\text{ker} \ (I-A)=\text{im} \ (A)=U'##
 
Or ##A(\textbf{u})=\textbf{u'} \iff A(\textbf{u'}+\textbf{u''})=\textbf{u'}##.

When ##\textbf{u'}=\textbf{0}##, it follows that ##A(\textbf{u''})=\textbf{0}##.
 
Yes, and no. The argument goes this way:
$$
A^2=A \Longrightarrow A\cdot A -A = A(A-I)=(A-I)A=0
$$
If ##v \in \operatorname{im}A## then there is a vector ##w## with ##v=A(w)##. Thus ##(A-I)(v)=(A-I)A(w)=0## and ##v\in \operatorname{ker} (A-I)##. This means we have shown that ##\operatorname{im}(A) \subseteq \operatorname{ker}(A-I)##.

Can you show why ##\operatorname{ker}(A-I) \subseteq \operatorname{im}(A)## and why multiplication by ##2## doesn't change neither kernel nor image?
 
fresh_42 said:
Can you show why ##\operatorname{ker}(A-I) \subseteq \operatorname{im}(A)## and why multiplication by ##2## doesn't change neither kernel nor image?

How would the argument go?
 
By the same method. We choose an element ##v\in \operatorname{ker}(A-I)##. Now what does this mean?
 
  • Like
Likes schniefen
  • #10
schniefen said:
Summary: Show that the linear transformation with the matrix below with respect to a basis for ##\textbf{R}^4## is a projection on a subspace ##U'## along a subspace ##U''##. Find ##U'##.

## \dfrac{1}{2}
\left(\begin{array}{rrrr}
0 & 2 & -2 & 0 \\
3 & -2 & 2 & -3 \\
3 & -4 & 4 & -3 \\
-2 & 2 & -2 & 2
\end{array}\right)##​

The matrix satisfies ##A^2=A##, so it is a projection. To find ##U'##, one can find the ##\text{ker} \ (A-I)=\text{ker} \ (I-A)=\text{im} \ (A)=U'##. Also, ##\text{ker} \ (A-I)=\text{ker} \ (2(A-I))##.

Solving ##2(A-I)\textbf{x}=\textbf{0}## using Gauss Jordan elimination yields ##\textbf{x}=r(-2,-1,1,0)+t(-3,-3,0,1)## for ##t,r\in\textbf{R}##. But the solution given is ##\textbf{x}=r(0,3,3,-2)+t(1,-1,-2,1)##. Are these solutions equivalent? Since the columns of the matrix span the image, every vector in the image can be represented by at least the linear independent vectors in the matrix, which the latter solution does.
I am a bit confused. Since they mention it is a projection along a subspace U', I would assume U' is not the whole of ##*\mathbb R^4##. Does ##A^2=A## hold in the entire ##\mathbb R^4##,i.e., is it an identity?
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
883
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K