Find the sum all positive integer values of c , where c > 1 , that satisfies the equation, where l is also an integer.
3 c 2 − 2 = l 2
Note: If you think that there are infinite many solutions or no solutions, type 0 .
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.
I didn't notice the " Note " given at the end of the problem. Sorry for that. One question, for n = 1 , x n = 2 and y n = 1 , so that c 1 = 2 − 1 = 1 . How then the statement c n > 1 for all n ≥ 1 holds true? Should it not be c n ≥ 1 for all n ≥ 1 ?
Log in to reply
Good point. Of course c 0 = c 1 = 1 , but c n > c n − 1 for n ≥ 2 , so that 1 < c 2 < c 3 < ⋯ , and we obtain an infinite number of solutions.
Problem Loading...
Note Loading...
Set Loading...
Every pair of integers x n , y n such that x n + y n 3 = ( 2 + 3 ) n are such that x n 2 − 3 y n 2 = 1 for any n ∈ N . If we set c n = x n − y n and ℓ n = x n − 3 y n then 3 c n 2 − ℓ n 2 = 3 ( x n − y n ) 2 − ( x n − 3 y n ) 2 = 2 x n 2 − 6 y n 2 = 2 Now we note that c n 3 − ℓ n − c n 3 − ℓ n 2 c n 3 2 ( c n − c n − 1 ) 3 = ( 3 − 1 ) ( 2 + 3 ) n = − ( 3 + 1 ) ( 2 − 3 ) n = ( 3 − 1 ) ( 2 + 3 ) n + ( 3 + 1 ) ( 2 − 3 ) n = ( 3 − 1 ) ( 1 + 3 ) ( 2 + 3 ) n − 1 + ( 3 + 1 ) ( 1 − 3 ) ( 2 − 3 ) n − 1 = 2 [ ( 2 + 3 ) n − 1 − ( 2 − 3 ) n − 1 ] and hence c n > c n − 1 for all n ≥ 2 . Since c 0 = c 1 = 1 we deduce that c n > 1 for all n ≥ 2 , and hence there are infinitely many solutions in integers to the equation 3 c 2 − 2 = ℓ 2 , with c > 1 .