Find Perfect Square: Prime p & q Values

  • Thread starter Thread starter Euler_Euclid
  • Start date Start date
Euler_Euclid
Messages
10
Reaction score
0
Find all values of p and q if p and q are prime numbers, p^2 + q^2 + 7pq is a perfect square.
 
Mathematics news on Phys.org
(p, p), (3, 11), (11, 3) all work. I'd suggest trying the equation mod 4 or 36 to see if you can rule out others.
 
please explain the whole solution. It was an Olympiad question and all of my friends couldn't do it.
 
p^2 + 7pq + q^2

For p = q, it reduces to 9p^2 = (3p)^2. It therefore is a perfect square.

You can put p = 2 and show that only q = 2 gives a feasible solution, which is covered in p = q. Thus, we conclude that p,q are both odd, and hence the value of the expression is odd

For other values

<br /> p^2 + 7pq + q^2 = (p+q)^2 + 5pq = k^2
<br /> 5pq = k^2 - (p+q)^2 = (k - p - q)(k + p + q)<br />
Thus, since p and q are primes, the only possible solutions are

<br /> 1.k-p-q = 5, k+p+q = pq<br />

From the above equations we get k = 5+p+q and hence
<br /> 5+2p+2q = pq<br /> =&gt; 5 + 2q = p(q-2)<br /> =&gt; p = \frac{2q+5}{q-2} = 2 + \frac{9}{q - 2}
<br /> =&gt; q - 2 = 1, 3, or 9<br />

This gives (p,q) = (11,3) or (5,5) or (3,11)

The other possibilites are

<br /> 2. k-p-q = 5p, k+p+q = q(no solution)
<br /> 3. k+p+q = 5, k-p-q = pq(no solution)
<br /> 4. k+p+q = 5p, k-p-q = q(gives p = q)

Thus, the only possible solutions are (p,p), (3,11) and (11,3)
 
Nice solution praharmitra. I saw the decomposition as well but didn't complete the solution since I didn't analyze the small cases at first. I have to remember that even/odd parity analysis is always a good first step in number theory equations.
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
1
Views
1K
Replies
4
Views
1K
Replies
2
Views
1K
Replies
1
Views
1K
Replies
1
Views
1K
Replies
2
Views
2K
Back
Top