How To Factorise A Quadratic Equation
How to Factorise a Quadratic Equation: A Complete, Step-by-Step Guide
Factorising a quadratic equation is one of the most fundamental and powerful skills in algebra. It transforms a seemingly complex expression into a simple product of two binomials, unlocking the ability to find its roots, graph parabolic curves, and solve a vast array of real-world problems in physics, engineering, and finance. Mastering this technique builds a critical bridge from basic arithmetic to advanced mathematics. This guide will walk you through every method, from the simplest to the more advanced, ensuring you develop both the procedural skill and the intuitive understanding needed to confidently factorise any quadratic equation you encounter.
Understanding the Foundation: What is a Quadratic Equation?
Before diving into methods, we must be perfectly clear on our starting point. A quadratic equation is any equation that can be written in the standard form:
ax² + bx + c = 0
where a, b, and c are real numbers, and crucially, a ≠ 0. The highest power of the variable (usually x) is 2. Our goal in factorising is to rewrite the left-hand side, the quadratic expression ax² + bx + c, as a product of two linear factors: (px + q)(rx + s) = 0. Once in this form, we can use the Zero Product Property—which states that if a product equals zero, at least one of the factors must be zero—to easily find the solutions by setting each binomial equal to zero.
Prerequisite: The Essential First Step
Always ensure your equation is in the correct standard form. If it isn't, rearrange it. Move all terms to one side of the equals sign so that the other side is exactly zero. For example, to factorise x² = 5x - 6, you must first rewrite it as x² - 5x + 6 = 0. This step is non-negotiable and is the most common oversight for beginners.
Method 1: Factorising by Taking Out the Common Factor (GCF)
This is the simplest method and should always be your first check. Look for a greatest common factor (GCF) that divides every term—both numerically and, if present, a variable factor.
Steps:
- Identify the GCF of the coefficients
a,b, andc. - Identify the lowest power of any variable present in all terms.
- Factor this GCF out from each term, writing it in front of a set of parentheses.
- Inside the parentheses, write the resulting expression after dividing each original term by the GCF.
Example: Factorise 4x² + 8x.
- The GCF of 4 and 8 is 4. The GCF of
x²andxisx. - The overall GCF is
4x. - Factor it out:
4x(x + 2). - Check:
4x * x = 4x²and4x * 2 = 8x. Correct.
Method 2: Factorising Simple Quadratics Where a=1 (The "Sum and Product" Method)
When the coefficient of x² is 1 (a=1), the quadratic takes the form x² + bx + c. We need two numbers that:
- Multiply to give
c(the constant term). - Add to give
b(the coefficient ofx).
Steps:
- List all pairs of integer factors of
c(considering both positive and negative pairs ifcis negative). - Find the pair whose sum equals
b. - Write the factors as
(x + m)(x + n), wheremandnare your two numbers.
Example: Factorise x² + 5x + 6.
- Factors of
c(6): (1, 6), (2, 3), (-1, -6), (-2, -3). - Which pair adds to
b(5)?2 + 3 = 5. - Therefore,
x² + 5x + 6 = (x + 2)(x + 3).
Example with Negative c: Factorise x² + 2x - 8.
- Factors of
c(-8): (1, -8), (-1, 8), (2, -4), (-2, 4). - Which pair adds to
b(2)?4 + (-2) = 2. - Therefore,
x² + 2x - 8 = (x + 4)(x - 2).
Method 3: The AC Method (Splitting the Middle Term) for a ≠ 1
This is the most versatile and reliable method for any quadratic where a ≠ 1. It systematically handles the more complex case by turning it into the simpler a=1 problem.
Steps:
- Identify
a,b, andcfromax² + bx + c. - Calculate the product
a * c. - Find two integers,
mandn, that:- Multiply to
a*c. - Add to
b.
- Multiply to
- Split the middle term
bxinto two terms usingmandn:ax² + mx + nx + c. - Factor by grouping the four terms into two pairs.
- Factor out the common binomial factor from the two resulting groups.
Example: Factorise 6x² + 11x - 10.
-
`
-
Identify (a), (b), and (c) from (6x^{2}+11x-10): (a=6), (b=11), (c=-10).
-
Compute the product (a \times c = 6 \times (-10) = -60).
-
Look for two integers whose product is (-60) and whose sum is (b=11).
The pair (15) and (-4) works because (15 \times (-4) = -60) and (15 + (-4) = 11). 4. Split the middle term using these numbers:
[ 6x^{2}+11x-10 = 6x^{2}+15x-4x-10. ] 5. Factor by grouping:
[ (6x^{2}+15x)+(-4x-10) = 3x(2x+5)-2(2x+5). ] -
Extract the common binomial factor ((2x+5)):
[ 3x(2x+5)-2(2x+5) = (2x+5)(3x-2). ]
Verify by expanding: ((2x+5)(3x-2)=6x^{2}-4x+15x-10=6x^{2}+11x-10).
Additional Techniques Worth Knowing
- Difference of squares: (p^{2}-q^{2}=(p-q)(p+q)). Useful when the quadratic lacks a linear term (e.g., (x^{2}-9)).
- Perfect‑square trinomials: (p^{2}\pm2pq+q^{2}=(p\pm q)^{2}). Recognisable when the first and last terms are perfect squares and the middle term is twice their product.
- Quadratic formula: If no integer pair satisfies the AC method, the roots are (\displaystyle x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}). The quadratic can then be written as (a(x-r_{1})(x-r_{2})), where (r_{1},r_{2}) are the (possibly irrational or complex) roots.
- Factoring by substitution: For expressions like (ax^{4}+bx^{2}+c), treat (y=x^{2}) to reduce to a quadratic in (y), factor, then substitute back.
Conclusion
Mastering factorisation begins with always checking for a greatest common factor, then applying the appropriate pattern—whether the simple “sum‑and‑product” method for monic quadratics, the reliable AC method for non‑monic cases, or special forms such as difference of squares and perfect‑square trinomials. When integer factorisation fails, the quadratic formula provides a fallback that still yields the factorised form over the real or complex numbers. By practising these strategies systematically, factoring quadratics becomes a straightforward, reliable tool in algebra.
Building upon this foundation, it’s essential to explore how these techniques interconnect when tackling more complex expressions. For instance, recognizing when a quadratic can be expressed as a product of two binomials often hinges on identifying suitable factor pairs and verifying their consistency with the original equation. This process not only simplifies computation but also deepens understanding of the underlying structure of polynomials.
Next, consider applying these principles to real-world scenarios, such as optimizing functions or solving equations in physics and engineering contexts. The ability to factor efficiently can transform seemingly intractable problems into manageable ones. Additionally, experimenting with different approaches—like using substitution or pattern recognition—strengthens analytical flexibility.
In summary, factorisation is more than a computational exercise; it’s a skill rooted in logical reasoning and pattern identification. By refining your methods and staying curious, you’ll find greater confidence in tackling algebraic challenges. Conclusion: Mastering factorisation equips you with a versatile tool for problem-solving, bridging theory and application seamlessly.
Latest Posts
Latest Posts
-
Fundamental Lemma Of Calculus Of Variations
Mar 24, 2026
-
How To Do Related Rates In Calculus
Mar 24, 2026
-
How To Remove Tape Adhesive From Plastic
Mar 24, 2026
-
Moment Of Inertia For A Cone
Mar 24, 2026
-
How Is Mathematics Used In Everyday Life
Mar 24, 2026