How do I solve This diophantine equation $\dfrac{1}{a}+\dfrac{1}{b}=\dfrac{n}{a+b}$
of unknown $(a,b,n)\in \mathbb{(N^*)^3}$.
Asked
Active
Viewed 77 times
0
-
Please edit to include your efforts. – lulu Apr 12 '22 at 13:13
-
lulu I got to this point and didn't find any idea to continue the solution for $a=b$ then $n=4$ – Apr 12 '22 at 13:29
1 Answers
1
This is equivalent to $\frac{(a+b)^2}{ab}=n$. So a solution satisfies $ab | (a+b)^2$ which means $a|b^2$ and $b|a^2$. Further, this implies that $a$ and $b$ have the same prime divisors. So let $p_1,\dots,p_k$ be such that $a=\prod_{i=1}^k p_i^{\alpha_1}$ and $b=\prod_{i=1}^k p_i^{\beta_i}$.
Computing $\frac{(a+b)^2}{ab}$ now gives $2+\prod_{i=1}^k p_i^{\alpha_i-\beta_i}+\prod_{i=1}^k p_i^{\beta_i-\alpha_i}$. Since this is supposed to be an integer, we must have $\alpha_i=\beta_i$ for all $1\leq i\leq k$, so $a=b$.
So the solution set is $\{(a,a,4):a\in \mathbb{N}\}$.
AnCar
- 1,463
-
1
-
This question seems not to meet the standards for the site. Instead of answering it, it would be better to look for a good duplicate target, or help the user by posting comments suggesting improvements. Please also read the meta announcement regarding quality standards. – Shaun Apr 12 '22 at 13:49