Prove the function $f:\Bbb C^{*} \rightarrow \Bbb R^+$ given by $f(a+bi)=\sqrt{a^2+b^2}$ is a homomorphism and describe its kernel.
Homomorphism:
Let $a,b,c,d$ be in $\Bbb C^{*}$ and for $f$ to be a homomorphism then $f((a+bi)(c+di))=f(a+bi)f(c+di)$
Note how:
$f((a+bi)(c+di))=$
$f((ac-bd)+(bc+ad)i)=$
$\sqrt{(ac-bd)^2+(bc+ad)^2}=$
$\sqrt{(ac)^2+(bd)^2+(ad)^2+(bc)^2}$
and I got stuck here.
Kernel:
Once I am to show that $f$ is a homomorphism then I know there exist a kernel which shall be denoted $k$.
$k=\{a,b \in C^{*} \text { where } f(a+bi)=1\}$
Hopefully someone can point me in the right way to satisfy the property of homomorphism and verify my kernel.