-1

Use IVT to show there's a real number solution

1) sinx = x^2 - x - 1 where x ∈ ℝ (x is an arbitrary real number)

2) cosx = x^4 where x ∈ ℝ (x is an arbitrary real number)

3) ∜x = 1 - x where x ∈ ℝ (x is an arbitrary real number) Thank you so much

Mike
  • 9

2 Answers2

1

Here is the Intermediate Value Theorem:

Let $f$ be a continuous function on the closed interval $[a,b]$, and let $N$ be a number between $f(a)$ and $f(b)$. Then there exists a number $c$ in the open interval $(a,b)$ such that $f(c) = N$.

In other words, every intermediate number between $f(a)$ and $f(b)$ is in fact a value of $f$.

The statements in your homework are all equations, and you want to assert they have solutions. The IVT doesn't mention equations, except for this one: $f(x) = N$, where $N$ is a constant. So you want to rework the given equations into that form: (function of $x$) = (constant).

Having done that, you need to find two numbers whose $f$-values are on opposite sides of that constant. For instance, to show that $f(x)=0$ has a solution, it suffices to show that there exist $a$ and $b$ such that $f(a) < 0$ and $f(b) > 0$ (or vice versa). Be lazy and choose numbers that are easy to plug in, and you can usually find what you need. If this doesn't work, try using technology to graph the function. That should help you find decent numbers to plug in.

Don't forget to make sure the function $f(x)$ you use is continuous!

0

Hints for unsolved yet questions (1)-(3):

(1) Define $\;f(x)=\sin x-x^2+x+1\;$ , and check what happens in $\;[0,\,\pi]\;$

(2) Define $\;g(x)=\sqrt[4]x+x-1\;$ , and check what happens in $\;[0,1]\;$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287