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}$
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$.