1

I would like to show that $$\forall n\in\mathbb{N}^*, \quad \sqrt{\frac{n}{n+1}}\notin \mathbb{Q}$$

I'm interested in more ways of proofing this.

My method :

suppose that $\sqrt{\frac{n}{n+1}}\in \mathbb{Q}$ then there exist $(p,q)\in\mathbb{Z}\times \mathbb{N}^*$ such that $\sqrt{\frac{n}{n+1}}=\frac{p}{q}$ thus

$$\dfrac{n}{n+1}=\dfrac{p^2}{q^2} \implies nq^2=(n+1)p^2 \implies n(q^2-p^2)=p^2$$ since $p\neq q\implies p^2\neq q^2$ then

$$n=\dfrac{p^2}{(q^2-p^2)}$$

since $n\in \mathbb{N}^*$ then $n\in \mathbb{Q}$

  • I'm stuck here and I would like to see different ways to prove $\sqrt{\frac{n}{n+1}}\notin \mathbb{Q}$
Educ
  • 4,780
  • 1
    I think $\sqrt{n/(n+1)}$ being rational would imply $\sqrt{n(n+1)}$ being rational. – Angina Seng Apr 12 '18 at 18:35
  • Could you please add anwser include proof of why we have that – Educ Apr 12 '18 at 18:40
  • 1
    $\sqrt{(n+1)^2}= n+1$ is rational. So if $\sqrt{\frac n{n+1}}$ is rational so is $\sqrt{\frac n{n+1}}*\sqrt{(n+1)^2}= \sqrt{\frac {n(n+1)^2}{n+1}} = \sqrt {n(n+1)}$. Which would mean $n(n+1) = m^2$ or the prime factors of $n$ and of $n+1$ are prime factors of $m$ but as $n$ and $n+1$ have no factors in common both $n$ and $n+1$ must be squares. – fleablood Apr 12 '18 at 19:47

4 Answers4

2

If $\displaystyle\sqrt{\frac{n}{n+1}} \in \mathbb Q$, then $\displaystyle\sqrt{n(n+1)} = (n+1)\sqrt{\frac{n}{n+1}} \in \mathbb Q$, and since $n \in \mathbb N_{>0}$, $\sqrt{n(n+1)} \in \mathbb Z$.

But $n^2 < n(n+1) < (n+1)^2$.


Remark: Actually the proof in your post is still in the right track. You actually can assume $\gcd(p,q) = 1$. Factorize

$$ n = \frac{p^2}{(q-p)(q+p)}. $$

Since $\gcd(p, q-p) = \gcd(p, q+p) = 1$, and $n$ is an integer, it is enforced that $q-p, q+p \in \{0,1\}$, which is impossible if $n \in \mathbb N_{>0}$.

Hw Chu
  • 5,761
  • Could you explain why $\displaystyle\sqrt{\frac{n}{n+1}} \in \mathbb Q$ and could you add more details ? – Educ Apr 12 '18 at 18:38
  • So I am proving by contradiction. That is, we start by supposing to the contrary that $\sqrt{n/(n+1)}$ is rational and try to reach a contradiction. – Hw Chu Apr 12 '18 at 18:40
  • what does $n^2 < n(n+1) < (n+1)^2$ mean in order to have contradiction – Educ Apr 12 '18 at 18:45
  • I'm interested in your proof too could you elaborate more ? – Educ Apr 12 '18 at 18:47
  • If $\sqrt{n(n+1)}$ is an integer, what can it be? – Hw Chu Apr 12 '18 at 18:47
  • since $N\subset Z \subset Q$ so could it be in $Z$ or $Q$ – Educ Apr 12 '18 at 18:53
  • Well, everything in $\mathbb N$ is also in $\mathbb Z$ or $\mathbb Q$. More concretely, for instance, if $n=2$ you have $\sqrt{n(n+1)} = \sqrt{6}$. This cannot be an integer since $n = 2 < \sqrt6 < 3 = (n+1)$. – Hw Chu Apr 12 '18 at 19:04
  • 1
    If $0 < m < k$ then $m^2 < k^2$. So as there are no integers between $n$ and $n + 1$ there can not be any perfect squares betwen $n^2$ and $(n+1)^2$. so if $n^2 < k < (n+1)^2$ then $k$ is not a perfect square. – fleablood Apr 12 '18 at 19:41
2

Finishing your proof

$n = \frac {p^2}{q^2 - p^2} = \frac {p^2}{(q-p)(q+p)}$

All prime or unitary factors of $q-p$ and of $q+p$ must be prime or unitary factors of $p$ so then must be common factors of both $p$, and $q$. But $p$ and $q$ are presumed to be relatively prime. So the only factors of $q-p$ and $q+p$ are $1$ so $q^2 - p^2 = 1$ which... is not possible.

We can assume $q > p$ (else $\frac pq \ge 1 >\sqrt{\frac n{n+1}}$) so let $q = p + k; k \ge 1$ so $q^2 = p^2 + 2k + 1 > p^2 + 1$.

....

Basically it is well known that $\sqrt n$ is rational for integer $n$ only if $n$ is a perfect square. It can be verified that if $\gcd(a,b)= 1$ then $\sqrt{\frac ab} = \frac pq$ where $\gcd(p,q) = 1$ then $\frac ab = \frac {p^2}{q^2}$ and both $\frac ab$ and $\frac {p^2}{q^2}$ are in lowest terms so $a = p^2$ and $b = q^2$. As $\gcd(n,n+1) = 1$ and then for $\sqrt{\frac n{n+1}}$ to be rational then but $n$ and $n+1$ are perfect squares.

But there are many ways to show that's impossible, but mainly if $(n+k)^2 - n^2 = 2k + k^2$ which if $k \ge 1$ is greater than $1$. Or if $m > n$ then $m^2 - n^2 = (m-n)(m+n) \ge m+n> 1$.

fleablood
  • 124,253
1

From RRT for $P(x)=(n+1)x^2-n=0$, if $x=\frac{p}{q}, \gcd(p,q)=1$ is a solution for P(x), then $\color{green}{p\mid n}$ and $\color{red}{q\mid n+1}$. In this particular case it's even $\color{green}{p^2\mid n}$ and $\color{red}{q^2\mid n+1}$ from $$(n+1)p^2-nq^2=0 \tag{1}$$

Aslo, from $\gcd(n,n+1)=1$ and Bezout $\exists a,b\in \mathbb{Z}$ s.t. $$an+b(n+1)=1 \tag{2}$$ Combining $(1)$ and $(2)$ $$aq^2n+bq^2(n+1)=q^2 \Rightarrow a(n+1)p^2+bq^2(n+1)=q^2\Rightarrow\\ \color{red}{n+1\mid q^2} \Rightarrow q^2=t(n+1)$$ and back to $(1)$ $$p^2-tn=0 \Rightarrow \color{green}{n \mid p^2}$$ as a result $n+1=q^2$ and $n=p^2$ or we have 2 consecutive integers which are also perfect squares, which is not possible, since the next perfect square is $(p+1)^2=p^2+2p+1 > n+1$.

rtybase
  • 16,907
0

Another approach: If $n/(n+1)$ is a square, then both $n$ and $n+1$ are squares, since they are relatively prime. Therefore, there would be two squares, which difference is $1$:

$$(p+q)(p-q)=p^2-q^2=1$$

Therefore, $p+q=1$ and $p-q=1$. It follows that $p=1$ and $q=0$. Therefore, $n=0$.