A quadratic equation can be given in the form ax2+bx+c=0 where a, b and c are constants (and a=0). Quadratic equations can be solved using factorising or by using the quadratic formula. These methods can also help you identify the number of solutions to a quadratic equation.
Quadratic equations
Quadratic equations can have two, one or zero solutions. The methods below will find all of the solutions.
Factorising
A brief reminder of factorising is given below:
PROCEDURE
1.
Ensure the quadratic is in the form ax2+bx+c and identifya,b andc
2.
Set up the answer with two brackets, as follows(Ax+B)(Cx+D)
3.
Find two numbers A and C which multiply to give a, and also two numbers B and D that multiply to give c such that when the brackets are expanded, AC and BD add to giveb
4.
Fill these numbers in the double brackets
Factorising allows you to solve a quadratic equation since once a quadratic is written in the form (Ax+C)(Bx+D), you have:
(Ax+C)(Bx+D)=0
Notice that you are multiplying two terms together: Ax+C and Bx+D. Since their product is zero, it follows that at least one of the terms equals zero itself. Since you don't know which one, you can suppose either of them are in turn:
Ax+C=0
x=A−C
or
Bx+D=0
x=B−D
Example 1
Solve by factorising the following quadratic.
x2−10x=−21
The first step is to express this equation in the form ax2+bx+c=0:
x2−10x+21=0
Now you can factorise:
(x−3)(x−7)=0
So either x−3=0:
x=3
or x−7=0:
x=7
Hence they both satisfy the equation x2−10x=−21 and are thus both solutions.
The quadratic formula
The quadratic formula is
x=2a−b±b2−4ac
Where a,b and c are the coefficients from the quadratic equation in the form
ax2+bx+c=0
This directly solves a quadratic equation. Notice that the ± is how you can have two solutions: use the plus for one solution and use the minus for the other. Sometimes, these solutions will be the same anyway.
Example 2
By using the quadratic formula, solve the equation 6x2−5x−4=0.
It is already in the correct form, so start by identifying a, b and c:
a=6, b=−5 and c=−4
Note: It is essential that, if it is part of the coefficient, you include the negative sign when identifying these three values.
Now insert these values directly into the formula before using the calculator:
x=2(6)−(−5)±(−5)2−4(6)(−4)
You don't have to use a calculator yet - you can simplify first:
x=125±121=125±11
Sometimes, you may not need a calculator at all. Here you have that
x=125+11=1216=34
by using the plus, and
x=125−11=12−6=−21
Hence the solutions are x=34 and x=−21.
Solve quadratics using a calculator
Quadratic equations can be solved using the equation function. Select Equation/Func, polynomial, degree 2, and then enter a,b and c.