Back to Functions

IMAGINARY

Returns the imaginary coefficient of a complex number.

EngineeringIMAGINARY(complex_number)

The IMAGINARY function in Google Sheets returns the imaginary coefficient of a complex number. It's a fundamental tool whenever you need to isolate and work with the imaginary part of a complex value. Dive into our comprehensive guide to master its application.

Parameters

  • complex_number: The complex number for which you want to find the imaginary coefficient.

Step-by-Step Tutorial

  1. Using IMAGINARY with a complex number:
    • Example: =IMAGINARY("3+4i")
    • Result: 4

Use Cases and Scenarios

  1. Electrical Engineering: Extract the reactance component of an impedance value in an AC circuit.
  2. Signal Processing: Analyze the imaginary component of a frequency-domain signal.
  3. Physics: Work with the imaginary part of a wave function or phasor.

Related Functions

  • IMREAL: Returns the real coefficient of a complex number.
  • IMABS: Returns the absolute value of a complex number.
  • COMPLEX: Creates a complex number from real and imaginary coefficients.

Related Articles

No related articles available for the IMAGINARY function.

Newsletter

More IMAGINARY examples coming soon.

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