Definition of Rational/ Irrational Numbers reguarding denominators

712 Views Asked by At

The definition of a Irrational number is "Irrational numbers don't include integers OR fractions. However, irrational numbers can have a decimal value that continues forever WITHOUT a pattern."

So my question is why is a base 10 decimal "fraction" okay but a non base 10 fraction not okay?

Thanks for your expertise!

2

There are 2 best solutions below

2
On

Any base-$n$-fraction $\frac pq$ will continue WITH a pattern, repeating with a length of at most $q-1$ repeating digits where $q$ is its denominator - no matter what base you are looking at.

For example, while $\frac17=0.\overline{142857}_{10}=0.1_7$, $\frac1{10}=0.1_{10}=0.\overline{0462}_7$.

If a number repeats or stops in base $10$, it will continue or stop in any other base $n$ as well.

On the other hand, irrational numbers are those where you cannot find any repetitions in the digits in any base.

0
On

First, some thoughts on expanding a rational number in some base, such $s=10/27$ in bases 3 and 10. (Decimal representation is assumed unless otherwise indicated.) If we multiply by a sufficiently large power of 3 then we can turn this into an integer---in this case, $27s=10$---and then we can express the result in base-3 as $9+1=11_3.$ Dividing by $3^3$ then gives $s=0.011_3$.

In base ten, no power of 10 turns $s$ into an integer. But observe what happens if use $10^3$: then $$1000 s= \frac{10000}{27}=\frac{370*27+10}{27}=370+\frac{10}{27}=370+s,$$ and so $$s=0.370+0.001s=0.370+0.001\cdot (0.370+0.001s)=\cdots=0.370370\ldots=0.\overline{370}.$$ So we can get a repeating expansion.

The key point is that we were able to write down some equation with integer coefficients which this rational number satisfied, chosen appropriately for whichever base $b$ we were interested in. This characterizes the rational numbers, and so tells us that their digits must either terminate or repeat for a given base. But this also tells us that if a number is irrational (i.e. it satisfies no equation of this kind) then its digits cannot repeat or terminate in any base.