What exactly is the complex plane, and how is it useful?

397 Views Asked by At

A lot of functions are defined on the complex plane, like the Gamma function:

enter image description here

the Lambert W function,

enter image description here

etc.

But I have no idea about what the complex plane means and how it's useful, or just how they graph it. If someone has an idea, please tell me about it. Thanks to all.

2

There are 2 best solutions below

4
On BEST ANSWER

The complex plane is a two-dimensional generalization of the real numbers. Complex numbers (a, b) are added just like you'd expect: (a, b) + (c, d) = (a + c, b + d). They multiply a bit differently, though: (a, b)(c, d) = (ac - bd, ad + bc). You can get ordinary real numbers back by setting the second number of the pair to 0.

Usually (a, b) is written $a+bi$, with the understanding that $i$ is not a real number. In fact it acts as a square root of $-1$, which does not exist in the real numbers. You can see this as so: (0, 1)(0, 1) = (0-1, 0+0) = (-1, 0) or $-1+0i.$

0
On

The complex plane is simply an x-y grid, where the x axis is the reals, and the y axis is the complex number $\sqrt{-1}$. What makes this sort of representation is that rotation around the centre is a multiplication, and thus the re-scaling and rotation required to bring $(1,0)$ to the point in question, is the multiplication table by this.

One use of this rotation-as-multiplication, is the cyclic functions are represented as a finite curve in the polar notation. It is used extensively in electrics because inductances and capacitances behave as complex resistances, leading and laging the voltage.

The graps shown above are coloured, because they are trying to show information at each point of the plane. That is, you can't just have a plot of the result against an input on a plane: the input is the plane, and we leave it to other devises to indicate what the output is doing.