Intermediate Value Theorem
Let be continuous, and suppose that either or . Then there exists an such that .
How to use the applet
- Drag the point and along the -axis to change the interval .
- Drag the point/slider (the horizontal level) to choose the target value.
- The graph of on the chosen interval .
- A horizontal line .
- Intersection points between the graph and the line (up to a fixed maximum number), together with their projections onto the -axis.
- If is continuous on and
then at least one intersection point appears with , meaning there exists such that .
- By moving , you can see that there may be more than one solution .
- The applet also highlights the image :
- green segment when the function is continuous on the chosen interval (no “gaps” in the values),
- orange warning segment when the function is not continuous on the chosen interval (gaps can occur, and IVT can fail).
- Hold Shift + scroll to zoom
- Hold Shift + drag to move
- Points shaped like <> act as sliders
Description
Reference: Lecture Notes Calculus 1 ( May22,2022 ) Theorem4.7 page 62
This example illustrates how the Intermediate Value Theorem (IVT) holds for continuous functions on a closed interval .
By moving points and , one can adjust the domain.
If the functions is continuous and , then there exists at least one such that . By moving the point in between the and one can observe that there may be more than one such .
To show these points i have created 3 (maximum roots of the function) intersection points with the lineC (parallel ot the x-axis) and graph.
board.create('intersection', [graph, lineC, 1]...
I then make the intersections and their projections to the x-axis visible, only when is in between
and (isPointCinBetweenFaFb())
and the projections lie on the interval (isPointXCoordInIntervalAB())
A nice thing to notice is that, given continuity, the image of the function, over , is again a closed interval (with no gaps).
The applets highligths the image of the function, with a green segment when the function is continuous on the given domain and with a “warning” orange segment when the function is not continuous at the given domain and its image contains gaps.