Find, without doing any calculations, the eigenvalues of the following linear transformations from $\mathbb{R}^2 \to \mathbb{R}^2$:
$A)\quad$ Projection on a straight line that contains $(0,0)$
$B)\quad$ Symmetry with respect to a straight line that contains $(0,0)$
$C)\quad$ Symmetry with respect to the origin
How can I, without doing any calculations, do that? I think it's related to the definition of eigenvalues and eigenvectors, but I can't manage to relate them to this excercise.
When you apply a transformation, the eigenvectors are the vectors that stay pointing in the same direction. They may change in length; the associated eigenvalue is the scale factor for the length change.
To invent an example, consider the transformation $\langle x, y\rangle \mapsto \langle 3x, y\rangle$. It triples the $x$ coordinate of every vector while keeping the $y$ coordinate the same. As a result of this transformation, most vectors will end up pointing in a different direction. There are two exceptions: vertical vectors $\langle 0, y\rangle$ remain completely unchanged; they are eigenvectors with eigenvalue 1. Horizontal vectors $\langle x, 0\rangle$ point in the same direction but become three times as long; they are eigenvectors with eigenvalue 3.
As a second example, consider rotating the plane around the origin by 45 degrees. With this rotation transformation, every (nonzero) vector will point in a new direction, so this transformation has no eigenvectors.