Difference between revisions of "Complex Numbers"
Line 274: | Line 274: | ||
{\mathbf u}=\left(1\angle\theta_i\right) | {\mathbf u}=\left(1\angle\theta_i\right) | ||
\left(n\angle\theta_n\right)= | \left(n\angle\theta_n\right)= | ||
− | ne^{j\theta_i}e^{j\theta_n}=ne^{\left( | + | ne^{j\theta_i}e^{j\theta_n}=ne^{j\left(\theta_i+\theta_n\right)}= |
ue^{j\theta_u} | ue^{j\theta_u} | ||
\end{align}</math></center> | \end{align}</math></center> |
Revision as of 20:45, 15 February 2013
Contents
Introduction
In the field of Mathematics, people had to come up with some satisfactory way to deal with the problems that arose when one tried to take the square root of a negative number. Not happy with simply saying "there isn't one," the mathematicians came up with an object known as a complex number. The usefulness of this construct blossomed as engineers and physicists saw applications for what the theorists had developed. The idea is that a number n can be made up of two parts: a real part \(\Re\{\mathbf{n}\}\) and an imaginary part \(\Im\{\mathbf{n}\}\). These parts can be plotted - much like x and y coordinates - in what is called the complex plane.
There are many ways to represent a complex number. Of these, three stand out as being particularly useful. The first is the standard or rectangular representation:
\( \mathbf{n} = \Re\{\mathbf{n}\} + j\Im\{\mathbf{n}\}=n_r + jn_i \)
where j is \(\sqrt{-1}\). This gives all the information you need to figure out the number. Now imagine that this is a point plotted in 2D space where the real part is the x coordinate and the imaginary part is the y coordinate. You could figure out a magnitude and direction from the origin to this point and write the location in polar coordinates. The magnitude and direction would be given by:
\( \mbox{magnitude}(\mathbf{n})=|\mathbf{n}|=n=\sqrt{\left(\Re\{\mathbf{n}\}\right)^2 +\left(\Im\{\mathbf{n}\}\right)^2}=\sqrt{n_r^2+n_i^2} \) \( \mbox{direction}(\mathbf{n})=\angle\mathbf{n}=\theta_n= \arctan(\Im\{\mathbf{n}\}, \Re\{\mathbf{n}\})=\arctan(n_i, n_r) \)
where arctan
with two arguments specifies that the answer will be
some angle between \(-\pi\) and \(\pi\) instead of the typical
limits of \(-\pi/2\) to \(\pi/2\). This distinction is important because
the two-argument version of arctan
will give the proper angle between
the positive real axis and the complex number. Calculators usually
only have the one-argument version. In this case, you will use the
ratio \(n_i/n_r\) as your argument, but must make sure
your answer is in the proper quadrant.
Using the above, a complex number n can be represented:
\( \mathbf{n}=n\angle\theta_n \)
At this point, you should notice that n is the hypotenuse of a right triangle with an angle of \(\theta_n\) with respect to the horizontal. This means the real and imaginary parts can be written as:
\( \Re\{\mathbf{n}\}=n_r=n\cos\left(\theta_n\right) ~~~~~~~~~~~ \Im\{\mathbf{n}\}=n_i=n\sin\left(\theta_n\right) \)
and n can be written as:
Euler Notation
In representing complex numbers, you should note the following Maclaurin Series for \(\cos(\theta)\) and \(\sin(\theta)\):
Now for some algebraic manipulation. First, note that the \((-1)^{n/2}\) term in the \(\cos\) series can be rewritten using the fact that \((-1)^{1/2}=j\):
Next, in the \(\sin\) series, the \((-1)^{(n-1)/2}\) term can be split up, noting that:
and from above, rewritten as
which means the two Maclaurin Series can be written as:
In the latter case, multiplying both sides by \(j\) and recognizing that \(-j^2=1\), we obtain:
What Euler noticed was the following - one representation of \(e^x\) is a Maclaurin series of:
Simply substituting \(x=j\theta\) yields
which is the sum of the Maclaurin Series for \(\cos(\theta)\) and \(j\sin(\theta)\). In other words,
Using this, you can write a complex number as:
This gives rise to one of "The Greatest Equations Ever" (at least according to physicsweb[1]):
which combines an infinite sum (\(e\)), the imaginary number (\(j\)), an irrational ratio (the ever mysterious \(\pi\)), and unity (1) and, through an equality (=), relates them all to...nothing (0).
Addition and Subtraction
Addition and subtraction are performed component-wise and are done most easily by using the rectangular representation. Assume you have two complex numbers:
and you want to add or subtract them. Adding or subtracting the components and then collecting the real parts and the imaginary parts gives:
Multiplication and Division
Multiplication and division are a little more difficult. The best notation to use is the Euler one. To multiply the two numbers given in the section above:
You can then get the rectangular representation of this by converting from the Euler representation writing:
Another way to do multiplication is by using the rectangular representation and FOILing:
Division is easiest using the Euler representation:
Division using the rectangular representation is a little more difficult. You have to use the complex conjugate of the denominator to get rid of any \(j\)'s on the bottom. The complex conjugate of a number is the number with the sign on its imaginary part switched. It is also the number with the sign on its angle switched. The complex conjugate is represented by a superscript *. For example, \({\mathbf n}^*\) is:
Note that a number multiplied by its own complex conjugate will give the magnitude of that number squared. The following shows this using all three notations:
Division thus proceeds as follows:
Elongation / Contraction
Sometimes, you will only need to change the magnitude of a complex number. This is the same as only changing the length and not the direction of a vector. Multiplication by a scalar only changes the magnitude. A scalar is not a complex number because it does not have an angle associated with it. The complex equivalent of a scalar is a number having an angle of 0 radians. Multiplication by a scalar is simple. Assume that \(s\) is a scalar,
Rotation
You may also simply want to rotate a complex number around the origin. For example, once you find the first \(r\)th root of a number you really only need to rotate it around \(\frac{2\pi}{r}\,\!\) to get the next root. This is done by multiplying by a complex number of unit magnitude with some angle. Assume you want to rotate \({\mathbf n}\) by an angle \(\theta_i\) radians counterclockwise around the origin:
You can also multiply by the rectangular representation of the angle
From this, you should recognize that multiplication by \(j\), which is also \(1\angle90^{\circ}\), is the same as a counterclockwise rotation of \(90^{\circ}\)
Integer Powers
Integer powers of complex numbers are best taken using Euler notation:
This represents both a change in length (from \(n\) to \(n^{p}\)) and a change in direction (from \(\theta_n\) to \(p\theta_n\)).
Integer Roots
Roots of complex numbers are also best taken using Euler notation. To take the \(r\)th root of a number:
In other words, the magnitude of the root is equal to the root of the original magnitude, and the direction of the root is equal to the direction of the original number divided by whatever root you are taking. This is the primary root.
Note that using the Euler notation, any number can be represented in an infinite number of ways simply by adding multiples of \(2\pi\) to the angle. This is the same as going around a complete circle and ending up where you started. In the above root:
This gives another, equally valid root of the number. In fact, any number other than {\mathbf 0} has \(r\) \(r\)th roots. These roots will be evenly divided across the full range of \(2\pi\). They will all have the same magnitude. You can draw a circle with a radius of the \(r\)th root of \(n\) and it will pass through all \(r\) roots of {\mathbf n}.
Example 1
Find all the cube roots of \(1+j0\). Since the magnitude of this number is 1 and the direction is 0, the first cube root has a magnitude of \(1^{\frac{1}{3}}=1\) and a direction of \(0/3=0\). Since the roots are equally spaced, they will be \(\frac{2\pi}{3}\,\!\) apart, meaning:
Example 2
Find all the fifth roots of \({\mathbf n}=8-j6\).
First, find the magnitude and direction:
The magnitude and direction of the primary root \({\mathbf q_1}\) will therefore be:
In its rectangular representation, this is:
The next four roots will be evenly spaced around the complex plane, so they will be \(\frac{2\pi}{5}\,\!\) apart and have directions of:
By converting from Euler to rectangular notation, you can find:
These are shown in the figure at right.
Non-integer Powers
Non-integer powers and roots are more complicated. If you are only looking for the primary power for any arbitrary scalar a then you can simply calculate:
For rational powers (powers that can be represented by a fraction), you can first raise the complex number to the numerator and then take roots from the denominator. That is:
Parting Thoughts
Decide early on a notation you like for complex numbers. Some possibilities are:
For example, using complex variables to give Ohm's Law might look like:
Make sure you know how your angles are represented (degrees or radians). If someone asks you "What is the cosine of 45," you need to start getting the the habit of asking "radians or degrees?" even though it may seem obvious. Also, if someone says "the frequency is ten," you need to always ask "in Hertz or radians per second?"
Complex numbers are at the heart of many powerful tools in engineering. You need to be comfortable with how complex numbers work and what they represent in order to truly understand how those tools work and to fully comprehend their usefulness. Complex numbers are not that difficult once you have practiced with them a little bit, and the time spent learning about them will pay great dividends in the future.
- ↑ Physics Web, accessed October 12, 2006