Understanding Rectangular Form
The rectangular form z = a + bi expresses a complex number using its real and imaginary components. Here, a represents the horizontal distance along the real axis, and b represents the vertical distance along the imaginary axis. When plotted on the complex plane, the number appears as a single point with coordinates (a, b).
This representation is intuitive for addition, subtraction, and many algebraic operations. Unlike polar form, which emphasises magnitude and direction, rectangular form emphasises the individual numerical components that define the complex number's position on a 2D grid.
Conversion Formulas
To convert from polar form z = r × eiφ (where r is magnitude and φ is phase) to rectangular form, apply these trigonometric identities:
a = r × cos(φ)
b = r × sin(φ)
r— Magnitude of the complex number (distance from origin)φ— Phase angle, measured counterclockwise from the positive real axis (in radians or degrees)a— Real part of the rectangular formb— Imaginary part of the rectangular form
How the Conversion Works
The polar-to-rectangular conversion relies on decomposing the magnitude vector into horizontal and vertical components. If you visualise a complex number as an arrow from the origin at angle φ and length r, the real part is how far right (or left) the arrow points, and the imaginary part is how far up (or down).
Using cosine recovers the horizontal projection; using sine recovers the vertical projection. Both are scaled by the magnitude r to account for the arrow's length. This method works for any angle, including negative phases and those exceeding 360°.
Practical Example
Consider z = 2 × eiπ/4 (magnitude 2, phase 45°):
- Real part: a = 2 × cos(π/4) = 2 × (√2/2) ≈ 1.414
- Imaginary part: b = 2 × sin(π/4) = 2 × (√2/2) ≈ 1.414
- Rectangular form: z ≈ 1.414 + 1.414i
The calculator performs these trigonometric calculations instantly, eliminating manual computation and rounding errors.
Common Pitfalls and Considerations
Several issues can trip up those converting between complex number forms:
- Angle unit mismatch — Always verify whether your phase angle is in radians or degrees before entering it. A phase of 90 degrees (π/2 radians) and 90 radians produce vastly different results. Most scientific contexts use radians, but engineering applications sometimes prefer degrees.
- Sign errors with negative angles — Phases can be negative or exceed 360°. A phase of −90° is equivalent to 270°, and both produce valid—but different—real and imaginary components. Ensure your calculator or manual calculation accounts for the quadrant correctly.
- Magnitude scaling forgotten — The most frequent mistake is computing cos(φ) and sin(φ) without multiplying by the magnitude <em>r</em>. These trigonometric values alone only give you a + bi when r = 1. Always scale by magnitude to get the correct rectangular components.
- Precision loss in approximation — For exact symbolic answers (like √3/2), avoid premature decimal rounding. If your problem requires exact form, keep radicals; if decimals are acceptable, round only at the final step to minimise cumulative errors.