4.2 Quadratic Equations, Factoring Patterns, and Roots

Key Takeaways

  • A quadratic equation must always be set equal to zero (ax² + bx + c = 0) before factoring or applying the Zero Product Property; factoring an expression set equal to a non-zero constant is a catastrophic error.
  • The three foundational GMAT algebraic identities—(a + b)² = a² + 2ab + b², (a - b)² = a² - 2ab + b², and a² - b² = (a - b)(a + b)—must be recognized instantly in both expanded and factored directions.
  • The discriminant Δ = b² - 4ac dictates root characteristics without full calculation: Δ > 0 indicates two distinct real roots, Δ = 0 indicates exactly one repeated real root, and Δ < 0 indicates no real roots.
  • Vieta's formulas provide the sum (r₁ + r₂ = -b/a) and product (r₁·r₂ = c/a) of roots directly from the coefficients, enabling rapid computation of symmetric expressions such as r₁² + r₂² and 1/r₁ + 1/r₂.
  • Squaring both sides of an equation to eliminate radicals often creates extraneous roots that fail when substituted back into the original un-squared equation.
Last updated: September 2026

4.2 Quadratic Equations, Factoring Patterns, and Roots

Quick Summary: Quadratic expressions on the GMAT Focus Edition reward pattern recognition over mechanical calculation. By internalizing core identities (difference of squares, perfect square trinomials), leveraging Vieta's formulas for root sums and products, and setting equations strictly to zero before factoring, you can solve complex second-degree equations with rapid precision.

Quadratic equations are second-degree polynomial equations that occur across both pure algebraic Problem Solving questions and applied word problems (such as projectile height, geometric area, and revenue maximization). On the GMAT, success requires an agile command of factoring mechanics, root relationships, and the pitfalls of non-invertible algebraic operations like squaring.


Anatomy of Quadratic Equations and the Zero Product Property

A quadratic equation in one variable is any equation that can be arranged in the canonical standard form:

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

where $a, b,$ and $c$ are real constants and $a \neq 0$. If $a = 0$, the second-degree term vanishes and the equation degenerates into a linear equation.

The Zero Product Property

The entire mathematical apparatus of factoring relies on the Zero Product Property:

If P⋅Q=0,then P=0orQ=0(or both).\text{If } P \cdot Q = 0, \quad \text{then } P = 0 \quad \text{or} \quad Q = 0 \quad \text{(or both)}.

Critical GMAT Warning: The Zero Product Property holds strictly and exclusively for zero. If $P \cdot Q = 12$, you cannot conclude that $P = 3$ and $Q = 4$, or that $P = 12$. The factors can be any pair of real numbers whose product is 12 (such as $1$ and $12$, $-2$ and $-6$, or $0.5$ and $24$). Therefore, never factor a quadratic until all terms have been collected on one side and the opposite side equals zero.

The Non-Zero Factoring Mistake

Consider the common error when solving $x(x - 5) = 6$:

  • Incorrect: Setting $x = 6$ or $x - 5 = 6 \implies x = 11$.
  • Correct: Expand and bring all terms to the left: $x^2 - 5x - 6 = 0$. Factoring yields $(x - 6)(x + 1) = 0$, giving the true solutions $x = 6$ or $x = -1$.

The Core Algebraic Identities (The GMAT Templates)

Three special polynomial products appear repeatedly on the GMAT Focus Edition. You must recognize these patterns instantaneously in both directions (expanding from left to right, and factoring from right to left).

Identity NameFactored FormExpanded FormGMAT Application & Numerical Shortcut
Difference of Squares$(a - b)(a + b)$$a^2 - b^2$Instant mental multiplication: $103 \times 97 = (100 + 3)(100 - 3) = 100^2 - 3^2 = 10,000 - 9 = 9,991$
Square of a Binomial (Sum)$(a + b)^2$$a^2 + 2ab + b^2$Mental squaring: $52^2 = (50 + 2)^2 = 2500 + 2(100) + 4 = 2,704$
Square of a Binomial (Diff)$(a - b)^2$$a^2 - 2ab + b^2$Mental squaring: $49^2 = (50 - 1)^2 = 2500 - 100 + 1 = 2,401$
Trinomial Square$(a + b + c)^2$$a^2 + b^2 + c^2 + 2(ab + bc + ca)$Finding sum of pairwise products $(ab + bc + ca)$ from sums of squares
Difference of Cubes$(a - b)(a^2 + ab + b^2)$$a^3 - b^3$Factoring cubic expressions without long division
Sum of Cubes$(a + b)(a^2 - ab + b^2)$$a^3 + b^3$Simplifying rational algebraic expressions

Advanced Identity Combinations: Reciprocal Sums

A high-yield GMAT identity pattern involves terms with reciprocals, where the cross-term $2ab$ simplifies to a constant: (x+1x)2=x2+2(x)(1x)+1x2=x2+2+1x2\left(x + \frac{1}{x}\right)^2 = x^2 + 2(x)\left(\frac{1}{x}\right) + \frac{1}{x^2} = x^2 + 2 + \frac{1}{x^2} (x−1x)2=x2−2(x)(1x)+1x2=x2−2+1x2\left(x - \frac{1}{x}\right)^2 = x^2 - 2(x)\left(\frac{1}{x}\right) + \frac{1}{x^2} = x^2 - 2 + \frac{1}{x^2}

If a question provides that $x + \frac{1}{x} = 5$, you can immediately find $x^2 + \frac{1}{x^2}$ by squaring: (x+1x)2=52  ⟹  x2+2+1x2=25  ⟹  x2+1x2=23\left(x + \frac{1}{x}\right)^2 = 5^2 \implies x^2 + 2 + \frac{1}{x^2} = 25 \implies x^2 + \frac{1}{x^2} = 23


Factoring Techniques for Quadratic Polynomials

When a quadratic cannot be simplified via special identities, deploy structured factoring techniques:

1. Monic Quadratics ($a = 1$)

To factor $x^2 + Bx + C = 0$, identify two numbers $p$ and $q$ that satisfy two simultaneous conditions:

  1. Product Condition: $p \cdot q = C$
  2. Sum Condition: $p + q = B$

Once found, the quadratic factors directly into $(x + p)(x + q) = 0$, giving roots $x = -p$ and $x = -q$.

Sign Strategy:

  • If $C > 0$, $p$ and $q$ share the same sign (both positive if $B > 0$, both negative if $B < 0$).
  • If $C < 0$, $p$ and $q$ have opposite signs, and the number with the larger absolute value matches the sign of $B$.

2. Non-Monic Quadratics ($a \neq 1$) via the AC Grouping Method

When the coefficient of $x^2$ is not 1, do not guess and check blindly. Use the systematic AC Method:

  1. Multiply $a$ and $c$ to find the product $ac$.
  2. Find two factors $p$ and $q$ of $ac$ such that $p + q = b$.
  3. Split the middle linear term $bx$ into $px + qx$.
  4. Factor by grouping terms in pairs.

Example: Factor $3x^2 - 11x - 4 = 0$.

  • Compute $ac = 3 \times (-4) = -12$.
  • Find factors of $-12$ that sum to $-11$: $-12$ and $+1$ (since $-12 \times 1 = -12$ and $-12 + 1 = -11$).
  • Split the middle term: $3x^2 - 12x + 1x - 4 = 0$.
  • Group: $3x(x - 4) + 1(x - 4) = 0$.
  • Factor common binomial: $(3x + 1)(x - 4) = 0$.
  • Solutions: $x = -\frac{1}{3}$ or $x = 4$.

The Quadratic Formula and the Discriminant

When a quadratic equation cannot be factored cleanly over integers, the Quadratic Formula delivers the exact solutions:

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

The Discriminant ($\Delta$)

The expression residing beneath the radical is the discriminant, denoted $\Delta = b^2 - 4ac$. On the GMAT, you rarely need to compute the full formula; evaluating the discriminant alone is sufficient to answer questions concerning the number or reality of solutions:

Δ=b2−4ac\Delta = b^2 - 4ac

Discriminant ValueNature of the RootsGraphical / Coordinate Behavior
$\Delta > 0$Two distinct real rootsParabola intersects the $x$-axis at two distinct points. If $\Delta$ is a perfect square (and $a,b,c$ are rational), roots are rational; otherwise, irrational conjugate pairs.
$\Delta = 0$Exactly one real root (repeated/double root)Parabola is tangent to the $x$-axis at its vertex ($x = -b/2a$). The quadratic is a perfect square trinomial.
$\Delta < 0$No real roots (two complex conjugate roots)Parabola never touches or crosses the $x$-axis. Since the GMAT operates exclusively within the real number system, the answer is "no real solution."

Vieta's Formulas: Root Sums and Products

Vieta's Formulas establish a direct algebraic link between the roots of a polynomial and its coefficients. For any quadratic equation $ax^2 + bx + c = 0$ with roots $r_1$ and $r_2$:

Sum of Roots: r1+r2=−ba\text{Sum of Roots: } \quad r_1 + r_2 = -\frac{b}{a} Product of Roots: r1⋅r2=ca\text{Product of Roots: } \quad r_1 \cdot r_2 = \frac{c}{a}

Why Vieta's Formulas are a GMAT Superpower

The GMAT frequently constructs questions asking for values such as $r_1^2 + r_2^2$, $\frac{1}{r_1} + \frac{1}{r_2}$, or $|r_1 - r_2|$. Attempting to solve for messy irrational roots using the quadratic formula and then squaring them consumes excessive time and invites calculation errors. Instead, express the target symmetrically in terms of $(r_1 + r_2)$ and $(r_1 r_2)$:

  1. Sum of Squares: r12+r22=(r1+r2)2−2r1r2=(−ba)2−2(ca)=b2−2aca2r_1^2 + r_2^2 = (r_1 + r_2)^2 - 2r_1 r_2 = \left(-\frac{b}{a}\right)^2 - 2\left(\frac{c}{a}\right) = \frac{b^2 - 2ac}{a^2}
  2. Sum of Reciprocals: 1r1+1r2=r1+r2r1r2=−b/ac/a=−bc\frac{1}{r_1} + \frac{1}{r_2} = \frac{r_1 + r_2}{r_1 r_2} = \frac{-b/a}{c/a} = -\frac{b}{c}
  3. Absolute Difference of Roots: (r1−r2)2=(r1+r2)2−4r1r2=(−ba)2−4(ca)=b2−4aca2=Δa2  ⟹  ∣r1−r2∣=Δ∣a∣(r_1 - r_2)^2 = (r_1 + r_2)^2 - 4r_1 r_2 = \left(-\frac{b}{a}\right)^2 - 4\left(\frac{c}{a}\right) = \frac{b^2 - 4ac}{a^2} = \frac{\Delta}{a^2} \implies |r_1 - r_2| = \frac{\sqrt{\Delta}}{|a|}

Radical Equations and Extraneous Solutions

A radical equation is an equation in which the variable is positioned under a radical sign, such as $\sqrt{2x + 14} = x + 3$. The standard solving technique involves isolating the radical and squaring both sides. However, squaring is a non-invertible operation:

If A=B,then A2=B2.However, A2=B2  ⟹  A=BORA=−B.\text{If } A = B, \quad \text{then } A^2 = B^2. \quad \text{However, } A^2 = B^2 \implies A = B \quad \text{OR} \quad A = -B.

Squaring both sides introduces solutions to $A = -B$ that did not exist in the original relationship. These invalid results are extraneous solutions.

The Mandatory Validation Rule

Whenever you square both sides of an equation containing variables, you must substitute all candidate solutions back into the original, un-squared equation to verify validity.

Furthermore, by mathematical definition on the GMAT, the radical symbol $\sqrt{\quad}$ denotes exclusively the principal (non-negative) square root: 25=5(never −5)\sqrt{25} = 5 \quad (\text{never } -5) Therefore, if an equation reduces to $\sqrt{f(x)} = \text{negative number}$, it has zero real solutions immediately.


Step-by-Step Worked Problem Solving Examples

Example 1: Solving Radical Equations with Extraneous Root Filtering

Problem: What is the complete solution set for the real variable $x$ in the equation $\sqrt{3x + 1} = x - 1$?

Step-by-Step Solution:

  1. Inspect Implicit Domain Restrictions: Since the principal square root is non-negative, the right-hand side must satisfy $x - 1 \ge 0 \implies x \ge 1$. Any solution less than 1 is automatically invalid.
  2. Square Both Sides: (3x+1)2=(x−1)2\left(\sqrt{3x + 1}\right)^2 = (x - 1)^2 3x+1=x2−2x+13x + 1 = x^2 - 2x + 1
  3. Rearrange into Standard Quadratic Form: x2−5x=0x^2 - 5x = 0
  4. Factor by Factoring Out the Common Factor $x$: x(x−5)=0  ⟹  x=0orx=5x(x - 5) = 0 \implies x = 0 \quad \text{or} \quad x = 5
  5. Validate Candidate Solutions in Original Equation:
    • Test $x = 0$: $\text{LHS} = \sqrt{3(0) + 1} = \sqrt{1} = 1$. $\text{RHS} = 0 - 1 = -1$. Since $1 \neq -1$, $x = 0$ is an extraneous root.
    • Test $x = 5$: $\text{LHS} = \sqrt{3(5) + 1} = \sqrt{16} = 4$. $\text{RHS} = 5 - 1 = 4$. Since $4 = 4$, $x = 5$ is a valid solution.
  6. Conclusion: The equation has exactly one real solution: $x = 5$.

Example 2: Calculating Symmetric Root Expressions via Vieta's Formulas

Problem: The roots of the quadratic equation $2x^2 - 8x + 3 = 0$ are $p$ and $q$. What is the value of $\frac{p}{q} + \frac{q}{p}$?

Step-by-Step Solution:

  1. Identify Coefficients: Here $a = 2, b = -8, c = 3$.
  2. Apply Vieta's Formulas: p+q=−ba=−−82=4p + q = -\frac{b}{a} = -\frac{-8}{2} = 4 p⋅q=ca=32p \cdot q = \frac{c}{a} = \frac{3}{2}
  3. Rewrite the Target Expression with a Common Denominator: pq+qp=p2+q2pq\frac{p}{q} + \frac{q}{p} = \frac{p^2 + q^2}{pq}
  4. Express the Numerator via the Binomial Square Identity: p2+q2=(p+q)2−2pq=42−2(32)=16−3=13p^2 + q^2 = (p + q)^2 - 2pq = 4^2 - 2\left(\frac{3}{2}\right) = 16 - 3 = 13
  5. Compute the Final Ratio: p2+q2pq=133/2=13×23=263\frac{p^2 + q^2}{pq} = \frac{13}{3/2} = 13 \times \frac{2}{3} = \frac{26}{3}

Example 3: Difference of Squares under Integer Constraints

Problem: If $a$ and $b$ are positive integers such that $a^2 - b^2 = 105$, how many distinct ordered pairs $(a, b)$ satisfy the equation?

Step-by-Step Solution:

  1. Factor Using Difference of Squares: (a−b)(a+b)=105(a - b)(a + b) = 105
  2. Identify Integer Constraints: Since $a$ and $b$ are positive integers, both $(a - b)$ and $(a + b)$ must be integer factors of 105. Furthermore, $a + b > a - b$, and $(a + b) + (a - b) = 2a$ (which is always an even number). This requires both factors to share the same parity (both odd or both even).
  3. Prime Factorize 105: 105=3×5×7105 = 3 \times 5 \times 7 The total number of positive divisors is $(1 + 1)(1 + 1)(1 + 1) = 8$. Since 105 is odd, all its divisors are odd, so every divisor pair will have an even sum.
  4. List Factor Pairs $(a - b, a + b)$ where $a - b < a + b$:
    • Pair 1: $(1, 105) \implies 2a = 106 \implies a = 53, b = 52$
    • Pair 2: $(3, 35) \implies 2a = 38 \implies a = 19, b = 16$
    • Pair 3: $(5, 21) \implies 2a = 26 \implies a = 13, b = 8$
    • Pair 4: $(7, 15) \implies 2a = 22 \implies a = 11, b = 4$
  5. Count Valid Solutions: There are exactly 4 distinct pairs of positive integers $(a, b)$.

High-Frequency GMAT Traps & Pacing Strategies

  • Trap 1: Dropping the Zero Root by Dividing by $x$. Given $x^2 = 7x$, test-takers frequently divide both sides by $x$ to get $x = 7$. In doing so, they illegally divide by zero when $x = 0$, discarding half the solution set! Always collect terms on one side: $x^2 - 7x = 0 \implies x(x - 7) = 0 \implies x = 0$ or $x = 7$.
  • Trap 2: Conflating $\sqrt{k}$ with $x^2 = k$. The equation $x^2 = 36$ has two solutions: $x = \pm\sqrt{36} = \pm 6$. However, the expression $\sqrt{36}$ equals strictly $+6$. The radical sign means only the non-negative square root.
  • Trap 3: Forgetting to Check for Extraneous Roots. Always test candidate solutions whenever an algebraic step involved squaring both sides.
Loading diagram...
Quadratic Equation Solution and Analysis Matrix
Test Your Knowledge

If x satisfies the equation √(3x + 1) = x - 1, how many real solutions exist for x?

A
B
C
D
Test Your Knowledge

If the roots of the quadratic equation x² - 7x + k = 0 differ by 3, what is the value of k?

A
B
C
D
Test Your Knowledge

If a and b are positive integers such that a² - b² = 105, which of the following CANNOT be the value of a + b?

A
B
C
D