What is a complex number?

In summary: Finally, you ask for a textbook recommendation. Certainly there are many. I don't know what you mean by "most textbooks I have seen" but you might look at "Complex Variables and Applications" by James Ward Brown and Ruel V. Churchill. It is the book I used as an undergraduate. There is also "Fundamentals of Complex Analysis" by Saff and Snider which I like very much. Either is probably more advanced than you are looking for. For a very elementary, "introduction" to complex numbers I would recommend "Visual Complex Analysis" by Tristan Needham.
  • #1
Bipolarity
776
2
I have for a while been trying to really understand the notion of a complex number and the construction of the complex number system. My knowledge of mathematics so far is very limited and spans mostly linear algebra (no pun intended), discrete mathematics (where I have yet to see complex numbers be used) and real analysis.

Historically the complex numbers have been treated as a mysterious object, due to there being polynomials over the real field having no real roots. Thus mathematicians were inclined to define roots of these polynomials as if they existed on some space outside the real field. But many standard algebraic operations such as exponentiation and logarithms do not work the same way they do on complex numbers as they do with reals.

In one sense, the complex number is an algebraic object that allows us to form an algebraically closed field, that is every polynomial over the complex field must split over the complex field. This has important applications in linear algebra, such as guaranteeing the existence of a Jordan normal form for matrices over the complex field.

Is it is a theorem of algebra that the complex field cannot be ordered? Is it a theorem of algebra that the complex field is the smallest algebraically closed field containing the reals? What fields/vector spaces is the complex field isomorphic to?

And how are the complex numbers really axiomatized? As algebraic objects, or as geometric objects?

The reason I ask these questions is that complex numbers are immensely useful in the field of signal processing, but because the field is algebraically closed, but more because trigonometric functions can be written in the form of complex exponentials and that computations on complex exponentials are much faster. Most of the use of complex numbers in signal processing is from the Euler identity combined with the Fourier transform.

So far, most textbooks I have seen define complex numbers as a two dimensional vector space over the reals with an embedded product such that (0,1)*(0,1) = (-1,0). This geometric interpretation is handy, as it reduces the mystery of the complex field to a vector space isomorphic to ##ℝ^{2}## with some additional structure, but if this is the direction we take, how can we develop the link between such a geometric interpretation and the inevitable powerful algebraic properties of the complex field and reconcile the two?

And then there's Euler's identity, and calculus on complex-valued functions. How does that work?

A recommendation on a textbook, but more importantly, a brief explanation (assuming one exists) in your own words that may resolve my questions is deeply appreciated!

BiP
 
Mathematics news on Phys.org
  • #2
Yes, the most rigorous way to define the complex numbers does NOT start with "i". Instead define the comples numbers to be ordered pairs of real numbers, (x, y), with addition defined "coordinate-wise", (a, b)+ (c, d)= (a+ c, b+ d), multiplication defined by (a, b)(c, d)= (ac- bd, ad+ bc). Notice that does NOT directly mention an "i" such that "[itex]i^2= -1[/itex]". We don't need to simply "assert" such a thing.

It is easy to show that the usual field properties, commutativity, existence of additive and multiplicative identities, additive inverses, and multiplicative inverses, etc. still hold. The additive identity is (0, 0), the multiplicative identity is (1, 0), the additive inverse of (a, b) is (-a, -b), and the multiplicative inverse is [itex](a/(a^2+ b^2), -b/(a^2+ b^2)[/itex] which exist as long as [itex]a^2+ b^2\ne 0[/itex]- that is, as long as (a, b) is not (0, 0), the additive identity. We can think of the real numbers as a subfield of the complex numbers by associating the real number x with the complex number (x, 0).

The critical point is that [tex](0, 1)(0, 1)= (0(0)- 1(1), 0(1)+ 1(0))= (-1, 0) which we associate, as above, with -1. That is, defining "i" to be the complex number (0, 1), we have [itex]i^2= -1[/itex] as a result of these definitions.

As for "Euler's identity", do you know the Taylor's series for [itex]e^x[/itex], [itex]sin(x)[/itex], and [itex]cos(x)[/itex]? They are
[tex]\sum_{n=0}^\infty \frac{1}{n!}x^n[/tex]
[tex]\sum_{n=0}^\infty \frac{(-1)^n}{(2n+1)!}x^{2n+1}[/tex]
and
[tex]\sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{2n}[/tex]
respectively.

Notice that, except for the "[itex](-1)^n[/itex]", the sine and cosine are the even and odd power parts of [itex]e^x[/itex]. Now, [itex]i^0= 1[/itex], [itex]i^2= -1[/itex], [itex]i^3= i^2(i) -1(i)= -i[/itex], [itex]i^4= (i^2)(i^2)= (-1)(-1)= 1 and then every thing repeats: [itex]i^5= i[/itex], [itex]i^6= -1[/itex], [itex]i^7= -i[/itex], [itex]i^8= 1[/itex], etc. If we replace the "x" in the series formula for [itex]e^x[/itex] with "ix" we get
[tex]\sum_{n=0}^\infty \frac{1}{n!}(ix)^n= 1+ i+ \frac{1}{2!}(ix)^2+ \frac{1}{3!}(ix)^3+\frac{1}{4!}(ix)^4+ \cdot\cdot\cdot[/tex]
[tex]= 1+ ix+ \frac{1}{2!}(-x^2)+ \frac{1}{3!}(-ix^3)+ \frac{1}{4!}(x^4)+ \frac{1}{5!}ix^5+ \cdot\cdot\cdot[/tex]
Separating "real" and "imaginary" parts, we have
[tex](1- \frac{1}{2!}x^2+ \frac{1}{4!}x^4+\cdot\cdot\cdot)+ i(x- \frac{1}{3!}x^3+ \frac{1}{5!}x^5+ \cdot\cdot\cdot[/tex]
so that the odd powers have a factor of "i" and the even powers do not. But those even and odd power series are precisely the Taylor's series for cosine and sine. That is
[itex]e^{ix}= cos(x)+ i sin(x)[/itex], "Euler's formula".

As for "calculus on complex-valued functions" it is essentially the same as calculus for real valued functions except that it is "two- dimensional". If you have taken "Calculus of functions of two variables" you might remember that instead of having limits "from the right" and "from the left", in order that a limit, at a given point, exist, it must be the same as we approach that point from any direction. That makes "limits" and "derivatives" a lot more restrictive.

Also, because the fundamental property of complex numbers is "[itex]i^2= -1[/itex]", the simplest way to handle more complicated functions is to write them as "power series", as with [itex]e^x[/itex], sin(x), and cos(x), above. In fact, it can be shown that a function of a complex variable is differentiable at every point of a neighborhood if and only if it is infinitely differentiable on that set (so we can define it Taylor's series on the set) and that series converges to the function on the set. Such functions are called "analytic" functions and the study of "calculus of functions of a complex variable" is largely the study of "analytic functions".
 

What is a complex number?

A complex number is a number that contains both a real part and an imaginary part. It is written in the form a + bi, where a represents the real part and bi represents the imaginary part, with i being the imaginary unit.

How are complex numbers used?

Complex numbers are used in various fields of mathematics, physics, and engineering. They are especially useful in solving polynomial equations, analyzing electrical circuits, and representing 2D and 3D shapes in geometry.

What is the difference between a real number and a complex number?

A real number is a number that can be represented on a number line, while a complex number cannot be represented on a number line. Real numbers do not have an imaginary part, while complex numbers do.

Can complex numbers be negative?

Yes, complex numbers can be negative. The real and imaginary parts of a complex number can both be negative, resulting in a negative complex number. For example, -3 - 4i is a negative complex number.

What is the conjugate of a complex number?

The conjugate of a complex number a + bi is a - bi. It is formed by changing the sign of the imaginary part. For example, the conjugate of 2 + 3i is 2 - 3i. The conjugate is useful in operations like division and in finding the absolute value of a complex number.

Similar threads

  • General Math
Replies
3
Views
808
Replies
8
Views
1K
Replies
13
Views
3K
Replies
24
Views
2K
Replies
4
Views
931
Replies
3
Views
2K
  • Classical Physics
Replies
13
Views
902
Replies
19
Views
2K
Replies
5
Views
2K
Back
Top