A quadratic equation can be solved using any of the methods below;
- Factorization method
- Formula method
- Completing the square method
- Factorization method
In this method we make use of the fact that, if A.B = 0, it implies A=0 or B=0. E.g.
Solve the following quadratic equations by using factorization method;
- X2-5x+6=0
- X2-x-20=0
Solution
- (X2+-3x) +(-2x+6)=0 2) (x2+-5x) +(4x-20)=0
x(x-3) -2(x-3)=0 x(x-5) +4(x-5)=0
X-2=0, x-3=0 x+4=0, x-5=0
X= 2, X= 3 x= -4, x= 5
- Formula method
To solve a quadratic equation of the form ax2+bx+c=0 (where a is not equal to 0), we can make use of the formula below;
x= -b±b2-4ac2a
Example
- X2-5x+6=0
- X2-x-20=0
Solution
- a=1, b=-5, c=6 2) a=1, b=-1, c=-20
x= --5±(-5)2-4(1)(6)21 x= --1±(-1)2-4(1)(-20)21
x = -(-5)±12=5±12 x= 1±812=1±92
x=62=3, x=42=2 x=102 , x=82
x=3, x=2 x=5, x=4
3. By completing the square
In this section we shall solve quadratic equations of the form,
X2 – a2=0
Example
- x2-4=0
- 4x2-9=0
Solution
- X2 -4=0 2) 4X2 = 9
X2 = 4 X2 = 94
Taking square roots on both side
X =±4 X = ±94
X = ±2 X= ±32
X=2, x=-2 X= 32 , X= -32