Exponentiation with zero base, complex exponent?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
Is there a good general definition of [itex]0^z[/itex], where z may be complex? The cases where z is real (and positive, negative, or zero) are straightforward, but what if z isn't real? Are there arbitrary branch cuts involved, or is there some universal definition?
 
Physics news on Phys.org
What does $$0^{bi}$$ mean?
 
As long as the magnitude = 1, even if the phase is indeterminant, can we say that the product, and therefore final answer is 0? Or do we just say the function is indeterminant for all non real z?
 
Amplifying on what mathman said, it seems like any expression of the form [itex]0^{bi}[/itex] is an indeterminate form. For example, suppose [itex]\epsilon>0[/itex] and [itex]\delta[/itex] are both real. Then for

[tex]\lim_{\epsilon\rightarrow0^+,\ \delta\rightarrow0}|\epsilon^{\delta+i}|=e^{\delta\ln\epsilon}[/tex]

has a value that depends on how rapidly [itex]\epsilon[/itex] and [itex]\delta[/itex] approach zero compared to each other. So I think [itex]0^z[/itex] is zero if Re(z)>0, infinite if Re(z)<0, and indeterminate if Re(z)=0.
 
I don't think 0 can be a valid base for exponentials. Think of the defining properties. 0^(-n) = 1/0^n which doesn't exist for n in N. 0^(ix) is ill-defined, because complex exponentiation goes through natural logarithm for which ln 0 doesn't exist.
 
If you want to define z^a for a non-integer (irrational, actually), and z complex, you have to set up a branch of complex log and then define ##z^a := e^{(alogz)}## to have an unambiguous definition ( and single-valued function). But then you have the problem that log0 =ln|0|+iarg0 . The argument is variable, depending on the branch, but ln0 cannot be defined.

And, from another perspective, a log z will be a local inverse for expz , which has no global inverse, since it is not 1-1 ( it is infinite-to-1, actually) , but has local inverses, e.g., by the inverse function theorem, and these local inverses are precisely the branches of logz. But exp z is never 0.