Complex Numbers - from Polar to Algebraic

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Yankel
Messages
390
Reaction score
0
Hello all,

I am trying to find the algebraic representation of the following numbers:

\[rcis(90^{\circ}+\theta )\]

and

\[rcis(90^{\circ}-\theta )\]

The answers in the book are:

\[-y+ix\]

and

\[y+ix\]

respectively.

I don't get it...

In the first case, if I take 90 degrees (working with degrees, not radians in this question) plus the angel, I get a point in the second quadrant. Why isn't the answer -x+iy ?

View attachment 6854

Thank you !
 

Attachments

  • complex.JPG
    complex.JPG
    10.7 KB · Views: 136
Physics news on Phys.org
$$z = r[\cos(90^\circ + \theta) + i\sin(90^\circ + \theta)]$$

$z = r\bigg[\cos(90^\circ)\cos(\theta) - \sin(90^\circ)\sin(\theta) + i[\sin(90^\circ)\cos(\theta) + \cos(90^\circ)\sin(\theta)] \bigg]$

$z = r\bigg[-\sin(\theta) + i \cos(\theta) \bigg]$

$z = -r\sin(\theta) + i\cdot r\cos(\theta) = -y + ix$

---------------------------------------------------------------------------------

$$z = r[\cos(90^\circ - \theta) + i\sin(90^\circ - \theta)]$$

$z = r\bigg[\cos(90^\circ)\cos(\theta) + \sin(90^\circ)\sin(\theta) + i[\sin(90^\circ)\cos(\theta) - \cos(90^\circ)\sin(\theta)] \bigg]$

$z = r\bigg[\sin(\theta) + i \cos(\theta) \bigg]$

$z = r\sin(\theta) + i\cdot r\cos(\theta) = y + ix$
 
Or just recall that [math]cos(90- x)= sin(x)[/math] and [math]cos(90- x)= sin(x)[/math] from the basic definitions of "sine" and "cosine" instead of using the more general "sum" identity.