Consider polynomials of the form x 2 0 1 4 + a 2 0 1 3 x 2 0 1 3 + … + a 1 x + 1 , with real coefficients and having at least one real zero. Determine the smallest possible value of ∑ i = 1 2 0 1 3 a i 2 .
Round your answer to 3 decimal places.
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.
How do you know that 1 must be the real root of the polynomial?
Why can't another root give us a smaller sum of squares?
suppose we consider the case when the degree of the polynomial is 4. we first solve the following problem. the polynomial f(x)=x^4+ax^3+bx^2+cx+1 with real coefficients has atleast one real root. we want to find the minimum value of a^2+b^2+c^2 . suppose f(x) has one real root the f(x)=(x+r)(x^3+px^2+qx+1/r) where r,p,q are real numbers and r is not equal to 0. now (x+r)(x^3+px^2+qx+1/r)=x^4+(r+p)x^3+(rp+q)x^2+(qr+1/r)x+1 we have to minimise (r+p)^2+(rp+q)^2+(qr+1/r)^2 constraints are r is not equal to zero. we can do this for any even degree polynomial. in this problem the degree of the polynomial is 2014. minimising this expression needs lot of hard work. this method surely works. may not be the best way of doing things.
obviously the sum will be minimum when all the terms are equal or magnitude of the coefficients are equal.
i worked backward from here and noticed that.
x=-1 and
a
e
v
e
n
=-2/2013 and
a
o
d
d
=2/2013 worked beautifully.
sum = 2013(2.2/2013.2013) = 4/2013 = 0.00198
Problem Loading...
Note Loading...
Set Loading...
Clearly suppose 1 is the only real root of the polynomial. We get a1+a2…+a2013=-2. Now apply cauchy schwarz inequality.