Polar Representation of a Complex Number

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Yankel
Messages
390
Reaction score
0
Hello all,

Given a complex number:

\[z=r(cos\theta +isin\theta )\]

I wish to find the polar representation of:

\[-z,-z\bar{}\]

I know that the answer should be:

\[rcis(180+\theta )\]

and

\[rcis(180-\theta )\]

but I don't know how to get there. I suspect a trigonometric identity, but I couldn't figure it out.

I did manage to fine that the polar representation of

\[z\bar{}\]

is

\[rcis(-\theta )\]

but I did that using the fact that cos is an even function and sin is odd.

Thank you !

- - - Updated - - -

z- is the conjugate, I don't know why my Latex went so wrong...
 
Physics news on Phys.org
It might be simpler to use Euler's formula here:

$$z=r\text{cis}(\theta)=re^{i\theta}$$

And then, since:

$$e^{i\pi}=-1$$

We may conclude:

$$-z=re^{i\pi}e^{i\theta}=re^{i(\pi+\theta)}$$

Likewise, since:

$$\overline{z}=re^{-i\theta}$$

Then:

$$-\overline{z}=re^{i(\pi-\theta)}$$
 
Thank you, it's a very nice solution ! Is there another way of doing it, without Euler ?
 
Yankel said:
Thank you, it's a very nice solution ! Is there another way of doing it, without Euler ?

Yes, if we consider the identities:

$$\cos(\pi+\theta)=-\cos(\theta)$$

$$\sin(\pi+\theta)=-\sin(\theta)$$

Then it follows that:

$$r\text{cis}(\pi+\theta)=-r\text{cis}(\theta)$$

And if we consider the identities:

$$\cos(\pi-\theta)=-\cos(\theta)$$

$$\sin(\pi-\theta)=\sin(\theta)$$

Then it follows that:

$$r\text{cis}(\pi-\theta)=-\overline{r\text{cis}(\theta)}$$
 
Thank you !

May I ask something related (therefore won't open a new thread for it).

Why is

\[rcis(360-\theta )=\bar{z}\] ?
 
The angle (argument) $$\theta$$ is measured from the real (x) axis. [tex]360- \theta[/tex] (I would say [tex]2\pi- \theta[/tex]) changes from [tex]\theta[/tex] to [tex]-\theta[/tex] so [tex]r(cos(\theta)+ i sin(\theta))[/tex] to [tex]r(cos(-\theta)+ i sin(-\theta))[/tex], which, because cosine is an "even function" ([tex]cos(-\theta)= cos(\theta)[/tex]) and sine is an "odd function" ([tex]sin(-\theta)= -sin(\theta)[/tex]), equals [tex]r(cos(\theta)- i sin(\theta))[/tex], the complex conjugate.