Back to Functions

IMARGUMENT

The IMARGUMENT function returns the angle (also known as the argument or \theta) of the given complex number in radians.

EngineeringIMARGUMENT(number)

The IMARGUMENT function in Google Sheets returns the angle (argument or θ) of a given complex number in radians, measured from the positive real axis on the complex plane. It's essential when converting complex numbers between rectangular and polar form. Dive into our comprehensive guide to master its application.

Parameters

  • number: The complex number for which to calculate the argument.

Step-by-Step Tutorial

  1. Finding the argument of a complex number:

    • Example: =IMARGUMENT("3+4i")
    • Result: 0.9273... (radians)
  2. Finding the argument of a purely imaginary number:

    • Example: =IMARGUMENT("0+2i")
    • Result: 1.5707... (equivalent to π/2 radians)

Use Cases and Scenarios

  1. Electrical Engineering: Determine the phase angle of an AC circuit's impedance represented as a complex number.
  2. Signal Processing: Convert complex-valued signal data into polar form for magnitude and phase analysis.
  3. Complex Mathematics: Support conversions between rectangular and polar representations of complex numbers.

Related Functions

  • IMABS: Returns the absolute value (modulus) of a complex number.
  • IMREAL: Returns the real coefficient of a complex number.

Related Articles

No related articles available for the IMARGUMENT function.

Newsletter

More IMARGUMENT examples coming soon.

We are building short, practical updates for Sheets power users.