Ekuation

Math

Complex Number Argument Calculator

The Argument (Phase Angle) of a Complex Number

The argument arg(z) of a complex number z = a + bi is the angle from the positive real axis to the vector from the origin to z. It is computed using atan2(b, a), which correctly handles all four quadrants. The principal argument lies in (−π, π]. The argument of zero is undefined.

Real component a in z₁ = a + bi

Imaginary component b in z₁ = a + bi

Real component c in z₂ = c + di

Imaginary component d in z₂ = c + di

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Signal Addition

Add two phasor signals in complex form to find the resultant.

Key values: z₁ = 3 + 4i · z₂ = 1 − 2i · Addition

Circuit Impedance

Divide two impedances to compute the transfer ratio.

Key values: z₁ = 3 + 4i · z₂ = 1 + 2i · Division

De Moivre Power

Raise a complex number to the 10th power using De Moivre's theorem.

Key values: z₁ = 1 + i · n = 10 · Power

Cube Roots of −8

Find all three cube roots of −8, visualized as equidistant points on a circle.

Key values: z₁ = −8 + 0i · n = 3 · nth Root

Documentation

This calculator is also known as Complex Number Argument Calculator.

Read the complete guide

Principal Argument

The principal argument Arg(z) is the unique angle in (−π, π] such that z = |z|·(cosθ + i·sinθ). The function atan2(b, a) is used instead of arctan(b/a) because it correctly distinguishes all four quadrants and handles the cases where a = 0.

Examples

Argument of −1 + i

Find the principal argument of z = −1 + i.

arg(−1 + i) = atan2(1, −1) = 3π/4 radians = 135°. The point is in the second quadrant.

Key takeaway: Always use atan2 to get the correct quadrant. Plain arctan(b/a) would give −π/4, which is in the wrong quadrant.

Computing Arguments Correctly

Avoid common pitfalls with the argument:

  • Always use atan2(b, a), not arctan(b/a), to handle all quadrants
  • The principal argument is in (−π, π] or equivalently (−180°, 180°]
  • arg(z₁·z₂) = arg(z₁) + arg(z₂) (up to a multiple of 2π)

Frequently Asked Questions about Complex Number Argument Calculator

Why is the argument of zero undefined?

The point z = 0 is at the origin, so there is no unique direction from the origin to itself. Every angle is equally valid, making arg(0) undefined.

What is the difference between arg(z) and Arg(z)?

arg(z) is multi-valued (differs by multiples of 2π). Arg(z) is the principal value, restricted to (−π, π]. This calculator returns the principal value.

Specialized Calculators

Choose from 11 specialized versions of this calculator, each optimized for specific use cases and calculation methods.

Operation

11 Calculators
add
Complex Number Addition Calculator | Add Complex Numbers Online
Add two complex numbers with step-by-step results in rectangular and polar form.
additionbinaryvector-sum
Try This Calculator
subtract
Complex Number Subtraction Calculator | Subtract Complex Numbers
Subtract two complex numbers with results in rectangular and polar form.
subtractionbinary
Try This Calculator
multiply
Complex Number Multiplication Calculator | Multiply Complex Numbers
Multiply complex numbers using FOIL or polar form. See the rotation and scaling on the complex plane.
multiplicationrotationscaling
Try This Calculator
divide
Complex Division Calculator | Divide Complex Numbers Step-by-Step
Divide complex numbers by multiplying by the conjugate. See the step-by-step rationalization.
divisionconjugaterationalize
Try This Calculator
modulus
Complex Number Modulus Calculator | Absolute Value of Complex Number
Calculate the modulus (absolute value) |z| of any complex number.
modulusabsolute-valuemagnitude
Try This Calculator
argument
Complex Number Argument Calculator | Phase Angle Calculator
Calculate the principal argument (phase angle) of any complex number using atan2.
argumentphaseangle+1
Try This Calculator
conjugate
Complex Conjugate Calculator | Find the Conjugate of a Complex Number
Compute the complex conjugate and see the reflection on the Argand diagram.
conjugatereflection
Try This Calculator
power
De Moivre's Theorem Calculator | Complex Number Powers
Compute z^n for any integer n using De Moivre's theorem with polar form.
powerde-moivreexponent
Try This Calculator
nthRoot
nth Root of Complex Number Calculator | Find All Roots
Find all n distinct nth roots of a complex number, displayed as equally-spaced points on a circle.
nth-rootroots-of-unityroot-circle
Try This Calculator
modulus
Complex Number Converter | Rectangular to Polar Form
Convert complex numbers between rectangular (a+bi) and polar (r\u2220\u03b8) form with step-by-step work.
converterrectangular-to-polarpolar-to-rectangular
Try This Calculator
add
Phasor Calculator | AC Circuit Impedance Calculator
Perform phasor arithmetic for AC circuit analysis. Add, subtract, multiply, and divide impedances.
phasorimpedanceengineering+1
Try This Calculator

Related Calculators

6 Calculators

More Math calculators

Calculator Search

Search and find calculators