Polynomial Min Value: Find a & b Real #s

  • Thread starter Thread starter VertexOperator
  • Start date Start date
  • Tags Tags
    Polynomials
VertexOperator
Messages
79
Reaction score
0

Homework Statement



Find the minimum possible value for a^{2}+b^{2} where a and b are real such that the following equation has at least one real root.

Homework Equations



x^{4}+ax^{3}+bx^{2}+ax+1

The Attempt at a Solution



I tried to find the roots of the equation and then find a relationship between them but that didn't workout very well for me.
 
Physics news on Phys.org
There are general equations for those roots, but I don't think they are useful here.

- For b=2, there is a nice factorization. This might correspond to the solution, but I don't know how to show that.
- For minimal a^2+b^2, the polynomial has exactly one real root of degree 2. As complex roots come in pairs (for real coefficients), the polynomial can be written as (x+c)^2(x^2+dx+e) for some real c,d,e. It might be possible to solve this directly.
 
Here is another way to think about it:

If ##x^4+ax^3+bx^2+ax+1## has at least one real root, then that means its graph must intersect the x-axis. Since this is a 4th degree equation with a positive leading coefficient the tails of the graph both go off towards positive infinity. Therefore, if the minimum point on the graph is negative, then the graph crosses the x-axis at some point, and therefore it has real roots.

This would change your problem statement to: "Find the minimum possible value of ##a^2+b^2## such that the minimum value of ##x^4+ax^3+bx^2+ax+1## is less than zero"

This will still be a mess, but perhaps it is a more manageable mess than the original? (I haven't tried to solve it, but if this is a multivariable calculus class perhaps you could turn this into a constrained optimization problem with variables a, b, and x?)
 
Last edited:
I think this it:

You can show that any real solution of ##x^4+ax^3+bx^2+ax+1=0## is also a solution of ##x^4-ax^3+bx^2-ax+1=0##. Then you can combine these two equations and get that this solution must be a solution of ##x^4+bx^2+1=0##. But this is great, because you can show from here that ##b^2 \geq 4##. Since you know that letting a=0 and b=2 gives you real solution, you can be confident that this also gives you the least solution.
 
How can we show that any real solution of ##x^4+ax^3+bx^2+ax+1=0## is also a solution of ##x^4-ax^3+bx^2-ax+1=0##?
 
That is a 'reciprocal equation' - if x is a root, 1/x is also a root.

It can be solved conveniently dividing it by x2 and expressing it in the variable z = (x + 1/x).

You might see a way to answer the question on the way before getting to the solution of the equation.
 
Last edited:
hapefish said:
I think this it:

You can show that any real solution of ##x^4+ax^3+bx^2+ax+1=0## is also a solution of ##x^4-ax^3+bx^2-ax+1=0##. Then you can combine these two equations and get that this solution must be a solution of ##x^4+bx^2+1=0##. But this is great, because you can show from here that ##b^2 \geq 4##. Since you know that letting a=0 and b=2 gives you real solution, you can be confident that this also gives you the least solution.

Not quite:

##x^4+4x^3+6x^2+4x+1=(x+1)^3## , but ##x^4-4x^3+6x^2-4x+1=(x-1)^3##

(BTW, this gives you a not-so-great lower bound of ##4^2+6^2=52## for ##a^2+b^2## **)

Still, you do know that if there is one real root, there are at least two, since if

you have a real root, your polynomial splits as a product of a monic and a cubic

and every cubic ( or odd-degree poly.) has a real root, since complex roots come in pairs.

So you get ##x^4+ax^3+bx^2+ax+1=(x^2+cx+d)(x^2+ex+f)##

where, WOLG the left poly ##(x^2+cx+d)## splits *

You can then play around with the Galois groups to make sure the lefthand poly. splits.

Note too, that if x<0 and b is positive, it makes it harder for your poly. to have a root, so you want it to be small if positve, or,

even better, to have b negative. Similarly, you want |a|>|b| , since , for x negative, the a coefficient lower the value of

f(x) and a raises it.

* If the poly. doesn't split, then you must acquit.

** Note that ##x^4+x^3+x+1## , which is the substitution a=1 and b=0 , has -1 as a double-root.
 
Last edited:
epenguin said:
That is a 'reciprocal equation' - if x is a root, 1/x is also a root.

It can be solved conveniently dividing it by x2 and expressing it in the variable z = (x + 1/x).

You might see a way to answer the question on the way before getting to the solution of the equation.

Oooh. That's useful. So, in the extreme case where there is exactly one real root, then x=1/x. Nice hint.
 
Dick said:
Oooh. That's useful. So, in the extreme case where there is exactly one real root, then x=1/x. Nice hint.

You mean up to multiplicity, right? Otherwise , if there is one real root, there must be at

least two real roots ( up to multiplicity), since then f(x) splits as the product of a monic and

cubic .

And by epenquin's answer , the second poly. is of the form

## x^2+ex+1## , and the first is ##(x±1)^2##

And then it is relatively-clean to expand :

##(x^2+ex+1)(x±1)^2## and set it equal to f(x) (which I'll do later when I have more time).
 
Last edited:
  • #10
How is it even possible that there is only 1 real root? Since it is a quartic shouldn't be there 0, 2, or 4?
 
  • #11
VertexOperator said:
How is it even possible that there is only 1 real root? Since it is a quartic shouldn't be there 0, 2, or 4?

Yes, you're right, (I mentioned that in my post); if there is one root, then f(x) is the product

of a monic and a cubic , and the cubic must have at least one real root), so f(x) splits

as the product of 2 monics and a quadratic.
 
  • #12
Dick said:
(x-1)^4 has one real root. I don't think we are counting multiplicities here.

ok, but I thought we have to count multiplicities?
 
  • #13
But I think it makes a difference to check multiplicities, since there is a difference between a poly. with a double real root and a complex root (with its conjugate) , and having a poly. with four real roots.

Sorry, my posts were all-over the place; this problem is too difficult for me to do it on-and-off while doing something else.
 
Last edited:
  • #14
VertexOperator said:
ok, but I thought we have to count multiplicities?

You can count them if you want. But having at least one real root doesn't depend on the multiplicity. The idea I'm trying to follow is that as you decrease a^2+b^2 then at some point there is exactly one real root (and yes, it will have multiplicity at least 2 and possibly 4). That leads back to epenguins hint.
 
Last edited:
  • #15
Bacle2 said:
But I think it makes a difference to check multiplicities, since there is a difference between a poly. with a double real root and a complex root (with its conjugate) , and having a poly. with four real roots.

Sorry, my posts were all-over the place; this problem is too difficult for me to do it on-and-off while doing something else.

That's ok. Now you've got me worried. I'm trying to say that at the minimal value of a^2+b^2 there is exactly one real root. Hence that root satisfies 1/x=x. But suppose at the minimal value there are TWO real roots. Like 1/2 and 2 both multiplicity 2. Then as you decrease a^2+b^2 then both roots go away at the same time. That seems pretty unlikely, but it's still a gap that needs closing.
 
  • #16
Dick said:
That's ok. Now you've got me worried. I'm trying to say that at the minimal value of a^2+b^2 there is exactly one real root. Hence that root satisfies 1/x=x. But suppose at the minimal value there are TWO real roots. Like 1/2 and 2 both multiplicity 2. Then as you decrease a^2+b^2 then both roots go away at the same time. That seems pretty unlikely, but it's still a gap that needs closing.

Sorry, have not been too focused here, but maybe we can use the fact here that

1 is an upper bound for ##a^2+b^2## , since a=1 and b=0 leads to f(x) having -1

as a root.
 
  • #17
Bacle2 said:
Sorry, have not been too focused here, but maybe we can use the fact here that

1 is an upper bound for ##a^2+b^2## , since a=1 and b=0 leads to f(x) having -1

as a root.

Sure. There's a lot of upper bounds. And 0 is certainly a lower bound where there are no real roots. The trick is to use some property that happens exactly at the lower bound. Keep thinking about it. If I assume there is exactly one real root at the lower bound with multiplicity 2, then I think I've got it. If there are two, I don't. It's a challenging question.
 
Last edited:
  • #18
This question is from the IMO btw.
 
  • #19
epenguin said:
That is a 'reciprocal equation' - if x is a root, 1/x is also a root.

It can be solved conveniently dividing it by x2 and expressing it in the variable z = (x + 1/x).

You might see a way to answer the question on the way before getting to the solution of the equation.
Great. I was sure that the symmetry could be used in some way, but did not see the trick.

This simplifies my equation in post 2...

Dick said:
If I assume there is exactly one real root at the lower bound with multiplicity 2, then I think I've got it. If there are two, I don't. It's a challenging question.
Edit: Hmm, that might be a problem.
 
Last edited:
  • #20
The equation is palindromic, so the standard technique is: $$
x^4 + ax^3 + bx^2 + ax + 1 = 0

\\ \Rightarrow x^2 + ax + b + a/x + 1/x^2 = 0

\\ \Rightarrow X^2 + pX + q = 0 $$ where ## X = 1/x + x ##. The resultant quadratic is then analyzed.
 
  • #21
voko said:
The equation is palindromic, so the standard technique is: $$
x^4 + ax^3 + bx^2 + ax + 1 = 0

\\ \Rightarrow x^2 + ax + b + a/x + 1/x^2 = 0

\\ \Rightarrow X^2 + pX + q = 0 $$ where ## X = 1/x + x ##. The resultant quadratic is then analyzed.
Yeah, that was epenguin's hint. I was sort of hoping to get away with an argument that didn't require actually finding the roots.
 
  • #22
Think about this; you get a quadratic in z .

I think if you think about it you find you can't get a real root in x if z is not real.

So the discriminant (a2 - 4b + 8) of the quadratic in z has to be positive. But whatever else that limits, it does not put any minimum on a2 nor b2 which can be as small as you like. Or rather a can be as small as you like and as long as b is small enough it is OK

So you only have to worry about the equation for x:

x2 - xz + 1 = 0

From that, or else just by looking at the function (x + 1/x) you realize that no z between -2 and 2 can correspond to real x. So at least one of the z has to be outside that range. After which it may not be very nice, but you have some handle on it.

Everything I say needs you check.
 
  • #23
Dick said:
Yeah, that was epenguin's hint. I was sort of hoping to get away with an argument that didn't require actually finding the roots.

So was I. After the problem has been solved we might find the elegant argument we should have thought of in the first place. :biggrin:
 
Last edited:
  • #24
epenguin said:
So was I. After the problem has been solved we might find the elegant arument we should have thought of in the first place. :biggrin:

Alright then. I think you can handle the two real zero case. If a root r isn't equal to +/-1, then the polynomial having two roots of multiplicity 2 is (x-r)^2*(x-1/r)^2. You can expand it out and find a and b. Then find extrema of a^2+b^2 by differentiating it. It's minimized at r=+/-1, but the value of a^2+b^2 is 52. Which is way too large, since Bacle found a case where it's 1. The other possibility is (x-1)^2*(x+1)^2. Which gives a^2+b^2=4. Still too big.

That blemish eliminated then we should be back on track. In the case of minimal a^2+b^2 there is one real root of multiplicity 2. Hence its value must be +1 or -1. The rest is easy.
 
Last edited:
  • #25


Oof, just as I predicted, having convinced myself by the argument I indicated of what the answer was, I looked at the equation and it is indeed obvious that the minimum (a2 + b2) for real roots is 0, since in that case it has 1 and -1 as roots.

No doubt the smartasses who compete in this despicable IMO competion are wised up to look for that sort of rubbish.
 
Last edited:
  • #26
epenguin said:
Oof, just as I predicted, having convinced myself by the argument I indicated of what the answer was, I looked at the equation and it is indeed obvious that the minimum (a2 + b2) for real roots is 0, since in that case it has 1 and -1 as roots.

No doubt the smartasses who compete in this despicable competion are wised up to look for that sort of rubbish.

Mmm. x^4+1=0 doesn't have any real roots. What do you mean? There IS a positive value of a^2+b^2 where there are real solutions and below which there aren't. I don't usually care much for Olympiad problems because they require more brains than I'm usually willing to expend (or have) on getting some small result. Wouldn't call them despicable or smartasses though. Some people like this stuff. And it actually was kind of entertaining. Kept me off the streets for a while.
 
Last edited:
  • #27
Dick said:
Mmm. x^4+1=0 doesn't have any real roots. What do you mean? There IS a positive value of a^2+b^2 where there are real solutions and below which there aren't. I don't usually care much for Olympiad problems because they require more brains than I'm usually willing to expend (or have) on getting some small result. Wouldn't call them despicable or smartasses though. Some people like this stuff. And it actually was kind of entertaining. Kept me off the streets for a while.

OK it was late at night. However it does maybe suggest an approach to the answer.
 
  • #28
epenguin said:
OK it was late at night. However it does maybe suggest an approach to the answer.

The solution I did (thanks to your hint) is "almost" really easy. If there is a single real root of multiplicity 2 then it must be 1 or -1. Then you just have to extremize a^2+b^2 subject to the linear constraint you get from putting 1 or -1 in as a root. That's easy. The glitch I ran into was excluding the case that at the minimal value of a^2+b^2 there might be two real roots of multiplicity 2. That made things a little ugly. But doable.
 
Last edited:
  • #29
So what is the final answer to this question :(
 
  • #30
VertexOperator said:
So what is the final answer to this question :(

Shouldn't you try to work it out for yourself? There's hints galore here.
 
  • #31
But why do the roots have to be 1 and -1?
How can I write this in a proper way?
 
  • #32
Dick said:
Shouldn't you try to work it out for yourself? There's hints galore here.

Yes I think so. I've even recovered from last night and think I've got it.

To save you time - you don't need to go into the detail of the solution of these equations.
 
Last edited:
  • #33
VertexOperator said:
But why do the roots have to be 1 and -1?
How can I write this in a proper way?

You have to start at the beginning. The first thing to work out is the reason why if a and b minimize a^2+b^2 then no root can be a simple root, i.e. multiplicity one.
 
  • #34
VertexOperator said:
This question is from the IMO btw.

There is really no reason to post Olympiad problems if you just want to watch other people working on them and not participate yourself, now is there? You could just look up past solutions. Do you have any real interest in this problem?
 
  • #35
I don't know which paper the question is from but my teacher said it is relevant to the maths course we are doing in school... it is doable by the skills I learned in this course but meant to be very challenging. Off course I am interested in knowing how to do it but there are many different solutions here no of which is final so I am just confused.
 
  • #36
VertexOperator said:
I don't know which paper the question is from but my teacher said it is relevant to the maths course we are doing in school... it is doable by the skills I learned in this course but meant to be very challenging. Off course I am interested in knowing how to do it but there are many different solutions here no of which is final so I am just confused.

I outlined one solution here. Just try following through on that or, if you have other solutions pick one of them. You can ask questions about it here as long as the question isn't "What's the answer?". You have to put some work into it.
 
  • #37
Dick said:
The solution I did (thanks to your hint) is "almost" really easy. If there is a single real root of multiplicity 2 then it must be 1 or -1. Then you just have to extremize a^2+b^2 subject to the linear constraint you get from putting 1 or -1 in as a root. That's easy. The glitch I ran into was excluding the case that at the minimal value of a^2+b^2 there might be two real roots of multiplicity 2. That made things a little ugly. But doable.

Thank you a lot everyone!
I went through all the posts now and this is what I got so far:
We divide the equation by x^2 to get Z^2+aZ+b=0 but why did epenguin say the discriminant is a^2-4b+8? Where did the 8 come from. My second question is why does x have to equal 1/x? If you can explain to me why x=1/x I will then understand why the solutions must be either 1 or -1.
But if the solutions are 1 or -1 we can simply sub into the original equation and solve them simultaneously and get a=0 and b=2 which is too large as you said so could you please explain the bold part :)
I am not used to the rules here, I thought I can ask for the answer but I get it now!
 
  • #38
VertexOperator said:
Thank you a lot everyone!
I went through all the posts now and this is what I got so far:
We divide the equation by x^2 to get Z^2+aZ+b=0 but why did epenguin say the discriminant is a^2-4b+8? Where did the 8 come from. My second question is why does x have to equal 1/x? If you can explain to me why x=1/x I will then understand why the solutions must be either 1 or -1.
But if the solutions are 1 or -1 we can simply sub into the original equation and solve them simultaneously and get a=0 and b=2 which is too large as you said so could you please explain the bold part :)
I am not used to the rules here, I thought I can ask for the answer but I get it now!

I can tell you about the second part. If f(x)=x^4+ax^3+bx^2+ax+1, so if x is a root, then f(x)=0. Now show that f(x)/x^4=f(1/x). Work it out, it's just simple algebra. So if f(x)=0 then f(x)/x^4=f(1/x)=0. So if x is a root then 1/x is also a root.
 
Last edited:
  • #39
wow, that is easy, I get 1+a/x+b/x^2+a/x^3+x^4 which is f(1/x)
Very nice so far, I am just still confused about the bold part!
 
  • #40
VertexOperator said:
wow, that is easy, I get 1+a/x+b/x^2+a/x^3+x^4 which is f(1/x)
Very nice so far, I am just still confused about the bold part!

First go back to my question in post 33. Suppose r is a simple multiplicity 1 root and a^2+b^2 is at it's minimal value. The graph of the polynomial near the root the just looks like a line crossing the x-axis, right? That means if you move the graph just a little by varying a and b, there will still be a real root because the graph will still cross the x-axis, just in a slightly different spot. That in turn means you can make a or b just a little smaller so you decrease a^2+b^2 and still have a root. So that would contradict a^2+b^2 being the smallest value where you still have a real root.

That means at the minimal value, all of the real roots must have multiplicity 2 or greater.
 
Last edited:
  • #41
VertexOperator said:
We divide the equation by x^2 to get Z^2+aZ+b=0 but why did epenguin say the discriminant is a^2-4b+8? Where did the 8 come from. My second question is why does x have to equal 1/x? If you can explain to me why x=1/x I will then understand why the solutions must be either 1 or -1.

First qestion, you do not get that - it looks like you are taking (x2 + 1/x2) to be the same thing as
(x + 1/x)2
 
  • #42
oh yes it should be x^2+1/x^2.
 
  • #43
VertexOperator said:
oh yes it should be x^2+1/x^2.

My typo, I meant looks like you are taking (x2 + 1/x2) to be the same thing as
(x + 1/x)2
 
  • #44
So can you guys tell me what to do next :)
 
  • #45
VertexOperator said:
So can you guys tell me what to do next :)

Tell us what you did about what we have already suggested. E.g. When you told a very little in #37 I was able to put you right. Do something using these suggestions. Take a step.

I now think the approach of Dick explained in #40 and elsewhere :wink: is the easiest. Only personally I would start at a condition that you now know where there is a double root and vary from that as was explained. Personally I would not worry at the start about whether it has two double roots.

But it should also be doable and would be beneficial to also do via the solution of the equation about which you have been told in #6, 20, 22.
 
Last edited:
  • #46
epenguin said:
Tell us what you did about what we have already suggested. E.g. When you told a very little in #37 I was able to put you right. Do something using these suggestions. Take a step.

I now think the approach of Dick explained in #40 and elsewhere :wink: is the easiest. Only personally I would start at a condition that you now know where there is a double root and vary from that as was explained. Personally I would not worry at the start about whether it has two double roots.

But it should also be doable and would be beneficial to also do via the solution of the equation about which you have been told in #6, 20, 22.

That's a good idea. Just assuming you have one real root of multiplicity 2 not only eliminates some of the harder complications but it also leads pretty directly to the answer for the minimum of a^2+b^2. That should be satisfying. You can worry about why you can make that assumption later.
 
  • #47
When I assume we have one real root of multiplicity 2 I get a^2=-4(b+2), is that right?
 
  • #48
VertexOperator said:
When I assume we have one real root of multiplicity 2 I get a^2=-4(b+2), is that right?

Why do you think that?
 
  • #49
Because when it has multiplicity 2 the discriminant is 0 :(
 
  • #50
VertexOperator said:
Because when it has multiplicity 2 the discriminant is 0 :(

You should really say what quadratic that is supposed be the discriminant of. I'm guessing it's the one involving x+1/x. Then no, that doesn't work. x is a double root of the original equation. That doesn't mean x+1/x is a double root of that equation.
 
Back
Top