Suppose that a + b , b + c , and c + a are the complex roots of the equation x 3 + 1 0 x 2 − 4 x + 2 3 = 0 . If the 3rd degree polynomial that has a , b and c as roots can be written in the form x 3 + s x 2 + t x + u , what is the value of s + t + u ?
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.
Nice solution although I didn't understand how your synthetic division shortcut works.
We need to find the values of
We can use Vieta's formulas to get
From the first equation, we get 2 ( a + b + c ) = − 1 0 ⟹ a + b + c = − 5 . Therefore, we have s = − ( a + b + c ) = 5 . We can also write the following equations
Now, we can plug these in the second and third equations to get
We can simplify and rearrange both equations to get
Since we know that a + b + c = − 5 , we know that
Therefore, t = a b + b c + a c = − 2 9 . We can plug this into the second equation to get − u = a b c = 1 6 8 ⟹ u = − 1 6 8 .
Finally, we have s + t + u = 5 − 2 9 − 1 6 8 = − 1 9 2 .
Problem Loading...
Note Loading...
Set Loading...
We have ( a + b ) + ( b + c ) + ( c + a ) = − 1 0 by Vieta's, so a + b + c = − 5 . Thus, the roots of the original polynomial can also be expressed as − a − 5 , − b − 5 , − c − 5 .
Let f ( x ) = x 3 + 1 0 x 2 − 4 x + 2 3 . The polynomial with roots a + 5 , b + 5 , c + 5 , which are opposites of the roots of f ( x ) , is
g ( x ) = − f ( − x ) = − [ ( − x ) 3 + 1 0 ( − x ) 2 − 4 ( − x ) + 2 3 ] = x 3 − 1 0 x 2 − 4 x − 2 3
(we take the opposite of the intended f ( − x ) since our final answer must have a positive leading coefficient). Next, the polynomial with roots a , b , c , which are 5 less than the roots of g ( x ) , is
h ( x ) = g ( x + 5 ) = ( x + 5 ) 3 − 1 0 ( x + 5 ) 2 − 4 ( x + 5 ) − 2 3 .
Instead of expanding this out completely, we use a shortcut: use synthetic division on the coefficients of g ( x ) repeatedly, removing the final coefficient calculated each time, until there are no more coefficients to divide. The removed coefficients are the coefficients of h ( x ) . The method looks like this:
5 5 5 5 1 1 1 1 1 1 0 − 1 0 − 5 5 0 5 5 − 4 0 − 2 9 0 − 2 9 2 3 4 0 − 1 6 8
Thus, h ( x ) = x 3 + 5 x 2 − 2 9 x − 1 6 8 , and s + t + u = 5 − 2 9 − 1 6 8 = − 1 9 2 .