Find the sum of squares of all numbers x such that both expressions (x^2) + 6x and x + (1/x) are
integer numbers.
1
Expert's answer
2020-11-29T19:07:29-0500
Let x2+6x=m and x+x1=n, where m and n are integer numbers.
If x ≠0 , then
⎩⎨⎧x2+6x=mx+x1=n<=>{x2+6x−m=0x2−nx+1=0
<=>{nx−1+6x−m=0x2−nx+1=0
(n+6)x=m+1
If n=−6 , then m=−1 and system of equations (1) is equivalent to x2+6x+1=0 .
x1,2=2−6±36−4=−3±8,
and (x1)2+(x2)2=9+122+8+9−122+8=34
If n ≠ −6 , then x=n+6m+1 is a rational number.
x is one of the roots of x2−nx+1=0 . The roots are x1,2=2n±n2−4.
We know, that x is rational, therefore n2−4 is integer, because square root of integer number is either integer or irrational. If it was irrational, then fraction 2n±n2−4 wouldn’t be a rational number.
So, n2−4=k2 , where k is integer.
n2−k2=4⇔(n−k)(n+k)=4
n−k and n+k are both even numbers
(if they are odd, then their product is odd; if one number is odd and another one is even, then their sum is odd, but it is equal to 2n )
We have two cases:
1) {n−k=2n+k=2 and then n=2, k=0 .
2) {n−k=−2n+k=−2 and then n=−2, k=0.
If n=2 : x2−2x+1=(x−1)2=0 and x=1 . If this case x2+6x and x+x1 are integers.
If n=−2 : x2+2x+1=(x+1)2=0 and x=−1 . If this case x2+6x and x+x1 are integers.
Comments