Warning: file_exists(): open_basedir restriction in effect. File(/www/wwwroot/value.calculator.city/wp-content/plugins/wp-rocket/) is not within the allowed path(s): (/www/wwwroot/cal47.calculator.city/:/tmp/) in /www/wwwroot/cal47.calculator.city/wp-content/advanced-cache.php on line 17
Find Modulus And Argument Calculator – Calculator

Find Modulus And Argument Calculator






Modulus and Argument Calculator – Find |z| & arg(z)


Modulus and Argument Calculator

Calculate Modulus & Argument of z = x + iy

Enter the real (x) and imaginary (y) parts of your complex number to find its modulus |z| and argument arg(z).


Enter the real component of the complex number.


Enter the imaginary component (coefficient of ‘i’).

Modulus |z| = 5.00, Argument arg(z) ≈ 0.93 rad (53.13°)

x² = 9.00

y² = 16.00

Modulus |z| = √(x² + y²) = 5.00

Argument arg(z) (radians) = atan2(y, x) = 0.927

Argument arg(z) (degrees) = 53.13°

Formulas Used:
Modulus |z| = √(x² + y²), Argument arg(z) = atan2(y, x). atan2(y, x) is used to find the angle in the correct quadrant.



Results copied to clipboard!

Argand Diagram showing the complex number z = x + iy

Quadrant Sign of x Sign of y Argument Range (Radians) Argument Range (Degrees)
I + + 0 to π/2 0° to 90°
II + π/2 to π 90° to 180°
III -π to -π/2 or π to 3π/2 (principal -π to π) -180° to -90° or 180° to 270° (principal -180° to 180°)
IV + -π/2 to 0 -90° to 0°
Positive Real Axis + 0 0
Negative Real Axis 0 π or -π 180° or -180°
Positive Imaginary Axis 0 + π/2 90°
Negative Imaginary Axis 0 -π/2 -90°
Argument ranges based on the signs of x and y

What is the Modulus and Argument of a Complex Number?

A complex number z is typically expressed in the form z = x + iy, where x is the real part, y is the imaginary part, and i is the imaginary unit (√-1). The modulus and argument are two key properties that help define the complex number in polar coordinates (or on the Argand diagram).

The modulus of a complex number z, denoted as |z|, represents its magnitude or distance from the origin (0,0) in the complex plane (Argand diagram). It’s always a non-negative real number. You can think of it as the length of the vector from the origin to the point (x, y) representing z.

The argument of a complex number z, denoted as arg(z), is the angle (usually in radians or degrees) between the positive real axis and the line segment connecting the origin to the point (x, y) in the complex plane, measured counterclockwise. The argument is not unique, as adding any multiple of 2π (or 360°) to it will result in the same direction. The principal value of the argument is usually taken in the interval (-π, π] or [0, 2π).

This Modulus and Argument Calculator helps you find these values for any given complex number.

Who should use it?

Students of mathematics, physics, and engineering often work with complex numbers and need to find their modulus and argument. It’s crucial in fields like electrical engineering (analyzing AC circuits), quantum mechanics, signal processing, and control systems. Anyone needing to convert a complex number from rectangular form (x + iy) to polar form (r(cosθ + isinθ)) will use the modulus (r) and argument (θ).

Common Misconceptions

  • Argument is unique: The argument has infinitely many values (arg(z) + 2kπ for integer k). We usually refer to the principal value.
  • Modulus can be negative: The modulus is a distance, so it’s always non-negative.
  • Argument of 0: The argument of the complex number 0 (0 + 0i) is undefined.

Modulus and Argument Formula and Mathematical Explanation

For a complex number z = x + iy:

1. Modulus (|z| or r):

The modulus is calculated using the Pythagorean theorem, as it’s the distance from the origin (0,0) to the point (x,y) in the Argand diagram:

|z| = √(x² + y²)

2. Argument (arg(z) or θ):

The argument is the angle θ. We can relate x and y to the modulus r and argument θ using trigonometry:

x = r cos(θ)

y = r sin(θ)

From these, tan(θ) = y/x. However, simply using arctan(y/x) is not enough because it doesn’t distinguish between opposite quadrants (e.g., I and III). We use the atan2(y, x) function, which considers the signs of both x and y to give the correct angle in the range (-π, π]:

arg(z) = θ = atan2(y, x)

The atan2(y, x) function returns:

  • arctan(y/x) if x > 0
  • arctan(y/x) + π if x < 0 and y ≥ 0
  • arctan(y/x) – π if x < 0 and y < 0
  • +π/2 if x = 0 and y > 0
  • -π/2 if x = 0 and y < 0
  • Undefined if x = 0 and y = 0

Our Modulus and Argument Calculator uses these formulas.

Variables Table

Variable Meaning Unit Typical Range
x Real part of the complex number z Dimensionless -∞ to +∞
y Imaginary part of the complex number z Dimensionless -∞ to +∞
|z| or r Modulus of z Dimensionless 0 to +∞
arg(z) or θ Argument of z (principal value) Radians or Degrees -π to π rad or -180° to 180°

Practical Examples (Real-World Use Cases)

Example 1: z = 3 + 4i

Given the complex number z = 3 + 4i:

  • Real part (x) = 3
  • Imaginary part (y) = 4

Using the Modulus and Argument Calculator or the formulas:

Modulus |z| = √(3² + 4²) = √(9 + 16) = √25 = 5

Argument arg(z) = atan2(4, 3) ≈ 0.927 radians ≈ 53.13°

So, the polar form is 5(cos(0.927) + isin(0.927)). This complex number is in the first quadrant.

Example 2: z = -1 + √3 i

Given the complex number z = -1 + √3 i:

  • Real part (x) = -1
  • Imaginary part (y) = √3 ≈ 1.732

Using the Modulus and Argument Calculator:

Modulus |z| = √((-1)² + (√3)²) = √(1 + 3) = √4 = 2

Argument arg(z) = atan2(√3, -1) = 2π/3 radians = 120°

So, the polar form is 2(cos(2π/3) + isin(2π/3)). This complex number is in the second quadrant.

You can verify these with our Modulus and Argument Calculator above.

How to Use This Modulus and Argument Calculator

  1. Enter Real Part (x): Input the real component of your complex number into the “Real Part (x)” field.
  2. Enter Imaginary Part (y): Input the imaginary component (the coefficient of ‘i’) into the “Imaginary Part (y)” field.
  3. View Results: The calculator automatically updates and displays the Modulus |z|, Argument arg(z) in radians and degrees, x², and y² in real-time. The primary result shows the main values, and intermediate results provide more detail.
  4. See the Diagram: The Argand diagram visually represents your complex number as a point and vector.
  5. Reset: Click the “Reset” button to clear the inputs and results to their default values.
  6. Copy Results: Click “Copy Results” to copy the main outputs and inputs to your clipboard.

The Modulus and Argument Calculator is designed for ease of use and immediate feedback.

Key Factors That Affect Modulus and Argument Results

The modulus and argument depend directly on the real (x) and imaginary (y) parts of the complex number z = x + iy.

  1. Value of x: Changing x affects both the modulus and the argument. Increasing |x| generally increases the modulus. The sign of x is crucial for determining the quadrant and thus the argument.
  2. Value of y: Similarly, changing y affects both. Increasing |y| generally increases the modulus. The sign of y, along with x, determines the quadrant and argument.
  3. Ratio y/x: The ratio y/x influences the angle (argument), but the signs of x and y are needed to pinpoint the exact quadrant.
  4. Signs of x and y: The signs of x and y determine which of the four quadrants (or axes) the complex number lies in, which directly dictates the range and value of the principal argument.
  5. Magnitude of x and y: Larger magnitudes of x and/or y lead to a larger modulus (distance from the origin).
  6. If x or y is zero: If x=0, z lies on the imaginary axis. If y=0, z lies on the real axis. This simplifies argument calculation to 0, ±π/2, or π (or ±180°, ±90°, 0°).

Understanding how x and y influence the results is key to interpreting the output of the Modulus and Argument Calculator and understanding the complex number polar form.

Frequently Asked Questions (FAQ)

What is the modulus of a complex number?

The modulus of a complex number z = x + iy is its distance from the origin in the complex plane, calculated as |z| = √(x² + y²). It’s always a non-negative real number, also known as the magnitude or absolute value of z.

What is the argument of a complex number?

The argument of a complex number z = x + iy is the angle θ between the positive real axis and the line connecting the origin to the point (x,y) in the complex plane, measured counterclockwise. The principal value is usually between -π and π radians (-180° and 180°).

Why use atan2(y, x) for the argument?

The atan2(y, x) function is used instead of just atan(y/x) because it considers the signs of both x and y, correctly placing the angle in one of the four quadrants, giving a result between -π and π.

What is the argument of z=0?

The argument of the complex number 0 (0 + 0i) is undefined because it’s at the origin, and no angle can be meaningfully defined.

How do I convert from rectangular (x+iy) to polar (r(cosθ+isinθ)) form?

You find the modulus r = |z| = √(x² + y²) and the argument θ = arg(z) = atan2(y, x). Then the polar form is r(cosθ + isinθ). Our Modulus and Argument Calculator provides r and θ.

Can the modulus be zero?

Yes, the modulus is zero if and only if the complex number itself is zero (z = 0 + 0i).

How is the argument measured?

The argument is typically measured in radians or degrees, counterclockwise from the positive real axis.

What is the principal value of the argument?

The principal value of the argument is the value of θ that lies in the interval (-π, π] or sometimes [0, 2π). The atan2 function usually returns values in (-π, π].

Related Tools and Internal Resources

© 2023 Modulus and Argument Calculator. All rights reserved.


Leave a Reply

Your email address will not be published. Required fields are marked *