- #1
Arnoldjavs3
- 191
- 3
Homework Statement
Let's say I want to compute ##2^{2.4134}##. We know that the base is a rational number and the power is an irrational number. Please keep in mind that I have not taken too many math classes yet and I am self-studying right now by making a calculator and respective algorithms.
Homework Equations
The Attempt at a Solution
I'm aware of the fact that:
##a^{x}=e^{x\ln(a)}##
However, this will just end up returning me to my initial issue. How do I actually compute this given the applied scenario?
My guess is that you would end up wanting to use something to approximate and 'converge' to an estimation based off whatever accuracy you would like(similar to babylonians or Newton method), but I am not sure how I would go about this.
I found this interesting segment online:
##e^{x}=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}(**)##
But my question is, what is the ** operators mean here? Also, I'm assuming I'm wrong, but would I just rely on this to compute for only rational numbers? Then I would have to figure out how to compute exponents with rational numbers I'm assuming?
Last edited by a moderator: