Complex numbers arise naturally when solving quadratic equations. We know that the solutions to x2−1=0 are x=1,−1. What are the solutions to x2+1=0?
i is often used to denote the imaginary unit, which satisfies the equation i2=−1. i and −i will be the roots to the equation x2+1=0. With this symbol, we can extend the real numbers to obtain the set of complex numbers, which are of the form z=a+bi, where a and b are real numbers.
We say that for a complex number z=a+bi, it has real part a, denoted as Re(z), and imaginary part b, denoted as Im(z). Take note that the imaginary part is a real number.
Let's see how the usual arithmetic operations work:
1) Addition:
(a+bi)+(c+di)=(a+c)+(b+d)i.
2) Subtraction:
(a+bi)−(c+di)=(a−c)+(b−d)i.
3) Multiplication:
(a+bi)×(c+di)=ac+adi+bci+bdi2=(ac−bd)+(ad+bc)i.
Division becomes slightly tricky, because we only know how to divide by a real number. Rewriting c+dia+bi as c+dia+c+dibi isn't very helpful. If only we could make the denominator a real number ... To do so, we introduce the idea of a conjugate:
The conjugate of the complex number z=a+bi is z=a−bi. Notice that the conjugate of the conjugate is the identity, i.e. z=z.
We now have:
zz=(a+bi)(a−bi)=[a×a−b×(−b)]+[a×(−b)+b×a]i=a2+b2
using our nifty multiplication formula. This gives us a real non-negative value. Now, we introduce the idea of a Norm and absolute value:
The norm of the complex number z=a+bi is N(z)=zz=a2+b2.The absolute value of the complex number is the positive square root of the norm, and is given by ∣a+bi∣=a2+b2.
With this, we have the following:
4) Division: If c+di is non-zero, then c+dia+bi=(c+di)(c−di)(a+bi)(c−di)=c2+d2(ac−bd)+(−ad+bc)i.
z=x+iy is known as the Rectangular Form of the complex number. In an upcoming post, we will study the Polar Form of complex numbers.
Worked Examples
1. If a and b are real numbers such that a+bi=0, then a=0 and b=0.
This should be obvious to you, but let's show it. If a+bi=0 , then a=−bi. Squaring both sides, we get a2=(−bi)2=b2i2=−b2. By non-negativity of squares, we have 0≤a2=−b2≤0, which implies that equality must hold throughout. Thus, 0=a2=−b2, which gives a=0,b=0.
Corollary: This allows us to compare coefficients of real and imaginary parts. In particular, if z=w, then we must have Re(z)=Re(w),Im(z)=Im(w).
2. With real numbers, we are familiar with the concept of reciprocals. For example, 2 and 21 are reciprocals of each other because 2×21=1. What is the reciprocal of a non-zero complex number z=a+bi?
Solution 1: Since (a,b)=(0,0), ∥z∥=0. We seek the value of z1 so will use the division operation, to obtain that z1=a+bi1=(a+bi)(a−bi)a−bi=a2+b2a−bi.
Solution 2: Using the language of norm and conjugates, we can express this directly as:z1=zzz=N(z)z.
3. Verify that conjugation distributes over multiplication and division. Specifically, show that z×w=z×w and (wz)=wz.
Let z=a+bi,w=c+di then
z×w=(ac−bd)+(ad+bc)i=(ac−bd)−(ad+bc)i,
while
z×w=(a−bi)×(c−di)=[(ac+(−bi)(−di)]+[a(−d)+(−b)c]i=(ac−bd)−(ad+bc)i.
Hence they are the same.
As for the division, let's use the language of norm and conjugates that we've learned. You can also do this using a,b,c,d as above.
(wz)=(w×wz×w)=(N(w)z×w)=N(w)z×w=N(w)z×wˉ=N(w)z×w=w×wz×w=wz multiplying by conjugatesdefinition of Normsince Norm is a real valuesince conjugation distributes over multiplicationproperty of conjugation definition of Norm cancellation
You should easily verify that conjugation distributes over addition and subtraction.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.