Question #60f48

1 Answer
Jun 4, 2016

The easiest way of doing this is using a calculus concept called the intermediate value theorem. The intermediate value theorem basically states that given a function #f(x)# which is continuous on an interval #[a,b]#, #f# takes on every value between #f(a)# and #f(b)# somewhere in that interval.

While a function being continuous has a more rigorous and nuanced definition, a non-calculus student may think of it as being a function which can be graphed without lifting one's pen off of the paper. This suffices for most simple functions, and also gives some idea as to why the intermediate value theorem works. If you never take your pen off the paper, then to get from #f(a)# to #f(b)#, you need to pass over each point between them.

As it happens, a polynomial function will be continuous on any interval, and we can use that to show that the given equation has a solution. Consider, for example, the interval #[-2,1]#.

Letting #f(x) = x^9+3x+15#, we have

#f(-2) = (-2)^9+(-2)3+15 = -512-6+15=-503#

and

#f(1) = 1^9+(1)3+15 = 1+3+15 = 19#

As #f(-2) = -503# and #f(1) = 19#, the intermediate value theorem lets us say that for any value #y# between #-503# and #19#, there exists some #c in [-2,1]# such that #f(c)=y#.

In particular, as #-503 < 0 < 19#, we know that there exists some #c in [-2,1]# such that #f(c) = c^9 + 3c + 15 = 0#. Then #c# is a solution to the given equation, and so at least one solution exists.

If we look at the graph, the argument boils down to noting that as the function crosses the line #y=0# somewhere between #-2# and #1#, the point where it crosses must be a solution.

graph{x^9+3x+15 [-51.9, 52.1, -22.96, 29]}