0

I am reviewing the decimal expansion of real numbers in the context of real analysis.

I am learning the ternary expansion, but I don't understand the following statement:

$$x=\frac{10}{27}=0.101=.100222\dots$$

In a ternary expansion, I should be able to write: where $a_k\in\{0,1,2\},$

$$x=\sum_\limits{k=1}^\infty a_k\frac{1}{3^k}.$$

So I understand that the second inequality means:

$$x=\frac{1}{3}+\frac{0}{3^2}+\frac{1}{3^3}=\frac{10}{27}.$$

But why is the final equality true with $2^s$ keep going? What is the analogy in the decimal expansion?

2 Answers2

0

$\dfrac{10}{27}=\dfrac{3^2+1}{3^3}$ Then in base $3$ you have $\dfrac{101}{1000}=0.101$ Now you have to verify that, similarly to $0.00999999...=0.001$ in base $10$ you have $$0.100000+0.002222222...=0.1000000...+0.01=0.101$$

Piquito
  • 29,594
0

Hint $$\sum_{k=4}^\infty \frac{2}{3^k}=\frac{2}{3^4} \sum_{m=0}^\infty \frac{1}{3^m}=\frac{2}{3^4}\frac{1}{1-\frac{1}{3}}=\frac{1}{3^3}$$

Therefore $$\frac{10}{27}=\frac{1}{3}+\frac{0}{3^2}+\frac{1}{3^3} \mbox{ and } \\ \frac{10}{27}=\frac{1}{3}+\frac{0}{3^2}+0+\sum_{k=4}^\infty \frac{2}{3^k} $$

N. S.
  • 132,525