I'm attempting to teach myself basic multivariable calculus and so far finding some of the 3d visualizations a bit difficult. Here's an example:
Let $f: \mathbb R^{3} \longrightarrow \mathbb R^{3}$ be the rotation by $\pi$ about the line $x_1 = x_2$ and $x_3 = 0$ in the $x_1x_2$ plane. What is the matrix of $f$ with respect to the standard bases?
I suppose the line is the intersection of the plane $x_1 = x_2$ with plane $x_3 = 0$. However, it's unclear to me just what thing (for lack of a better term) is being rotated when we say "rotated about such-and-such in the so-and-so (plane, etc)".
Silly question, but what would be the difference from just rotating the axes $x_1$ and $x_2$ themselves by $\pi$, vs. what is specifically asked to be rotated in this problem?
The more images and visual intuitions one can offer, the better. Thank you.
For any vector $v\in\Bbb R^3$, write it as $v_1+v_2$, where $v_1$ is a multiple of $(1,1,0)$ (that is, $v_1$ belongs to the given line) and $v_2$ is orthogonal to $v_1$. Then $f(v)=f(v_1+v_2)=v_1-v_2$.
So, since $(1,0,0)=\left(\frac12,\frac12,0\right)+\left(\frac12,-\frac12,0\right)$, you have$$f(1,0,0)=\left(\frac12,\frac12,0\right)-\left(\frac12,-\frac12,0\right)=(0,1,0).$$By the same reason, $f(0,1,0)=(1,0,0)$. Finally, $f(0,0,1)=-(0,0,1)=(0,0,-1)$. Therefore, the matrix that you are after is$$\begin{bmatrix}0&1&0\\1&0&0\\0&0&-1\end{bmatrix}.$$