Factoring Quadratic Equations: Techniques¶
Factoring quadratics is a foundational method for solving quadratic equations. It involves rewriting a quadratic expression in the form \( ax^2 + bx + c \) as a product of two binomials, typically resulting in a form like \( (x - r)(x - ) = 0 \). By factoring, we can solve for the values of \( x \) that satisfy the equation. This method relies on recognizing patterns and using specific strategies to simplify the expression.
1. The Standard Quadratic Form:¶
A standard quadratic equation has the form:
where \( a \), \( b \), and \( c \) are constants, and \( a \neq 0 \). The goal in factoring is to express this as:
where \( r \) and \( s \) are the roots determined by the relationship between \( a \), \( b \), and \( c \). The inference is informed by Vieta's formula for quadratics.
1.1 Factored Form and Roots Using \( r \) and \( s \)¶
For a quadratic equation of the form:
If the quadratic can be factored, the factored form is:
Here, \( r \) and \( s \) represent the roots (or solutions) of the quadratic equation.
1.2 Link to Roots:¶
Reference: Brilliant: Vieta's Formula
The solutions to the quadratic equation are found by setting each factor equal to zero using the Zero Product Property:
Thus, the roots are:
Principle Applied:¶
The principle is called the Zero Product Property (or Zero Product Rule):
This property states that if the product of two or more factors equals zero, then at least one of the factors must be zero. For a factored quadratic equation \( a(x - r)(x - s) = 0 \), this principle allows us to set each factor \( (x - r) \) and \( (x - s) \) equal to zero to find the roots:
Thus, the solutions (or roots) are \( x = r \) and \( x = s \).
1.3 Example Using \( r \) and \( s \):¶
Consider the quadratic equation \( x^2 - 5x + 6 = 0 \).
- Factoring the quadratic gives:
Here, \( r = 2 \) and \( s = 3 \), which are the roots of the quadratic.
- Solving each factor:
In this case, \( r = 2 \) and \( s = 3 \) are the roots.
1.4 Example Using Vieta's Conditions:¶
Let's consider this statement:
If the sum and product of the roots \( r \) and \( s \) of a quadratic equation are given, the quadratic equation can be expressed as:
This form is derived from the factored form of a quadratic equation \( (x - r)(x - s) = 0 \), which expands to:
where:
- \( r + s \) is the sum of the roots,
- \( rs \) is the product of the roots.
Thus, the equation \( x^2 - (\text{sum of roots})x + (\text{product of roots}) = 0 \) is correct.
Is this a true statement? Remember it must be true in all cases!
This statement is only true if the leading coefficient \( a \) of the quadratic terms is 1. A better way of restating the statement is to say:
"If the sum and product of roots are given, then the quadratic equation is given by:
\( x^2 - (\text{sum of roots})x + (\text{product of roots}) = 0 \)"
is not technically valid unless we explicitly state that the leading coefficient \( a = 1 \). Without this assumption, the more general form of the quadratic equation would be:
So, a more precise version of the statement would be:
"If the sum and product of roots are given, and the leading coefficient is \( 1 \), then the quadratic equation is:
\( x^2 - (\text{sum of roots})x + (\text{product of roots}) = 0 \)."
This way, the condition \( a = 1 \) is clearly specified.
Not, let's shift to the more general way to qualify the statement:
If the leading coefficient \( a \) is not 1, the quadratic equation would take the form:
or equivalently:
So, in general, the form \( x^2 - (\text{sum of roots})x + (\text{product of roots}) = 0 \) applies when \( a = 1 \). If \( a \neq 1 \), the equation must be scaled by the leading coefficient \( a \).
1.5 Connection to the Discriminant¶
The discriminant is a key part of the quadratic formula and helps determine the nature of the roots of a quadratic equation. The quadratic formula is:
Here, \( b^2 - 4ac \) is called the discriminant and is represented by \( \Delta \).
- Discriminant:
The value of the discriminant determines the nature of the roots \( r \) and \( s \):
-
If \( \Delta > 0 \):
- The quadratic equation has two distinct real roots \( r \) and \( s \).
- The quadratic can be factored as \( a(x - r)(x - s) \).
-
If \( \Delta = 0 \):
- The quadratic equation has one real repeated root \( r \), meaning \( r = s \).
- The factored form is \( a(x - r)^2 \), representing a perfect square trinomial.
-
If \( \Delta < 0 \):
- The quadratic equation has no real roots, but instead has two complex roots.
- In this case, the quadratic cannot be factored using real numbers.
1.6 Examples of the Discriminant and Its Impact¶
- Positive Discriminant (\( \Delta > 0 \)):
Consider \( x^2 - 5x + 6 = 0 \). Here, \( a = 1 \), \( b = -5 \), and \( c = 6 \).
- Calculate the discriminant:
- Since \( \Delta > 0 \), there are two distinct real roots.
-
The equation factors as \( (x - 2)(x - 3) = 0 \), and the roots are \( r = 2 \) and \( s = 3 \).
-
Zero Discriminant (\( \Delta = 0 \)):
Consider \( x^2 - 4x + 4 = 0 \). Here, \( a = 1 \), \( b = -4 \), and \( c = 4 \).
- Calculate the discriminant:
- Since \( \Delta = 0 \), there is one real repeated root.
-
The equation factors as \( (x - 2)^2 = 0 \), and the repeated root is \( r = 2 \).
-
Negative Discriminant (\( \Delta < 0 \)):
Consider \( x^2 + 4x + 5 = 0 \). Here, \( a = 1 \), \( b = 4 \), and \( c = 5 \).
- Calculate the discriminant:
- Since \( \Delta < 0 \), there are no real roots, and the quadratic has two complex roots. It cannot be factored over the real numbers.
1.7 Summary of the Discriminant's Role:¶
- \( \Delta > 0 \): Two distinct real roots \( r \) and \( s \). The quadratic can be factored as \( a(x - r)(x - s) \).
- \( \Delta = 0 \): One repeated real root \( r \). The quadratic can be factored as \( a(x - r)^2 \).
- \( \Delta < 0 \): No real roots (complex roots). The quadratic cannot be factored using real numbers.
Understanding the discriminant provides insight into whether factoring is possible and helps predict the nature of the quadratic's solutions.
2. Factoring Simple Quadratics (when \( a = 1 \)):¶
For quadratics where the leading coefficient \( a = 1 \), the equation takes the form:
Steps:
-
Identify two numbers that multiply to \( c \) (the constant term) and add to \( b \) (the coefficient of the linear term).
Example: Factor \( x^2 + 7x + 12 \).
- We need two numbers that multiply to 12 and add to 7.
- The numbers are 3 and 4, so we rewrite the quadratic as:
\[ (x + 3)(x + 4) = 0 \] -
Set each factor equal to zero and solve for \( x \):
So the solutions are \( x = -3 \) and \( x = -4 \).
3. Factoring with a Leading Coefficient (when \( a \neq 1 \)):¶
When \( a \neq 1 \), factoring becomes more complex. One of the most efficient techniques is the AC Method, also known as the Split the Middle Term method.
Steps:
-
Multiply \( a \) and \( c \): Multiply the leading coefficient \( a \) and the constant \( c \).
Example: Factor \( 2x^2 + 7x + 3 \).
- Multiply \( 2 \times 3 = 6 \).
-
Find two numbers that multiply to \( ac \) (in this case, 6) and add up to \( b \) (the middle term, 7). The numbers are 6 and 1.
-
Split the middle term: Rewrite the quadratic by splitting the middle term \( bx \) using the numbers found.
- Group terms and factor by grouping:
Factor each group:
Now factor out the common binomial factor:
The solutions are \( x = -\frac{1}{2} \) and \( x = -3 \).
4. Perfect Square Trinomials:¶
Sometimes, the quadratic takes the form of a perfect square trinomial. These quadratics can be factored as the square of a binomial:
or
Example:
Factor \( x^2 + 6x + 9 \).
- Recognize that \( x^2 + 6x + 9 \) is a perfect square trinomial, since \( 6x = 2 \times 3 \times x \) and \( 9 = 3^2 \).
- Factor as:
5. Difference of Squares:¶
A quadratic of the form \( a^2 - b^2 \) is called a difference of squares, and it can always be factored as:
Example:
Factor \( x^2 - 16 \). - Recognize that \( x^2 \) is \( (x)^2 \) and 16 is \( (4)^2 \). - Factor as:
6. Sum and Difference of Cubes (Advanced):¶
Though not strictly quadratics, students may encounter higher-order polynomials involving cubes. For completeness, these factorizations are:
- Sum of cubes: \( a^3 + b^3 = (a + b)(a^2 - ab + b^2) \)
- Difference of cubes: \( a^3 - b^3 = (a - b)(a^2 + ab + b^2) \)
7. Completing the Square (to aid in factoring):¶
Completing the square is an alternative technique when direct factoring is difficult. It’s especially useful for converting a quadratic into vertex form, but it also allows you to factor quadratics that may not be easily factored otherwise.
Steps:
- Rewrite the equation in the form \( ax^2 + bx = -c \).
- Add \( \left(\frac{b}{2a}\right)^2 \) to both sides to complete the square.
- Solve or factor the resulting perfect square trinomial.
Example:
Factor \( x^2 + 6x + 5 \) by completing the square.
- Move the constant term: \( x^2 + 6x = -5 \).
- Take half of 6, square it, and add to both sides: \( \left(\frac{6}{2}\right)^2 = 9 \).
- The equation becomes:
- Factor the left-hand side:
- Take the square root of both sides:
- Solve for \( x \): \( x = -3 \pm 2 \), so \( x = -1 \) or \( x = -5 \).
8. Recognizing Unfactorable Quadratics (Prime Quadratics):¶
Not all quadratics can be factored easily using integer coefficients. In such cases, the quadratic is considered prime or unfactorable over the integers. These quadratics can still be solved using the quadratic formula or completing the square, but no simple factoring trick will apply.
Example: Try to factor \( x^2 + 2x + 2 \). Since no pair of numbers multiply to 2 and add to 2, this quadratic is prime over the integers.
9. Special Tricks and Shortcuts:¶
-
Reverse FOIL (First, Outer, Inner, Last): When factoring quadratics, many students use the FOIL method in reverse to check their work. Once a quadratic is factored, quickly multiply the binomials to verify the original equation.
-
Grouping: Sometimes quadratics can be factored by grouping terms in pairs and factoring each pair separately (especially useful for quadratics with four terms).
Summary:¶
Factoring quadratics is a versatile skill that spans from recognizing basic patterns like perfect squares and differences of squares, to applying systematic methods like splitting the middle term or completing the square. Advanced techniques like the AC method and grouping provide powerful tools for more challenging problems, while tricks such as recognizing prime quadratics save time. By mastering these techniques, students can approach any quadratic equation with confidence and flexibility.
Here are ten advanced exercises focused on factoring quadratics, along with step-by-step solutions for each example:
1. Factor \( 2x^2 - 8x \)¶
Step 1: Identify the greatest common factor (GCF). - The GCF of \( 2x^2 \) and \( -8x \) is \( 2x \).
Step 2: Factor out the GCF. [ 2x(x - 4) ]
Step 3: Verify by expanding. [ 2x(x - 4) = 2x^2 - 8x ]
Final Answer: \( 2x(x - 4) \)
2. Factor \( x^2 - 9 \)¶
Step 1: Recognize this as a difference of squares. - The expression can be written as \( x^2 - 3^2 \).
Step 2: Apply the difference of squares formula \( a^2 - b^2 = (a - b)(a + b) \). [ (x - 3)(x + 3) ]
Step 3: Verify by expanding. [ (x - 3)(x + 3) = x^2 - 9 ]
Final Answer: \( (x - 3)(x + 3) \)
3. Factor \( x^2 + 5x + 6 \)¶
Step 1: Identify \( a = 1 \), \( b = 5 \), \( c = 6 \). - We need two numbers that multiply to \( c \) (6) and add to \( b \) (5).
Step 2: The numbers are \( 2 \) and \( 3 \). - Rewrite the expression: [ x^2 + 2x + 3x + 6 ]
Step 3: Factor by grouping: [ x(x + 2) + 3(x + 2) = (x + 2)(x + 3) ]
Step 4: Verify by expanding. [ (x + 2)(x + 3) = x^2 + 5x + 6 ]
Final Answer: \( (x + 2)(x + 3) \)
4. Factor \( 3x^2 + 11x + 6 \)¶
Step 1: Identify \( a = 3 \), \( b = 11 \), \( c = 6 \). - Find two numbers that multiply to \( 3 \times 6 = 18 \) and add to \( 11 \).
Step 2: The numbers are \( 9 \) and \( 2 \). - Rewrite: [ 3x^2 + 9x + 2x + 6 ]
Step 3: Factor by grouping: [ 3x(x + 3) + 2(x + 3) = (3x + 2)(x + 3) ]
Step 4: Verify by expanding. [ (3x + 2)(x + 3) = 3x^2 + 11x + 6 ]
Final Answer: \( (3x + 2)(x + 3) \)
5. Factor \( x^2 - 7x + 10 \)¶
Step 1: Identify \( a = 1 \), \( b = -7 \), \( c = 10 \). - Look for two numbers that multiply to \( 10 \) and add to \( -7 \).
Step 2: The numbers are \( -2 \) and \( -5 \). - Rewrite: [ x^2 - 2x - 5x + 10 ]
Step 3: Factor by grouping: [ x(x - 2) - 5(x - 2) = (x - 2)(x - 5) ]
Step 4: Verify by expanding. [ (x - 2)(x - 5) = x^2 - 7x + 10 ]
Final Answer: \( (x - 2)(x - 5) \)
6. Factor \( 4x^2 - 12x + 9 \)¶
Step 1: Identify \( a = 4 \), \( b = -12 \), \( c = 9 \). - Look for two numbers that multiply to \( 4 \times 9 = 36 \) and add to \( -12 \).
Step 2: The numbers are \( -6 \) and \( -6 \) (perfect square). - Rewrite: [ 4x^2 - 6x - 6x + 9 ]
Step 3: Factor by grouping: [ 2x(2x - 6) + 3(2x - 6) = (2x - 3)(2x - 3) = (2x - 3)^2 ]
Step 4: Verify by expanding. [ (2x - 3)^2 = 4x^2 - 12x + 9 ]
Final Answer: \( (2x - 3)^2 \)
7. Factor \( x^2 + 4x - 12 \)¶
Step 1: Identify \( a = 1 \), \( b = 4 \), \( c = -12 \). - Look for two numbers that multiply to \( -12 \) and add to \( 4 \).
Step 2: The numbers are \( 6 \) and \( -2 \). - Rewrite: [ x^2 + 6x - 2x - 12 ]
Step 3: Factor by grouping: [ x(x + 6) - 2(x + 6) = (x + 6)(x - 2) ]
Step 4: Verify by expanding. [ (x + 6)(x - 2) = x^2 + 4x - 12 ]
Final Answer: \( (x + 6)(x - 2) \)
8. Factor \( 5x^2 + 13x + 6 \)¶
Step 1: Identify \( a = 5 \), \( b = 13 \), \( c = 6 \). - Find two numbers that multiply to \( 5 \times 6 = 30 \) and add to \( 13 \).
Step 2: The numbers are \( 10 \) and \( 3 \). - Rewrite: [ 5x^2 + 10x + 3x + 6 ]
Step 3: Factor by grouping: [ 5x(x + 2) + 3(x + 2) = (5x + 3)(x + 2) ]
Step 4: Verify by expanding. [ (5x + 3)(x + 2) = 5x^2 + 13x + 6 ]
Final Answer: \( (5x + 3)(x + 2) \)
9. Factor \( 6x^2 - 11x - 10 \)¶
Step 1: Identify \( a = 6 \), \( b = -11 \), \( c = -10 \). - Find two numbers that multiply to \( 6 \times -10 = -60 \) and add to \( -11 \).
Step 2: The numbers are \( -15 \) and \( 4 \). - Rewrite: [ 6x^2 - 15x + 4x - 10 ]
Step 3: Factor by grouping: [ 3x(2x - 5) + 2(2x - 5) = (3x + 2)(2x - 5) ]
Step 4: Verify by expanding. [ (3x + 2)(2x - 5) = 6x^2 - 11x - 10 ]
Final Answer: \( (3x + 2)(2x - 5) \)
10. Factor \( x^2 + 6x + 8 \)¶
Step 1: Identify \( a = 1 \), \( b = 6 \), \( c = 8 \). - Find two numbers that multiply to \( 8 \) and add to \( 6 \).
Step 2: The numbers are \( 2 \) and \( 4 \). - Rewrite: [ x^2 + 2x + 4x + 8 ]
Step 3: Factor by grouping: [ x(x + 2) + 4(x + 2) = (x + 2)(x + 4) ]
Step 4: Verify by expanding. [ (x + 2)(x + 4) = x^2 + 6x + 8 ]
Final Answer: \( (x + 2)(x + 4) \)
These exercises cover a range of factoring techniques, including finding the GCF, factoring by grouping, and recognizing special products like the difference of squares and perfect squares. Each step demonstrates the logical progression needed to factor quadratic expressions successfully.