| ID | 3b9858d4-1302-46e2-9dc6-be9002cb430b |
|---|---|
| DeertopiaVisibility | public |
Rolle's theorem
In calculus, Rolle's theorem states that, given two equal endpoints on the curve of a differentiable function, there exists at least one point between the endpoints where the tangent line is perfectly horizontal.[cite:@openstax2020calculus] The theorem is a special case of the mean value theorem but was proved about a century prior and without the tools of modern calculus.[cite:@enwiki:1307164365]
\begin{tikzpicture} \begin{scope} \begin{axis} [axis lines=center, ytick=\empty, xtick=\empty,width=5cm,height=5cm,cycle list=\empty] \addplot [domain=0.1:2, smooth, thick] {3.375 * x^3 - 10.35 * x^2 + 8.58*x - 0.868}; \addplot [mark=*, dashed] coordinates {(0.299,0.862) (1.83,0.862)}; \end{axis} \end{scope} \end{tikzpicture} ParseError: No such environment: tikzpicture at position 7: \begin{̲t̲i̲k̲z̲p̲i̲c̲t̲u̲r̲e̲}̲ \begin{scope…