As with any function, we can find the vertical intercepts of a quadratic by evaluating the function at an input of zero, and we can find the horizontal intercepts by solving for when the output will be zero. Notice that depending upon the location of the graph, we might have zero, one, or two horizontal intercepts.
Solving for the horizontal intercepts using this general equation gives:
\begin{equation*}
0=a(x+\dfrac{b}{2a})^{2}+c-\dfrac{b^2}{4a}.
\end{equation*}
To start to solve for \(x\text{,}\) we move the constants to the other side:
\begin{equation*}
\dfrac{b^2}{4a}-c=a(x+\dfrac{b}{2a})^{2}.
\end{equation*}
Dividing both sides by \(a\) gives
\begin{equation*}
\dfrac{b^2}{4a^2}-\dfrac{c}{a}=(x+\dfrac{b}{2a})^{2}.
\end{equation*}
We can find a common denominator to combine fractions on the left:
\begin{equation*}
\dfrac{b^2}{4a^2}-\dfrac{4ac}{4a^2}=(x+\dfrac{b}{2a})^{2},
\end{equation*}
which becomes
\begin{equation*}
\dfrac{b^2-4ac}{4a^2}=(x+\dfrac{b}{2a})^{2}.
\end{equation*}
We then take the square root of both sides of the equation, remembering that both the positive and negative square root are solutions to the equation:
\begin{equation*}
\pm \sqrt{\dfrac{b^2-4ac}{4a^2}}=x+\dfrac{b}{2a}.
\end{equation*}
Since it is true that \(\sqrt{\dfrac{m}{n}}=\dfrac{\sqrt{m}}{\sqrt{n}},\) we can rewrite the left hand side to get:
\begin{equation*}
\pm \dfrac{\sqrt{b^{2}-4ac}}{\sqrt{4a^{2}}}=x+\dfrac{b}{2a},
\end{equation*}
which further simplifies to:
\begin{equation*}
\pm \dfrac{\sqrt{b^{2}-4ac}}{2a}=x+\dfrac{b}{2a}.
\end{equation*}
Subtracting \(\dfrac{b}{2a}\) from both sides give:
\begin{equation*}
\dfrac{-b}{2a}\pm \dfrac{\sqrt{b^{2}-4ac}}{2a}=x.
\end{equation*}
We can then combine the fractions to get the solutions:
\begin{equation*}
x=\dfrac{-b\pm\sqrt{b^{2}-4ac}}{2a}.
\end{equation*}