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
-
Finding the argument of a complex number:
- Example:
=IMARGUMENT("3+4i") - Result:
0.9273...(radians)
- Example:
-
Finding the argument of a purely imaginary number:
- Example:
=IMARGUMENT("0+2i") - Result:
1.5707...(equivalent to π/2 radians)
- Example:
Use Cases and Scenarios
- Electrical Engineering: Determine the phase angle of an AC circuit's impedance represented as a complex number.
- Signal Processing: Convert complex-valued signal data into polar form for magnitude and phase analysis.
- 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.