Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maximumsAndMinimums/exercises/maxMinTrueFalse9.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

If $f$ is differentiable and decreasing on $(a,b)$, then $f'(x)<0$ on $(a,b)$
\begin{hint}
Think of $f(x)=-x^3$ on $(-1,1)$. $f$ is differentiable and decreasing, but $f'(0)=0$.
Think of $f(x)=-x^3$ on $(-1,1)$. $f$ is differentiable and decreasing, but $f'(0)=0$. So the conclusion should be $f'(x)\leq 0$ on $(a,b)$.
\end{hint}
\begin{multipleChoice}
\choice{True}
Expand Down