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.
Note that
$$\sqrt[4.5]{1296}\equiv1296^{1/4.5}=1296^{2/9}=x$$
and we want to determine what $x$ is. Thus,
$$x^9=1296^2$$
$$\implies x^9-1296^2=0$$
From here, one usually uses root finding algorithms.
In the scenario that we have something like $x=1296^\pi$, we solve the approximate case $x=1296^{a/b}$ and let $a/b\to\pi$, where $a$ and $b$ are whole numbers.