Rectangular Coordinates
The Complex Plane is a tool we can use to express complex numbers as a point or position vector in a
2-d Cartesian coordinate system.
The horizontal axis represents the real part of the complex number.
The vertical axis represents the imaginary part of the complex number.
The point z = x + yi can be identified with rectangular coordinates (x,y), where x is the real
value and y is the imaginary value.
So, just like with regular ordered pairs, we graph the point z by going horizontally x units and
vertically y units.
|
Polar Coordinates
The point z = x + yi can also be expressed with polar coordinates (r,θ).
x = rcosθ and y = rsinθ
z = |z|(cosθ + isinθ)
r is the distance from the origin to z which is known as the modulus; r = (x2 + y2) = |z|
θ is the angle between the positive real axis and the line segment from 0 to z and is called
the argument of z, denoted by θ = argz.
|