x 2 − y 2 = 2 0 1 1
How many integral solutions ( x , y ) are there for the equation above?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
usually, the solution to Diophantine equations assumes that only positive integers be considered.Since 2011 is prime, there can be only 1 solution under this assumption Edwin Gray
Write a solution. We firstly proceed with the difference of two squares identity. x^2 - y^2 = (x - y)(x +y) After this, we must notice that 2011 is prime, so we need two integers that add to make 2011, and subtract to make 1. Now, we obtain the first set of solutions (1006,1005). After playing around a little bit with the signs (due to the negative nature of the first bracket), we find 3 others. Thus, the solution is 4. ((1006,1005),(-1006,1005),(1006,-1005),(-1006,-1005))
Wouln't integral solutions for x and y only include positive numbers? - So only 1 solution?
Log in to reply
Integral solutions means integer solutions, including positive or negative. The question doesn't gain much from allowing negatives, but it is important not to forget I guess.
Factor the LHS (left hand side) and introduce new variables to simplify the problem: 2 0 1 1 = x 2 − y 2 = ( x − y ) ( x + y ) = : u v ∣ ∣ ∣ ∣ ( u v ) : = ( 1 1 − 1 1 ) ( x y ) ∈ Z 2 Notice 2011 is prime and only has two positive factors 1 and 2011. Sign combinations lead to a total of 4 solutions: u ∈ { ± 1 ; ± 2 0 1 1 } , v = u 2 0 1 1 : ( x y ) = 2 1 ( 1 − 1 1 1 ) ( u v ) ∈ { ( ± 1 0 0 6 ± 1 0 0 5 ) }
Problem Loading...
Note Loading...
Set Loading...
As 2 0 1 1 is prime so x − y = 1 and x + y = 2 0 1 1 ⇒ 2 x = 2 0 1 2 ∴ x = 1 0 0 6 consequently y = 1 0 0 5 .
But as we are talking of square numerbs x = ± 1 0 0 6 and y = ± 1 0 0 5 . So there are 4 solutions.
( 1 0 0 6 , 1 0 0 5 ) , ( − 1 0 0 6 , 1 0 0 5 ) , ( 1 0 0 6 , − 1 0 0 5 ) , ( − 1 0 0 6 , − 1 0 0 5 )