Analyze real and imaginary parts across flexible modes. Convert polar inputs and compare complex values. Plot every solution clearly for study, checking, and reporting.
Use rectangular or polar entries for each complex number. Choose the operation, precision, and output angle unit.
These examples illustrate common rectangular form calculations and expected outputs.
| Case | Input | Operation | Output |
|---|---|---|---|
| Basic analysis | z = 3 + 4i | Analyze | Modulus = 5, argument ≈ 53.13° |
| Addition | z1 = 2 + 5i, z2 = 4 - 3i | z1 + z2 | 6 + 2i |
| Multiplication | z1 = 1 + 2i, z2 = 3 + 4i | z1 × z2 | -5 + 10i |
| Power | z = 1 + i, n = 3 | z^n | -2 + 2i |
| Roots | z = 1 + 0i, n = 4 | n-th roots | 1, i, -1, -i |
Rectangular form writes a complex number as z = a + bi, where a is the real part and b is the imaginary part.
Modulus: |z| = √(a² + b²) Argument: θ = atan2(b, a) Polar to rectangular: a = r cos(θ), b = r sin(θ) Addition: (a + bi) + (c + di) = (a + c) + (b + d)i Subtraction: (a + bi) - (c + di) = (a - c) + (b - d)i Multiplication: (a + bi)(c + di) = (ac - bd) + (ad + bc)i Division: (a + bi)/(c + di) = [(ac + bd) + (bc - ad)i] / (c² + d²) Power: zⁿ = rⁿ [cos(nθ) + i sin(nθ)] Roots: z_k = r^(1/n) [cos((θ + 2πk)/n) + i sin((θ + 2πk)/n)]The calculator uses these equations to move between forms, perform operations, and display results in precise rectangular notation.
Rectangular form expresses a complex number as a + bi. The value a is the real part, and b is the imaginary part. This format is ideal for addition, subtraction, and direct coordinate plotting.
Yes. Each input number can be entered in rectangular or polar form. The calculator converts polar values into rectangular form first, then performs the selected operation and shows both formats in the result.
The modulus is the distance of the complex number from the origin on the Argand plane. It is calculated using √(a² + b²). Larger modulus values mean the point lies farther from the center.
The argument gives the direction angle of the complex number from the positive real axis. It is especially useful for polar conversion, powers, roots, phasor work, and geometric interpretation of rotation.
Division by a complex number with zero real and imaginary parts is undefined. The calculator blocks that case and displays an error message instead of returning a misleading result.
When you choose the roots option, the calculator computes every distinct n-th root of the primary number. It lists each root in rectangular form and also gives its modulus and argument.
The graph places complex numbers on the Argand plane, so you can see direction, magnitude, symmetry, and the spread of roots. That visual check helps confirm whether the result looks mathematically reasonable.
Rectangular form is usually best for addition and subtraction. Polar form is often easier for multiplication, division, powers, and roots. This calculator supports both, so you can work with the most convenient method.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.