Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Complex Number Explorer


Drag the point or type coordinates to explore

+
i
Range ±5
ReIm-5−5i-4−4i-3−3i-2−2i-1−1i11i22i33i44i55i0a = 2b = 3|z| = 3.61z = 2 + 3i
z = 2 + 3i
Real Part
2
Imaginary Part
3
Modulus
3.61

Quadrant I

z = 2 + 3i has real part a = 2 and imaginary part b = 3.

Both components are positive — the point sits in the upper-right quadrant.

Its modulus |z| = √(2² + 3²) = √(4 + 9) = 3.61.

The right triangle has a horizontal leg of length 2 and a vertical leg of length 3. The hypotenuse — the distance from the origin — is 3.61.

The conjugate z̄ = 2 − 3i mirrors this point across the real axis. Same horizontal position, opposite vertical position.

Conjugate
z̄ = 2 − 3i

Click or drag on the plane, or type values above. Try the axes and the origin.






How to Use the Complex Explorer

This interactive tool visualizes complex numbers on an Argand plane (complex plane). Click anywhere on the grid to place a point, or drag to move it around. The tool responds instantly, updating all calculations as you explore.

Alternatively, type exact values in the a and b input fields above the plane. The field labeled "a" controls the real part (horizontal position), while "b" controls the imaginary part (vertical position). Press Enter or click away to confirm your input.

Use the Range ± buttons to adjust the visible area. Smaller ranges (±5) show more detail for numbers close to the origin, while larger ranges (±10) let you explore bigger values. The snap resolution adjusts automatically based on your zoom level.

Reading the Display Panel

The right side of the tool shows key information about your complex number. At the top, you'll see the full representation z = a + bi with your current values.

Three cards display the components: Real Part (a) in orange matches the horizontal distance from the origin, Imaginary Part (b) in navy matches the vertical distance, and Modulus (|z|) in blue shows the straight-line distance from the origin.

Below these cards, the Explanation Panel provides context-aware descriptions. It identifies whether your point is purely real, purely imaginary, at the origin, or in one of the four quadrants. Each case includes specific calculations showing how the modulus formula applies to your values.

Understanding the Right Triangle

When your complex number has both nonzero real and imaginary parts, a right triangle appears connecting the origin to your point. This visualization reveals the geometric meaning of complex number components.

The orange horizontal leg represents the real part a, stretching along the real axis. The navy vertical leg represents the imaginary part b, extending parallel to the imaginary axis. The blue hypotenuse connecting the origin to your point represents the modulus |z|.

Labels on each side show the exact values. The small square at the corner confirms the 90° angle. This triangle demonstrates why z=a2+b2|z| = \sqrt{a^2 + b^2} — it's simply the Pythagorean theorem applied to the complex plane.

Exploring the Conjugate

Every complex number z = a + bi has a conjugate z̄ = a − bi, shown as a faint orange point reflected across the real axis. The conjugate shares the same real part but has the opposite imaginary part.

A dashed vertical line connects z and z̄, passing through their shared position on the real axis. This reflection symmetry means that a number and its conjugate are always equidistant from the real axis — one above, one below (unless b = 0).

The Conjugate card at the bottom displays the exact value of z̄. Notice that purely real numbers equal their own conjugates (since reflecting across the real axis leaves them unchanged), while purely imaginary numbers have conjugates that are their negatives.

Special Cases: Axes and Origin

Try placing your point directly on one of the axes or at the origin to see how the tool handles special cases.

At the origin (0, 0): The number is exactly zero. The explanation notes that zero is the only complex number with modulus 0, and it's the unique point that is simultaneously real and pure imaginary.

On the real axis (b = 0): The number is purely real, like ordinary real numbers. The modulus simplifies to |a|, matching the familiar absolute value. The conjugate equals the number itself.

On the imaginary axis (a = 0): The number is purely imaginary. The modulus equals |b|. The conjugate is the negative of the original number, sitting on the opposite side of the origin.

The Four Quadrants

    The complex plane divides into four quadrants based on the signs of the real and imaginary parts:

  • Quadrant I (upper right): a > 0 and b > 0
  • Quadrant II (upper left): a < 0 and b > 0
  • Quadrant III (lower left): a < 0 and b < 0
  • Quadrant IV (lower right): a > 0 and b < 0

  • The explanation panel identifies which quadrant your point occupies and describes the sign pattern. Drag your point through different quadrants to see how the triangle orientation changes while the modulus formula remains consistent regardless of signs.

What is a Complex Number?

A complex number extends the real number system by introducing the imaginary unit ii, defined by i2=1i^2 = -1. Every complex number can be written as z=a+biz = a + bi, where aa and bb are real numbers.

The real part a=Re(z)a = \text{Re}(z) determines horizontal position on the complex plane. The imaginary part b=Im(z)b = \text{Im}(z) determines vertical position. Together, they specify a unique point in two-dimensional space.

Complex numbers arose historically to solve equations like x2+1=0x^2 + 1 = 0, which has no real solutions. Today they appear throughout mathematics, physics, and engineering — from signal processing and quantum mechanics to electrical circuits and fluid dynamics.

The Complex Plane (Argand Diagram)

The complex plane represents complex numbers geometrically. The horizontal axis displays real values, while the vertical axis displays imaginary values. A complex number z=a+biz = a + bi corresponds to the point (a,b)(a, b).

This representation, also called an Argand diagram, transforms algebraic operations into geometric ones. Addition becomes vector addition. Multiplication involves rotation and scaling. The conjugate becomes reflection across the real axis.

The plane extends infinitely in all directions. The Range control in this tool lets you focus on different portions — zoom in for detail near the origin, or zoom out to see larger values. Grid lines help you read coordinates at a glance.

Modulus and the Pythagorean Theorem

The modulus (or absolute value) of a complex number measures its distance from the origin:

z=a+bi=a2+b2|z| = |a + bi| = \sqrt{a^2 + b^2}


This formula follows directly from the Pythagorean theorem. The point (a,b)(a, b) forms a right triangle with legs of length a|a| and b|b|. The hypotenuse — the straight-line distance to the origin — equals a2+b2\sqrt{a^2 + b^2}.

Key properties of modulus include: z0|z| \geq 0 always, with equality only when z=0z = 0. For real numbers, modulus matches absolute value. The modulus of a product equals the product of moduli: z1z2=z1z2|z_1 z_2| = |z_1| |z_2|.

Complex Conjugates and Their Properties

The complex conjugate of z=a+biz = a + bi is zˉ=abi\bar{z} = a - bi. Geometrically, conjugation reflects a point across the real axis — the real part stays the same while the imaginary part changes sign.

Conjugates have important algebraic properties. The product zzˉ=a2+b2=z2z \cdot \bar{z} = a^2 + b^2 = |z|^2 always yields a non-negative real number. This makes conjugates essential for division: to compute wz\frac{w}{z}, multiply numerator and denominator by zˉ\bar{z} to get a real denominator.

Other properties include: z1+z2=z1ˉ+z2ˉ\overline{z_1 + z_2} = \bar{z_1} + \bar{z_2} and z1z2=z1ˉz2ˉ\overline{z_1 \cdot z_2} = \bar{z_1} \cdot \bar{z_2}. The conjugate of a conjugate returns the original: zˉ=z\overline{\bar{z}} = z.

Related Concepts

The Complex Number Explorer connects to several important topics in complex analysis:

Polar Form: Complex numbers can also be written as z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) or z=reiθz = re^{i\theta}, where r=zr = |z| is the modulus and θ\theta is the argument (angle from the positive real axis).

Complex Arithmetic: Addition combines real and imaginary parts separately. Multiplication uses the distributive property along with i2=1i^2 = -1. Division uses conjugates to rationalize denominators.

Euler's Formula: The remarkable identity eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta connects exponential and trigonometric functions through complex numbers.

Applications: Complex numbers model oscillations, waves, electrical impedance, quantum states, and 2D transformations in graphics and engineering.