Solver's Guide: Finding Least Number of Positive Roots in a Equation

  • Thread starter Thread starter zorro
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
The discussion revolves around determining the least number of positive roots for a specific polynomial equation. The polynomial is expressed in terms of its roots, leading to the conclusion that the product of the roots equals one. By applying the Arithmetic Mean-Geometric Mean (AM-GM) inequality, it is established that the sum of the roots equals the number of roots, which implies that the roots must all equal one for equality to hold. This analysis ultimately suggests that the least value of n, where a2 + a3 is negative, is 6. The conversation highlights the cleverness of using AM-GM to derive the solution efficiently.
zorro
Messages
1,378
Reaction score
0

Homework Statement



If equation https://www.physicsforums.com/attachment.php?attachmentid=32867&stc=1&d=1299509982 has n positive roots, then least value of n for which a2 + a3 is negative, is

The Attempt at a Solution



Time allotted is 1 minute.
I have no idea of solving such questions.
 
Physics news on Phys.org


Sorry I missed out the equation. PF was slow at that time and I could not check my post.

It is xn - nxn-1 + a2xn-2 + a3xn-3 + ...an-1x + (-1)n = 0
 


I'm unsure myself, but I'll see if I can shed some light on the problem and hopefully someone else can carry on from there. By the way, I'm not even sure if this will be helping at all with the answer - I'm pretty much just throwing some ideas and relationships out there to see if it will lead to anything.

x^n-nx^{n-1}+a_2x^{n-2}+a_3x^{n-3}+...+a_{n-1}x+(-1)^n=0

Since this polynomial of nth degree has n positive roots, then it is equivalent to

(x-r_1)(x-r_2)...(x-r_n)=0

where ri are the roots and r_i>0, i=1,2,...,n

If we were to expand out the constant from the factored form, we would get

(-1)^nr_1r_2r_3...r_n

and this is equivalent to the constant in the polynomial, so we have

(-1)^nr_1r_2r_3...r_n\equiv (-1)^n

thus

r_1r_2r_3...r_n=1

Similarly if you expanded the factored form to get the coefficient of xn-1 you'll get

r_1+r_2+...+r_n=n

Now I'll sit here and think some more about it...
 


Awful, not very well defined question. I mean, am I allowed to say it's a quadratic? - i.e. a3 doesn't exist - which is different from saying it's zero. Am I allowed to say a2 doesn't exist either?

If so it's fairly easy. But if this a3 is meant to imply it's at least a cubic it's a bit more difficult. Try and answer whether it can be quadratic and whether can be cubic too, or if not try the next number, too and submit more than one with "if is meant..." Anyway I think you're meant to work up from a small number like that.

Descartes' rule tells you something about whether it might or could not be or whether it might be though not whether it is. It would take me more than a minute to tell whether it is for n=3. The first and second terms of the poly are suggesting you compare with (x - 1)n .

Maybe with these hints you can construct a polynomial with the properties asked.
 


I figured out a 30 second method to work this out with someone else's help. Let me post it so that you both can learn from it o:)

Let us assume that the n positive roots are r1, r2, r3...rn

We have r1 + r2 + r3...+rn = n
Using A.M.>=G.M.

(r1 + r2 + r3...+rn)/n >=(r1.r2.r3...rn)1/n
which implies that (r1.r2.r3...rn)<=1

From the equation we can see that the product of the roots is 1, which is also proved by Mentallic.
So equality will hold when all of them are equal to 1.

This leaves us with nC3 > nC2
which gives 6 as the answer.
 


Abdul Quadeer said:
I figured out a 30 second method to work this out with someone else's help. Let me post it so that you both can learn from it o:)

Let us assume that the n positive roots are r1, r2, r3...rn

We have r1 + r2 + r3...+rn = n
Using A.M.>=G.M.

(r1 + r2 + r3...+rn)/n >=(r1.r2.r3...rn)1/n
which implies that (r1.r2.r3...rn)<=1

From the equation we can see that the product of the roots is 1, which is also proved by Mentallic.
So equality will hold when all of them are equal to 1.

This leaves us with nC3 > nC2
which gives 6 as the answer.

That's clever. Not only to solve the problem like that but to craftily engineer a problem which is so exactly solved by the boundary case of AM-GM. I hate problems like that. Thanks for reporting back!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top