Imaginary numbers multiply and divide

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
lrp3395
Messages
4
Reaction score
0
I don't really understand how to multiply and divide when numbers are in a+bi form
 
Mathematics news on Phys.org
lrp3395 said:
I don't really understand how to multiply and divide when numbers are in a+bi form

The operations work exactly the same as for just Real Numbers. That's in the beginning. Later, you learn properties of dealing with complex numbers. They are developed or derived logically.

You will learn what is a Conjugate of a complex number, and what happens if you multiply a complex number by its conjugate.

I do not fill in much for you here. You can study about Complex Numbers both in a Trigonometry book and in a College Algebra book.
 
lrp3395 said:
I don't really understand how to multiply and divide when numbers are in a+bi form

A complex number has the form x + iy, where x is called the real part and y is the imaginary part. (a+ib)(c+id) = (ac - bd) + i(cb + ad)This looks weird, but just factor it out and you will see why it happens:

(a+ib)(c+id) = ac + iad + ibc + i^2*bd

but we know that i = sqrt(-1) so i^2 = -1 so this becomes

ac + iad + ibc - bd = (ac - bd) + i(cb + ad)Dividing complex numbers is a little different. FIrst realize that if z = x+iy is a complex number, its complex conjugate is x - iy. We can imagine a graph:
(+ imaginary axis)
|
|-(iy) * (x+iy)
|
|
------|------- (+ x axis)
|
|
|-(-iy) * (x-iy)
(- imaginary axis)

We also know that the modulus of a complex number z (its distance from itself to the origin) is sqrt(x^2 + y^2)

If z = x + iy is a complex number, then 1/z = (x - iy)/(x^2 + y^2)

So think about what this means, first realize that we can break this into something clearer:

x/(x^2+y^2) - i(y/x^2+y^2) So first we are taking the complex conjugate, but first dividing the real and imaginary parts by the square of the modulusRealize we have the same familiar rules: associative, commutative, distributive...