Which algebraic rules altered for complex numbers?

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
5 replies · 3K views
Gerenuk
Messages
1,027
Reaction score
5
What changes to the algebraic rules when imaginary "i" is introduced in addition to real numbers?

I know that complex numbers do not have a "<" or ">" relation.
Some functions become multivalued.

What about school algebra? Maybe exponentiation rules are slightly modified?
 
Physics news on Phys.org
Exponentiation is hellofalot different. You have the relationship eix = cos(x) + isin(x) if x is a real number (This is seen from the Taylor series of the three functions if you know what those are, otherwise just accept it on faith). Notice the RHS of that equation is periodic. So you get that exponentiation is not 1-1, and often isn't even single valued. If you have a, b complex numbers, we define

[tex]a^b:= e^{bln(a)}[/tex]

where the natural log of a complex number is defined by its polar coordinates, as if a has polar coordinates [tex](r,\theta)[/tex] (notice that this isn't unique, you can choose [tex](r,\theta + 2\pi[/tex] instead for example) then

[tex]a=re^{i\theta}[/tex]

So

[tex]ln(a) = ln(r) + i\theta[/tex] (this is one of those multivalued functions)

Going back to the original point
[tex]a^b = e^{bln(a)} = e^{b(ln|a| + iarg(a)}[/tex] which can be calculated by multiplying the real and complex parts of b and ln(a), and then using the identity for eix above.

The effect of this (and you can investigate this yourself) is that while ab is single valued when be is an integer , if b isn't it becomes multivalued. Similar to how square root returns two values, a positive and a negative one, over the real numbers, taking a cube root returns three values, a fourth root returns four values, etc. Taking irrational roots will return infinite values
 
Office_Shredder said:
[tex]a^b:= e^{bln(a)}[/tex]
So would rules like
[tex]x^{a+b}=x^ax^b[/tex]
and
[tex](xy)^a=x^ay^a[/tex]
and
[tex](x^a)^b=x^{ab}[/tex]
change?
 
Last edited:
For the most part, but you have to be careful about the multivalued aspect of exponentiation (particularly for the last one). For example

[tex]\sqrt{(-1)^2} = \sqrt{-1}^2[/tex]

naively gives

[tex]\sqrt{1} = i^2[/tex] hence [tex]1=-1[/tex] It IS true that ONE OF the square roots of 1 is -1, but not all of them. This can also cause trouble if, for example, you have

[tex]a^3 = b^3[/tex] and take the third root of each side to conclude

[tex]a = b[/tex]

True in the reals, but not in the complex numbers as 1 actually has three distinct cube roots [tex]e^{\pi 2i/3}[/tex] [tex]e^{\pi 4i/3}[/tex] and 1 itself...you can see how cubing the first one gives 1 from using the formula in my first post, and then the second one is just the square of the third, and the third one is the cube of the third... but if you take the fourth power of [tex][e^{\pi 2i/3}]^4 = e^{\pi 8i/3} = e^{\pi 2i/3}[/tex] as [tex]e^{\pi 6i/3} = 1[/tex]. Exercise for the reader: How do I know that I have the 'right' value of [tex][e^{\pi 2i/3}]^4[/tex] so that I can just multiply the values, especially right after giving two examples of how you can't?
 
So if I want to write down some rules to brainlessly apply and still get correct results, what should I do?

I was thinking of something like
[tex]x^ax^b=x^{a+b}e^{2\pi\mathrm{i}(ma+nb)}[/tex]

I mean how would I define my algebra (in particular exponentiation) in a strict way?
 
Gerenuk said:
Some functions become multivalued.

Functions are not multivalued. However, functions which are invertible in R, such as exp (whose inverse is ln) no longer have inverses. Given a complex y and an unknown complex x, if you know that exp(x) = y, you *don't* know x (although you have narrowed it down to a countably infinite subset of R).

Gerenuk said:
So if I want to write down some rules to brainlessly apply and still get correct results, what should I do?

I was thinking of something like
[tex]x^ax^b=x^{a+b}e^{2\pi\mathrm{i}(ma+nb)}[/tex]

I mean how would I define my algebra (in particular exponentiation) in a strict way?

This rule is a combination of two rules. You can split it into "x^a x^b = x^(ab)" (with some restrictions I'm not sure of) and "e^(2pi i) = 1" is sufficient to show this relationship. And even that is just a specification of Euler's formula.