MHB Solve Diophantine Equation: $m^2 - n^2 = 105$

  • Thread starter Thread starter Jkawa
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the Diophantine equation $m^2 - n^2 = 105$ for integer values of $m$ and $n$. Participants explore the factorization of 105, noting that it can be expressed as $(m-n)(m+n)$. They identify pairs of factors and calculate potential values for $m$ and $n$, ultimately finding that the solutions include $(m, n) = (53, 52)$ and also consider negative pairs. The conversation emphasizes the importance of checking all factor combinations, including negative integers, to ensure no solutions are overlooked. The final consensus is that the solutions derived from the factor pairs are valid.
Jkawa
Messages
4
Reaction score
0
Find all solutions to $m^2 - n^2 = 105$, for which both $m$ and $n$ are integers.
 
Physics news on Phys.org
Re: Help needed for problem

Jkawa said:
Find all solutions to $m^2 - n^2 = 105$, for which both $m$ and $n$ are integers.

Notice $\displaystyle \begin{align*} m^2 - n^2 = \left( m - n \right) \left( m + n \right) \end{align*}$. So what are the factors of 105 that could be possible candidates for m-n and m+n?
 
Re: Help needed for problem

Prove It said:
Notice $\displaystyle \begin{align*} m^2 - n^2 = \left( m - n \right) \left( m + n \right) \end{align*}$. So what are the factors of 105 that could be possible candidates for m-n and m+n?

Factors of 105 are 1, 3, 5, 7, 15, 21, 35, 105. I'm sort of confused on the use of these though. I don't see a combination that could satisfy the equation.
 
Let's start with the pair $1\cdot105$.

First, compute the mean:

$$\frac{1+105}{2}=53$$

Now, find the difference between the mean and the smaller factor:

$$53-1=52$$

Thus:

$$(53+52)(53-52)=105$$

Proceed in like manner for the remaining pairs. :)
 
Upon inspection, I only see that the only solution to this is $m = 53$ and $n = 52$ because the rest of the factors do not equal 105. Am I correct?
 
Jkawa said:
Upon inspection, I only see that the only solution to this is $m = 53$ and $n = 52$ because the rest of the factors do not equal 105. Am I correct?

No, you can do the same with $3\cdot35$.

$$\frac{3+35}{2}=19$$

$$19-3=16$$

$$(19+16)(19-16)=105$$

Try the other pairs. :D
 
MarkFL said:
No, you can do the same with $3\cdot35$.

$$\frac{3+35}{2}=19$$

$$19-3=16$$

$$(19+16)(19-16)=105$$

Try the other pairs. :D

Oh my calculation was completely off, I was following the exact same algorithm as you posted lol. Thanks!
 
Don't neglect the negative pairs of integer factors, for example:

$$(-1)(-105)$$

$$\frac{(-1)+(-105)}{2}=-53$$

$$-53-(-1)=-52$$

$$(-53+(-52))(-53-(-52))=105$$
 

Similar threads

Back
Top