0

Find all pairs of natural coprime numbers for which $\sqrt{\frac{5y^2}{x^2-xy}}$ is a natural number.

My approach is that for it to be natural $x^2-xy \mid 5y^2$ so then $x$ is either $1$ or $5$. Then when $x=1 , y$ is either $0,-4,2$ or $6$. I'm not sure which one of these values I should choose.

terran
  • 1,380

2 Answers2

1

We must have that $5y^2 = x(x-y)z^2$ for some natural number $z$. Since $x,y$ are co-primes, $x$ must be either 1 or 5. Since $x=1$ does not work (substitute and see), we conclude that $x$ must be 5. Looking at the resulting condition, $y^2 = (5-y) z^2$, we just need to try values of $y$ smaller than 5.

PierreCarre
  • 20,974
  • 1
  • 18
  • 34
1

Note $\,x(x\!-\!y)\mid py^2$ so $\,x\!=\!p,\,x\!-\!y\!=\!1\,$ by $(x,y)\!=\!1$ and below (OP has $\,p\!=\!5)$.

Theorem $\,ab\mid pc\,\Rightarrow\, a\!=\!p,\, b\!=\!1\,$ if $\,a\!>\!b\!>\!0\,$ are coprime to $\,c\,$ and $\,p\,$ is prime.

Proof $ $ By coprimality and Euclid's Lemma $\,a,b\mid p\,$ so $\,a\!=\!p,\,b\!=\!1\,$ by $\,a\!>\!b\!>\!0$.

Bill Dubuque
  • 272,048