a + b is root of a monic polynomial of grade 4 with integers coefficients x 4 + a 3 x 3 + a 2 x 2 + a 1 x + a 0 , where a and b are coprime integers. We know that a 2 = − 1 0 a 0 and the sum of the coefficients is − 2 a − b .
Find ( a − 4 b ) 2
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 c = a + b , so c 2 = a + b + 2 a b > ( c 2 − ( a + b ) ) 2 = 4 a b
c 4 + ( a + b ) 2 − 2 ( a + b ) 2 c 2 − 4 a b = 0
and so a + b is root of the polynomial x 4 − 2 ( a + b ) x 2 + ( a − b ) 2
The coefficients are: a 4 = 1 ; a 3 = 0 ; a 2 = − 2 ( a + b ) ; a 1 = 0 ; a 0 = ( a − b ) 2
So we have − 2 ( a + b ) = − 1 0 ( a − b ) 2
a + b = 5 ( a − b ) 2
Now considering the sum: − 2 a − b = ∑ i = 0 4 a i = 1 − 2 ( a + b ) + ( a − b ) 2
1 + ( a − b ) 2 − 2 a − 2 b = − 2 a − b
( a − b ) 2 − b + 1 = 0
( a − b ) 2 = b − 1
Sobstitute the last expression in the boxed expression up
( a + b ) = 5 ( b − 1 )
a − 4 b = − 5
And finally ( a − 4 b ) 2 = ( − 5 ) 2 = 2 5
* NOTE: * a , b are in the form a = 4 n + 3 ; b = n + 2 and for every value of n are coprime.
Comments:
1 - For n = ( − 1 ; − 2 ; − 3 ) , a and b are not coprime.
2 - What if we have a ∧ b = 7 ∧ 5 ? These are not attained by the parametric values you submitted, but still your problem remains true.
Problem Loading...
Note Loading...
Set Loading...
The minimal "integer-coefficiented" monic polynomial such that P ( a + b ) = 0 can be found by knowing that all of a + b conjugates are also roots. It means
P ( x ) = ( x − a − b ) ( x − a + b ) ( x + a − b ) ( x + a + b ) ⇒ P ( x ) = x 4 − 2 ( a + b ) x 2 + ( a − b ) 2 .
From the problem statements, we have that the first expression α shows us 2 ( a + b ) = 1 0 ( a − b ) 2 ⇒ ( a − b ) 2 = 5 a + b .
Also, we get the other expression, β , shows 1 + − 2 ( a + b ) + ( a − b ) 2 = − 2 a − b ⇒ ( a − b ) 2 − b + 1 = 0 .
Putting α inside β , we get 5 a + b − b + 1 = 0 ⇒ 5 a − 4 b = − 1 ⇒ ( a − 4 b ) 2 = 2 5 .
Awesome exercise, Marco! Keep it up, man!