Reference data and engineering information about complex numbers for mathematics applications.
Engineering reference data for Complex Numbers in mathematics.
x=2a−b±b2−4ac
Roots of ax² + bx + c = 0.
c2=a2+b2
Right triangle relationship.
A=πr2
Area of a circle.
logb(x)=ln(b)ln(x)
Change of base formula.
| Symbol | Description | Unit |
|---|
| π | Pi | 3.14159... |
| e | Euler's number | 2.71828... |
In Cartesian form, complex numbers are added by separately summing their real and imaginary parts:
Za+Zb=(a+c)+j(b+d)
In polar form, addition is performed by:
Za+Zb=(racosθa+rbcosθb)+j(rasinθa+rbsinθb)
Example:
Za=3+j2, Zb=−3+j3 → Za+Zb=j5
In Cartesian form:
Za−Zb=(a−c)+j(b−d)
Example:
Za=3(cos35°+jsin35°), Zb=2(cos15°+jsin15°) → Za−Zb=0.52+j1.2
In Cartesian form:
Za⋅Zb=(ac−bd)+j(ad+bc)
In polar form, multiplication is simplified using modulus and argument:
Za⋅Zb=rarb[cos(θa+θb)+jsin(θa+θb)]
Example:
Za=3+j2, Zb=5−j4 → Za⋅Zb=23−j2
The complex conjugate of Z=a+jb is Z∗=a−jb. Multiplying a complex number by its conjugate yields a real number:
Z⋅Z∗=a2+b2
Example:
Z=3+j2, Z∗=3−j2 → Z⋅Z∗=13
Division is performed by rationalizing the denominator using the conjugate:
ZbZa=c2+d2ac+bd+jc2+d2bc−ad
In polar form, division simplifies to:
ZbZa=rbra[cos(θa−θb)+jsin(θa−θb)]