How to use intermediate value theorem?

352 Views Asked by At

$f(x)$ can be shown as $1 + x^2$ when $x\le0, x-2$ when $0<x\le2, (x-2)^2$ when $x>2$. Find an interval $\left[a,b\right]$ and a real value $L$ between $f(a)$ and $f(b)$ but there does not exist a real number $c$ which is in the range $(a,b)$ with $f(c) = L$. Why this does not contradict the intermediate value theorem?

I found the discontinuous places of $f(x)$ and I sketched the graph. I want to know a complete explanation for the above question. Please help me

2

There are 2 best solutions below

0
On BEST ANSWER

One possible choice is to let $a=0$, $b=2$, and $L=\frac12$.

Notice that $f(a) = 1$ and $f(b) = 0$ and hence $L$ is in between $f(a)=1$ and $f(b) = 0$.

Now, suppose $c$ is in $(a,b)$, $$a<c<b$$ $$0<c<2$$ $$-2<c-2<0$$ $$-2<f(c)<0$$

Hence if $c \in (a,b)$, we must have $f(c) <0$ and hence $f(c) \neq \frac12$.

Intermediate value theorem requires continuity which is not satisfied in this function.

0
On

$\lim_\limits{x\to 0^-} f(x) = 1\\ \lim_\limits{x\to 0^+} f(x) = -2\\ $

Choose the interval $[-1, 1]$ and we will break it into two subintervals over the sub-interval $[-1,0)$ the range of $f(x)$ is $(1,2]$ over the sub-interval $[0,1)$ the range of $f(x)$ is $[-2,-1)$

over the entire interval, never does $f(x) = 0$

$0$ is a value between $f(-1)$ and $f(1)$, and there is no $x$ in $[-1,1]$ such that $f(x) = 0$