Recently while solving a problem on thermodynamics I ended up with $2^{2\over 3}$ .
Now the problem was on a test where no calculators were allowed and answer was required upto $2$ decimal digits.
I then resorted to binomial theorem for help (for $x\lt 1$) $$\left. \begin{array} { l } { ( 1 + x ) ^ { n } = 1 + n x + \frac { n ( n - 1 ) x ^ { 2 } } { 2 ! } + \frac { n ( n - 1 ) ( n - 2 ) } { 3 ! } x ^ { 3 } + \ldots \ldots + \frac { n ( n - 1 ) \ldots \ldots ( n - r + 1 ) } { r ! } x ^ { r } \ldots } \\ \end{array} \right.\text{upto}\, \, \infty$$ So the original problem can be written as :
$$2^{2\over 3}=4^{1\over 3}=(8-4)^{1\over 3}=2\left(1-\frac{1}{2}\right)^{1\over 3}$$
Now after evaluation first $3$ terms I ended up with $\left(2-\frac{1}{3}-\frac{1}{18}\right) \approx 1.61$ but the correct answer was $1.59$.
Also the average time you got per question was around $2$ minutes and I had already used more than half of it so I did not think of calculating more terms.
Now I am looking for a method which can help me evaluate $2^{2\over 3}$ faster and more precisely.
Can anyone please help me with this ?
If you are around powers of 2 a lot (as computer scientists are, for example), then you can recognize $4.096=2^{12}/10^3=(2^4/10)^3=1.6^3$, and then $4^{1/3} = 1.6(1-\frac{0.096}{4.096})^{1/3}$ is much better approximated by its power series. Indeed, the approximation $1.6(1-\frac13\frac{0.096}{4.096}) \approx 1.6(1-\frac13\frac{0.1}4) = 1.6 - \frac1{75}$ is already within $0.05\%$ of the true answer $\approx 1.5874$.