7.1 Solving Quadratic Equations by Factoring & Square Root Property
Key Takeaways
- A quadratic equation is a second-degree polynomial equation written in standard form as $ax^2 + bx + c = 0$, where $a, b, c$ are real numbers and $a \neq 0$.
- The Zero Product Property dictates that if the product of two real algebraic expressions is zero ($A \cdot B = 0$), then at least one factor must equal zero ($A = 0$ or $B = 0$); equations must always be set equal to zero before factoring.
- Solving by factoring requires transforming a quadratic trinomial or binomial into linear factors $(px + q)(rx + s) = 0$, yielding solutions $x = -\frac{q}{p}$ and $x = -\frac{s}{r}$.
- The Square Root Property states that if $(x - h)^2 = k$ and $k \geq 0$, then $x - h = \pm\sqrt{k}$, giving exact solutions $x = h \pm \sqrt{k}$; if $k < 0$, the equation possesses no real solutions.
- Never divide both sides of an equation by a variable expression (such as dividing $x^2 = 6x$ by $x$), as this illegally eliminates the valid solution $x = 0$.
Solving Quadratic Equations by Factoring & Square Root Property
Quick Summary: A quadratic equation is a single-variable polynomial equation of degree 2. Its general standard form is $ax^2 + bx + c = 0$ ($a \neq 0$). The two most efficient methods for solving quadratics without the quadratic formula are factoring (relying on the Zero Product Property) and the Square Root Property (applicable when the linear term $bx$ is absent or when a squared binomial is isolated: $(x - h)^2 = k$).
Quadratic equations appear frequently on the HiSET Mathematics subtest in pure algebraic manipulation, area and perimeter geometric models, projectile motion, and revenue optimization problems. Developing fluency with factoring and square root extraction allows you to solve these problems rapidly and accurately.
Standard Form of a Quadratic Equation
A quadratic equation must be arranged in standard form before most algebraic techniques can be applied:
- $a$ (Quadratic Coefficient): The non-zero numerical coefficient of $x^2$. If $a = 0$, the equation becomes linear ($bx + c = 0$).
- $b$ (Linear Coefficient): The numerical coefficient of $x$.
- $c$ (Constant Term): The constant numerical value.
Standard Form of a Quadratic Equation
Degree = 2
│
Quadratic ▼
Coefficient ──► ax² + bx + c = 0 ◄── Must equal ZERO
▲ ▲
│ │
Linear Coefficient Constant Term
Converting to Standard Form
If an equation is not equal to zero, you must collect all terms on one side using inverse operations before attempting to factor:
- Given: $2x^2 + 5x = 12$
- Subtract $12$ from both sides: $2x^2 + 5x - 12 = 0$ ($a = 2, b = 5, c = -12$)
The Zero Product Property & Factoring
The fundamental algebraic principle governing quadratic factoring is the Zero Product Property:
The Critical Prerequisite: The Zero Product Property works only when the product equals zero. If $(x - 3)(x + 4) = 8$, you cannot set $x - 3 = 8$ or $x + 4 = 8$. You must expand the product, subtract $8$ to reset the equation to zero ($x^2 + x - 20 = 0$), and refactor.
The 4-Step Protocol for Solving Quadratics by Factoring
┌─────────────────────────────────────────────────────────────┐
│ Step 1: REWRITE the equation in standard form (ax² + bx + c = 0).│
│ Step 2: FACTOR the polynomial completely (GCF, trinomial, diff).│
│ Step 3: APPLY Zero Product Property: set EACH linear factor to 0.│
│ Step 4: SOLVE each resulting linear equation for x. │
└─────────────────────────────────────────────────────────────┘
Case 1: Factoring Trinomials with $a = 1$
When $a = 1$, find two integers $p$ and $q$ such that $p \cdot q = c$ and $p + q = b$.
Worked Example: Trinomial with $a = 1$
Solve: $x^2 - 5x - 24 = 0$
- Find factor pairs of $c = -24$ that add to $b = -5$:
- Factors of $-24$: $(1, -24), (2, -12), (3, -8), (4, -6)$
- Test $3$ and $-8$: $3 \cdot (-8) = -24$ and $3 + (-8) = -5$ (Match!)
- Write in factored form:
- Set each linear factor equal to zero:
- Verify both roots in the original equation:
- For $x = 8$: $(8)^2 - 5(8) - 24 = 64 - 40 - 24 = 0 \quad (\text{True})$
- For $x = -3$: $(-3)^2 - 5(-3) - 24 = 9 + 15 - 24 = 0 \quad (\text{True})$
The solution set is ${8, -3}$.
Case 2: Factoring Trinomials with $a > 1$ ($ac$-Method)
When $a > 1$, multiply $a \cdot c$, find factors of $ac$ summing to $b$, split the middle term, and factor by grouping.
Worked Example: Trinomial with $a > 1$
Solve: $2x^2 + 7x - 15 = 0$
- Calculate $a \cdot c$: $2 \cdot (-15) = -30$.
- Find factors of $-30$ that sum to $b = 7$:
- Pairs: $(-1, 30), (-2, 15), (-3, 10)$
- Test $-3$ and $10$: $(-3)(10) = -30$ and $-3 + 10 = 7$ (Match!)
- Split the middle term:
- Factor by grouping:
- Apply the Zero Product Property:
The solution set is ${\frac{3}{2}, -5}$.
Case 3: Factoring Difference of Two Squares ($a^2 - b^2 = 0$)
When the linear term is absent ($b = 0$) and the constant is negative, apply $a^2 - b^2 = (a - b)(a + b)$:
Solution: $x = \pm \frac{7}{2}$.
The Square Root Property
The Square Root Property provides a direct shortcut whenever a quadratic equation can be formatted as an isolated squared quantity equal to a constant.
Three Distinct Outcomes Based on the Constant $d$:
- If $d > 0$: The equation has two distinct real solutions: $X = +\sqrt{d}$ and $X = -\sqrt{d}$.
- If $d = 0$: The equation has exactly one real solution: $X = 0$.
- If $d < 0$: The equation has no real solutions because the square of any real number is always non-negative ($X^2 \geq 0$).
The Square Root Extraction Rule
┌───────────────┐
│ (x - h)² = k │
└───────┬───────┘
│ Take square root of BOTH sides
▼
x - h = ±√k
│ Add h to both sides
▼
x = h ± √k
Solving Generalized Squared Binomials $(x - h)^2 = k$
When an equation contains a squared binomial, isolate the squared term and extract the square root:
Worked Example: Square Root with Simplification
Solve: $3(x - 4)^2 - 48 = 0$
- Isolate the squared binomial $(x - 4)^2$:
- Apply the Square Root Property (do NOT forget $\pm$):
- Split into two separate linear equations:
The solutions are $x = 8$ and $x = 0$.
Worked Example: Radical and Fractional Solutions
Solve: $2(x + 3)^2 = 14$
- Isolate the squared term:
- Apply the Square Root Property:
- Isolate $x$:
The exact solutions are $x = -3 + \sqrt{7}$ and $x = -3 - \sqrt{7}$.
High-Frequency Traps & Exam Pitfalls
| Common Error | Incorrect Operation | Correct Mathematical Protocol |
|---|---|---|
| Dividing by Variable | Solving $x^2 = 6x$ by dividing by $x$ to get $x = 6$. | Never divide by a variable! Subtract $6x$: $x^2 - 6x = 0 \implies x(x - 6) = 0 \implies x = 0$ or $x = 6$. Dividing by $x$ drops the root $x = 0$. |
| Dropping the $\pm$ Sign | $x^2 = 25 \implies x = 5$ (omitting $-5$). | $x^2 = 25 \implies x = \pm \sqrt{25} = \pm 5$. Every positive number has two square roots. |
| Non-Zero Product Rule | $(x - 2)(x + 5) = 8 \implies x - 2 = 8, x + 5 = 8$. | Multiply out: $x^2 + 3x - 10 = 8 \implies x^2 + 3x - 18 = 0 \implies (x + 6)(x - 3) = 0$. |
| Negative Under Radical | $(x - 1)^2 = -9 \implies x - 1 = \pm 3$. | A real squared quantity cannot equal a negative number. There are no real solutions. |
What is the complete solution set for the quadratic equation x^2 - 5x - 24 = 0?
Which of the following represents the exact solutions to the quadratic equation 2x^2 + 7x = 15?
What are all real values of x that satisfy the equation 3(x - 4)^2 - 48 = 0?
A student attempts to solve the equation x^2 = 9x by dividing both sides by x, concluding that x = 9 is the only solution. What mathematical error did the student commit?