140

The way that I was taught it in 8th grade algebra, a number raised to a fractional exponent, i.e. $a^\frac x y$ is equivalent to the denominatorth root of the number raised to the numerator, i.e. $\sqrt[y]{a^x}$. So what happens when you raise a number to an irrational number? Obviously it is not so simple to break it down like above. Does an irrational exponent still have a well formed meaning?

The only example that comes to mind is Euler's identity, but that seems likes a pretty exceptional case. What about in general?

tel
  • 1,643
  • 2
  • 11
  • 13
  • 1
    I'm just gonna say this real quick as it's not really an answer, but there isn't just *one* value for $a^b$ where $b$ is irrational. – El'endia Starman Aug 02 '11 at 06:42
  • @El'endia: Do you have an example for such case? (at least for a positive $a$) – Asaf Karagila Aug 02 '11 at 06:47
  • 5
    @El'endia: Why do you think so? Does $e^e$ have more than one value? – Fredrik Meyer Aug 02 '11 at 06:48
  • 2
    @El'endia, I suppose you are talking about exponentiation for complex numbers, rather than for reals. Also, isn't it the case that $a^b$ is not unique for any $b$ that is not an integer (assuming we're working with complex numbers)? E.g.: $a^{1/2}$ has $2$ values... – Srivatsan Aug 02 '11 at 06:48
  • @Asaf and others: I remember there being a thread on the Project Euler forum about this. While I go hunt for it, I will say real quick that I may actually be thinking of *transcendental* numbers because I remember a bit about $\pi$ being part of it... – El'endia Starman Aug 02 '11 at 06:56
  • @Fredrik: See above. – El'endia Starman Aug 02 '11 at 06:57
  • @Srivatsan: See doubly above. – El'endia Starman Aug 02 '11 at 06:57
  • 6
    @Srivatsan: No, $a^{1/2} = \sqrt{a}$ has, by convention, a single value for positive $a$. It's the positive one. – ShreevatsaR Aug 02 '11 at 06:58
  • To tel: The quick answer is yes for positive $a$. One possible way to do it is by power series - first define what it means by $e^x$, and define $a^x$ to be $e^{x \ln a}$. Another possible way would be to approximate irrational $x$ by rationals, and define $a^x$ by the rational powers of $a$. Both methods require a to be positive. –  Aug 02 '11 at 07:01
  • Aha! Found it: http://forum.projecteuler.net/viewtopic.php?f=2&t=975 There is a poster by the username of ed_r who says that $2^{\frac{1}{\pi}}$ has infinitely many values. – El'endia Starman Aug 02 '11 at 07:01
  • @ShreevatsaR (Oh, not this discussion again :-)). I was talking about the complex numbers; I had said so in the brackets just before the example. But it is good to emphasize this point from time to time, thanks! – Srivatsan Aug 02 '11 at 07:02
  • What was mentioned in other comments is another issue of exponentiation, in particular asking if you can raise negative numbers or even complex numbers to some power (some can mean complex here). Following the first method mentioned above, we can define $e^z$ by power series for a complex number $z$ (which can be done), and we need to define what it means by $\ln a$. Unfortunately this cannot be well-defined in some sense because $\ln$ cannot be defined continuously over the whole complex plane - this involves the concept of "branches". See wikipedia for more information. –  Aug 02 '11 at 07:03

4 Answers4

171

What do we mean when we write $a^b$, say for $a>0$? The question is a very good one. The answer, unfortunately, is fairly complicated, and the full details are quite lengthy.

We have a clear understanding of what we mean by $a^2$, or $a^5$. And from fairly early on, we learn to define $a^n$, where $n$ is negative, as $\frac{1}{a^{-n}}$.

After a while, we develop an understanding of what we mean by something like $a^{3/4}$. For (we are led to believe) there is a unique positive number $s$ such that $s^4=a$, and then we can define $a^{3/4}$ to be $s^3$. This idea can be used to define $a^{p/q}$, where $p$ and $q$ are integers.

After a while, we can show, more or less rigorously, that the laws of exponents that worked for integer powers also work for expressions of the form $x^{p/q}$, where $p$ and $q$ are integers.

However, what do we mean, for example, by $3^{\sqrt{2}}$? Certainly it is not $3$ multiplied by itself $\sqrt{2}$ times!

There are several ways to resolve the question. One way is to note that $\sqrt{2}=1.41421356\dots$ and consider the sequence $3^{1.4}$, $3^{1.41}$, $3^{1.414}$, $3^{1.4142}$, and so on. All these powers make sense, because the exponents $1.4$, $1.41$, $1.414$, and so on, can be expressed as fractions. But, intuitively, these numbers are getting closer and closer to something, and we define $3^{\sqrt{2}}$ to be that something. We can do a partial informal verification of the "getting closer and closer" part in this case, by using a calculator.

More formally, let $b$ be a real number, and let $b_1, b_2, b_3, \dots$ be an infinite sequence of rational numbers such that the sequence $(b_n)$ has limit $b$. It can be shown that the sequence $(a^{b_n})$ has a limit, which is independent of the particular sequence $(b_n)$ that we have chosen, as long as the sequence has $b$ as a limit.

Then we can define $a^b$ as the limit of the sequence $(a^{b_n})$. With quite a lot of effort, we can then show that the familiar laws of exponentiation hold.

The above approach, though intuitively very natural, is unwieldy. So in practice, we usually take another approach.

The standard way is to first define the function $\ln x$. Then we define the exponential function $\exp(x)$, also known as $e^x$, as the inverse function of $\ln x$. Or else, depending on taste, we first define the function $\exp(x)$, and then its inverse $\ln x$. There is a fair variety of (provably equivalent) definitions.

For example, we could define $\ln x$ by $$\ln x=\int_1^x \frac{1}{t}dt.$$ It is not terribly difficult to show that $\ln$ as defined above satisfies the usual basic "laws of logarithms," and that it is an increasing function, so has an inverse, that we call $\exp$.

Finally, after this background work, we define $a^b$ (for $a>0$) by $$a^b=\exp(b\ln a).$$ We can then easily verify that in the cases where we already "know" what $a^b$ should be, namely rational $b$, the above definition agrees with our intuition, and that the usual "laws of exponents" hold for this more general notion of power.

Warning: In the entire post, it is assumed that $a$ is a positive real number, and that all exponents are real numbers. Complex exponentials are a lot more--complex.

Arnav Borborah
  • 227
  • 4
  • 16
André Nicolas
  • 491,093
  • 43
  • 517
  • 948
  • 9
    There is a warning about "laws of exponents" to put here. When negative numbers or complex numbers are allowed, it may fail that $(a^b)^c = a^{bc}$. – GEdgar Aug 02 '11 at 14:49
  • 6
    @GEdgar: Yes. At the beginning of the answer, I specify that $a>0$, and it is implicit that $b$ is real, but I should be much more emphatic. Will add prominent warning. – André Nicolas Aug 02 '11 at 15:53
  • Question: What happens in your formula for $ln x$ when x < 1? – Marcos Jul 17 '17 at 04:43
  • 1
    @MARXOS, we know that the area under $\frac{1}{t}$ is positive for $t>0$ ( the graph is above the x-axis and integration is done from left to right[ Riemann Integral ] ). Mathematically, $\int_{1}^{x}\frac{1}{t}dt>0$. When $00$. If there was a problem understanding the above, I suggest you understand the concept of a Riemann Integral if you haven't already. – R004 Sep 15 '17 at 03:27
  • 2
    What are the 'complications' in proving the laws fo exponents in the first definition? It seems that if $b_n \to b$ and $c_n \to c$ are (Cauchy) sequences of rationals, then $a^{b_n}a^{c_n} = a^{b_n+c_n}$ by the rational law of exponents, and, by def, this sequence goes now to $a^{b+c}$. The same approach (apparently) works for every other law of exponents I know of. So what's the deal? – seldon Nov 12 '19 at 16:41
  • @André If I want to know a similar argument for complex exponents, can you provide an explanation or point towards it. – Sourav Kannantha B Jan 17 '22 at 07:27
36

Yes you can, when the number you're raising to a power is positive. There are (at least) two ways to define $a^x$, where $a > 0$ and $x$ is a real number that may not be rational:

  1. You can pick a sequence of rational numbers $x_n$ converging to $x$ (i.e., $\lim\limits_{n\to\infty} x_n = x$) and define $$a^x = \lim_{n\to\infty} a^{x_n}.$$

  2. You can use the exponential function $e^x$ (defined in many ways, say as $e^x = \lim_{n\to\infty} (1+\frac{x}n)^n$ or with a power series), and its inverse the logarithmic function that satifies $e^{\ln t} = t$ for all positive $t$, and since $a = e^{\ln a}$, define $$a^x = e^{x \ln a}.$$

Both definitions give the same answer. See also the Wikipedia article on exponentiation, section on real exponents. When $a$ is negative, it's hard to do this while staying in the reals, but see the section on powers of complex numbers.

ShreevatsaR
  • 39,794
  • 7
  • 90
  • 125
  • 1
    '...and its inverse logarithmic function that satisfies... for all _strictly positive_ $t$' (something you need to be careful about on the HS level). – Gerben Aug 02 '11 at 09:09
  • 1
    @Gerben: Right! Thanks, I've made the correction. Actually I'd originally written $\ln (e^t) = t$, which is true for all real $t$, but when I changed it I didn't think carefully. :-) – ShreevatsaR Aug 02 '11 at 14:40
15

For a positive real number $a$ and any real number $b$, you can make the definition:

$$a^b \equiv \exp(b \log a)$$

having first defined the exponential function as an infinite power series (and showing that it converges for every real argument) and the logarithm as the inverse of the exponential function (after showing that the exponential function is monotonic and that its image is the positive real line).

More formally, you can define the function $f:\mathbb{R}^+ \times \mathbb{R} \to \mathbb{R}^+$ which satisfies $f(a,b)=a^b$ for rational $a,b$ and fills in the gaps continuously for irrational $a,b$.

Chris Taylor
  • 27,485
  • 5
  • 79
  • 121
  • AFAIK you don't have to _define_ it that way, for positive $a$ it is $a^b=\exp(\log a^b)$, since $\exp$ and $\log$ are inverse, and then using $\log a^b=b\log a$ you get $a^b=\exp(b\log a)$. – eudoxos Aug 02 '11 at 07:09
  • 2
    @eudoxos To say anything like $\log (a^b) = b \log a$, we'll need a definition of $a^b$, which makes the problem circular. Defining things the way Chris did does not have this trouble... – Srivatsan Aug 02 '11 at 07:16
  • 3
    There are, of course, many other ways to define the exponential function (e.g. as the solution of $\frac{dy}{dx} = y$ with $y(0)=1$). Or you could define the logarithm first, and the exponential as the inverse of that. Or (although I have never seen it developed this way) you could try defining $x^b$ as the solution of $\frac{dy}{dx} = \frac{by}{x}$ with $y(1) = 1$. – Robert Israel Aug 02 '11 at 07:42
  • @Robert Israel all good points, thanks. – Chris Taylor Aug 03 '11 at 08:58
2

The above answers are fine provided that you are only concerned with real numbers. However, just as $x^{a/b}$ has $b$ solutions in the complex plane, $x$ to the power of an irrational will have an infinite number of solutions.

M47145
  • 3,991
  • 4
  • 16
  • 34