If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Visualizing complex number multiplication

Learn how complex number multiplication behaves when you look at its graphical effect on the complex plane.

What complex multiplication looks like

By now we know how to multiply two complex numbers, both in rectangular and polar form. In particular, the polar form tells us that we multiply magnitudes and add angles:
=r(cos(α)+isin(α))s(cos(β)+isin(β))=rs[cos(α+β)+isin(α+β)]
One great strength of thinking about complex multiplication in terms of the polar representation of numbers is that it lends itself to visualizing what's going on.
What happens if we multiply every point on the complex plane by some complex number z? If z has polar form r(cos(θ)+isin(θ)), the rule outlined above tells us that every point on the plane will be scaled by a factor r, and rotated by an angle of θ.

Examples

For z=3+i=2(cos(30)+isin(30)), multiplying z would scale everything by a factor of 2 while rotating by 30, like this:
Khan Academy video wrapper
For z=13i3, the absolute value of z is
(13)2+(13)2=23
and its angle is 45, so multiplying by z would scale everything by a factor of 230.471, which will mean shrinking, while rotating 45 about the origin, which is a clockwise rotation.
Khan Academy video wrapper
For z=2, which has absolute value 2 and angle 180, multiplication rotates by a half turn about the origin while stretching by a factor of 2.
Khan Academy video wrapper
Another way to think about these transformations, and complex multiplication in general, is to put a mark down on the number 1, and a mark down on the number z, and to notice that multiplying by z drags the point for 1 to the point where z started off, since z1=z. Of course, it must do this in a way which fixes the origin, since z0=0.
Khan Academy video wrapper
Khan Academy video wrapper
Khan Academy video wrapper
Isn't it interesting how facts as simple as z1=z and z0=0 can be so helpful in visualizing complex multiplication!

A visual understanding of complex conjugates

Let's look at what happens when we multiply the plane by some complex number z, then multiply the result by its conjugate z¯:
Khan Academy video wrapper
Khan Academy video wrapper
If the angle of z is θ, the angle of the complex conjugate z¯ is θ, so the successive multiplications have no total rotation. We can see this by the fact that the spot that started on 1 ultimately lands on the positive real number line.
What about the magnitude? Both numbers have the same absolute value, |z|=|z¯|, so the total effect of multiplying by z then z¯ is to stretch everything by a factor of |z||z¯|=|z|2.
Of course, this fact is simple enough to see with the formulas, since (a+bi)(abi)=a2+b2=|a+bi|2, but it can be enlightening to see it in action!

What complex division looks like

What happens if we divide every number on the complex plane by z? If z has angle θ and absolute value r, then division does the opposite of multiplication: It rotates everything by θ and scales by a factor of 1r (which means shrinking by a factor of r).

Example 1: Division by 3+i

The angle of 3+i is 30, and its absolute value is 2, so everything rotates by 30, which is clockwise, and scales by a factor of 12 (which means shrinking by a factor of 2).
Khan Academy video wrapper

Example 2: Division by 13i3

The angle of 13i3 is 45, and its absolute value is
(13)2+(13)2=23
So now everything rotates by +45, and is scaled by a factor of 322.121.
Khan Academy video wrapper
You may have noticed that these divisions can also be seen as taking the dot that sits on top of z and placing it over 1.

Relating the visualization of complex division with the formula

To compute zw, where let's say z=a+bi and w=c+di, we learned to multiply both numerator and denominator by the complex conjugate of w, w=cdi.
zw=a+bic+di=a+bic+dicdicdi=(a+bi)(cdi)c2+d2=zw|w|2
In other words, dividing by w is the same as multiplying by w|w|2. Is there a visual way to understand this?
Suppose w has angle θ and absolute value r, then to divide by w, we must rotate by θ and scale by 1r. Since w, the conjugate, has the opposite angle from w, multiplying by w will rotate by θ, like we want. However, multiplying by w scales everything by a factor of r, when we need to go the other way, so we divide by r2=|w|2 to correct.
For instance, this is what directly dividing by 1+2i looks like:
Khan Academy video wrapper
And here is what it looks like to first multiply by its conjugate, 12i, then to divide by the square of its magnitude |1+2i|2=5.
Khan Academy video wrapper
The end result of both is the same.

Want to join the conversation?

  • male robot johnny style avatar for user maier.juerg
    As these short videos look nice I am at a complete loss what I should be able to learn or understand from looking at it?
    (71 votes)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user Murtaza Badshah
    I'm even more confused after reading this section...
    (43 votes)
    Default Khan Academy avatar avatar for user
    • male robot hal style avatar for user BiasInput
      I'll try to make an easy to understand summary:

      First of all, if you don't want to visualize the multiplication of the two complex numbers, you can simply multiply their "rectangular form" and you will get the correct result, but here we are trying to understand the multiplication from a visual point of view.

      You can multiply two complex numbers by following two single steps:
      1) adding their angle
      2) multiplying their distance to the origin (magnitude)

      Think of it as a sequence of transformations.
      1) adding their angle -> rotation
      2) multiplying their distance to the origin -> dilation.

      Thankfully, we have a notation that directly shows these two transformations that we want to apply (rotation & dilation).
      It's called the "polar" form.

      Here's the "rectangular" form of any complex number:
      Z = a + bi

      Here's its "polar" form (far more convenient for our two transformations):
      Z = r(cos(θ) + sin(θ)i)

      Where "r" is the magnitude (distance from the origin) and "θ" is its angle.

      Now, to multiply any complex number (Z = a+bi), you refer to the two transformations:

      1) Rotation by "θ" (angle "p" + angle "θ").
      2) dilation by "r" (magnitude "m" * magnitude "r").

      This makes sense from a graph point of view where you can visually add the angles and apply a dilation.
      Now, if you had to do it without using a graph, you could multiply the two polar forms like the following:

      Z1*Z2 = r(cos(α)+isin(α))⋅s(cos(β)+isin(β))
      Z1*Z2 = rs[cos(α+β)+isin(α+β)]

      Hope this helped.
      (32 votes)
  • leaf green style avatar for user George
    The document opens with: "By now we know how to multiply two complex numbers, both in rectangular and polar form. In particular, the polar form tells us that we multiply magnitudes and add angles". Where in the sequence was this taught? I totally missed this and do not understand.
    (36 votes)
    Default Khan Academy avatar avatar for user
    • duskpin ultimate style avatar for user stalris
      I'm on the same boat as you. I don't think he directly mentioned it in any video.

      He did show how to divide two complex nubers in polar form by first converting them to exponential form. You can extend that to multiplication.

      Polar form -> Exponential Form:
      r(cos(α) + sin(α)i) = r * e^(iα)
      s(cos(β) + sin(β)i) = s * e^(iβ)

      (r * e^(iα)) * (s * e^(iβ)) =
      r * s * e^(αi + βi) =
      r * s * e^( (α + β) * i )

      From there you can convert the exponential form back into polar form where the modulus(?) = r * s and the argument = (α + β) giving us:

      r * s (cos(α + β) + sin(α + β) * i)
      (13 votes)
  • blobby green style avatar for user abadyelhertany2000
    this article is so confusing
    (17 votes)
    Default Khan Academy avatar avatar for user
  • piceratops ultimate style avatar for user Michel Vermonden
    By now we know how to multiply two complex numbers, both in rectangular and polar form. In particular, the polar form tells us that we multiply magnitudes and add angles:

    Which videos about multiplication is he referring to?
    (15 votes)
    Default Khan Academy avatar avatar for user
  • spunky sam green style avatar for user Taha Anouar
    r(cos(α)+isin(α))⋅s(cos(β)+isin(β))
    ​=rs[cos(α+β)+isin(α+β)]
    how they calculated it ??
    (8 votes)
    Default Khan Academy avatar avatar for user
    • piceratops tree style avatar for user VVCephei
      If you work out the multiplication of cos(a) + i*sin(a) and cos(b) + i*sin(b), you'll get:
      (cos(a)cos(b) - sin(a)sin(b)) + i*(sin(a)cos(b) + sin(b)cos(a))
      The expression in the first set of parentheses is a formula for cos(a + b), and the expression in the second set of parentheses is sin(a + b).

      Division requires an extra step, but you will get cos(a - b) + i*sin(a - b)
      (7 votes)
  • blobby green style avatar for user DC83
    Man I am having some difficulty keeping up with all the terminology etc and thinking in a mathematical sense. I can do all the exercises no problem, but I would really like to be able to think in a logical/mathematical sense and work through practice session using that rather than seeing patterns/repetition. Is there a book you guys would recommend to be able to think more objectively/logically?
    (7 votes)
    Default Khan Academy avatar avatar for user
  • male robot hal style avatar for user Mike
    What does total rotation refer to in the sentence "successive multiplications have no total rotation"? It means that instead of going back to the starting point (the two angles do not "cancel each other out"), the point moves along the x-axis?
    (2 votes)
    Default Khan Academy avatar avatar for user
    • female robot grace style avatar for user tyersome
      Net rotation might be a better phrasing.
      My understanding is that the two rotations are by the same degree but have opposite signs and so cancel out. The scaling factors however are the same and so are multiplied together. The net result is no rotation and scaling by the magnitude squared.
      (10 votes)
  • duskpin ultimate style avatar for user Julicz
    Is there a part of desmos where i can experiment with complex numbers?
    (3 votes)
    Default Khan Academy avatar avatar for user
    • duskpin ultimate style avatar for user TotallyNotAFurryÒwÓ
      Yes, Desmos has a calculator that allows you to perform calculations with complex numbers. To enter a complex number, simply use the format a+bi, where a is the real part and b is the imaginary part. Here is the link to the Desmos calculator:

      https://www.desmos.com/calculator

      Once you are on the calculator page, you can click on the wrench icon on the top right corner of the page, and select "Polar grid" from the options. This will enable you to visualize complex numbers in polar form on a graph. You can also use the "c" button on the keyboard to insert the symbol for the imaginary unit "i" in your calculations.
      (5 votes)
  • purple pi teal style avatar for user Phạm Trần Minh Trí
    Help i'm completely lost at this point 😅
    (5 votes)
    Default Khan Academy avatar avatar for user