Why there are irrational numbers?

2.6k Views Asked by At

I do not quite get it. Why can't we represent all real numbers as a sum of rational numbers? Why do we need irrational numbers?

For example,

  • $\pi=3.14159265358\cdots=3+10^{-1}+4*10^{-2}+10^{-3}+5*10^{-4}+\cdots$
  • $e=2.71828182846\cdots=2+7*10^{-1}+10^{-2}+8*10^{-3}+2*10^{-4}+\cdots$
  • And so on
4

There are 4 best solutions below

0
On

You can represent any real number as some convergent sequence of rational numbers, as you do above. However, irrational numbers are those numbers that cannot be expressed as any finite such sequence. However long of a finite sequence of rational numbers approaching $\pi$ you have, there is a positive real number $\varepsilon$ such that the last term in the sequence is at least $\varepsilon$ away from $\pi$ (In particular, we can take the last term of the sequence, $t$, and take $\varepsilon = \frac{|\pi - t|}{2}$).

0
On

Because you can not represent them as p/q with both p and q integers. That is why they are called irrational numbers. Not representable as p/q. 0.33333....is 1/3. root 2 can not be written as p/q where p and q are integers.

0
On

Some relevant definitions seem to be in order.

Real number: Any number on the continuous real line from $-\infty$ to $\infty$.

Integer: A real number which can be expressed without a fractional component.

Rational number: A number which can be expressed as a ratio of two integers. Note that integers themselves are rational, since we can express any integer $n$ as $\frac{n}{1}$.

Irrational number: A number which cannot be expressed as a ratio of two integers.

Now, in particular, in your question $k\cdot10^{-n}$ is $\textit{not}$ an integer where $k$ and $n$ are positive integers and $k$ is a digit between $1$ and $9$. These are instead just $\textit{rational}$ numbers since $k\cdot10^{-n}=\dfrac{k}{10^n}$, which is a ratio of integers.

Upsettingly for Pythagoras, irrational numbers do exist. Here is the standard proof that $\sqrt{2}$ is irrational.

2
On

For a long time people believed that the rational numbers were enough to perform any arithmetic operation we needed. It wasn't until 500 BC that the Pythagoreans started to become aware that the rational numbers were not quite sufficient.

For instance, the Pythagoreans tried to compute something that seemed benign. They wanted to find the length of the diagonal of a square with sides of unit length. We know now (by the Pythagorean theorem) that this should be the number we represent as $\sqrt{2}$. The Pythagoreans tried to find a rational number corresponding to this and came to a contradiction. It's said that the Pythagoreans were so upset that they drowned the person who discovered this. I have also heard speculation that this is why Greek mathematics was so focused on geometry, since this is something you can "see" and away from uncomfortable concepts like irrational numbers.

This was the first instance where irrational number started to seem necessary. The next big irrational number to come forward was the number $\pi$. This was in 350 BC, and the first to try to approximate this number was Archimedes. This is where the estimate 22/7 came from. He also had a better estimate than that, it escapes me at the moment. The Bible also estimates this as 3, when it describes a fountain in Solomon's temple. I think the proof of the irrationality of $\pi$ had to wait for Lambert in the 1700s.

Irrational numbers came about to solve problems that rational numbers were not up to the task to do. Early mathematicians resisted the concept, but they have been well accepted for the past millennium at least.