Consider the following expression $$\sqrt[4]{1296}=6$$
To find the 4th root of $1296$, first we write $1296$ as product of prime factors $$1296=3^4 \times 2^4$$
Now, $$\sqrt[4]{1296}=\sqrt[4]{3^4 \times 2^4}=3\times 2=6$$
But, I find it confusing when we have a decimal, say find $\sqrt[4.5]{1296}$
What does it really mean? How do we calculate it? I assume there is some real meaning for this because all the calculators calculates these.
Note: I know $\sqrt[4.5]{1296}=4.91688$ and $4.91688^{4.5}=1296$. This is not what I am asking. Actually, $4.5$th root or $4.5$th power, all are confusing statements to me and I was trying to understand if this has a real meaning.
So then $\sqrt[b]{a}=a^{1/b}=\exp(\frac{1}{b} \log a)$. Although I'm not quite sure, I suspect this series expansion is how calculators compute actual values for such things;
– user160738 Dec 24 '16 at 21:38