How to find irrational numbers between rationals. (And is my method correct?)

I have a question from an A-level revision book:

Find an irrational number which lies between $\frac34$ and $\frac78$.

What is the correct method for doing this? Here is my method:

  1. Square numerators and denominators of the (in this case: both) fractions.
  2. Find LCD (Lowest Common Denominator) for denominators and convert all fractions to this LCD.
  3. The numerators of the fractions are now perfect squares. Write a new fraction with a numerator that is not a perfect square and between the original fractions' numerators.
  4. Put the new fraction inside a square root. The new fraction (inside a square root sign) is now a surd, and an irrational number (also an irrational fraction).

Using this method, $\sqrt{\frac{37}{64}}$ would be one such irrational number between $\frac34$ and $\frac78$.

Please let me know if I've made any glaring lapses in logic. If I'm correct, a fraction with an irrational (surd) numerator is itself an irrational number. And non-perfect square numbers are all irrational. Therefore a fraction with an irrational numerator is irrational. (Pardon me if I'm not using all the correct terminology yet.)

Many thanks in advance

PS. I want to check I understand these relatively basic concepts correctly. (I apologize in advance if I have made a schoolboy error or stupid mistake. I'm trying to take the A-level mathematics exams in nearly 4 months, the reason is a rather long story, and I'm refreshing all my mathematics which I did at school. I did well at Math GCSE, although it was the intermediate not higher tier, and I'm considering blitzing all the A-level maths in a little over 3 months to take exams starting mid-May.)


Solution 1:

You are making this more complicated than it needs to be. If $p,q$ are any two distinct rational numbers, then $$p + \frac {q-p}{\sqrt 2}$$ is an irrational number between $p$ and $q$.

Solution 2:

This is a correct way to solve be problem, and this technique works in general.

Another technique is to take some irrational number (maybe $\pi$) and divide it by a ration number that's so big that the quotient is tiny (compared to the difference between the numbers you want to bound it by). $\pi$ is between $3$ and $4$, so $$\frac{1}{100}<\frac{\pi}{300}<\frac{1}{75}$$ which is smaller than $\frac{7}{8}-\frac{3}{4}=\frac{1}{8}$. Thus $\frac{3}{4}+\frac{\pi}{300}$ falls within the range you want.

Since the product of a rational number and an irrational number is irrational, and the sum of a rational number and an irrational number is irrational, this too is irrational. This method is very quick to find answers with, because it's easy to pick monstrously large denominators. For example, dividing $\pi$ by $2^x$ where $x$ is the larger denominator will always work.

EDIT: As a comment notes, there are reasons to prefer $\sqrt{2}$ to $\pi$ here, in case you are asked to prove that the number is irrational. Any irrational number will work with this method, it's just a question of making sure you can easily demonstrate that the number produces is irrational. The comment about $2^x$ still holds for $\sqrt{2}$, but if you were using a larger irrational number you might have to pick a bigger base than $2$. $\lceil \alpha\rceil$ should work as a base for any irrational $\alpha>1$

Solution 3:

Let $0<a<b$. There are an non countable infinity of irrationals between $a$ and $b$; in particular, for the given numbers $a$ and $b$ the number $\sqrt{ab}$ is irrational as it is proven below.

Is it $\sqrt{ab}<b$? Yes because $\sqrt{ab}<b\iff ab<b^2\Rightarrow a<b$, the same reasoning giving $a<\sqrt{ab}$.

Consequently $a<\sqrt{ab}<b$.

When $a=\frac34$ and $b=\frac 78$, the number $\sqrt{ab}=\sqrt{\frac{21}{32}}$ is an irrational and $\frac 34<\sqrt{\frac{21}{32}}<\frac78$ as it is easily seen.

Solution 4:

Come on, it's easier than that. Just interpolate (a generalization of what @TonyK has done). If $a$ and $b$ are distinct rationals, then $a-b$ is also rational, and rational $\times$ irrational = irrational, so any irrational number $r\in (0,1)$ will make the following irrational: $$c=a(1-r) + br$$ Sure, you can choose $r=1/\sqrt2$. But any irrational between 0 and 1 works. And this procedure is not at risk of accidentally hitting a rational number - you can't. There are no conditions on $a$ and $b$ other than they have to be rational.

Solution 5:

Although this isn't well suited for time-intensive tasks, there is a nice tangentially related mathematical curiosity:

For any two real numbers $x < y$ there exist two integers $a$ and $b$ such that $$x < a + b\sqrt{2} < y.$$

To see why this works consider $$x < m\cdot(-1+\sqrt{2})^n < y$$ for some natural number $n$ and integer $m$. Observe that by making the $n$ large, the parenthesized expression can be as small as we want (i.e. strictly smaller than $y-x$), and then it is enough to adjust $m$ to fit the number between $x$ and $y$. In fancy terms $\mathbb{Z}[\sqrt{2}]$ is dense in $\mathbb{R}$.

In your case $\frac{3}{4} < -2+2\sqrt{2} < \frac{7}{8}$.

I hope this helps $\ddot\smile$