Consider the map $\phi:S^3 \rightarrow S^3$ given by $\phi(x_1,x_2,x_3,x_4)=(x_1,-x_3,-x_2,x_4)$.
Compute the degree of $\phi$. Does $\phi$ preserve orientation?
First I want to point everything that I made:
Some introduction: a regular value of a smooth map $\phi:M \rightarrow N$ is a point $a \in N$ such that for each $x \in \phi^{-1}(a)$ the derivative $D\phi_x$ is surjective.
If $a$ is a regular value of $\phi$ then
$$deg \ \phi=\sum_{x \in \phi^{-1}(a)} sgn \ (det \ D\phi_x)$$
Here in this particular case, $D\phi_x=\begin{bmatrix} 1 & 0 & 0 & 0\\ 0 & 0 & -1 & 0\\ 0 & -1 & 0 & 0\\ 0 & 0 & 0 & 1 \end{bmatrix}$, so every $a \in S^3$ is a regular value of $\phi$.
Moreover, $\phi$ is a bijection, so the above sum has only one component and $D\phi_x$ does not depend on $x \in S^3$.
Then $deg \ \phi = -1$.
For the second part of the question, I take the chart $(U,\varphi)$ of $S^3$, where $U=\{(x_1,x_2,x_3,x_4):x_1>0\}$ and $\varphi:U \rightarrow \mathbb{R}^3$ given by $\varphi(x_1,x_2,x_3,x_4)=(x_2,x_3,x_4)$.
So $\omega=-\frac{1}{x_1}dx_2 \wedge dx_3 \wedge dx_4$ is a well defined orientation on $U$.
If we can show that $\omega \circ \phi (=\phi^* \omega) = -\omega$, then we can say that $\phi$ does not preserve orientation (I have a feeling that $\phi$ does not preserve orientation, but if the point was to prove that it does preserve orientation, we have to check every chart in an atlas of $S^3$, which is not quick and interesting at all)
So $\omega \circ \phi = -\frac{1}{x_1}d(-x_3) \wedge d(-x_2) \wedge dx_4 = +\frac{1}{x_1}dx_2 \wedge dx_3 \wedge dx_4 = -\omega$.
Then $\phi$ does not preserve orientation.
Is this all correct? Something that I missed?
Thanks!