Given that x 1 , x 2 , and x 3 are the roots of the polynomial f ( x ) = 4 x 3 − 2 4 x 2 + 4 4 x − 2 3 , you can express the number
( x 1 x 2 ) 4 + ( x 2 x 3 ) 4 + ( x 1 x 3 ) 4
as a fraction q p , where p and q are positive coprime integers. Find p + q .
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.
An alternative to the recurrence would be r 1 4 + r 2 4 + r 3 4 = ( r 1 2 + r 2 2 + r 3 2 ) 2 − 2 ( ( r 1 r 2 ) 2 + ( r 2 r 3 ) 2 + ( r 3 r 1 ) 2 ) = ( ( r 1 + r 2 + r 3 ) 2 − 2 ( r 1 r 2 + r 2 r 3 + r 3 r 1 ) ) 2 − 2 ( ( r 1 r 2 + r 2 r 3 + r 3 r 1 ) 2 − 2 ( r 1 + r 2 + r 3 ) ( r 1 r 2 r 3 ) ) where r 1 = x 1 x 2 , r 2 = x 2 x 3 and r 3 = x 3 x 1
How was 69/2 gotten
By Vieta's formula , we have x 1 + x 2 + x 3 = 4 2 4 = 6 , x 1 x 2 + x 2 x 3 + x 3 x 1 = 4 4 4 = 1 1 , and x 1 x 2 x 3 = 4 2 3 .
Now let a = x 1 x 2 , b = x 2 x 3 , and c = x 3 x 1 and P n = a n + b n + c n , where n is a positive integer. Then we can solve for P 4 = a 4 + b 4 + c 4 = ( x 1 x 2 ) 4 + ( x 2 x 3 ) 4 + ( x 3 x 1 ) 4 using Newton's sums (or identities) as follows:
Let ⎩ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎧ S 1 = a + b + c = x 1 x 2 + x 2 x 3 + x 3 x 1 = 1 1 S 2 = a b + b c + c a = x 1 x 2 2 x 3 + x 1 x 2 x 3 2 + x 1 2 x 2 x 3 = x 1 x 2 x 3 ( x 1 + x 2 + x 3 ) = 4 2 3 × 6 = 2 6 9 S 3 = a b c = ( x 1 x 2 x 3 ) 2 = ( 4 2 3 ) 2 = 1 6 5 2 9
Then
P 1 P 2 P 3 P 3 = S 1 = 1 1 = S 1 P 1 − 2 S 2 = 1 1 × 1 1 − 2 × 2 6 9 = 5 2 = S 1 P 2 − S 2 P 1 + 3 S 3 = 1 1 × 5 2 − 2 6 9 × 1 1 + 3 × 1 6 5 2 9 = 1 6 4 6 6 7 = S 1 P 3 − S 2 P 2 + S 3 P 1 = 1 1 × 1 6 4 6 6 7 − 2 6 9 × 5 2 + 1 6 5 2 9 × 1 1 = 4 7 1 1 3
Therefore p + q = 7 1 1 3 + 4 = 7 1 1 7 .
Problem Loading...
Note Loading...
Set Loading...
Using Vieta's formulas we get that x 1 + x 2 + x 3 = 6 , x 1 x 2 + x 2 x 3 + x 1 x 3 = 1 1 and x 1 x 2 x 3 = 2 3 / 4 . We can construct a new polynomial g ( x ) = x 3 + a x 2 + b x + c , whose roots are x 1 x 2 , x 2 x 3 , and x 1 x 3 . Using Vieta's formulas again and the previous equations we get a = − ( x 1 x 2 + x 2 x 3 + x 1 x 3 ) = − 1 1 b = x 1 2 x 2 x 3 + x 1 x 2 2 x 3 + x 1 x 2 x 3 2 = x 1 x 2 x 3 ( x 1 + x 2 + x 3 ) = 4 2 3 × 6 = 2 6 9 c = − ( x 1 x 2 ) ( x 2 x 3 ) ( x 1 x 3 ) = − ( x 1 x 2 x 3 ) 2 = − ( 4 2 3 ) 2 = − 1 6 5 2 9 . So, the numbers x 1 x 2 , x 2 x 3 and x 1 x 3 are the roots of the polynomial g ( x ) = x 3 − 1 1 x 2 + 2 6 9 x − 1 6 5 2 9 .
Now, let us define α n = ( x 1 x 2 ) n + ( x 2 x 3 ) n + ( x 1 x 3 ) n . It is obvious that α 0 = 3 (none of the x i ′ s is equal to zero) and α 1 = x 1 x 2 + x 2 x 3 + x 1 x 3 = 1 1 . We can also find α 2 . Indeed, α 2 = ( x 1 x 2 ) 2 + ( x 2 x 3 ) 2 + ( x 1 x 3 ) 2 = ( x 1 x 2 + x 2 x 3 + x 1 x 3 ) 2 − 2 x 1 x 2 x 3 ( x 1 + x 2 + x 3 ) = 1 1 2 − 2 × 4 2 3 × 6 = 5 2 . Now it is easy to see that α n is a linear recurrent sequence such that α n = 1 1 α n − 1 − 2 6 9 α n − 2 + 1 6 5 2 9 α n − 3 , and α 0 = 3 , α 1 = 1 1 and α 2 = 5 2 . Using the recurrence relation, we get that α 3 = 1 6 4 6 6 7 and α 4 = 4 7 1 1 3 . Therefore, the answer is 7 1 1 3 + 4 = 7 1 1 7 .