4.2-Solution by Factorisation
4.2-Solution by Factorisation Important Formulae
You are currently studying
Grade 10 → Math → Quadratic Equations → 4.2-Solution by Factorisation
- Solve quadratic equations through factorization in order to find its roots.
- Solve quadratic equations through middle term splitting in order to find its roots.
The method of factorisation is one of the fundamental techniques used to solve quadratic equations. A quadratic equation is typically expressed in the standard form:
$ax^2 + bx + c = 0$
where $a$, $b$, and $c$ are constants, and $a \neq 0$. The objective is to find the values of $x$ that satisfy this equation.
To solve a quadratic equation by factorisation, follow these steps:
-
Write the equation in standard form:
Ensure that the equation is arranged as $ax^2 + bx + c = 0$. If necessary, move all terms to one side of the equation.
-
Factor the quadratic expression:
Look for two numbers that multiply to give $ac$ (the product of $a$ and $c$) and add up to $b$. This can often involve trial and error.
For example, in the equation $2x^2 + 5x + 3 = 0$, we need to find two numbers that multiply to $2 \cdot 3 = 6$ and add to $5$. The numbers $2$ and $3$ work:
$2x^2 + 2x + 3x + 3 = 0$
Next, group the terms:
$(2x^2 + 2x) + (3x + 3) = 0$
Factor by grouping:
$2x(x + 1) + 3(x + 1) = 0$
This can be simplified to:
$(2x + 3)(x + 1) = 0$
-
Set each factor equal to zero:
Once factored, set each factor equal to zero to solve for $x$:
$2x + 3 = 0$ and $x + 1 = 0$
-
Solve for $x$:
From the first equation:
$2x + 3 = 0$
$2x = -3$
$x = -\frac{3}{2}$
From the second equation:
$x + 1 = 0$
$x = -1$
Thus, the solutions are $x = -\frac{3}{2}$ and $x = -1$.
Another example can be seen in the equation:
$x^2 - 5x + 6 = 0$
Here, we need two numbers that multiply to $6$ and add up to $-5$. The numbers $-2$ and $-3$ work:
$x^2 - 2x - 3x + 6 = 0$
Group the terms:
$(x^2 - 2x) - (3x - 6) = 0$
Factoring gives:
$x(x - 2) - 3(x - 2) = 0$
This can be written as:
$(x - 2)(x - 3) = 0$
Setting each factor to zero:
$x - 2 = 0$ or $x - 3 = 0$
The solutions are $x = 2$ and $x = 3$.
It is crucial to verify the solutions by substituting them back into the original equation to ensure they satisfy it. The factorisation method is especially effective for simple quadratics, allowing for straightforward identification of roots.