Let k be a positive integer. Find the sum of all k which are solutions of the equation n 4 + 3 n 3 + n 2 + 2 n + 1 3 = k 2 for some integer n .
Source: Problem 12 of Cesenatico final
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.
@Patrick Corn How have you found such k ? I mean, I know that in this way you could erase the terms of higher degree, but we're not sure that k is an integer. For instance try to plug in an odd n and an even a , in order to obtain a rational non integer value of k . Therefore, we might forget some solutions.
Log in to reply
No, we'd get too many solutions, and we'd end up throwing them out. If k is an integer, then it is of the form n 2 + 2 3 n + 2 a for some integer a . So if we find all the solutions of that form, we have found all the integer solutions, plus maybe some more, which we can discard at the end.
(Really, though, if some value of a leads to a solution, then it will always have the right parity anyway--since the left side of the equation is an integer, there is no way that it can be the square of a rational number unless that rational number is an integer.)
Problem Loading...
Note Loading...
Set Loading...
Write k = n 2 + 2 3 n + 2 a . Expand and simplify to get ( 4 a + 5 ) n 2 + ( 6 a − 8 ) n + ( a 2 − 5 2 ) = 0 .
Now let's establish some bounds on a . First of all, this polynomial attains its minimum at n = 4 a + 5 4 − 3 a ; when we plug that in we get 4 a + 5 4 ( a 3 − a 2 − 4 6 a − 6 9 ) . This is clearly positive if a is at least 8 (the numerator is increasing, and it's positive when a = 8 ). If the minimum value of the left side is positive, then there is no solution. So a ≤ 7 .
For a negative bound on a , consider that n 4 + 3 n 3 + n 2 + 2 n + 1 3 − ( n 2 + 2 3 n − 1 ) 2 = 4 3 n 2 + 5 n + 1 2 which is positive, so k , the positive square root of n 4 + 3 n 3 + n 2 + 2 n + 1 3 , is strictly greater than the positive number n 2 + 2 3 n − 1 . This shows that a ≥ − 1 .
All that remains is to plug in the numbers a = − 1 , 0 , … , 6 , 7 into the quadratic equation at the top and see if there are any integer solutions. It turns out that a = − 1 is the only case where there are solutions, namely n = − 3 , 1 7 . This leads in turn to k = 4 , 3 1 4 respectively, so the answer is 3 1 8 .
Edit, 8/17/18: I realized that "the positive number n 2 + 2 3 n − 1 " is not always positive. But it is for n = − 2 , − 1 , 0 , which we can rule out by inspection.