x 6 − 1 2 x 5 + a x 4 + b x 3 + c x 2 + d x + 6 4 = 0
Let a , b , c , d be all constants.
If all of the roots of the above equation are positive, find b + c − a .
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.
Positive and negative is defined only for real numbers
Positive = Numbers greater than zero
Negative = Numbers lesser than zero
But as you would know complex numbers cannot be compared
Excellent solution sir. I haven't learned about Vieta's formula (but I learned the AMGM inequality instead haha) but you have presented an elegant solution that is simple to understand. Thankyou.
Thanks for your appreciation
FYI To start a new line, leave 3 empty spaces at the end of the sentence. I've edited your solution, so that it is easier to read.
Nice solution.
I suggest that you replace the phrase "all of the roots of the above equation are positive" by "all of the roots of the above equation are real and positive"
Log in to reply
Positive implies real already.
Log in to reply
The domain of the variable x is not given. so that: "All of the roots" may signify for some people "All of the real roots" and for others "All of the complex roots".
I mean if this equation has only two positive roots and the others are complex, I can say "all of the roots of the above equation are positive".
Maybe we can say: "the above equation has six positive roots"
Log in to reply
@Abdelhamid Saadi – That's where I disagree. You cannot add dependent quantifiers when interpreting a statement. The statement "All of the roots of the above equation are positive" means that all of the roots (real or complex) are positive (and hence real).
If the statement was "All of the real roots of the above equation are positive", then I agree that it allows for complex roots.
Log in to reply
@Calvin Lin – If this is the convention, just ignore my comment.
I was just thinking about people who didn't know about complex numbers yet, since this problem doesn't need knowledge of complex numbers.
Sum of 6 positive numbers = 12
Product = 64
Therefore AM = GM . hence all numbers should be equal.
By vieta's We know a = sum of roots taken two at a time = 6C2 * 2* 2 = 60
b = sum of roots taken 3 at a time = -(6C3* 2* 2* 2) = -160
c = sum of roots taken 4 at a time = 6C4* 2* 2* 2* 2 =240
b+c-a = 80-60 = 20
Problem Loading...
Note Loading...
Set Loading...
Let p , q , r , s , t , u be the positive roots . Since degree of polynomial is six it has six positive roots.
By vieta's formula , p + q + r + s + t + u = 1 2 and p q r s t u = 6 4
Applying arithmetic mean - geometric mean , we obtain
6 p + q + r + s + t + u ≥ ( p q r s t u ) 6 1
Observe that A M = 2 and G M = 2 , so we are in the equality case. This means that all of the variables are equal, thus p = q = r = s = t = u = 2 .
Hence a = 1 5 ∗ 2 ∗ 2 = 6 0 , b = − 2 0 ∗ 2 ∗ 2 ∗ 2 = − 1 6 0 , c = 1 5 ∗ 2 ∗ 2 ∗ 2 ∗ 2 = 2 4 0 .
Therefore b + c − a = 2 0 .