Here is a homework problem for our differential geometry class.
Reference: John M. Lee, Introduction to Smooth Manifolds.
Let $p,q$ be positive integers. Show that $$V(p,q)=\{(z,w)\in\mathbb{C}^2:|z|^2+|w|^2=1,z^p+w^q=0\}.$$
Here we are identifying $\mathbb{C}^2$ with $\mathbb{R}^4$. Then prove that $V(p,q)$ is a smooth manifold of real dimension 1.
My attempt: I considered a map $F:\mathbb{R}^4\to \mathbb{R}^3$ defined as $$F(z,w)=(|z|^2+|w|^2,\text{Re}(z^p+w^q),\text{Im}(z^p+w^q))$$ and I have tried to prove that the differential of $F$ has rank 3, calculating the Jacobian of $F$.
The Jacobian of $F$ is given as follows:$$J=\begin{pmatrix}2x&&2y &&2u &&2v\\\text{Re}(pz^{p-1}) &&-\text{Im}(pz^{p-1}) &&\text{Re}(qw^{q-1}) && -\text{Im}(qw^{q-1})\\\text{Im}(pz^{p-1})&&\text{Re}(pz^{p-1}) && -\text{Im}(qw^{q-1})&&\text{Re}(qw^{q-1})\end{pmatrix}$$
where $z=x+iy$ and $w=u+iv$.
However, I'm not sure that the Jacobian of $F$ does not vanish on $V(p,q)$.
How should I progress here?
Thanks in advance!
You can simplify this a lot by using polar coordinates. Let $z=re^{i\varphi}$ and $w=se^{i\theta}$. Then the first equation simplifies to $r^2+s^2=1$ and the second one can be rearranged to $$ \frac{r^p}{s^q}=e^{i\pi+iq\theta-ip\varphi}$$ where a transformed a $-1$ into $e^{i\pi}$. Note that in this equation the left side is a positive real and the right side lies on the unit circle. This can only happen if both sides are equal to $1$. For $r$ and $s$ we have $$r^p=s^q \hspace{1cm} r^2+s^2=1$$ which gives exactly one solution for $r$ and $s$. The other equation is $$ \pi+q\theta+p\varphi = 0 \hspace{2mm} mod \hspace{2mm} 2\pi$$ which gives a $1$-dimensional solution space. There are no self intersection, hence it is a $1$-dimensional manifold.