Integrated_Algebra // Mod_11

COMPLEX NUMBERS

Breaking free from the 1D number line. Unlocking the 2D plane through the geometry of rotations and the square root of negative one.

01 // The Missing Unit

For centuries, mathematicians believed 1\sqrt{-1} was an impossible paradox. Then they realized it wasn't a quantity at all—it was an operation. Multiplying by ii represents a perfect 90° rotation in 2D space.

i=1i = \sqrt{-1}
i1i^1 =i= i
i2i^2 =1= -1
i3i^3 =i= -i
i4i^4 =1= 1
Real
Imaginary
ii
11
i-i
1-1

02 // The Argand Diagram

2D Coordinates

A complex number z=a+biz = a + bi is not a point on a line. It is a coordinate in 2D space. The horizontal axis measures the Real component (aa), and the vertical axis measures the Imaginary component (bb).

Argand Visualizer

Complex Coordinate (z)
4+3i
Real Part (a)4
Imaginary Part (b)3
Modulus |z|
5.0\approx 5.0
Angle θ
37\approx 37^\circ
Real Axis (x)
Imaginary Axis (y)

03 // The Algebra of 2D Space

Addition

Treat ii just like any other variable (xx). Combine your Real terms together, and your Imaginary terms together.

(3+2i)+(1+4i)=4+6i(3+2i) + (1+4i) = 4+6i
Multiply

Expand using FOIL. The only trick is remembering that i2i^2 collapses back into a Real number (1-1).

(2i)(3i)=6i2(2i)(3i) = 6i^26(1)=66(-1) = -6
Conjugate

Flip the sign of the imaginary part. Multiplying a complex number by its conjugate mathematically destroys ii, yielding a pure Real number.

z=a+biz = a + bi
zˉ=abi\bar{z} = a - bi

Elementary Algebra Completed

You have mastered the foundational systems of modern mathematics.

Back to Algebra Hub