I'm attempting to find the continued fraction for the cube root of 2 (no calculator usage)
So I wrote this as 2^(1/3) = 1/(1/2^(1/3))), and since $1^3$ < $2$ < $2^3$, so the cube root is between 1, and 2, so I can write that
2^(1/3) = 1/(1/2^(1/3))) = 1/(1/(2^(1/3)- 1))), and multiplying by the conjugate gives
= 1/((2^(1/3) + 1)/(4^(1/3) - 1)), and a calculator shows that this has an integer part of 3, but I want to continue without a calculator.
Is there an easier way? Do I need a calculator? Is this the only method?
I'm trying to show that at some point, the pattern repeats, so I only need an example that it repeats.