Polar Form of Complex Numbers
Conversion from standard form to polar form - compute magnitude and angle
Polar Form Calculator
Polar form of a complex number
The polar form represents a complex number by its magnitude \(r = |z|\) and angle \(\phi = \arg(z)\): \(z = r(\cos\phi + i\sin\phi) = re^{i\phi}\)
Graphical Representation
Polar form as a vector
The vector has length r and forms the angle φ with the positive real axis.
Formulas for the Polar Form of Complex Numbers
The polar form represents a complex number by magnitude and angle instead of real and imaginary parts. This is especially useful for multiplication and division.
Magnitude
Length of the vector (distance from the origin)
Argument (Angle)
Angle to the positive real axis
Polar Form Representations
Exponential form
Most compact representation using Euler's formula
Trigonometric form
Detailed representation with real and imaginary parts
Pair notation
Unique specification by magnitude and angle
Conversion between forms
\(z = a + bi\)
\(r = \sqrt{a^2+b^2}\)
\(\phi = \arctan(b/a)\) (watch quadrant!)
\(z = re^{i\phi}\)
\(z = re^{i\phi}\)
\(a = r\cos\phi\) (real part)
\(b = r\sin\phi\) (imaginary part)
\(z = a + bi\)
Computation Examples
Example 1: z = 3 + 4i
Magnitude:
\(r = \sqrt{3^2+4^2} = \sqrt{9+16} = \sqrt{25} = 5\)
Angle:
\(\phi = \arctan(4/3) \approx 53.13°\)
Polar form: \(5e^{i\cdot53.13°}\) or \(5(\cos 53.13° + i\sin 53.13°)\)
Example 2: z = 1 + i
Magnitude:
\(r = \sqrt{1^2+1^2} = \sqrt{2} \approx 1.414\)
Angle:
\(\phi = \arctan(1/1) = 45°\)
Polar form: \(\sqrt{2}e^{i\cdot45°}\)
Example 3: z = -1 (negative real number)
Magnitude:
\(r = |-1| = 1\)
Angle:
\(\phi = 180° = \pi\) rad
Polar form: \(1e^{i\pi}\) (Euler's identity!)
Example 4: z = 2i (imaginary number)
Magnitude:
\(r = |2i| = 2\)
Angle:
\(\phi = 90° = \frac{\pi}{2}\) rad
Polar form: \(2e^{i\pi/2}\)
Advantages of the Polar Form
Multiplication (very easy!)
\[z_1 \cdot z_2 = r_1e^{i\phi_1} \cdot r_2e^{i\phi_2} = r_1r_2 \cdot e^{i(\phi_1+\phi_2)}\]
Rule: multiply magnitudes, add angles
Division (very easy!)
\[\frac{z_1}{z_2} = \frac{r_1e^{i\phi_1}}{r_2e^{i\phi_2}} = \frac{r_1}{r_2} \cdot e^{i(\phi_1-\phi_2)}\]
Rule: divide magnitudes, subtract angles
Exponentiation (very easy!)
\[z^n = (re^{i\phi})^n = r^n \cdot e^{in\phi}\]
Rule: raise magnitude to n, multiply angle by n
Root extraction (easy!)
\[\sqrt[n]{z} = \sqrt[n]{r} \cdot e^{i\phi/n}\]
Rule: n-th root of magnitude, divide angle by n
Note: n different solutions!
Comparison: Standard form vs. Polar form
- Addition and subtraction
- Direct reading of real and imaginary parts
- Simple representation
- Multiplication and division
- Exponentiation and root extraction
- Geometric interpretation (rotation)
Polar Form - Detailed Description
Geometric interpretation
Every complex number can be represented in the Gaussian plane as a vector. This vector can also be interpreted as a pointer.
• Length r: distance from the origin (magnitude)
• Angle φ: rotation counterclockwise from the positive real axis
• Positive angles: counterclockwise
• Negative angles: clockwise
Computing the angle
The angle φ is computed with arctan, but the quadrant must be considered:
Mind the quadrants!
- Q I (a>0, b>0): φ = arctan(b/a)
- Q II (a<0, b>0): φ = 180° + arctan(b/a)
- Q III (a<0, b<0): φ = 180° + arctan(b/a)
- Q IV (a>0, b<0): φ = arctan(b/a)
Better: use atan2(b, a)!
Practical applications
The polar form is used in many technical fields:
• Electrical engineering: AC calculations, impedance
• Signal processing: Fourier transform
• Mechanics: rotational motion
• Quantum mechanics: wave functions
Euler's formula
The connection between exponential and trigonometric form:
Euler's formula is the basis of the polar form
Special cases
- Positive real numbers: φ = 0°
- Negative real numbers: φ = 180° = π
- Positive imaginary numbers: φ = 90° = π/2
- Negative imaginary numbers: φ = -90° = -π/2
More examples in the tutorial
Detailed step-by-step explanations for converting between standard and polar form
Go to tutorial
|
More complex functions
Absolute value (abs) • Angle • Conjugate • Division • Exponent • Logarithm to base 10 • Multiplication • Natural logarithm • Polarform • Power • Root • Reciprocal • Square root •Cosh • Sinh • Tanh •
Acos • Asin • Atan • Cos • Sin • Tan •
Airy function • Derivative Airy function •
Bessel-I • Bessel-Ie • Bessel-J • Bessel-Je • Bessel-K • Bessel-Ke • Bessel-Y • Bessel-Ye •