What is the Formula for Multiplying Complex Numbers in Polar Form?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
Joza
Messages
139
Reaction score
0
IS there a formula for:

z=(Cosx +iSinx)^4 (Cosy + iSiny)^2 ??
 
Physics news on Phys.org
You mean a way to simplify it? Just change each expression in ( ) to its corresponding exponential form.
 
This doesn't make any sense: one of x and y has to represent the real part scalar and the other the imaginary part scalar. The expression you have there implies that neither x nor y are scalars and hence aren't axial values.
 
Last edited:
Well I just put them in instead of the actual values...I'm just looking for the general way.

So do I simplify each and then multiply them or something?
 
If so, have you tried, as daveb suggested[tex]z=(\cos x +i\sin x)^{4} * (\cos y + i\sin y)^{2}[/tex]

[tex]z = e^{4xi} * e^{2yi}[/tex]

[tex]z = e^{(4x + 2y)i}[/tex]

[tex]z = \cos (4x + 2y) + i \sin (4x + 2y)[/tex]
 
Last edited:
I have only ever seen the last line there before, but that's actually what I thought it was. It's one of those rules.

Cheers guys!