Loading…

Complex Modulus and Argument Analyzer

Math Algebra • Complex Numbers

View all topics
7. Complex Modulus And Argument Analyzer
Compute \(|z|\), \(\arg(z)\) (principal value) and visualize points/regions like \(|z-a|
Inputs
Supported: \(+\), \(-\), \(\cdot\), \(/\), parentheses, \(i\), \(\pi\). Use 2*pi. (Powers ^ allowed only with real integer exponent.)
Each line is parsed as a complex expression. Blank lines are ignored.
The plot shades the region and checks whether the test point satisfies the inequality.
Ready
Complex plane (interactive)
Drag to pan • wheel/pinch to zoom • click to pick points • use Auto fit if it goes off screen
Re: 0, Im: 0, zoom: 1
Principal argument uses \(-\pi < \arg(z) \le \pi\). Note the branch cut along the negative real axis.
Results
Click Calculate.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the modulus of a complex number and how is it calculated?

For z = a + bi, the modulus |z| is the distance from the origin to (a, b) on the complex plane. It is computed as |z| = sqrt(a^2 + b^2).

What does the principal argument arg(z) mean in this calculator?

The principal argument is the angle of z measured from the positive real axis, reported in the range (-pi, pi]. The value depends on the quadrant, so a quadrant-aware angle (like atan2(Im(z), Re(z))) is used.

Why can arg(z) change suddenly near the negative real axis?

The principal argument has a branch cut along the negative real axis because it is restricted to (-pi, pi]. Crossing that line can shift the reported angle by about 2pi even though the direction changes continuously.

How do I interpret an inequality like |z-a| ≤ R on the complex plane?

|z-a| measures the distance from z to the center a. The condition |z-a| ≤ R describes the closed disk centered at a with radius R, while |z-a| = R is the boundary circle and |z-a| > R is the exterior region.