Puglife said:
So why don't we just use the sin or cos function, it seems like it is just an added complexity. What exactly does using the complex exponential make easier, in terms of electrical engineering?
You are right and wrong. We probably *can* abandon the complex exponential and deal only with sin and cosine of real numbers, at least in typical electrical engineering problems (on the other hand there is no way to eliminate the imaginary number in Schrodinger equation). However, use of the complex exponential does not add complexity, it removes complexity.
Let me offer an analogy:
Would you consider use of negative numbers an unnecessary complexity? Couldn't we just abandon the concept of negative numbers and keep things simple?
At one point in the history of mathematics, negative numbers were not yet embraced. At the time that they were introduced there were mathematicians that viewed them in the same way that you view complex exponentials.
In A.D. 1759,
Francis Maseres, an English mathematician, wrote that negative numbers "darken the very whole doctrines of the equations and make dark of the things which are in their nature excessively obvious and simple". He came to the conclusion that negative numbers were nonsensical (see Wikipedia under negative numbers).
Here is my mostly non-mathematical description of how they help us:
1 - Engineering problems almost universally involve sinusoidal signals. It has been shown that arbitrary signals can be constructed from sums of sinusoidal. So it is imperative that we find a way to deal with sinusoidal signals as easily as possible.
2 - When a sinusoidal is input into a LTI system, the output is also a sinusoid at the same frequency, but with different phase and amplitude.
3- Thus we can consider a sinusoidal to have two independent components, phase and amplitude (polar coordinates), or equivalently I & Q (rectangular coordinates).
For example if network input is 4cos(ωt+0) and network output might be 2cos(ωt+π/4)
Then, as a form of shorthand, we can consider the input and output to be ordered pairs:
input = (4,0) output (2,π/4) where the ordered pair is (amplitude, phase)
Or the previous example in rectangular coordinates:
network input is [4cos(ωt) + 0sin(ωt)] and network output is [(2/√2)cos(ωt) + (2/√2)sin(ωt)]
and the ordered pairs:
input = (4,0) output ((2/√2),(2/√2)) where the ordered pair is (I,Q)
If we stop here, then all problems will involve solving for two unknowns given two inputs. So we need to form two equations to solve for the two unknowns.
Here is where the beauty of complex numbers enters:
I can consider each ordered pair to be a single complex number. My input is a single number (complex). If I know the transfer function of the network as a single number (complex) then to find the output we just multiply.
Input: 4e
j0
Transfer function: 0.5e
jπ/2
Output: 2e
jπ/2