Which algebraic rules altered for complex numbers?

In summary, when imaginary "i" is introduced in addition to real numbers, some algebraic rules, such as exponentiation, become multivalued. This means that certain equations may have multiple solutions in the complex numbers, rather than a unique solution in the real numbers. To define exponentiation in a strict way, one must be careful to consider the multivalued aspect and use techniques such as Euler's formula.
  • #1
Gerenuk
1,034
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?
 
Mathematics news on Phys.org
  • #2
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
 
  • #3
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:
  • #4
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?
 
  • #5
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?
 
  • #6
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.
 

1. What are the basic algebraic operations for complex numbers?

The basic algebraic operations for complex numbers are addition, subtraction, multiplication, and division.

2. How are complex numbers added?

To add complex numbers, we add the real parts together and the imaginary parts together. For example, (2+3i) + (4+5i) = (6+8i).

3. What is the rule for multiplying complex numbers?

The rule for multiplying complex numbers is to use the FOIL method, just like with binomials. First, we multiply the First terms, then the Outer terms, then the Inner terms, and finally the Last terms. For example, (2+3i)(4+5i) = 8+10i+12i+15i^2 = -7+22i.

4. Can complex numbers be divided?

Yes, complex numbers can be divided. To divide, we use the conjugate of the denominator to eliminate the imaginary part from the bottom. For example, (2+3i)/(4+5i) = (2+3i)(4-5i)/(4+5i)(4-5i) = (8-10i+12i+15)/(16+25) = 23/41 + (2/41)i.

5. How are powers of complex numbers calculated?

To calculate powers of complex numbers, we use De Moivre's theorem. This theorem states that (r(cosθ + isinθ))^n = r^n(cos(nθ) + isin(nθ)), where r is the modulus (distance from the origin) and θ is the argument (angle from the positive real axis). For example, (2+3i)^3 = (2^2+2*2*3i+3^2i^2)(2+3i) = -46+9i.

Similar threads

  • General Math
Replies
7
Views
1K
  • General Math
Replies
3
Views
803
  • General Math
Replies
5
Views
1K
Replies
2
Views
1K
Replies
13
Views
1K
  • General Math
Replies
7
Views
3K
  • General Math
Replies
2
Views
975
Replies
24
Views
2K
Back
Top