Compute the sum over all integers t for which t 2 − 4 t 3 + 8 is an integer.
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.
Let k be an integer with k = t 2 − 4 t 3 + 8 = ( t + 2 ) ( t − 2 ) ( t + 2 ) ( t 2 − 2 t + 4 ) Thus, t − 2 t 2 − 2 t + 4 t 2 − 2 t + 4 t 2 − ( k + 2 ) t + ( 4 + 2 k ) t t t = k = k t − 2 k = 0 = 2 k + 2 ± k 2 + 4 k + 4 − 4 ( 4 + 2 k ) = 2 k + 2 ± k 2 − 4 k − 1 2 = 2 k + 2 ± ( k − 6 ) ( k + 2 )
Note here that ( k − 6 ) ( k + 2 ) , if it's an integer, will be even precisely when k is even and odd precisely when k is odd. So the numerator of t will always be even (again, when it's an integer). Thus, if we get an integer in the numerator, t will be an integer. So we need only to find all integers k for which ( k − 6 ) ( k + 2 ) is a perfect square. There are two cases:
We now have − 3 , − 2 , 6 and 7 as possible values for k . Plugging them back into our solution for t yields − 2 and 1 ; 0 ; 4 ; and 3 and 6 ; respectively. Note that t = − 2 is not a solution, since it would make the denominator of our original fraction 0 . But all others are solutions. Thus the sum of the possible integer values of t is 1 + 0 + 4 + 3 + 6 = 1 4
Introduce new variable T = t + 2 .
( T − 2 ) 2 − 4 ( T − 2 ) 3 + 8 = T 2 − 4 T T 3 − 6 T 2 + 1 2 T = T − 4 T 2 − 6 T + 1 2
then take the GCD of the terms in the nominator and the denominator.
G C D ( T 2 − 6 T + 1 2 , T − 4 ) = ( T − 4 , 4 )
we need the GCD to be equal to T − 4 . Therefore, these are the possibilities for T − 4
T − 4 = 1 , 2 , 4 , − 1 , − 2 , − 4
T = 5 , 6 , 8 , 3 , 2 , 0
So,
t = 3 , 4 , 6 , 1 , 0 , − 2
we plug the possibilities into the main expression to they actually work. The final result is 0 , 1 , 3 , 4 , 6
Problem Loading...
Note Loading...
Set Loading...
Since t is an integer, it follows that t 2 − 4 t 3 + 8 = t + ( t − 2 ) ( t + 2 ) 4 ( t + 2 ) is an integer if and only if t − 2 4 is an integer and t = − 2 . Therefore, t − 2 is one of the integral factors of 4 : t − 2 = − 4 , − 2 , − 1 , 1 , 2 , 4 ⟺ t = − 2 , 0 , 1 , 3 , 4 , 6 but since t = − 2 , the full list of values is t = 0 , 1 , 3 , 4 , 6 giving an answer of 0 + 1 + 3 + 4 + 6 = 1 4