I want to know how to prove that if you have 2 functions $f(x)$ and $g(x)$. And if $f(x) > g (x)$ after an intersection then it remains that way until the next intersection.
Note: $f$ and $g$ are continuous functions.
I want to know how to prove that if you have 2 functions $f(x)$ and $g(x)$. And if $f(x) > g (x)$ after an intersection then it remains that way until the next intersection.
Note: $f$ and $g$ are continuous functions.
If two continuous real-valued functions $f$ and $g$ do not intersect on the interval $(a, b)$ then the difference $f-g$ has the same sign on the interval.
That is an immediate consequence of the “intermediate value theorem”: If $f(x_1) - g(x_1) > 0$ and $f(x_2) - g(x_2) < 0$ then $f(x) -g(x) = 0$ for some $x$ between $x_1$ and $x_2$, contrary to the assumption.