How to show there exist a solution?

67 Views Asked by At

Show that there exists a real number between $0≤x≤2$ so that $$x^7+8x^2−10=0$$

I know that a solution exists and its approx 1.04 but how do I show it?

2

There are 2 best solutions below

0
On

You can prove like that:

Since $f(x)$ is continuous and $f(0)\cdot f(2) < 0$, then the Bolzano's Theorem (Intermediate Value Theorem) confirms that there is a root in this interval.

0
On

ohh I get it now: I use this part of the intermediatiate value theorem $$x < y, f(x) = a ≤ c ≤ b = f(y) $$

Then there exists $$x≤s≤y$$ such that $$f(s)=C$$