MHB How Many Solutions Satisfy This Diophantine Equation?

  • Thread starter Thread starter Albert1
  • Start date Start date
Albert1
Messages
1,221
Reaction score
0
$x,y\in N$
$\dfrac {1}{x}+\dfrac{1}{y}=\dfrac{1}{1987}---(1)$
find :$max(x+y)$ and $min(x)$
How many solutions of (x,y) will satisfy (1) ?
 
Mathematics news on Phys.org
I will answer your second question first : If $$\frac1x + \frac1y = \frac1{n}$$ For some nonzero positive integer $n$ then it's clear by rearranging that $n(x + y) = xy$. If $(x, y) = k$, i.e., $x = a \cdot k$ and $y = b \cdot k$ where $(a, b) = 1$, then $n \cdot (a + b) = k \cdot ab$. Thus, $a | n$. But then $n/a \cdot ( a + b) = k \cdot b$, and $b$ must divide $n/a$ (which is an integer). Thus, the number of solutions $(a, b)$ are

$$\sum_{a | n} \sum_{b | n/a} 1 = \tau(n)$$

Where $\tau(n)$ is the number of divisors of $n$. In this case, however $1987$ is a prime, thus $\tau(1987) = 2$. This makes answering the former question a lot easier : one clear solution is $(3974, 3974)$ as $1/2 + 1/2 = 1$. Another solution is $(1988, 3950156)$, coming from a little nonobvious identity $(a + 1)^{-1} + \left ( a \cdot (a + 1) \right )^{-1} = a^{-1}$. By the calculations above, these are all the possible solutions. It is thus clear that $\text{max}(x + y) = 1988 + 3950156 = 3952144$ and $\text{min}(x) = 1988$.
 
A terribly elementary solution inspired by http://mathhelpboards.com/challenge-questions-puzzles-28/find-ab-bc-ca-11916.html#post56296 :

$$\frac1{x} + \frac1{y} = \frac1{n} \Rightarrow n( x+ y) = xy \Rightarrow xy - n(x + y) + n^2 = n^2 \Rightarrow (x - n)(y - n) = n^2$$

In this case, $n = 1987$ is a prime, so WLOG either $(x - n, y- n) = (n^2, 1)$ or $(n, n)$. If the former, then $x = n^2 + n = 3950156$ and $y = n + 1 = 1988$ and if otherwise then $x = y = 2n = 3974$. Thus, $\max(x + y) = 3952144$ and $\min(x) = 1988$
 
mathbalarka said:
A terribly elementary solution inspired by http://mathhelpboards.com/challenge-questions-puzzles-28/find-ab-bc-ca-11916.html#post56296 :

$$\frac1{x} + \frac1{y} = \frac1{n} \Rightarrow n( x+ y) = xy \Rightarrow xy - n(x + y) + n^2 = n^2 \Rightarrow (x - n)(y - n) = n^2$$

In this case, $n = 1987$ is a prime, so WLOG either $(x - n, y- n) = (n^2, 1)$ or $(n, n)$. If the former, then $x = n^2 + n = 3950156$ and $y = n + 1 = 1988$ and if otherwise then $x = y = 2n = 3974$. Thus, $\max(x + y) = 3952144$ and $\min(x) = 1988$
perfect !
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top