Complex Number to Trigonometric Form Calculator

Convert any complex number a + bi to trigonometric (polar) form z = r(cos θ + i·sin θ) with detailed step-by-step solutions.

Enter Complex Number

Result

Trigonometric Form
5(cos 53.1301° + i·sin 53.1301°)
Complex Number (z)3 + 4i
Modulus (r)5
Argument (θ)53.1301°
Exponential Form5e^(0.9273i)
QuadrantI

Step-by-Step Solution

z = r(cos θ + i·sin θ)

Understanding Trigonometric Form of Complex Numbers

Every complex number z = a + bi can be expressed in trigonometric (polar) form as z = r(cos θ + i·sin θ), where r is the modulus (absolute value) and θ is the argument (angle). This representation is extremely useful for multiplication, division, and computing powers and roots of complex numbers.

The trigonometric form connects the rectangular (Cartesian) representation of complex numbers with their geometric interpretation in the complex plane. The modulus r gives the distance from the origin, and the argument θ gives the angle measured counterclockwise from the positive real axis.

How to Convert to Trigonometric Form

Step 1: Calculate the Modulus

The modulus (or absolute value) of z = a + bi is found using the Pythagorean theorem:

r = |z| = √(a² + b²)

The modulus is always a non-negative real number and represents the distance from the origin to the point (a, b) in the complex plane.

Step 2: Calculate the Argument

The argument θ is the angle the complex number makes with the positive real axis. It is calculated using the arctangent function, adjusted for the correct quadrant:

θ = atan2(b, a)

The atan2 function correctly handles all four quadrants, unlike the basic arctan function which only returns values in (-π/2, π/2).

Step 3: Write in Trigonometric Form

Once you have r and θ, the trigonometric form is simply:

z = r(cos θ + i·sin θ)

Related Representations

Rectangular Form

The standard form of a complex number using real and imaginary parts.

z = a + bi

Trigonometric (Polar) Form

Expresses the complex number using modulus and argument.

z = r(cos θ + i·sin θ)

Exponential Form

Uses Euler's formula to write the complex number compactly.

z = re^(iθ)

Modulus Formula

The distance from the origin to the complex number in the complex plane.

r = √(a² + b²)

Argument Formula

The angle measured counterclockwise from the positive real axis.

θ = atan2(b, a)

Euler's Formula

The foundational identity connecting exponential and trigonometric functions.

e^(iθ) = cos θ + i·sin θ

Quadrant Rules for the Argument

The quadrant of the complex number determines how the argument is calculated:

  • Quadrant I (a > 0, b > 0): θ = arctan(b/a). The angle is between 0° and 90°.
  • Quadrant II (a < 0, b > 0): θ = 180° - arctan(|b/a|). The angle is between 90° and 180°.
  • Quadrant III (a < 0, b < 0): θ = 180° + arctan(|b/a|). The angle is between 180° and 270° (or -180° to -90°).
  • Quadrant IV (a > 0, b < 0): θ = 360° - arctan(|b/a|). The angle is between 270° and 360° (or -90° to 0°).

Why Use Trigonometric Form?

The trigonometric form of complex numbers offers several key advantages:

  • Multiplication: Multiply the moduli and add the arguments: z·w = r·s · [cos(θ+φ) + i·sin(θ+φ)]
  • Division: Divide the moduli and subtract the arguments: z/w = (r/s) · [cos(θ-φ) + i·sin(θ-φ)]
  • Powers (De Moivre's Theorem): zn = rn(cos nθ + i·sin nθ)
  • Roots: Finding nth roots of complex numbers becomes straightforward.
  • Geometric interpretation: The modulus and argument give immediate insight into the position and magnitude of the complex number.

Special Cases

  • Pure real positive (a > 0, b = 0): θ = 0°, so z = a(cos 0° + i·sin 0°)
  • Pure real negative (a < 0, b = 0): θ = 180°, so z = |a|(cos 180° + i·sin 180°)
  • Pure imaginary positive (a = 0, b > 0): θ = 90°, so z = b(cos 90° + i·sin 90°)
  • Pure imaginary negative (a = 0, b < 0): θ = 270°, so z = |b|(cos 270° + i·sin 270°)
  • Zero (a = 0, b = 0): The modulus is 0 and the argument is undefined.

Practical Applications

The trigonometric form of complex numbers is widely used in electrical engineering for analyzing alternating current (AC) circuits, in signal processing for representing sinusoidal signals, in quantum mechanics for wave functions, and in control theory for analyzing system stability. The polar representation makes it much easier to perform operations like multiplication, division, and exponentiation compared to the rectangular form.