Show that a real number $q$ is rational if and only if there are three distinct integers, $n_1, n_2, n_3$, such that $q + n_1, q + n_2, q + n_3$ forms a geometric progression.
2026-03-27 00:00:10.1774569610
On
proof involving rational number
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
IF
Assume that $q+n_1$, $q+n_2$, and $q+n_3$ form a geometric progression.
Then, $(q+n_2)^2 = (q+n_1)(q+n_3)$.
Expanding and cancelling: $2n_2q+n_2^2 = (n_1+n_3)q+n_1n_3$.
Rearranging: $q=\dfrac{n_2^2-n_1n_3}{n_1+n_3-2n_2}$, hence $q$ is rational.
If $n_1+n_3-2n_2=0$, i.e. $2n_2=n_1+n_3$, then we have $n_2^2 = n_1n_3$, then $(2n_2)^2=4n_1n_3$, then $(n_1+n_3)^2-4n_1n_3=0$, then $(n_1-n_3)^2=0$, meaning that $n_1=n_3$, a contradiction.
ONLY IF
See the other answer.
First, suppose $q$ is a rational number, so that $q=m/n$ where $m,n\in \mathbb{N}$. Then let $n_1=0,n_2 = mn, n_3 = 2mn+mn^3$.
Conversely, suppose we have such $n_1,n_2,n_3$. Then $$\frac{q+n_3}{q+n_2}=\frac{q+n_2}{q+n_1}$$ $$\implies (n_1+n_3)q+n_1n_3 = 2n_2q+n_2^2$$ $$\implies q = \frac{n_2^2-n_1n_3}{n_1+n_3-2n_2}$$ (noting that $n_1+n_3\neq 2n_2$)