[ul]
[li]2[sup]1[/sup] = 2[/li][li]2[sup]2[/sup] = 4[/li][li]2[sup]3[/sup] = 8[/li][li]2[sup]4[/sup] = 16[/li][li]2[sup]5[/sup] = 32[/li][/ul]
What is 2[sup]4.5[/sup] and how is that calculated?
You ought to be able to find the answers to your questions in any good advanced algebra text, or an introductory calculus book. I know it’s in my copy of George B. Thomas’ “Calculus”.
For the first question, recall that squaring x to the n is the same as x to the 2 n. In other words, (x^n)^2 = x^2n. Taking the square root ought thus to be the same as dividing the exponent by 2: SQRT(x^n) = x^(n/2) In your case x^4.5 = SQRT(x^9)
Since (x^n)/(x^m) = x^(n-m), you can see that 1 = (x^n)/(x^n) = x^0
This should hold true for any x, with the possible exception of x = 0. However, you find that a lot of sequences and series can be written succinctly if you define 0^0 = 1. There is, in fact, a reference in a footnote in Thomas’ book about this.
Well, we know that x[sup]n[/sup]*x[sup]m[/sup]=x[sup]n+m[/sup]. For example, 2[sup]2[/sup]2[sup]3[/sup]=2[sup]5[/sup]=32, which also = 48.
So, 2[sup]4.5[/sup]=2[sup]4[/sup]2[sup]1/2[/sup], which equals 16square root of 2.
I think the other one is definitional, although I’m sure there’s a mathematical explanation. Try graphing it. (I always hated when my teachers told me that.)
1. Fractional exponents
If the exponent on a symbol x is a fraction p/q, then x[sup]p/q[/sup] is defined as (x[sup]1/q[/sup])[sup]p[/sup], where x[sup]1/q[/sup] is the positive qth root of x if x is positive, and the (negative) qth root if x is negative and q is odd. It follows that x[sup]p/q[/sup] = (x[sup]p[/sup])[sup]1/q[/sup].
If the limit of X^Y as Y approaches 0 from both sides is 1 then I think it makes sense to define X^0=1 (unless the electoral college has a better idea).
Just keep in mind that X^0 = 1 only as long as X is not zero. For example, in AWB’s last two posts, if a = 0, he either divides by zero, or takes the log of zero, both of which are undefined.
0[sup]0[/sup] depends on the context in which you’re asking. In most situations where it comes up, it makes things simpler to define it as being 1. For instance, lim(x --> +0) x[sup]x[/sup] = 1 (I’m not sure about the limit from the left). However, there’s no consistent way to define it for all cases.
AWB:
The problem with that explanation is that you’re still left with raising a number (e) to a fractional power (a trancendental one, no less!). So basically you’re stuck with a harder version of the same problem you started out with.
Joe_Cool makes a excellent point. Let me see if I can simplify. (Is simplify the word I’m looking for?)
Exponentiation to a positive power is a compact way to represent repeated multiplication. Using this as a definition, only positive integral powers are defined. We notice that exponentiation follows the following rules:[list=1][li]a[sup]1[/sup] = a[]a[sup]m[/sup] * a[sup]n[/sup] = a[sup]m+n[/sup]*[sup]m[/sup] = a[sup]mn[/sup]a[sup]m[/sup]/a[sup]n[/sup] = a[sup]m-n[/sup] (for m > n, a not 0)[/list=1]The proofs are left as exercises for the reader.[/li]
We would like to extend the definition of exponentiation to allow for exponents that are not positive integers while still following the above rules. We can define exponentiation as an operation that follows the above rules (removing the restriction m>n in rule 4). It is convenient to require the base to be a positive number when using an exponent that is not a positive number. By applying rule 4 with m=n we have:
a[sup]m[/sup]/a[sup]m[/sup] = a[sup]m-m[/sup]
1 = a[sup]0[/sup]
Using this result;
2[sup]4.5[/sup] = 2[sup]9*1/2[/sup]
= sqrt(2[sup]9[/sup])
= sqrt(2[sup]8[/sup]*2)
= 2[sup]4[/sup]sqrt(2)
= 16sqrt(2)
This answers the OP.
The astute reader will notice that this definition of exponentiation (an operation that obeys rules 1-4) only defines rational powers. Another rule must be added to extend to irrational powers.
I’ve never used Preview Reply more times than for this post.
I’m not sure how one would define a non-positive real raised to a non-integral exponent, let alone an imaginary raised to an imaginary. A complex base may be raised to a positive integral (real) exponent, and a positive (real) number may be raised to a complex exponent.
How does one define a complex raised to a complex? I’m not saying you are incorrect, I just want to know where your answer came from since you didn’t show your work.
I think the point of AWB’s analysis is that natural logs have been tabulated and are thus more easily computable than arbitrary roots (which is what you’d have to work out otherwise (see AWB’s first post)). This is what calculators & log tables are for; if you want more precise answers, do the series.
And ZenBeam, I’m not sure on your answer; this is what I get :
Find X = j[sup]j[/sup]
log[sub]j[/sub]X = j (rewrite)
ln X / ln j = j (change of base)
ln X = j ln j (multiply by ln j)
ln X = j (pi/2) (ln j = pi/2 by Euler's Formula)
X = exp(j (pi/2)) (take exp() of both sides)