RChristenk
- 73
- 9
- Homework Statement
- Proof of upper and lower bound theorem for polynomials
- Relevant Equations
- None
To prove the upper bound: Let ##c>0##, divide it into ##f(x)## and the coefficients in the final line of the synthetic division tableau are all non-negative. Thus ##f(x)=(x-c)q(x)+r##, where ##r \geq 0## (since the coefficients are given as all non-negative) and is a constant because it's degree must be less than ##(x-c)##.
Now let ##b>c>0##, then ##f(b)=(b-c)q(b)+r##. ##b-c >0##, ##q(b)>0## (since all coefficients of ##q(x)## are non-negative) and ##r \geq 0##. Hence ##f(b) > 0##, which means it never touches the ##x##-axis and therefore proves ##c>0## is a upper bound.
If all the coefficients are non-positive, and ##b>c>0##, then in ##f(b)=(b-c)q(b)+r##, ##b-c>0##, ##q(b)<0## since all coefficients in ##q(x)## are negative, and ##r \leq 0## because it is given all the coefficients are non-positive. Therefore ##f(b)=## negative ##+## negative/zero, or ##f(b)<0##. I have a question here: I don't understand why ##f(b)<0## is considered an upper bound? Doesn't this contradict ##f(b)>0## shown previously?
As for proving the lower bound, I'm told the lower bound for the negative real zeros of ##f(x)## is equal to the upper bound of the positive real zeros of ##f(-x)##. I'm completely lost here and don't understand what it means.