How do I use the intermediate value theorem to determine whether a polynomial function has a solution over a given interval?

1 Answer

To answer this question, we need to know what the intermediate value theorem says.

The theorem basically sates that:
For a given continuous function f(x)f(x) in a given interval [a,b][a,b], for some yy between f(a)f(a) and f(b)f(b), there is a value cc in the interval to which f(c) = yf(c)=y.

It's application to determining whether there is a solution in an interval is to test it's upper and lower bound.

Let's say that our f(x)f(x) is such that f(x) = x^2 - 6*x + 8f(x)=x26x+8 and we want to know if there is a solution between 11 and 33 (in the [1,3][1,3] interval).
f(1) = 3f(1)=3
f(3) = -1f(3)=1
From the theorem (since all polynomials are continuous), we know that there is a cc in [1,3][1,3] such that f(c) = 0f(c)=0 (-1 <= 0 <= 3103)//

Hope it helps.