What is the consequence of raising a number to the power of irrational number?
Ex: $2^\pi , 5^\sqrt2$
- Does this mathematically makes sense? (Are there any problems in physics world where we encounter such a calculation?)
- How does one calculate or maybe estimate its value ? (I want to know if there is an infinite summation formula, instead of simply rounding $\pi$ to 3.14)
Formally, we have $a^b = e^{b \ln(a)}$ and
$$e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots$$
$$\ln x = \int_1^x \frac{dt}{t}$$
And for integer $n$, we define $x^n$ as
$$\prod^n_{i=1} x$$
This is needed because we don't want to define the powers in $e^x$ circulary.
Also note that since we use $\ln a$ in this definition, we must have $a>0$.
You can also just approximate the exponent with a rational number.
A good approximation for $\pi$ is $\frac{355}{113}$.