Orthogonal projection matrices

In summary, the conversation discussed the concept of orthogonal projection onto the x-axis and clarified that the matrix AB, where A is a zero matrix and B is a vector, does not provide an orthogonal projection. The reason for this is that the question was specifically asking for the projection onto the x-axis, rather than the projection of the orthogonal component onto the x-axis. The term "orthogonal projection" is used because it refers to a transformation that produces the same result when applied twice, and in this case, it means projecting onto a line that is perpendicular to the x-axis. The conversation also notes that the term "orthogonal projection" should not be confused with "orthogonal matrices."
  • #1
MathewsMD
433
7
I've attached the question to this post. The answer is false but why is it not considered the orthogonal projection?

##
A = \begin{bmatrix}
0 & 1 \\
0 & 0
\end{bmatrix}
##
##
B = \begin{bmatrix}
x \\
y
\end{bmatrix}
##
##
AB = \begin{bmatrix}
y \\
0
\end{bmatrix}
##

Is AB not providing the orthogonal projection? Is my matrix multiplication incorrect?
 

Attachments

  • Screen Shot 2014-12-06 at 5.42.21 PM.png
    Screen Shot 2014-12-06 at 5.42.21 PM.png
    3.6 KB · Views: 486
Physics news on Phys.org
  • #2
The question was about orthogonal projection "onto the x-axis", so (x,y) should project to (x,0).
 
  • #3
Stephen Tashi said:
The question was about orthogonal projection "onto the x-axis", so (x,y) should project to (x,0).

I was interpreting it as the projection of the orthogonal component (i.e. y) to the x-axis. I understand what you're saying, thank you for the clarification, but why exactly is it called the orthogonal projection then? Why not simply the projection to the x-axis?
 
  • #4
MathewsMD said:
why exactly is it called the orthogonal projection then? Why not simply the projection to the x-axis?

A "projection" is defined to be a transformation that produces the same answer when applied twice as when applied once. For example, we can define a projection process on (x,y) to be drawing a line through (x,y) that makes a 120 degree angle with the x-axis and mapping (x,y) to the point of intersection between that line and the x-axis. Applying the process twice means applying it to the point (x,y) and then to the point where (x,y) was mapped.

In an "orthogonal projection onto the x-axis, " the direction of the line we draw would be perpendicular to the x-axis. Do your text materials give a precise definition for "orthogonal projection"? Perhaps they define it in terms of an inner product.

(Don't confuse "orthogonal projections" with "orthogonal matrices", which is another topic you will encounter in linear algebra.)
 
  • #5


The statement that AB is not considered an orthogonal projection is false. The matrix AB does indeed represent an orthogonal projection onto the y-axis. This can be seen by considering the definition of an orthogonal projection matrix, which is a square matrix that is equal to its own transpose and whose square is itself. In this case, AB is a 2x2 matrix that is equal to its own transpose and whose square is itself, satisfying the criteria for an orthogonal projection matrix.

Your matrix multiplication is correct. AB does provide the orthogonal projection onto the y-axis, as it maps any vector (x,y) to the vector (y,0), which lies on the y-axis. Therefore, AB is an orthogonal projection matrix and your understanding of orthogonal projection is correct.
 

1. What is an orthogonal projection matrix?

An orthogonal projection matrix is a square matrix that represents a projection onto a subspace that is orthogonal to its complement. This means that the columns of the matrix are orthogonal (perpendicular) to each other, and the matrix is symmetric.

2. How is an orthogonal projection matrix different from a regular projection matrix?

An orthogonal projection matrix is different from a regular projection matrix because it preserves the length of vectors that are projected onto it. This means that the projection of a vector onto a subspace represented by an orthogonal projection matrix will have the same length as the original vector, while a regular projection matrix may change the length of the vector.

3. What is the purpose of using an orthogonal projection matrix?

The purpose of using an orthogonal projection matrix is to simplify calculations and analysis in linear algebra. It allows for decomposing a vector into its components in a subspace, making it easier to solve problems involving multiple dimensions and complex systems.

4. How is an orthogonal projection matrix applied in real-world situations?

An orthogonal projection matrix is commonly used in fields such as computer graphics, engineering, and physics. It can be used to solve problems involving least squares fitting, data compression, and image processing.

5. Can an orthogonal projection matrix be inverted?

Yes, an orthogonal projection matrix can be inverted. The inverse of an orthogonal projection matrix is also an orthogonal projection matrix, and it can be found by transposing the original matrix.

Similar threads

  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
137
  • Linear and Abstract Algebra
Replies
11
Views
4K
  • Linear and Abstract Algebra
Replies
8
Views
789
  • Linear and Abstract Algebra
Replies
4
Views
970
Replies
24
Views
1K
Replies
13
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
759
  • Linear and Abstract Algebra
Replies
12
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
1K
Back
Top