See also: Quadratic Functions and Quadratic Equations, Quadratic Equation Formula, Quadratic Equation Completing the Square, GCD and LCM, numbers


Given a quadratic equation of the following form,

ax2 + bx + c = 0

we can find the roots by first converting the left hand side of the equation into factor form (product of factors).

f1f2 fn = 0

This is because if f1f2 fn = 0 , then one of the factors (f1, f2, or fn) must be 0.

Examples:

  1. Find the roots of the quadratic equation

    x2 4x + 3 = 0

    We convert the left hand side (LHS) of the equation into factor form:

    (x-3) (x-1) = 0

    This implies that either (x-3) = 0 or (x-1) = 0

    To find the solution (roots) of the quadratic equation, we can solve for the above two equations: x-3= 0 x= 3 x-1= 0 x= 1

    Hence, the roots are: x1=3 x2=1

  2. Find the roots of the quadratic equation

    x2 + 5x = 0

    We convert the left hand side (LHS) of the equation into factor form:

    x (x+5) = 0

    This implies that either x = 0 or (x+5) = 0

    Hence, the roots are: x1=0 x2=-5


Methods/Techniques to factorise a quadratic expression

Solving a quadratic equation by factorisation depends on whether we can transform the quadratic expression on the left hand side to factor form. Not all quadratic equations can be factorised. Below are a few techniques/methods to factorise a quadratic expression:


Removal of common factors

Look at the terms in the expression, and take out the Highest Common Factor (HCF or GCD). You should always try this method first before applying any other methods.

Examples:

  • 2x2 + 5x
    the HCF of the terms is x.
    So the expression can be factorised as
    x (2x+5)
  • 3x2 + 9x - 12
    the HCF of the terms is 3.
    So the expression can be factorised as
    3 ( x2 + 3x - 4 )
    The expression in the bracket can then be factorised further using another method. (see below)
    3 (x+4) (x-1)
Factorisation of perfect square

This technique uses the binomial expansion of perfect squares: (a+b) 2 = a2+ 2ab+ b2 (a-b) 2 = a2- 2ab+ b2

(a+b) 2 and (a-b) 2 are perfect squares.

So, we can have the following factorisations: x2+ 2ax+ a2 = (x+a) 2 x2- 2ax+ a2 = (x-a) 2

Examples:

  • x2+ 8x+ 16
    is equal to x2+ 24x+ 42
    and can be factorised as (x+4) 2
  • 25- 10x+ x2
    is equal to 52- 25x+ x2
    and can be factorised as (5-x) 2
Difference of two squares

This technique uses the fact that: a2-b2 = (a+b) (a-b)

So, if we have a quadratic expression that is in the form of a difference of two squares, we can factorise it using the above.

Examples:

  • 25-x2
    is a difference of two squares: 52-x2
    and it can be factorised as
    (5+x) (5-x)
  • 4x2 - 9
    is a difference of two squares: (2x) 2 - 32
    and it can be factorised as
    (2x+3) (2x-3)
Splitting the x-term

This technique splits the x-term (i.e. bx) into two terms px+qx such that pq=ac and p+q=b. It is usually used when a1.

First, we convert a quadratic expression in the form of ax2 + bx + c into this form: ax2 + px+qx + c

Then we group the terms in pairs: ( ax2 + px ) + ( qx + c )

Next, we factorise each group, so that we get this form: kx ( mx + n ) + l ( mx + n )

And finally, we take out common factor from each group, to get the final factor form: ( kx + l ) ( mx + n )

Examples:

  • Factorise this quadratic expression: 3x + 13x + 4
    First, we need to split 13x into two terms px+qx such that pq=3×4=12 and p+q=13.
    We need to find factors of 12 that add to 13. In other words, two numbers with a product of 12 and a sum of 13.
    These two numbers are 12 and 1.
    So,
    3x2 + 13x + 4
    = 3x2 + 12x + 1x + 4 (split the x-term)
    = ( 3x2 + 12x ) + ( 1x + 4 ) (group the terms in pairs)
    = 3x ( x + 4 ) + 1 ( x + 4 ) (factorise each group)
    = ( x + 4 ) ( 3x + 1 ) (take out common factor from each group)
  • Factorise this quadratic expression: 2x + 11x - 21
    First, we need to split 11x into two terms px+qx such that pq=2×-21=-42 and p+q=11.
    We need to find factors of -42 that add to 11. In other words, two numbers with a product of -42 and a sum of 11.
    These two numbers are 14 and -3.
    So,
    2x2 + 11x - 21
    = 2x2 + 14x - 3x - 21 (split the x-term)
    = ( 2x2 + 14x ) - ( 3x + 21 ) (group the terms in pairs)
    = 2x ( x + 7 ) - 3 ( x + 7 ) (factorise each group)
    = ( x + 7 ) ( 2x - 3 ) (take out common factor from each group)
Trial and error

A quadratic expression in the form of ax2 + bx + c can be factorised into this form: ( px+q ) ( rx+s )

This technique uses trial and error to find the values of p, q, r, and s, such that p and r are factors of a, (i.e. pr=a) while q and s are factors of c, (i.e. qs=c). In addition, ps + qr =b .

It's easier to see how this method works through examples:

  • Factorise this quadratic expression: 2x + 7x + 5
    In this case, possible values for p and r are: 2 and 1.
    Possible values for q and s are: 1 and 5.
    We can list all of these possible values and check which one satisfy the condition ps + qr =b .
    Since we know that b is positive and c is also positive, q and s must be both positive.
    ( 2x+1 ) ( x+5 ) = 2x2 + 11x + 5
    ( 2x+5 ) ( x+1 ) = 2x2 + 7x + 5
  • Factorise this quadratic expression: 3x - 17x + 10
    In this case, possible values for p and r are: 3 and 1 or -3 and -1.
    Possible values for q and s are all the factors of 10 (i.e. 1, 2, 5, 10 and their negatives).
    We can list all of these possible values and check which one satisfy the condition ps + qr =b .
    Since we know that b is negative and c is positive, q and s must be both negative.
    ( 3x-1 ) ( x-10 ) = 3x2 - 31x + 10
    ( 3x-2 ) ( x-5 ) = 3x2 - 17x + 10
    ( 3x-5 ) ( x-2 ) = 3x2 - 11x + 10
    ( 3x-10 ) ( x-1 ) = 3x2 - 13x + 10
  • Factorise this quadratic expression: 8x + 34x + 15
    In this case, possible values for p and r are: 8 and 1 or 4 and 2.
    Possible values for q and s are 3 and 5 or 1 and 15.
    We can list all of these possible values and check which one satisfy the condition ps + qr =b .
    Since we know that b is positive and c is positive, q and s must be both positive.
    ( 8x+3 ) ( x+5 ) = 8x2 + 43x + 15 ( 4x+3 ) ( 2x+5 ) = 8x2 + 26x + 15
    ( 8x+5 ) ( x+3 ) = 8x2 + 29x + 15 ( 4x+5 ) ( 2x+3 ) = 8x2 + 22x + 15
    ( 8x+1 ) ( x+15 ) = 8x2 + 121x + 15 ( 4x+1 ) ( 2x+15 ) = 8x2 + 62x + 15
    ( 8x+15 ) ( x+1 ) = 8x2 + 23x + 15 ( 4x+15 ) ( 2x+1 ) = 8x2 + 34x + 15

As we can see above, this method can be time consuming and tedious, especially when it involves non-prime numbers with a lot of factors.


Confused and have questions? We’ve got answers. With Chegg Study, you can get step-by-step solutions to your questions from an expert in the field.

By Jimmy Sie

See also: Quadratic Functions and Quadratic Equations, Quadratic Equation Formula, Quadratic Equation Completing the Square, GCD and LCM, numbers