Multiplying Complex Numbers in Polar Form- Methods and Examples
What Is Polar Form and Why It Makes Multiplication Easier
Complex numbers have two parts: a real component and an imaginary component. You can write them as a + bi (rectangular form) or as r∠θ (polar form). The polar version shows magnitude and direction instead of horizontal and vertical position.
When you multiply in rectangular form, you distribute terms and deal with i² = -1. It's messy. Polar form collapses that entire process into two simple operations.
You multiply magnitudes and add angles. That's it.
The Multiplication Formula
If you have two complex numbers in polar form:
z₁ = r₁∠θ₁ and z₂ = r₂∠θ₂
Then:
z₁ × z₂ = (r₁ × r₂) ∠ (θ₁ + θ₂)
The product's magnitude is the product of the magnitudes. The product's angle is the sum of the angles. This works regardless of how many numbers you're multiplying—extend the pattern.
Quick Review: Converting to Polar Form First
You need numbers in polar form before you can use this shortcut. If you're starting with rectangular form a + bi, convert like this:
- r = √(a² + b²) — this is the magnitude
- θ = arctan(b/a) — this is the angle, adjusted for quadrant
Most calculators have a polar conversion function. Use it. Manual quadrant adjustment trips up more people than the multiplication itself.
Example 1: Basic Two-Number Multiplication
Multiply 3∠40° by 2∠15°.
Step 1: Multiply magnitudes: 3 × 2 = 6
Step 2: Add angles: 40° + 15° = 55°
Result: 6∠55°
That's the complete answer. No FOIL, no distributing, no simplifying i². The polar method handles all of that automatically.
Example 2: Multiplication with Negative Angles
Multiply 5∠120° by 4∠(-30°).
Step 1: Magnitudes: 5 × 4 = 20
Step 2: Angles: 120° + (-30°) = 90°
Result: 20∠90°
Negative angles work exactly like you'd expect. Adding a negative is subtraction. Keep track of your signs.
Example 3: Three or More Numbers
Multiply 2∠30°, 3∠45°, and 1.5∠15°.
Step 1: Multiply all magnitudes: 2 × 3 × 1.5 = 9
Step 2: Add all angles: 30° + 45° + 15° = 90°
Result: 9∠90°
The pattern scales without limit. More numbers just means more magnitudes to multiply and more angles to sum.
Example 4: Converting Back to Rectangular Form
Sometimes you need the answer in a + bi format. Suppose your product is 10∠60°.
Convert using:
- a = r × cos(θ)
- b = r × sin(θ)
a = 10 × cos(60°) = 10 × 0.5 = 5
Result: 5 + 8.66i
Round as needed for your context.
Polar Form vs. Rectangular Form: Method Comparison
| Aspect | Polar Method | Rectangular Method |
|---|---|---|
| Operations needed | Multiply magnitudes, add angles | FOIL, distribute, simplify i² |
| Step count | 2 steps | 4-6 steps |
| Error sources | Angle sign mistakes | Sign errors on cross terms, i² confusion |
| Best for | Powers, roots, multiple multiplications | Simple single multiplications |
| Conversion required | Only if starting in rectangular | None if already in rectangular |
The polar method wins for chained operations. If you're squaring, cubing, or multiplying more than two numbers, convert to polar first.
Getting Started: Your Checklist
Before multiplying:
- Identify if your numbers are in polar or rectangular form
- If rectangular, convert to polar: calculate r and θ
- Set your calculator to degrees or radians—match your angle units
- Multiply all magnitudes together
- Add all angles together
- Convert back to rectangular if the problem requires it
Common Mistakes That Blow Answers
Mixing angle units. If one angle is in degrees and another in radians, your answer will be wildly wrong. Pick one system and use it consistently.
Forgetting to add angles. Some people subtract when they should add. Remember: multiplication in polar form means add the angles, not subtract.
Ignoring quadrant adjustments. The arctan function gives angles in the wrong quadrant half the time. If your number is in quadrant II or III, add 180° or adjust accordingly.
Rounding too early. Keep full precision through calculations. Round only at the final step.
When to Use the Polar Method
Polar multiplication is the obvious choice when:
- You're multiplying more than two complex numbers
- You're raising a complex number to a power
- You're finding roots of complex numbers
- The problem expects an answer in polar form
For a single 2-number multiplication with numbers already in rectangular form, rectangular might be faster. But once you chain operations, polar form pulls ahead.