Source codeVideos

Command Palette

Search for a command to run...

Quadratic Functions

Quadratic Equation Factorization

What is Quadratic Equation Factorization?

Quadratic equation factorization is the process of converting an equation from the form ax2+bx+c=0ax^2 + bx + c = 0 to the form a(xp)(xq)=0a(x - p)(x - q) = 0, where pp and qq are the roots of the quadratic equation.

Note that the roots of a quadratic equation are the values of xx that make the equation equal to zero. When we convert the equation to its factored form, we can easily find its roots.

Basic Principles of Factorization

A quadratic equation in standard form is written as:

ax2+bx+c=0ax^2 + bx + c = 0

where aa, bb, and cc are constants and a0a \neq 0.

Factorization is based on the following property: If a product equals zero, then at least one of its factors must equal zero.

This means if (xp)(xq)=0(x - p)(x - q) = 0, then:

  • xp=0x - p = 0 or xq=0x - q = 0
  • Therefore x=px = p or x=qx = q

Steps for Factoring Quadratic Equations

Here are the general steps to factor a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0:

  1. Ensure the equation is in standard form with the right side equal to zero
  2. Find two numbers that when multiplied give acac and when added give bb
  3. Write the equation in factored form
  4. Determine the roots of the equation from these factors

Examples of factoring quadratic equations

  1. Factoring the equation:

    x2+5x+6=0x^2 + 5x + 6 = 0

    In this equation, a=1a = 1, b=5b = 5, and c=6c = 6.

    Step 1: The equation is already in standard form with the right side equal to zero.

    Step 2: We need to find two numbers that:

    • When multiplied give ac=1×6=6ac = 1 \times 6 = 6
    • When added give b=5b = 5

    Factors of 6 are: 1, 2, 3, and 6 Possible factor pairs: (1, 6) and (2, 3) The pair (2, 3) gives a sum of 5, which matches the value of bb.

    Step 3: We can write the equation as:

    x2+2x+3x+6=0x^2 + 2x + 3x + 6 = 0
    x(x+2)+3(x+2)=0x(x + 2) + 3(x + 2) = 0
    (x+3)(x+2)=0(x + 3)(x + 2) = 0

    Step 4: From the factored form above, we get:

    • x+3=0x + 3 = 0x=3x = -3
    • x+2=0x + 2 = 0x=2x = -2

    Therefore, the roots of the equation are x=3x = -3 and x=2x = -2.

  2. Factoring the equation:

    3x2+13x10=03x^2 + 13x - 10 = 0

    In this equation, a=3a = 3, b=13b = 13, and c=10c = -10.

    Step 1: The equation is already in standard form with the right side equal to zero.

    Step 2: We need to find two numbers that:

    • When multiplied give ac=3×(10)=30ac = 3 \times (-10) = -30
    • When added give b=13b = 13

    Factors of -30 are pairs of numbers with opposite signs:

    (1,30),(1,30),(2,15),(2,15),(3,10),(3,10),(5,6),(5,6)(1, -30), (-1, 30), (2, -15), (-2, 15), (3, -10), (-3, 10), (5, -6), (-5, 6)

    The pair (15,2)(15, -2) gives a sum of 13, which matches the value of bb.

    Step 3: We can write the equation as:

    3x2+15x2x10=03x^2 + 15x - 2x - 10 = 0

    We can group the terms:

    3x2+15x2x10=03x^2 + 15x - 2x - 10 = 0
    3x(x+5)2(x+5)=03x(x + 5) - 2(x + 5) = 0
    (3x2)(x+5)=0(3x - 2)(x + 5) = 0

    Step 4: From the factored form above, we get:

    • 3x2=03x - 2 = 0x=23x = \frac{2}{3}
    • x+5=0x + 5 = 0x=5x = -5

    Therefore, the roots of the equation are x=23x = \frac{2}{3} and x=5x = -5.

  3. Factorization When Coefficient a1a \neq 1

    When the coefficient aa is not equal to 1, we need some modifications in the factorization steps. There are several approaches:

    Method Using Factors of acac

    1. Determine the value of acac
    2. Find a pair of factors of acac that when added give bb
    3. Use this factor pair to split the term bxbx into two terms
    4. Factor by grouping

    Example of Factorization:

    2x2+5x3=02x^2 + 5x - 3 = 0

    In this equation, a=2a = 2, b=5b = 5, and c=3c = -3.

    Step 1: Calculate ac=2×(3)=6ac = 2 \times (-3) = -6

    Step 2: Find a pair of factors of -6 that when added give 5:

    Factors of -6: (1,6),(1,6),(2,3),(2,3)(1, -6), (-1, 6), (2, -3), (-2, 3)

    The pair (6,1)(6, -1) gives a sum of 5, which matches the value of bb.

    Step 3: Split the term 5x5x into 6xx6x - x:

    2x2+6xx3=02x^2 + 6x - x - 3 = 0

    Step 4: Factor by grouping:

    2x2+6xx3=02x^2 + 6x - x - 3 = 0
    2x(x+3)1(x+3)=02x(x + 3) - 1(x + 3) = 0
    (2x1)(x+3)=0(2x - 1)(x + 3) = 0

    Step 5: Determine the roots of the equation:

    • 2x1=02x - 1 = 0x=12x = \frac{1}{2}
    • x+3=0x + 3 = 0x=3x = -3

    Therefore, the roots of the equation are x=12x = \frac{1}{2} and x=3x = -3.

Quick Method: When We Know One of the Roots

If we know one of the roots of a quadratic equation, we can use this information to find the complete factorization.

Example: One of the roots of the equation 2x2bx6=02x^2 - bx - 6 = 0 is 6

If x=6x = 6 is a root of the equation, then (x6)(x - 6) is one of its factors.

We can substitute x=6x = 6 into the original equation:

2(6)2b(6)6=02(6)^2 - b(6) - 6 = 0
2×366b6=02 \times 36 - 6b - 6 = 0
726b6=072 - 6b - 6 = 0
66=6b66 = 6b
b=11b = 11

Now we can write the equation as 2x211x6=02x^2 - 11x - 6 = 0.

Using the factorization method, we factor it as:

2x211x6=02x^2 - 11x - 6 = 0
2x212x+x6=02x^2 - 12x + x - 6 = 0
2x(x6)+1(x6)=02x(x - 6) + 1(x - 6) = 0
(2x+1)(x6)=0(2x + 1)(x - 6) = 0

The roots of the equation are x=12x = -\frac{1}{2} and x=6x = 6.

Special Cases of Factorization

  1. Form ax2+bx=0ax^2 + bx = 0

    For equations without a constant term, we can factor out xx directly:

    ax2+bx=0ax^2 + bx = 0
    x(ax+b)=0x(ax + b) = 0

    The roots are x=0x = 0 and x=bax = -\frac{b}{a}.

    Example: 2x218x=02x^2 - 18x = 0

    2x218x=02x^2 - 18x = 0
    2x(x9)=02x(x - 9) = 0

    The roots are x=0x = 0 and x=9x = 9.

  2. Form ax2c=0ax^2 - c = 0

    For equations without an xx term, we can use the difference of squares pattern:

    ax2c=0ax^2 - c = 0
    ax2=cax^2 = c
    x2=cax^2 = \frac{c}{a}
    x=±cax = \pm \sqrt{\frac{c}{a}}

    Example: 2x218=02x^2 - 18 = 0

    2x218=02x^2 - 18 = 0
    2x2=182x^2 = 18
    x2=9x^2 = 9
    x=±3x = \pm 3

    The roots are x=3x = 3 and x=3x = -3.

Quadratic Equations That Cannot Be Factored

Not all quadratic equations can be easily factored using rational numbers. In such cases, we can use the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

A quadratic equation can be factored with rational numbers if the discriminant b24acb^2 - 4ac is a perfect square.

Practice Problems

Factor the following quadratic equations:

  1. x2+6x+5=0x^2 + 6x + 5 = 0
  2. 2x2+5x+2=02x^2 + 5x + 2 = 0
  3. 3x2x2=03x^2 - x - 2 = 0
  4. 2x28x+6=02x^2 - 8x + 6 = 0
  5. x29=0x^2 - 9 = 0

Answer Key

  1. x2+6x+5=0x^2 + 6x + 5 = 0

    Step 1: Identify the coefficients

    a=1,b=6,c=5a = 1, b = 6, c = 5

    Step 2: Find two numbers that when multiplied give ac=5ac = 5 and when added give b=6b = 6

    Factors of 5:1×5=5 and 1+5=6\text{Factors of } 5: 1 \times 5 = 5 \text{ and } 1 + 5 = 6

    Step 3: Factorization

    x2+6x+5=0x^2 + 6x + 5 = 0
    x2+x+5x+5=0x^2 + x + 5x + 5 = 0
    x(x+1)+5(x+1)=0x(x + 1) + 5(x + 1) = 0
    (x+5)(x+1)=0(x + 5)(x + 1) = 0

    Step 4: Determine the roots of the equation

    x+5=0x=5x + 5 = 0 \Rightarrow x = -5
    x+1=0x=1x + 1 = 0 \Rightarrow x = -1

    Therefore, the roots of the equation are x=5x = -5 and x=1x = -1.

  2. 2x2+5x+2=02x^2 + 5x + 2 = 0

    Step 1: Identify the coefficients

    a=2,b=5,c=2a = 2, b = 5, c = 2

    Step 2: Find two numbers that when multiplied give ac=2×2=4ac = 2 \times 2 = 4 and when added give b=5b = 5

    Factors of 4:1×4=4 and 1+4=5\text{Factors of } 4: 1 \times 4 = 4 \text{ and } 1 + 4 = 5

    Step 3: Factorization

    2x2+5x+2=02x^2 + 5x + 2 = 0
    2x2+x+4x+2=02x^2 + x + 4x + 2 = 0
    x(2x+1)+2(2x+1)=0x(2x + 1) + 2(2x + 1) = 0
    (2x+1)(x+2)=0(2x + 1)(x + 2) = 0

    Step 4: Determine the roots of the equation

    2x+1=0x=122x + 1 = 0 \Rightarrow x = -\frac{1}{2}
    x+2=0x=2x + 2 = 0 \Rightarrow x = -2

    Therefore, the roots of the equation are x=12x = -\frac{1}{2} and x=2x = -2.

  3. 3x2x2=03x^2 - x - 2 = 0

    Step 1: Identify the coefficients

    a=3,b=1,c=2a = 3, b = -1, c = -2

    Step 2: Find two numbers that when multiplied give ac=3×(2)=6ac = 3 \times (-2) = -6 and when added give b=1b = -1

    Factors of 6:(3)×2=6 and (3)+2=1\text{Factors of } -6: (-3) \times 2 = -6 \text{ and } (-3) + 2 = -1

    Step 3: Factorization

    3x2x2=03x^2 - x - 2 = 0
    3x23x+2x2=03x^2 - 3x + 2x - 2 = 0
    3x(x1)+2(x1)=03x(x - 1) + 2(x - 1) = 0
    (3x+2)(x1)=0(3x + 2)(x - 1) = 0

    Step 4: Determine the roots of the equation

    3x+2=0x=233x + 2 = 0 \Rightarrow x = -\frac{2}{3}
    x1=0x=1x - 1 = 0 \Rightarrow x = 1

    Therefore, the roots of the equation are x=23x = -\frac{2}{3} and x=1x = 1.

  4. 2x28x+6=02x^2 - 8x + 6 = 0

    Step 1: Identify the coefficients

    a=2,b=8,c=6a = 2, b = -8, c = 6

    Step 2: Find two numbers that when multiplied give ac=2×6=12ac = 2 \times 6 = 12 and when added give b=8b = -8

    Factors of 12:(6)×(2)=12 and (6)+(2)=8\text{Factors of } 12: (-6) \times (-2) = 12 \text{ and } (-6) + (-2) = -8

    Step 3: Factorization

    2x28x+6=02x^2 - 8x + 6 = 0
    2x26x2x+6=02x^2 - 6x - 2x + 6 = 0
    2x(x3)2(x3)=02x(x - 3) - 2(x - 3) = 0
    (2x2)(x3)=0(2x - 2)(x - 3) = 0
    2(x1)(x3)=02(x - 1)(x - 3) = 0

    Step 4: Determine the roots of the equation

    x1=0x=1x - 1 = 0 \Rightarrow x = 1
    x3=0x=3x - 3 = 0 \Rightarrow x = 3

    Therefore, the roots of the equation are x=1x = 1 and x=3x = 3.

  5. x29=0x^2 - 9 = 0

    Step 1: Identify as a difference of squares

    x29=x232x^2 - 9 = x^2 - 3^2

    Step 2: Use the difference of squares formula a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)

    x232=(x+3)(x3)=0x^2 - 3^2 = (x + 3)(x - 3) = 0

    Step 3: Determine the roots of the equation

    x+3=0x=3x + 3 = 0 \Rightarrow x = -3
    x3=0x=3x - 3 = 0 \Rightarrow x = 3

    Therefore, the roots of the equation are x=3x = -3 and x=3x = 3.