What is the difference between the phase and argument of a complex number?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 19K views
eggshell
Messages
1
Reaction score
0
in cartesian form, a+ ib you can find the phase by doing arctan(b/a).. my question concerns the phase of a purely imaginary number. during a lecture my professor said that the phase of i*2pi= pi/2, he rationalized this by saying that the number lies on the y-axis so the angle between the real axis and the imaginary axis is pi/2. but if you do arctan(2pi/0) you will get an error.. how is he right?
 
Physics news on Phys.org
Complex numbers don't have a "phase" they have an "argument" which is defined case by case: if z = x + iy we define [itex]\phi = Arg(z)[/itex] as
arctan(y/x) when x > 0
arctan(y/x)+π when x < 0 and y ≥ 0
arctan(y/x)-π when x < 0 and y < 0
π/2 when x = 0 and y > 0
-π/2 when x = 0 and y < 0
indeterminate when x = 0 and y = 0.