Let $f: [a,b] \to \mathbb R$ be a differentiable, convex function with $f(a) \gt 0$ and $f(b) \lt 0$. Then $f$ has a unique zero in $[a,b]$.
The existence of the zero follows immediately from the intermediate value theorem. But how am I going to prove that this zero is unique?
Assume that $a<x_1<x_2<b$ and $f(x_1)=f(x_2)=0$. Then
$$x_2=tx_1+(1-t)b\quad \text{for $t=\frac{b-x_2}{b-x_1}\in (0,1)$}$$ and, by the convexity of the function $f$, $$0=f(x_2)=f(tx_1+(1-t)b)\leq tf(x_1)+(1-t)f(b)=(1-t)f(b)<0$$ which is a contradiction. There is no need of the derivative of $f$.