0
$\begingroup$

I happened to run across a phenomena of numbers that are the result of 1/(any multiple of 3). In each case I tested (from 3 to 81) the result was non-terminating. I don't have a clue how to prove such a thing and my google-fu was weak so I couldn't find a concise answer for this.

The question: Is 1 divided by any multiple of 3 always a non-terminating number?

Bonus: If not, then how about 1 divided by a power of 3?

Thanks much!

  • 1
    Wait... what? What definition are you using of **irrational**... The correct definition of irrational numbers are those numbers which can never be expressed as a ratio of two integers. $\frac{1}{3}$ is the ratio of the integers $1$ and $3$ and is therefore *rational* not irrational.2017-02-19
  • 0
    Do you know what an irrational number is?2017-02-19
  • 2
    Perhaps you mean to say that $\frac{1}{3}$ has a **non-terminating** decimal expansion, in which case yes that is correct. Having a non-terminating decimal expansions is not the same thing as being irrational. There are many examples of rational numbers with non-terminating decimal expansions. (*1/3 as an example*)2017-02-19
  • 0
    Terminating decimals in base $10$ come from fractions with denominators which have no prime factors other than $2$ and $5$. If other prime factors are present, the expansion will recur rather than terminating. It is an interesting exercise to prove this. The reason is that the base $10$ is equal to $2\times 5$. The result generalises to expansion in other bases. There is a comprehensive account in the book by Hardy and Wright.2017-02-19
  • 1
    @MarkBennet slight correction, "...fractions *in simplest form* with denominators..." $3/3$ of course terminates.2017-02-19
  • 0
    Welllll, I feel silly. Yes, I did indeed mean non-terminating. That's what I get for relying on my aging memory of math terminology I "learned" long ago. This also explains why google wasn't my friend.2017-02-19
  • 0
    @JMoravitz Of course you are right ...2017-02-19

2 Answers 2

2

1 divided by any integer is always rational: a rational number is precisely any integer divided by any other integer. It seems that you are calling it irrational because its decimal expansion goes on forever, but many rational numbers have this property too. What sets rational numbers apart from irrational numbers it that the decimal expansion of a rational number eventually starts repeating: for instance, the decimal expansion of 1/3 is just the digit 3 repeating, while the decimal expansion of 1/27 is just the digits 037 repeating.

Now, to answer the question that you seem to have meant to ask: yes, for any positive integer $n$, the decimal expansion of $$ \frac1{3n} $$ goes on forever. More generally, we can say the following: the decimal expansion of $\frac1{k}$ goes on forever if and only if $k$ has prime factors other than $2,5$. To see this, suppose that the decimal expansion of $\frac1k$ ends. Let's say its length is $n$. Then the number $$ \frac{10^n}{k} $$ is an integer, since multiplying by $10^n$ shifts the decimal point $n$ places to the right. Hence, $k$ must evenly divide $10^n$. But then its only prime factors can be $2$ and $5$. Conversely, if $k = 2^a5^b$, then $$ \frac{10^{\max(a,b)}}{k} $$ will be an integer, so the decimal expansion of $k$ must be finite.

2

Suppose that $\frac{1}{3k}$ did actually have a terminating decimal expansion: $0.a_1a_2a_3\dots a_n$ (where here $a_1a_2a_3\dots a_n$ is the concatenation of the digits $a_1,a_2,\dots$).

Note then that $0.a_1a_2a_3\dots a_n = \dfrac{a_1a_2a_3\dots a_n}{10^n}$

Supposing that $\frac{1}{3k}=\frac{a_1a_2a_3\dots a_n}{10^n}$, by cross multiplication we have:

$3k\cdot (a_1a_2a_3\cdots a_n)= 10^n$, but since $3$ is prime that implies that $3$ should divide evenly into $10^n=2^n5^n$ which is clearly false. Thus by contradiction $\frac{1}{3k}$ never terminates.