7.2 Quadratic Equations, Factoring & Quadratic Formula
Key Takeaways
- A quadratic equation in standard form is ax^2 + bx + c = 0 (where a != 0), representing a second-degree polynomial equation.
- The Zero-Product Property states that if A * B = 0, then either A = 0 or B = 0, forming the mathematical foundation for solving quadratics by factoring.
- The Quadratic Formula x = (-b ± √(b^2 - 4ac)) / (2a) solves any quadratic equation regardless of whether it can be factored over integers.
- The discriminant D = b^2 - 4ac determines the number and type of roots: D > 0 yields two distinct real roots, D = 0 yields one real root (a double root), and D < 0 yields no real roots.
- Equations of the form x^2 = k have two real solutions, x = √k and x = -√k, provided k > 0.
7.2 Quadratic Equations, Factoring & Quadratic Formula
Quadratic equations represent a major segment of the advanced algebra questions on the AFQT Mathematics Knowledge subtest. A quadratic equation is a single-variable polynomial equation of degree 2. Mastering multiple methods to solve quadratics—by factoring, extracting square roots, and applying the quadratic formula—ensures you can select the fastest and most reliable approach under exam timed conditions.
1. Standard Form of a Quadratic Equation
Every quadratic equation can be written in standard form: where $a$, $b$, and $c$ are real constants, and $a \neq 0$.
- $ax^2$: The quadratic term ($a$ is the quadratic coefficient).
- $bx$: The linear term ($b$ is the linear coefficient).
- $c$: The constant term.
The solutions to a quadratic equation are also called the roots, zeros, or x-intercepts (where the graph of the parabola $y = ax^2 + bx + c$ crosses the x-axis).
2. Solving Quadratics by Factoring & Zero-Product Property
Factoring is usually the fastest method to solve a quadratic equation on the AFQT when the coefficients are simple integers.
The Zero-Product Property
If the product of two real expressions $A$ and $B$ is zero:
Step-by-Step Factoring Method
- Set the equation equal to zero: Move all terms to one side so the equation takes the form $ax^2 + bx + c = 0$.
- Factor out any GCF if applicable.
- Factor the trinomial into two linear binomial factors: $(px + q)(rx + s) = 0$.
- Apply the Zero-Product Property: Set each linear factor equal to zero.
- Solve each linear equation for $x$.
Worked Example 1: Basic Factoring
Solve $x^2 - 7x + 12 = 0$.
- The equation is already in standard form with $a = 1, b = -7, c = 12$.
- Find two factors of $+12$ that add up to $-7$. The numbers are $-3$ and $-4$ (since $(-3)(-4) = 12$ and $-3 + (-4) = -7$).
- Factor the trinomial:
- Set each factor to zero:
- The solutions are $x = 3$ and $x = 4$.
Worked Example 2: Non-zero Right-Hand Side
Solve $2x^2 + 5x = 12$.
- Rearrange to standard form:
- Factor by grouping or inspection:
- We need factors of $a \cdot c = 2 \cdot (-12) = -24$ that sum to $b = 5$.
- The factors are $+8$ and $-3$ (since $8 \cdot (-3) = -24$ and $8 + (-3) = 5$).
- Rewrite middle term: $2x^2 + 8x - 3x - 12 = 0$.
- Group terms: $2x(x + 4) - 3(x + 4) = 0$.
- Factored form: $(2x - 3)(x + 4) = 0$.
- Set factors to zero:
- The solutions are $x = \frac{3}{2}$ and $x = -4$.
3. Solving by Taking Square Roots
When the linear term is absent ($b = 0$), the equation simplifies to $ax^2 + c = 0 \implies x^2 = k$. You can solve directly by isolating $x^2$ and taking the square root of both sides.
Critical Rule: Remember to include both positive and negative roots: $\sqrt{x^2} = |x| \implies x = \pm\sqrt{k}$.
Worked Example 3: Extraction of Roots
Solve $3x^2 - 48 = 0$.
- Isolate $x^2$:
- Take the square root of both sides:
- The roots are $x = 4$ and $x = -4$.
Worked Example 4: Binomial Squared
Solve $(x - 5)^2 = 36$.
- Take square roots of both sides:
- Split into two equations:
- The solutions are $x = 11$ and $x = -1$.
4. The Quadratic Formula
When a quadratic equation cannot be easily factored using integers, the Quadratic Formula provides a guaranteed solution for any quadratic $ax^2 + bx + c = 0$:
Breakdown of Components
- $-b$: The opposite of the linear coefficient.
- $b^2 - 4ac$: The discriminant under the square root.
- $2a$: The denominator (entire numerator must be divided by $2a$).
Worked Example 5: Using the Quadratic Formula
Solve $x^2 - 6x + 4 = 0$.
- Identify coefficients: $a = 1, b = -6, c = 4$.
- Substitute into the formula:
- Simplify step-by-step:
- Simplify the radical ($\sqrt{20} = \sqrt{4 \cdot 5} = 2\sqrt{5}$):
- The solutions are $x = 3 + \sqrt{5}$ and $x = 3 - \sqrt{5}$.
5. The Discriminant ($b^2 - 4ac$)
The portion of the quadratic formula under the square root, $D = b^2 - 4ac$, is called the discriminant. It reveals the number and nature of the roots without requiring full resolution of the equation.
| Discriminant Value ($D = b^2 - 4ac$) | Nature of Roots | Graphical Meaning (Parabola $y = ax^2+bx+c$) |
|---|---|---|
| $D > 0$ (Positive) | 2 distinct real roots | Crosses the x-axis at two points |
| $D = 0$ (Zero) | 1 real root (double root) | Touches the x-axis at exactly one point (vertex) |
| $D < 0$ (Negative) | 0 real roots (2 complex roots) | Does not cross or touch the x-axis |
Worked Example 6: Discriminant Analysis
Determine the number of real roots for $3x^2 - 4x + 5 = 0$.
- Identify $a = 3, b = -4, c = 5$.
- Compute $D = b^2 - 4ac$:
- Since $D = -44 < 0$, the equation has 0 real roots (two complex conjugate roots).
6. Word Problems Involving Quadratic Equations
On the AFQT, quadratic word problems frequently involve geometry (area of rectangles), consecutive integers, or motion.
Worked Example 7: Geometric Word Problem
The length of a rectangular tactical field is $4$ meters longer than its width. If the area of the field is $60$ square meters, find its dimensions.
- Define variables: Let width $= w$. Then length $= w + 4$.
- Set up equation: Area $=$ length $\cdot$ width $\implies w(w + 4) = 60$.
- Expand and put in standard form:
- Factor the quadratic:
- Find two numbers multiplying to $-60$ and adding to $+4$: $+10$ and $-6$.
- Solve for $w$:
- Reject non-physical solutions: A distance/width cannot be negative, so $w = 6$ meters.
- Calculate length: Length $= w + 4 = 6 + 4 = 10$ meters.
- Check: $6 \cdot 10 = 60\text{ m}^2$. Correct!
7. AFQT Strategies, Tips & Common Errors
- Don't Forget the $\pm$ Sign: When taking square roots of both sides of $x^2 = 25$, $x = \pm 5$. Leaving off the negative solution is a frequent error.
- Never Divide by the Variable: Given $x^2 = 5x$, do NOT divide both sides by $x$ to get $x = 5$, because you lose the root $x = 0$! Instead, subtract $5x$ to get $x^2 - 5x = 0 \implies x(x - 5) = 0$, giving solutions $x = 0$ and $x = 5$.
- Back-Solving on Multiple-Choice Questions: If an AFQT question asks for the solution to a quadratic equation, plug the given answer choices back into the original equation to find which number makes the statement true!
What are the solutions to the quadratic equation $x^2 - 9x + 20 = 0$?
How many real solutions does the quadratic equation $2x^2 - 4x + 7 = 0$ have?
Using the quadratic formula, what are the roots of $x^2 - 4x + 1 = 0$?