Analytic Continuation of the Exponential Function

  • Context: Undergrad 
  • Thread starter Thread starter spaderdabomb
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the analytic continuation of the exponential function, particularly focusing on the application of exponential laws to complex numbers. Participants explore various mathematical properties and identities related to complex exponentiation, including Euler's identity and the derivation of the exponential function through Taylor series.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant expresses confusion over the result of multiplying complex exponentials, expecting a different outcome.
  • Another participant asserts that the rules of the exponential function remain unchanged when applied to complex numbers.
  • Several participants provide derivations using Euler's formula, showing how the product of complex exponentials simplifies to 1.
  • Some participants argue that the application of basic laws of exponents to complex numbers requires proof, challenging the assumption that these laws hold without justification.
  • Another participant discusses the analytic continuation of the exponential function and its implications for the functional identity of exponentiation.
  • There is a mention of the necessity to define the exponential function through its Taylor series to establish its properties in the complex domain.
  • Participants debate the validity of using Euler's identity as a definition versus requiring a proof for its acceptance.
  • One participant emphasizes that complex numbers are closed under addition and multiplication, which is essential for deriving properties of the exponential function.
  • Another participant highlights the infinite radius of convergence of the Taylor series for the exponential function, validating its analytic continuation across the complex plane.

Areas of Agreement / Disagreement

Participants express differing views on whether the basic laws of exponents apply to complex numbers without proof. While some assert that these laws hold due to the properties of the exponential function, others contend that a rigorous justification is necessary. The discussion remains unresolved regarding the necessity of proof for certain mathematical identities.

Contextual Notes

Participants reference the need for definitions and proofs related to the exponential function and its properties in the complex domain, indicating that assumptions may not be universally accepted without further justification.

spaderdabomb
Messages
48
Reaction score
0
I was doing some math, typed in (eix)(e-ix) and it came out as 1.

I was expecting it to come out as simply ex. Explain pleaseeee thanks =).
 
Physics news on Phys.org
Going to complex numbers doesn't change the rules for the exponential function you (should have) learned way back in high-school.
 
oHHHHHH LOOOOOL

yeah I'm dumb. Thanks lol. THat's what I get for a four month summer
 
For those who are a bit concerned about applying exponential formulas to complex numbers, we can use e^{ix}= cos(x)+ i sin(x) so that e^{-ix}= cos(-x)+ i sin(-x)= cos(x)- i sin(x) because sine is an odd function and cosine is an even function.

Then e^{ix}e^{-ix}= (cos(x)+ i sin(x))(cos(x)- i sin(x))= cos^2(x)- isin(x)cos(x)+ icos(x)sin(x)- i^2sin^2(x)= cos^2(x)+ sin^2(x)= 1
 
And for those that didn't catch the simpler nature of the problem, as dextercioby said, you can use basic laws of exponents:
eixe-ix=eix-ix=e0=1.

Alternatively:
eixe-ix=eix/eix=1.

:)
 
Eval said:
And for those that didn't catch the simpler nature of the problem, as dextercioby said, you can use basic laws of exponents:
eixe-ix=eix-ix=e0=1.

Alternatively:
eixe-ix=eix/eix=1.

:)

Yes, but there is no reason that basic laws of exponents should apply to complex numbers. That requires a proof and Halls provided it.
 
Well, micromass, actually there is a BIG reason why the law of exponents should apply to complex numbers. It's because the exp(z) is an analytic continuation of the natural exponent ex that preserves the functional identity:
<br /> f(z_1 + z_2) = f(z_1) f(z_2)<br />
This is the rule of exponents. Of course, being analytic, the derivative of this function always exists. Differentiating the above identity w.r.t. z2 and setting z2 = 0 after that, we get the ODE:
<br /> f&#039;(z) = f&#039;(0) f(z)<br />
with the initial condition f(0) = 1 which follows from the above functional identity by taking z2 = 0 in the beginning.

The solution of the above initial value problem is f(z) = \exp(k \, z), where k \equiv f&#039;(0), and the exponential function is given by its Taylor series expansion (Frobenius method):
<br /> \exp(z) = 1 + \sum_{n = 1}^{\infty}{\frac{z^n}{n!}}<br />

From this expansion, and the Taylor series expansions of the sine and the cosine, which are to be understood as definitions of the trig functions, we can derive Euler's identity for purely imaginary arguments.
 
Dickfore said:
Well, micromass, actually there is a BIG reason why the law of exponents should apply to complex numbers. It's because the exp(z) is an analytic continuation of the natural exponent ex that preserves the functional identity:
<br /> f(z_1 + z_2) = f(z_1) f(z_2)<br />

Well, without proof, it isn't clear why such an analytic continuation should exist. You still need to actually define

e^z=\sum_{n=0}^{+\infty} \frac{z^n}{n!}

and prove that e^{z+z^\prime}=e^ze^{z^\prime}. After all, a lot of real-analytic functions do not extend on the complex plane such that the normal rules remain true.

This FAQ seems nice for interested readers: https://www.physicsforums.com/showthread.php?p=4080308#post4080308
 
Last edited by a moderator:
I did not go through the FAQ you had linked, but here's a proof of the sufficient condition.

Suppose a function satisfies the initial value problem (IVP):
<br /> f&#039;(z) = k \, f(z), \ f(0) = 1<br />
We already showed what the solution to this problem is:
<br /> f(z) = \exp(k \, z)<br />
where \exp(z) stands for the Taylor's series.

By induction you may prove that:
<br /> f^{(n)}(z) = k^n \, f(z), \ n \ge 0<br />

The Taylor's series converges on the whole complex plane. According to Taylor's Theorem, we would have:
<br /> f(z_1 + z_2) = f(z_1) + \sum_{n = 1}^{\infty}{\frac{f^{(n)}(z_1)}{n!} \, z^n_2}<br />
<br /> f(z_1 + z_2) = f(z_1) \, \left[ 1 + \sum_{n = 1}^{\infty}{\frac{(k \, z_2)^n}{n!}} \right]<br />
<br /> f(z_1 + z_2) = f(z_1) \, \exp(k \, z)<br />
<br /> f(z_1 + z_2) = f(z_1) \, f(z_2)<br />
Therefore, we proved that this form of a function is also a sufficient, apart from being a necessary condition for the validity of the Laws of exponentials.
 
  • #10
Yep. So you can't say that the basic laws of exponents hold without going through such an argument first. That was what I said.
 
  • #11
Sure, but show me a proof of Euler's identity that was used in post #4!
 
  • #12
Dickfore said:
Sure, but show me a proof of Euler's identity that was used in post #4!

Why do you need a proof? It can also be accepted as definition of the complex exponential. It is easy to show that

e^{x+iy}=e^x (cos(y)+i sin(y))

also is an analytic continuation of the real exponential. So in this case, Euler's identity becomes a definition. There is nothing mathematically wrong with this approach.
 
  • #13
So, then, poster #2 was not wrong.
 
  • #14
Dickfore said:
So, then, poster #2 was not wrong.

No, he wasn't.
 
  • #15
Dickfore said:
Sure, but show me a proof of Euler's identity that was used in post #4!

Glad you asked :P

Also, I wish I had replied yesterday. Micromass is completely correct. We needed to define how exponentiation works when it is extended to complex powers. Until that point, we cannot simply assume how it works. In my post, all I had to say was that complex numbers are closed under addition and multiplication. Then, you can derive my solution.
 
  • #16
Eval said:

Why did you define the exponential through the Maclaurin series in step 1?
 
  • #17
Dickfore said:
Why did you define the exponential through the Maclaurin series in step 1?
Since that is a valid representation of eu, you can see how it leads to representing an imaginary power of e directly to a function of cosine and sine. I think this is how Euler showed the identity, too.
 
  • #18
Eval said:
Since that is a valid representation of eu,

But, that is called an ANALYTIC CONTINUATION of the exponential. In this case, it is done through the Taylor's (Maclaurin) series expansion, which has the same form for real and complex arguments, but the radius of convergence is infinite, and so the continuation is valid on the whole complex plane.

I showed in an earlier post that such a function satisfies the exponential rule directly, without invoking any cosines or sines.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K