Complex Numbers

From David's Wiki
Revision as of 00:15, 15 February 2023 by David (talk | contribs) (Created page with "Complex Numbers ==Basics== A complex number has two components: The real component and the imaginary components, typically denoted by <math>i</math> or <math>j</math>.<br> Here <math>i</math> represents the imaginary number <math>i^2 = -1</math> There are a few common operations on complex numbers: Consider a complex number <math>c = a + bi</math> * The conjugate of is <math>c^* = a - bi</math>, also sometimes denoted as <math>\bar{c}</math>. * The squared norm is <ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
\( \newcommand{\P}[]{\unicode{xB6}} \newcommand{\AA}[]{\unicode{x212B}} \newcommand{\empty}[]{\emptyset} \newcommand{\O}[]{\emptyset} \newcommand{\Alpha}[]{Α} \newcommand{\Beta}[]{Β} \newcommand{\Epsilon}[]{Ε} \newcommand{\Iota}[]{Ι} \newcommand{\Kappa}[]{Κ} \newcommand{\Rho}[]{Ρ} \newcommand{\Tau}[]{Τ} \newcommand{\Zeta}[]{Ζ} \newcommand{\Mu}[]{\unicode{x039C}} \newcommand{\Chi}[]{Χ} \newcommand{\Eta}[]{\unicode{x0397}} \newcommand{\Nu}[]{\unicode{x039D}} \newcommand{\Omicron}[]{\unicode{x039F}} \DeclareMathOperator{\sgn}{sgn} \def\oiint{\mathop{\vcenter{\mathchoice{\huge\unicode{x222F}\,}{\unicode{x222F}}{\unicode{x222F}}{\unicode{x222F}}}\,}\nolimits} \def\oiiint{\mathop{\vcenter{\mathchoice{\huge\unicode{x2230}\,}{\unicode{x2230}}{\unicode{x2230}}{\unicode{x2230}}}\,}\nolimits} \)

Complex Numbers


Basics

A complex number has two components: The real component and the imaginary components, typically denoted by \(\displaystyle i\) or \(\displaystyle j\).
Here \(\displaystyle i\) represents the imaginary number \(\displaystyle i^2 = -1\)

There are a few common operations on complex numbers: Consider a complex number \(\displaystyle c = a + bi\)

  • The conjugate of is \(\displaystyle c^* = a - bi\), also sometimes denoted as \(\displaystyle \bar{c}\).
  • The squared norm is \(\displaystyle |c|^2 = c * c^* = a^2 + b^2\). Or \(\displaystyle |c| = \sqrt{a^2 + c^2}\).
  • The angle is \(\displaystyle \angle c = \arctan(b, a)\).
  • The exponential representation is \(\displaystyle c = |c| e^{i \theta}\) where \(\displaystyle \theta = \angle c\).


Euler's Formula

Euler's formula states: \[ e^{ix} = \cos(x) + i \sin(x) \]

Properties

  • The conjugate is \(\displaystyle e^{-ix}\) since cosine is symmetric and sine is odd (i.e. \(\displaystyle sin(-x) = -sin(x)\))

Resources