Difference between revisions of "Intermediate Value Theorem"

(New page: '''Bolzano's intermediate value theorem''' is one of the very interesting properties of continous functions. ==Statement== Let <math>f:[a,b]\righarrow\mathbb{R}</math> Let <math>f</math>...)
 
(No difference)

Revision as of 16:44, 16 February 2008

Bolzano's intermediate value theorem is one of the very interesting properties of continous functions.

Statement

Let $f:[a,b]\righarrow\mathbb{R}$ (Error compiling LaTeX. Unknown error_msg)

Let $f$ be continous on $[a,b]$

Let $f(a)<k<f(b)$

Then, $\exists c\in (a,b)$ such that $f(c)=k$

Proof

Consider $g:[a,b]\rightarrow\mathbb{R}$ such that $g(x)=f(x)-k$

note that $g(a)<0$ and $g(b)>0$

By Location of roots theorem, $\exists c\in (a,b)$ such that $g(c)=0$

or $f(c)=k$

QED

See Also