Linear Algebra/Standard matrix of a projection onto a plane

In summary, the conversation discusses finding the standard matrix that projects points orthogonally onto a given subspace V. Different approaches are suggested, including constructing a matrix using the given basis vectors, using dot products to construct a linear function, and using matrix operations to transform the standard basis into the given basis.
  • #1
Guidenable
19
0

Homework Statement



Let u=(-1,-2,-2,2) and v=(-1,-2,-2,-1) and let V=span{u,v}. (Just to be clear, u and v are column vectors)

Find the standard matrix that projects points (orthogonally) onto V.

Homework Equations


The Attempt at a Solution



I started by making a matrix A=[u,v], which represents V. From there, however, I don't know where to go.
 
Physics news on Phys.org
  • #2
I have no idea what you mean by "matrix A= [u,v]" nor in what sense it "represents V". You can't make a 4 by 4 matrix from 2 vectors and a matrix does not "represent" a subspace.

The projection maps any vector in the plane to itself and any vector perpendicular to the plane to the 0 vector.

So you want a matrix that maps (-1, -2, 2, 2) to itself and maps (-1, -2, -2, -1) to itself. One vector perpendicular to both of those is (-6, 1, 0. 4) and another, independent, vector perpendicular to both is (-6, 0, 1, 4). You want a matrix that maps that two vectors to 0.

There are several ways of determining such a matrix. The most basic, and probably hardest, would be to write
[tex]\begin{bmatrix}a_{11} & a_{21} & a_{31} & a_{41} \\ a_{12} & a_{22} & a_{33} & a_{42} \\ a_{13} & a_{23} & a_{33} & a_{43} \\ a_{14} & a_{24} & a_{34} & a_{44}\end{bmatrix}[/tex]
Multiply that by each of the four vectors, setting them equal to what I said above. That will give 16 equations for the 16 entries in the matrix.

A more sophisticated, and hopefully simpler to calculate, method would be this: if we were to use the four vectors as basis vectors, the matrix would be very simple:
[tex]B= \begin{bmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix}[/tex]
since that maps the first two basis vectors to themselves and the last two to 0.

To get the form of the matrix in the standard basis, use the fact that the matrix constructed using the four vectors as columns,
[tex]P= \begin{bmatrix}1 & -1 & -6 & -6 \\ -2 & -2 & 1 & 0\\ 2 & -2 & 0 & 1 \\ 2 & -2 & 4 & 4\end{bmatrix}[/tex]
maps the standard basis into those four vector and so its inverse, [itex]P^{-1}[/itex] maps the four vectors into the standard basis. That means that [itex]P^{-1}BP[/itex] would map each of the standard basis vectors into the four vectors, apply the transformation there, the map back to the standard basis basis. That is, your matrix is just [tex]A= P^{-1}BP[/tex] where B and P are as above. I'll let you do the tedious part, finding [itex]P^{-1}[/itex] and the multiplications.
 
  • #3
Another approach is to use what you know about dot products to construct the linear function f(x) that gives you the projection of x onto V. Then the columns of the matrix will be given by f(ei) where ei are the canonical basis vectors.
 
  • #4
"I have no idea what you mean by "matrix A= [u,v]" nor in what sense it "represents V". You can't make a 4 by 4 matrix from 2 vectors and a matrix does not "represent" a subspace."

What I meant was that if you took A= [u,v] and then said that Ax=z, where x is any vector in R2, then you have in fact represented V as the multiplication of a vector and a matrix. Sorry, now that I reread it, it does seem foolish, but it was my fault for not explaining myself properly.

Thank you very much to the both of you, this helped a lot!
 

Related to Linear Algebra/Standard matrix of a projection onto a plane

1. What is a linear algebra?

Linear algebra is a branch of mathematics that deals with the study of linear transformations and their properties. It involves the use of matrices and vectors to represent and solve problems related to systems of linear equations.

2. What is a projection onto a plane?

A projection onto a plane is a transformation that maps points from a higher-dimensional space onto a two-dimensional plane. It can be thought of as the shadow of a three-dimensional object on a flat surface.

3. How is a projection onto a plane represented by a matrix?

A projection onto a plane can be represented by a matrix known as the standard matrix of a projection. This matrix is constructed using the basis vectors of the plane and involves a combination of dot products and scalar multiplication.

4. What are the properties of a projection matrix?

A projection matrix is symmetric, idempotent, and has eigenvalues of 0 and 1. It also has a determinant of 0 and its trace is equal to the dimension of the projection. Additionally, it preserves lengths and angles between vectors.

5. How is a projection matrix used in real-life applications?

Projection matrices have various real-life applications, such as in computer graphics, image and signal processing, and data compression. They are also used in machine learning algorithms, such as principal component analysis and linear discriminant analysis, to reduce the dimensionality of data.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
919
  • Calculus and Beyond Homework Help
Replies
1
Views
700
  • Calculus and Beyond Homework Help
Replies
8
Views
840
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
982
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
481
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
450
Back
Top