Find the matrix of the linear transformation $T : \Bbb R^3 \to \Bbb R^3$ that projects a vector onto the plane $x − y + 2z = 0$

1.3k Views Asked by At

Find the matrix of the linear transformation $T : \Bbb R^3 \to \Bbb R^3$ that projects a vector onto the plane $x − y + 2z = 0$.


I know how to find matrix of linear transformation when projecting onto the xy/xz/yz planes but not sure what to do when then plane is an equation. Any help would be greatly appreciated.

2

There are 2 best solutions below

8
On BEST ANSWER

Hint:

An orthonormal basis for your plane $x-y+2z=0$ is given by $$v_1 = \frac1{\sqrt2}(1,1,0), \quad v_2 = \frac1{\sqrt3}(1,-1,1)$$ so your $T$ is given by $Tx = \langle x,v_1\rangle v_1 + \langle x,v_2\rangle v_2.$

3
On

Here is an outline of an approach slightly ddifferent from mechanoidroid's.

First, note that the vector $v=(1,-1,2)$. is orthogonal to the plane $x-y+2z=0$ (why?). Next construct a map $P$ that projects onto the line spanned by $v$. Finally, note that if $T$ is the projection onto the plane, $P+T=I$ (why?), similar to how projection onto the z axis and projection onto the xy-plane add to $I$.