Quadratic factorisation
Need to review quadratic factorisation? Use this resource.
The quadratic formula provides a straightforward way to find the solutions of any quadratic equation, especially when factoring is difficult or impossible. By becoming familiar with this formula, you'll gain a reliable tool for solving quadratic equations and deepen your understanding of algebraic relationships.
The solutions to any quadratic equation with the form \(ax^{2}+bx+c=0\) can be found by substituting the values \(a\), \(b\) and \(c\) into the quadratic formula:
\[ x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}\]
Solutions to quadratic equations may be real or complex numbers. Here, we will only consider real solutions.
Remember from quadratic factorisation that the discriminant (\(\Delta)\) can be used to determine the number and type of solutions.
Solve the quadratic equation:
\[x^{2}-5x+4=0\]
Identify \(a\), \(b\) and \(c\).
\[a=1,\,b=-5,\,c=4\]
Substitute into the quadratic formula:
\[\begin{align*} x & = \frac{-b\pm\sqrt{b^{2}-4ac}}{2a}\\
& = \frac{-(-5)\pm\sqrt{(-5)^{2}-4(1)(4)}}{2(1)}\\
& = \frac{5\pm\sqrt{25-16}}{2}\\
& = \frac{5\pm\sqrt{9}}{2}\\
& = \frac{5\pm3}{2}\\
& = \frac{5+3}{2}\ \textrm{ or }\ \frac{5-3}{2}\\
& = \frac{8}{2}\ \textrm{ or }\ \frac{2}{2}\\
& = 4\ \textrm{ or }\ 1
\end{align*}\]
The solution is \(x=1\) or \(x=4\).
Identify \(a\), \(b\) and \(c\).
\[a=1,\,b=1,\,c=10\]
Substitute into the quadratic formula:
\[\begin{align*} x & = \frac{-b\pm\sqrt{b^{2}-4ac}}{2a}\\
& = \frac{-1\pm\sqrt{1^{2}-4(1)(10)}}{2(1)}\\
& = \frac{-1\pm\sqrt{1-40}}{2}\\
& = \frac{-1\pm\sqrt{-39}}{2}
\end{align*}\]
Since the \(\sqrt{-39}\) does not exist, the equation has no solution. There is a solution if we use complex numbers but we are looking for real solutions.
We can confirm this by calculating the discriminant:
\[\begin{align*} b^{2}-4ac & = (1)^{2}-4(1)(10)\\
& = 1-40\\
& = -30
\end{align*}\]
\(\Delta<0\) so there are no real solutions.
Images on this page by RMIT, licensed under CC BY-NC 4.0