$\theta :\mathbb R^2\backslash\{0\}\rightarrow \mathbb R$ is defined by $$\theta(x,y)=\Theta$$, the unique number from $(-\pi,\pi]$ such that $x=r\cos\theta,y=r\sin\theta$ where $r=\sqrt{x^2+y^2}.$
So basically this function $\theta$ assigns a point $(x,y)$ of $\mathbb R^2\backslash\{0\}$ to the Principal Value of its amplitude.
Now question is about the Boundedness,Continuity,Differentiability etc properties of the function.
Now its range is given to be $(-\pi,\pi]$ so it is bounded. That part is done.
Now before checking differentiability,we must see the continuity.If we take any poiny from the $x$ axis,that is the entire $x$-axis goes to $0$.Entire positive $y$-axis goes to $\pi$ and the entire of the negative $y$-axis goes to $-\pi$ but since that is not in range so we won't be taking any points from the $-y$-axis.
If we fix $x_0$ and vary the $y$ co-ordinate; then fix $y_0$ and vary the $x$ co-ordinate,i.e. find a sequence in one co-ordinate keeping the other fixed converging,then $\theta$ does converge,to $\theta(z_0)$ where $z_0$ is the limit of the sequence.So it is continuous.
But the answer says it is not continuous.So I am doing wrong or may be thinking in two dimension instead of three.Please just give me some hints,I hopefully can manage the rest.
If we fix x_0 and vary the y co-ordinate; then fix y_0 and vary the x co-ordinateThat doesn't prove continuity in $(x,y)$, just directional continuity along some lines parallel to the axes. Consider instead $(r \cos \theta, r \sin \theta)$ with $\theta \to \pi^+$ vs. $\theta \to \pi^-$. – dxiv Nov 21 '16 at 07:11