Skip to main content
Speclore

Complex Numbers

Reference data and engineering information about complex numbers for mathematics applications.

complexnumbers

Overview

Engineering reference data for Complex Numbers in mathematics.

Key Formulas

Quadratic Formula

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Roots of ax² + bx + c = 0.

Pythagorean Theorem

c2=a2+b2c^2 = a^2 + b^2

Right triangle relationship.

Circle Area

A=πr2A = \pi r^2

Area of a circle.

Logarithm

logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}

Change of base formula.

Variables

SymbolDescriptionUnit
π\piPi3.14159...
eeEuler's number2.71828...

Operations on Complex Numbers

Addition

In Cartesian form, complex numbers are added by separately summing their real and imaginary parts: Za+Zb=(a+c)+j(b+d)Z_a + Z_b = (a + c) + j(b + d)

In polar form, addition is performed by: Za+Zb=(racosθa+rbcosθb)+j(rasinθa+rbsinθb)Z_a + Z_b = (r_a \cos\theta_a + r_b \cos\theta_b) + j(r_a \sin\theta_a + r_b \sin\theta_b)

Example:
Za=3+j2Z_a = 3 + j2, Zb=3+j3Z_b = -3 + j3Za+Zb=j5Z_a + Z_b = j5

Subtraction

In Cartesian form: ZaZb=(ac)+j(bd)Z_a - Z_b = (a - c) + j(b - d)

Example:
Za=3(cos35°+jsin35°)Z_a = 3(\cos35° + j\sin35°), Zb=2(cos15°+jsin15°)Z_b = 2(\cos15° + j\sin15°)ZaZb=0.52+j1.2Z_a - Z_b = 0.52 + j1.2

Multiplication

In Cartesian form: ZaZb=(acbd)+j(ad+bc)Z_a \cdot Z_b = (ac - bd) + j(ad + bc)

In polar form, multiplication is simplified using modulus and argument: ZaZb=rarb[cos(θa+θb)+jsin(θa+θb)]Z_a \cdot Z_b = r_a r_b \left[ \cos(\theta_a + \theta_b) + j \sin(\theta_a + \theta_b) \right]

Example:
Za=3+j2Z_a = 3 + j2, Zb=5j4Z_b = 5 - j4ZaZb=23j2Z_a \cdot Z_b = 23 - j2

Complex Conjugate

The complex conjugate of Z=a+jbZ = a + jb is Z=ajbZ^* = a - jb. Multiplying a complex number by its conjugate yields a real number: ZZ=a2+b2Z \cdot Z^* = a^2 + b^2

Example:
Z=3+j2Z = 3 + j2, Z=3j2Z^* = 3 - j2ZZ=13Z \cdot Z^* = 13

Division

Division is performed by rationalizing the denominator using the conjugate: ZaZb=ac+bdc2+d2+jbcadc2+d2\frac{Z_a}{Z_b} = \frac{ac + bd}{c^2 + d^2} + j\frac{bc - ad}{c^2 + d^2}

In polar form, division simplifies to: ZaZb=rarb[cos(θaθb)+jsin(θaθb)]\frac{Z_a}{Z_b} = \frac{r_a}{r_b} \left[ \cos(\theta_a - \theta_b) + j \sin(\theta_a - \theta_b) \right]

References