m
Line 8: Line 8:
  
 
The real part of the number is thought of as lying on the x axis, while the imaginary lies on the y axis, so <math>\,\!a+bi</math> can also be graphed as a vector. This has special pertinence to Euler's formula, which relates sinusoidal and exponential equations using the complex number plane, but this is outside our scope.
 
The real part of the number is thought of as lying on the x axis, while the imaginary lies on the y axis, so <math>\,\!a+bi</math> can also be graphed as a vector. This has special pertinence to Euler's formula, which relates sinusoidal and exponential equations using the complex number plane, but this is outside our scope.
 
 
== Adding ==
 
== Adding ==
 
Complex numbers are added by separating their real and imaginary parts, and adding them separately. The general case is:
 
Complex numbers are added by separating their real and imaginary parts, and adding them separately. The general case is:
Line 17: Line 16:
  
 
<math>\,\!(5+2i)+(3-i)=8+i</math>
 
<math>\,\!(5+2i)+(3-i)=8+i</math>
 
 
 
== Multiplying ==
 
== Multiplying ==
 
Complex numbers are multiplied using the standard distributive properties, but remembering that <math>\,\!i^2=-1</math>.
 
Complex numbers are multiplied using the standard distributive properties, but remembering that <math>\,\!i^2=-1</math>.
Line 28: Line 25:
 
An example is:
 
An example is:
 
<math>\,\!(1+2i)*(4-i)=4-i+8i+2=6+7i</math>
 
<math>\,\!(1+2i)*(4-i)=4-i+8i+2=6+7i</math>
 
 
 
== Complex Conjugate ==
 
== Complex Conjugate ==
 
Oftentimes the imaginary part of a complex number must be eliminated from a fraction. This is accomplished by multiplying both the numerator and denominator by a complex conjugate. If the complex number is of the form <math>\,\!a+bi</math>, then the complex conjugate of that number is <math>\,\!a-bi</math>, or the imaginary part is made negative.
 
Oftentimes the imaginary part of a complex number must be eliminated from a fraction. This is accomplished by multiplying both the numerator and denominator by a complex conjugate. If the complex number is of the form <math>\,\!a+bi</math>, then the complex conjugate of that number is <math>\,\!a-bi</math>, or the imaginary part is made negative.
Line 38: Line 33:
  
 
This has practical applications for graphing complex numbers.
 
This has practical applications for graphing complex numbers.
 
 
 
== Magnitude ==
 
== Magnitude ==
 
Since a complex number can be displayed in the x-y complex plane, complex numbers are thought to have a magnitude consistent with with ordinary vector magnitude rules:
 
Since a complex number can be displayed in the x-y complex plane, complex numbers are thought to have a magnitude consistent with with ordinary vector magnitude rules:
 
<math>|\overrightarrow{a b}|=\sqrt{a^2+b^2}</math>
 
<math>|\overrightarrow{a b}|=\sqrt{a^2+b^2}</math>
 +
 +
Finding the angle <math>\boldsymbol{\theta}</math> is just:
 +
 +
<math>\boldsymbol{\theta}=\arctan(b/a)</math>
  
 
Example:
 
Example:
  
 
<math>|4+3i|=\sqrt{4^2+3^2}=\sqrt{25}=5
 
<math>|4+3i|=\sqrt{4^2+3^2}=\sqrt{25}=5

Revision as of 17:37, 3 September 2008

Complex number basics and examples

Background and Form

Complex numbers are written in the form $ a+bi $, where a is the "real" part of the number and b is the "imaginary" part. The variable that denotes the imaginary part of the complex number is $ i $, where

$ i=\sqrt{-1} $ and $ \,\!i^2=-1 $

The real part of the number is thought of as lying on the x axis, while the imaginary lies on the y axis, so $ \,\!a+bi $ can also be graphed as a vector. This has special pertinence to Euler's formula, which relates sinusoidal and exponential equations using the complex number plane, but this is outside our scope.

Adding

Complex numbers are added by separating their real and imaginary parts, and adding them separately. The general case is:

$ \,\!(a+bi)+(c+di)=(a+c)+i(b+d) $

An example would be:

$ \,\!(5+2i)+(3-i)=8+i $

Multiplying

Complex numbers are multiplied using the standard distributive properties, but remembering that $ \,\!i^2=-1 $.

General case:

$ \,\!(a+bi)*(c+di)=ac-bd+i(ad+bc) $

An example is: $ \,\!(1+2i)*(4-i)=4-i+8i+2=6+7i $

Complex Conjugate

Oftentimes the imaginary part of a complex number must be eliminated from a fraction. This is accomplished by multiplying both the numerator and denominator by a complex conjugate. If the complex number is of the form $ \,\!a+bi $, then the complex conjugate of that number is $ \,\!a-bi $, or the imaginary part is made negative.

General case:

$ \,\!(a+bi)(a-bi)=a^2+b^2 $

This has practical applications for graphing complex numbers.

Magnitude

Since a complex number can be displayed in the x-y complex plane, complex numbers are thought to have a magnitude consistent with with ordinary vector magnitude rules: $ |\overrightarrow{a b}|=\sqrt{a^2+b^2} $

Finding the angle $ \boldsymbol{\theta} $ is just:

$ \boldsymbol{\theta}=\arctan(b/a) $

Example:

$ |4+3i|=\sqrt{4^2+3^2}=\sqrt{25}=5 $

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn