Moody_mona wrote: » It might be worth considering it as 10^7/2. When a number is raised to the power of a fraction like this, the numerator serves as a power and the denominator acts as a root. So this would be the square root of 10, all to the power of 7. (order doesn't matter so you could also consider it 10 to the power of 7, and then the square root of that. Likewise 5^4/3 would be the cubed root of 5, all to the power of 4. If you need a way to remember this, a nice idea is that the root is under the line of the fraction, just like tree roots are under the ground.
TheOneWhoDraws wrote: » There are a few ways of considering this, either you can consider it in terms of power series by considering e^x, and writing a real number r^p as e^(p*ln(r)). You an define ln(r) in a non-circular manner, and substitute this expression this into the power series of e^x to define r^p, where p is irrational. Another, probably simpler way, is that you can get a sequence of rational numbers (since your question is pertaining more to irrational powers) which converge to the irrational number. You then raise some number r to this sequence, and as the sequence goes to infinity, r^(sequence) will converge to r^(irrational power). This is probably simpler, so here's an illustrative example. What does it mean to have 2^pi? Remember pi =3.14159... Consider the sequence of numbers (3, 3.1, 3.14, 3.141, 3.1415, ...). This sequence, as the number of terms in it goes to infinity, is going to tend towards pi. So you can now consider the sequence of numbers: (2^3, 2^3.1, 2^3.14, 2^3.141, 2^3.1415,...). This sequence, as the amount of terms gets larger and larger (and the amount of terms in it goes towards infinity) is going to get closer and closer to 2^pi. We take the limit of this sequence as n goes to infinity (where n is the number of terms) as what we say when we mean 2^pi. I hope you'll find this to be a simple yet satisfying explanation of the idea as to what's going on. EDIT: IF you're doing a university degree, you'll typically find the latter of these (although you may see both) in a Real Analysis class (or Calculus 1 class), and you'll likely see the former (more likely than in Real Analysis) if you do a class in complex analysis. You may also see either in a class relating to the construction of the real numbers.
TheOneWhoDraws wrote: » EDIT: IF you're doing a university degree, you'll typically find the latter of these (although you may see both) in a Real Analysis class (or Calculus 1 class), and you'll likely see the former (more likely than in Real Analysis) if you do a class in complex analysis. You may also see either in a class relating to the construction of the real numbers.
thepikminman wrote: » Yeah I'm in 3rd year mech. engineering, I've done applied maths I and II, calculus 1 2 and 3, maths methods etc but I don't get how what you're saying answers my question in any way. Can you explain with words? Like "ten to the power of 5.4689 is 10 multiplied by itself...." obviously not exactly like that, but in that type of format. I'm not looking for a mathematical proof here. Thanks for the effort though.
thepikminman wrote: » Thasks for the explanation but that kind of only explains how I would calculate it on paper. I'm looking for it to make sense intuitive if that's even possible. Like say it wasn't a fraction say it was 47^4.6345 what would the meaning of that be?
Bit cynical wrote: » I will have a go at an explanation. It is a bit long-winded but I think it explains it properly. We are happy with the idea that [latex]\displaystyle{a\times a\times a\times a\times a=a^{5}}[/latex]. We can also see that [latex]\displaystyle{\left(a\times a\times a\right)\times\left(a\times a\right)=a^{3}\times a^{2}}[/latex], and that the above is also [latex]\displaystyle{a}[/latex] multiplied by itself five times and therefore the same as [latex]\displaystyle{a^5}[/latex]. So [latex]\displaystyle{a^3\times a^2=a^5}[/latex]. The general rule is [latex]\displaystyle{a^b+a^c=a^{b+c}}[/latex]. So far so good. But what about [latex]\displaystyle{a^{0.5}\times a^{0.5}}[/latex]? What is that? Well, applying the rule we find that [latex]\displaystyle{a^{0.5}\times a^{0.5}=a^{0.5+0.5}=a^1}[/latex] which is just equal to [latex]\displaystyle{a}[/latex]. So [latex]\displaystyle{a^{0.5}}[/latex] is a number which, when multiplied by itself, gives [latex]\displaystyle{a}[/latex]. But this is the definition of the square root [latex]\displaystyle{\sqrt{a}\times\sqrt{a}=a }[/latex]. [latex]\displaystyle{a^{0.5}[/latex] or more commonly [latex]\displaystyle{a^{1/2}[/latex] is just another way of writing the square root of [latex]\displaystyle{a}[/latex]. By extension [latex]\displaystyle{a^{1/3}[/latex] is the cube root since [latex]\displaystyle{a^{1/3}\times a^{1/3}\times a^{1/3}=a^{\left(\frac{1}{3}+\frac{1}{3}+\frac{1}{3}\right)}=a^{1}}[/latex]. So getting back to your original question: what does [latex]\displaystyle{10^{3.5}}[/latex] mean? Well [latex]\displaystyle{3.5=3+\frac{1}{2}}[/latex] and so applying the rule [latex]\displaystyle{10^{3.5}=10^{3+\frac{1}{2}}=10^3\times 10^{1/2}=10^3+\sqrt{10}[/latex]. That is what it means. But it is usually more convenient to leave it as [latex]\displaystyle{10^{7/2}}[/latex] as it is handier in further calculations.
Bit cynical wrote: » What is the meaning of ten to the power of 5.4689. Well 5.4689 is 5 + 4589/10,000. Lets take this in parts. [latex]\displaystyle{10^{1/10,000}[/latex] is the ten thousandth root of 10. [latex]\displaystyle{10^{4589/10,000}[/latex] is the (ten thousandth root of ten) to the power of 4589. [latex]\displaystyle{10^{5+4589/10,000}[/latex] is ((ten thousandth root of ten) to the power of 4589) times (ten to the power of five). So in purely verbal terms. a. Calculate the ten thousandth root of ten b. Raise that number to the power of 4589 and c. multiply it by ten to the power of five Not the best way of doing it as a lot of precision will be lost but in mathematical terms that is what it is.
prosaic wrote: » If I understand, you want to understand powers that are not integers, which includes [latex]x^\frac{1}{2}, x^\frac{2}{3}, x^\frac{3}{10}, x^{1.1}[/latex] First, an exponent will have an integer part and a fraction (or decimal) part. Ignore irrational numbers for now (those like pi, that can't be expressed as a single fraction). Example: [latex]3^{2.3}[/latex] is the same as [latex]3^2 \times 3^{0.3}[/latex]. Here using rule for splitting a power into pieces (e.g. [latex]3^3 = 3^{2+1} = 3^2 \times 3^1[/latex]). The integer part is easy. [latex]3^2 = 9[/latex]. The decimal can be turned into a fraction 0.3 = 3/10. Again, use a rule for powers: [latex]3^\frac{3}{10} = 3^{\frac{1}{10} \times 3} = ({3^\frac{1}{10}})^3[/latex]. So, we just need to work out what [latex]3^\frac{1}{10}[/latex] is. That is the 10th root of 3. It's some number that multiplied by itself 10 times will give 3. The number is 1.116123 approx. Then [latex]1.116123 \times 1.116123 \times \dots (10 times) = 3[/latex]. [latex]3^{2.3} = 3 \times 3 \times 1.116123^3 = 9 \times 1.390389[/latex]. But how to get a visual grasp of it? [latex]3^2[/latex] is the area of a square of side 3. [latex]3^3[/latex] is the volume of a cube of side 3. [latex]3^{2.5}[/latex] is what? It's not the volume of a cuboid of sides [latex]3 \times 3 \times \frac{3}{2}[/latex]. The third part is not a "full dimension" but a "half a dimension", whatever that means. [latex]3^{0.5} = 3^\frac{1}{2}[/latex]. So, [latex]3 = 3^\frac{1}{2} \times 3^\frac{1}{2}[/latex]. It can be split into two pieces that multiply together to give the whole 3. A cube of side 3 has volume [latex]3 \times 3 \times 3 = 3 \times 3 \times 3^\frac{1}{2} \times 3^\frac{1}{2} = 3^{2.5} \times 3^\frac{1}{2} = 3^{2.5} \times 1.73205[/latex]. The last 3 in [latex]3 \times 3 \times 3[/latex] has been split into two pieces: [latex]3 \times 3 \times (1.73205 \times 1.73205)[/latex]. Because [latex]3 \times 3 \times 3[/latex] is a multiplication, the last one is split, not into an addition of two pieces, but into a multiplication of two pieces. So the "half a dimension" is done using a multiplication rather than an addition. Instead of thinking of dimensions, it may be better to consider interest rates (compounded continuously) or bacteria growth rates as something you can visualise. If an initial amount, x, will grow to 3 times it's size over time period t, after one period it will be [latex]x \times 3[/latex]. After time 2t, it will be [latex]x \times 3^2[/latex], etc. But after 2.5 periods, what will it be? It's mode of growth is multiplicative over time. Think of a colony of bacteria: at any time a portion of cells are splitting so over any time interval the growth will be a multiplication. If the growth over any time interval of length [latex]\frac{t}{2}[/latex] is always the same; let's say r is the growth factor over [latex]\frac{t}{2}[/latex]. With amount x, after [latex]\frac{t}{2}[/latex], there will be [latex]x \times r[/latex] and after time t, there will be [latex]x \times r^2[/latex]. So [latex]r^2 = 3[/latex] and [latex]r = 3^\frac{1}{2}[/latex]. Then we can say that the initial x will grow over time 2.5t to [latex]x \times 3^{2.5}[/latex]. Likewise, after time 2.1t, the amount will be [latex]x \times 3^{2.1} = x \times (3^2 \times 3^{0.1})[/latex] where [latex]3^{0.1}[/latex] is the tenth root of 3. Any decimal power can be split into pieces. [latex]3^{2.134} = 3^2 * 3^{0.1} \times 3^{0.03} \times 3^{0.004} = 3^2 \times 3^{0.1} \times (3^{0.01})^3 \times (3^0.001)^4[/latex]. [latex]3^{0.01}[/latex] is the hundredth root of 3 and [latex]3^{0.001}[/latex] is the thousandth root of 3. Rambling but I hope you get the point.
thepikminman wrote: » Anyway, I still don't really get it, but I appreciate the help. I understand most of what you're saying, but I'm starting to think it's like the 4th or higher dimension - impossible to visualize. But all the replies have proven to me that my question was actually a reasonable one, so that's good enough for me!