What is a Quadratic Equation?
A quadratic equation is formed when a quadratic expression equals zero:
ax2+bx+c=0
The solutions are called roots or zeros.
Zero Factor Theorem
If (x+a)(x+b)=0, then either x+a=0 or x+b=0 (or both). This means at least one factor must equal zero.
Steps to Solve by Factorization
- Write the equation in standard form: ax2+bx+c=0
- Factorize the quadratic expression into two linear factors
- Set each factor equal to zero
- Solve for the variable
Worked Example
Solve x2−2x−24=0
Solution
Step 1: The equation is already in standard form.
Step 2: Factorize. Find two numbers that multiply to −24 and add to −2.
These numbers are −6 and +4:
x2−2x−24=x2−6x+4x−24
=x(x−6)+4(x−6)
=(x−6)(x+4)
Step 3: Set each factor to zero:
x−6=0orx+4=0
Step 4: Solve:
x=6orx=−4
Worked Example from Real Life
A rectangular garden is 6 metres wide and 8 metres long. What length should be added to the shorter side and reduced from the longer side to form a rectangular garden with an area of 45 square metres?
Solution
Let x be the length added to the shorter side (and reduced from the longer side).
New dimensions:
- Width = (6+x) m
- Length = (8−x) m
Area equation:
(6+x)(8−x)=45
Expand and simplify:
48+8x−6x−x2=45
x2−2x−3=0
(x−3)(x+1)=0
Therefore, x=3 or x=−1.
Since length cannot be negative, x=3 metres should be added to the shorter side.