How Do Complex Numbers Extend the Real Number System?

AI Thread Summary
Complex numbers extend the real number system by forming an algebraically closed field, allowing every polynomial to have roots within this field. They are defined as ordered pairs of real numbers with specific operations for addition and multiplication, avoiding the need to assert the existence of "i" directly. This structure supports important algebraic properties and applications, particularly in linear algebra and signal processing, where complex exponentials simplify calculations. Euler's identity connects complex numbers with trigonometric functions, demonstrating their utility in various mathematical contexts. Understanding complex numbers involves both algebraic and geometric interpretations, highlighting their dual nature in mathematics.
Bipolarity
Messages
773
Reaction score
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
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 "i^2= -1". 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 (a/(a^2+ b^2), -b/(a^2+ b^2) which exist as long as a^2+ b^2\ne 0- 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 (0, 1)(0, 1)= (0(0)- 1(1), 0(1)+ 1(0))= (-1, 0) which we associate, as above, with -1. That is, defining &quot;i&quot; to <b>be</b> the complex number (0, 1), we have i^2= -1 as a result of these definitions.<br /> <br /> As for &quot;Euler&#039;s identity&quot;, do you know the Taylor&#039;s series for e^x, sin(x), and cos(x)? They are <br /> \sum_{n=0}^\infty \frac{1}{n!}x^n<br /> \sum_{n=0}^\infty \frac{(-1)^n}{(2n+1)!}x^{2n+1}<br /> and<br /> \sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{2n}<br /> respectively.<br /> <br /> Notice that, except for the &quot;(-1)^n&quot;, the sine and cosine are the even and odd power parts of e^x. Now, i^0= 1, i^2= -1, i^3= i^2(i) -1(i)= -i, i^4= (i^2)(i^2)= (-1)(-1)= 1 and then every thing repeats: i^5= i, i^6= -1, i^7= -i, i^8= 1, etc. If we replace the &amp;quot;x&amp;quot; in the series formula for e^x with &amp;quot;ix&amp;quot; we get&lt;br /&gt; \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&lt;br /&gt; = 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&lt;br /&gt; Separating &amp;quot;real&amp;quot; and &amp;quot;imaginary&amp;quot; parts, we have&lt;br /&gt; (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 &lt;br /&gt; so that the odd powers have a factor of &amp;quot;i&amp;quot; and the even powers do not. But those even and odd power series are precisely the Taylor&amp;#039;s series for cosine and sine. That is&lt;br /&gt; e^{ix}= cos(x)+ i sin(x), &amp;quot;Euler&amp;#039;s formula&amp;quot;.&lt;br /&gt; &lt;br /&gt; As for &amp;quot;calculus on complex-valued functions&amp;quot; it is essentially the same as calculus for real valued functions except that it is &amp;quot;&lt;b&gt;two&lt;/b&gt;- dimensional&amp;quot;. If you have taken &amp;quot;Calculus of functions of two variables&amp;quot; you might remember that instead of having limits &amp;quot;from the right&amp;quot; and &amp;quot;from the left&amp;quot;, in order that a limit, at a given point, exist, it must be the same as we approach that point from &lt;b&gt;any&lt;/b&gt; direction. That makes &amp;quot;limits&amp;quot; and &amp;quot;derivatives&amp;quot; a lot more restrictive. &lt;br /&gt; &lt;br /&gt; Also, because the fundamental property of complex numbers is &amp;quot;i^2= -1&amp;quot;, the simplest way to handle more complicated functions is to write them as &amp;quot;power series&amp;quot;, as with e^x, sin(x), and cos(x), above. In fact, it can be shown that a function of a complex variable is &lt;b&gt;differentiable&lt;/b&gt; at every point of a neighborhood if and only if it is infinitely differentiable on that set (so we can define it Taylor&amp;#039;s series on the set) &lt;b&gt;and&lt;/b&gt; that series converges to the function on the set. Such functions are called &amp;quot;analytic&amp;quot; functions and the study of &amp;quot;calculus of functions of a complex variable&amp;quot; is largely the study of &amp;quot;analytic functions&amp;quot;.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top