⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ x 3 + a x 2 + b x + c = 0 x 3 + b x 2 + c x + a = 0 x 3 + c x 2 + a x + b = 0
Calvin and Brian play the following game. At the beginning, Calvin choose a number a , then Brian chooses a number b , and then Calvin chooses a number c . Can Calvin choose his numbers in such a way that the three equations listed above have a common:
(
A
)
real root?
(
B
)
negative root?
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.
Great explanation!
What was the motivation for the strategy in part 2?
Note that when you used ( 1 ) + ( 2 ) = ( 2 ) + ( 3 ) , you could simplify it to ( 1 ) = ( 3 ) .
Log in to reply
Noted with thanks! As for motivation for this strategy, I was trying to reduce the number of variables involved so expressing b in terms of a came to mind. Initially, I tried a = b but realized that Calvin could simply pick a = c = 1 , for which the equation x 3 + x 2 + x + 1 = 0 has a negative root x = − 1 . Therefore, this approach won't work.
I have better luck with b = − a , which led to the solution.
Problem Loading...
Note Loading...
Set Loading...
The answer is yes for part A , no for part B .
The first part is easy to prove. Note that when c = − a − b − 1 , x = 1 is a real solution to all three equations regardless of Brian's choice of b .
To prove the second part, suppose that Brian pick b such that b = − a . Then, we have the following equations:
x^{3}+ax^{2}-ax+c=0 \ \ \ \tag{1}
x^{3}-ax^{2}+cx+a=0 \ \ \ \tag{2}
x^{3}+cx^{2}+ax-a=0 \ \ \ \tag{3}
( 1 ) + ( 2 ) = ( 2 ) + ( 3 ) :
2 x 3 + ( c − a ) x + a + c = 2 x 3 + ( c − a ) x 2 + ( a + c ) x
( c − a ) x 2 + 2 a x − ( a + c ) = 0
x = 2 ( c − a ) − 2 a ± 4 a 2 + 4 ( c 2 − a 2 )
x = c − a − a ± c
Since x < 0 , x = 1 . Therefore, we change the ± sign to − , implying x = − c − a a + c .
Since ( 1 ) = ( 2 ) , we have
x 3 + a x 2 − a x + c = x 3 − a x 2 + c x + a
2 a x 2 − ( c + a ) x + c − a = 0
Substituting x = − c − a a + c , we have
( c − a ) 2 2 a ( a + c ) 2 + c − a ( a + c ) 2 + c − a = 0
Multiply the equation throughout by ( c − a ) 2 , we get
2 a ( a + c ) 2 + ( a + c ) 2 ( c − a ) + ( c − a ) 3 = 0
( a + c ) 3 + ( c − a ) 3 = 0
a + c = − ( c − a ) , which implies c = 0 .
Substituting this into x = − c − a a + c , we get x = − a − a = 1 . However, we have assumed that x = 1 earlier since we are looking for a negative x which satisfies the equations!
The conclusion follows.