\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Find and classify the stationary point of the function
$f(x)=1+2x-x^2$.

\bigskip

ANSWER

$\ds f(x)=1+2x-x^2,\ \frac{df}{dx}=2-2x=0$ for a stationary point
therefore $\ds x=1.\ \frac{d^2f}{dx^2}=-2<0$ therefore $x=1$ is a
maximum.




\end{document}
