Complex Numbers
Basically union of Real Numbers and Imaginary Numbers
- Basically a Vector in
, which allows us to plot complex numbers in a graph, where the real part is in the x axis, and the imaginary part is in the y axis - The only difference is that
is defined in multiplication
- The only difference is that
- Do not use the normal quadratic formula, but instead, replace the determinant with
since square root is undefined for complex numbers so far
Operations
- complex numbers are equal if their components are equal
- Real part is
, imaginary part is - You can do most operations as though
was a variable - Multiplication is
- Geometrically
- multiplying by a real number scales
- Multiplying by
is a rotation counterclockwise
- Geometrically
- If
, then it has a unique multiplicative inverse, defined as - Derive this by using the conjugate
(modulus or Absolute Value) (triangle inequality)
- Division can then be written as
Conjugate
The conjugate of