[Math] the difference between and projection and a reflection, in vector transformation

linear algebrareflectiontransformationvectors

In my text book I have the problems of finding the standard matrix of the given linear transformation from $\mathbb{R}^2$ to $\mathbb{R}^2$;

  1. Projection onto the line $y = -x$.

  2. Reflection in the line $y = -x$.

Both of these give different answers. I was hoping for an explanation of the difference between a projection/reflection in a vector transformation.

Best Answer

The (orthogonal) projection onto a line "compresses" every point in the plane onto the line. If you drop the perpendicular from the point to the line, the image of the point after projection is the intersection of the perpendicular with the line you are projecting onto.

The reflection across a line moves a point to its "mirror image" across the line. If you drop a the perpendicular from a point onto the line of reflection, then the mirror image is going to lie at the same distance from the line of reflection on this perpendicular, but it will be on the other side of the line of reflection from the original.

Of course, in both cases, a point already on the line of reflection or projection is going to stay where it started.

A huge difference between these two transformations is that reflections are always invertible (since $R^2=Id$), but projections are almost never invertible. An orthogonal projection of the plane onto a line is never invertible since every point on a perpendicular to the line of projection maps to the same point on the line you are projecting onto.

In terms of eigenvalues, the projection in this case would have eigenvalues $\{0,1\}$ whereas the reflection would have eigenvalues $\{-1,1\}$.