If $\phi : M = \mathbb{R}^n \setminus \{0\} \to \phi[M] \subseteq \mathbb{R}^n$ is defined by $\phi(x) = x + \frac{x}{|x|}$, find $\phi^{-1}$
I'm not sure how to go about finding $\phi^{-1}$ here. $\phi$ is clearly injective, and bijective on $M$, so $\phi^{-1}$ must exist, but I'm not entirely sure how to go about algebraically finding the inverse $\phi^{-1}(x)$.
How can I go about doing so? If it helps the boundary of $\phi[M]$ is $S^{n-1}$.
Geometrically, the function $\phi$ adds a unit vector to a point $x$ with the direction of this unit vector being in the same direction as $x$, and the result is a vector in the same direction as $x$. The inverse simply subtracts this unit vector. Hence, $$\phi^{-1}:\Bbb R^n\setminus \bar B_1(0)\to M,\phi^{-1}(y)=y-\frac{y}{\lvert y\rvert},$$ where $\bar B_1(0)$ is the unit closed ball centred at the origin.
Algebraically, the function $\phi$ can be seen as multiplying $x$ by the scalar $1+\frac{1}{\lvert x\rvert}$. To find the inverse, we find a scalar $c$ in terms of $y:=(1+\frac{1}{\lvert x\rvert})x$ such that $c(1+\frac{1}{\lvert x\rvert})=1$. Of course $c=\frac{\lvert x\rvert}{\lvert x\rvert+1},\lvert y\rvert=\lvert x\rvert+1$. So $c=\frac{\lvert y\rvert-1}{\lvert y\rvert}=1-\frac{1}{\lvert y\rvert}$. The inverse function $\phi^{-1}$ is just to multiply a vector $y$ by $c$ (note that $c$ depends on $y$).