知识点 6

Solve polynomial equations using factoring where applicable.

Higher-degree polynomials usually solve by factoring and setting each factor to zero.

核心知识

For polynomial equations of degree 3 or higher, the main strategy is to factor: pull out a greatest common factor, then use grouping or pattern recognition (difference of squares, sum/difference of cubes) to break the polynomial into linear and quadratic factors. Set each factor to zero.

深入理解

The SAT rarely gives you a cubic or quartic that can't be factored. When you see a higher-degree polynomial equation, your first move should be to look for a common factor.

If every term contains 𝑥, factor out the highest power of 𝑥 that's common. This immediately gives you 𝑥 =0 as one solution and reduces the degree of what remains.

For four-term polynomials, try factoring by grouping: pair the first two and last two terms, factor each pair, then factor out the common binomial.

Recognize special patterns:

  • 𝑎2 𝑏2 =(𝑎 𝑏)(𝑎 +𝑏)
  • 𝑎3 +𝑏3 =(𝑎 +𝑏)(𝑎2 𝑎𝑏 +𝑏2)
  • 𝑎3 𝑏3 =(𝑎 𝑏)(𝑎2 +𝑎𝑏 +𝑏2)

Some problems are "quadratic in disguise": 𝑥4 5𝑥2 +4 =0 becomes 𝑢2 5𝑢 +4 =0 where 𝑢 =𝑥2.

分步讲解

  1. Set the equation equal to zero.
  2. Factor out the greatest common factor (GCF) from all terms.
  3. Factor the remaining polynomial using grouping, special patterns, or substitution.
  4. Set each factor equal to zero and solve.
  5. Collect all solutions.

常见误解

  • Dividing both sides by 𝑥 instead of factoring out 𝑥. Dividing by 𝑥 loses the solution 𝑥 =0.
  • Stopping after finding one factor. A cubic can have up to three real solutions.
  • Not recognizing a "quadratic in disguise" — for instance, treating 𝑥4 5𝑥2 +4 =0 as unsolvable when it factors as (𝑥2 1)(𝑥2 4) =0.
题目

示例解析

What are all solutions to 𝑥3 4𝑥 =0?

选择一个答案查看解析