For a fixed pair of real numbers ( b , c ) with b < 0 , find the number of possible values of a that will satisfy the following conditions:
The equation x 4 + a x 3 + b x 2 + c x + d = 0 with a , b , c , d ∈ R has roots x 1 , x 2 , x 3 , x 4 such that x 1 + x 2 = x 3 + x 4 .
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.
In your case 1, for each pair of values of ( b , c ) , there is 1 corresponding real value of a . Note that if we fix b and let c vary, then this root clearly changes. Hence, there are infinitely many possible real values of a .
In fact, what you have shown, is that if ( b , c ) are fixed values with b < 0 , there there is a unique value of a such that the roots can pair up to give x 1 + x 2 = x 3 + x 4 . This is an interesting result.
Log in to reply
@Calvin Lin Sir I edited Question Accordingly ! Can You Please reviewed it !
Thanks !
Thanks. I have updated the answer to 1. Please update your solution accordingly.
The previous statement of the problem had an answer of infinity. Those who answered 2 have been marked incorrect.
Problem Loading...
Note Loading...
Set Loading...
Using Theory Of Equation :
− a = x 1 + x 2 + x 3 + x 4 x 1 + x 2 = x 3 + x 4 = 2 − a . . . ( 1 ) b = ∑ x 1 x 2 b = x 3 ( x 1 + x 2 ) + x 4 ( x 1 + x 2 ) + x 1 x 2 + x 3 x 4 x 1 x 2 + x 3 x 4 = b − 4 a 2 . . . ( 2 ) − c = ∑ x 1 x 2 x 3 − c = x 1 x 2 ( x 3 + x 4 ) + x 3 x 4 ( x 1 + x 2 ) c = 8 a ( 4 b − a 2 ) . . . . ( 3 ) .
Then Let the 3rd equation as f(a)
f ( a ) = a 3 − 4 a b + 8 c = 0 f ′ ( a ) = 3 a 2 − 4 b ∵ b < 0 f ′ ( a ) > 0 .
So this implies f(a) has one root ( Since Monotonic) ( Draw it's Graph )
So For Given Fixed Pair ( b , c ) ' a ' has only one value