ALGEBRAAlgebraMathematics Calculator
🔍

Factoring Trinomials

Factor ax²+bx+c into (px+q)(rx+s). AC method: find factors of ac that add to b. Perfect square: a²±2ab+b²=(a±b)². Difference of squares: a²−b²=(a+b)(a−b). Foundation for solving quadratics.

Concept Fundamentals
Find p,q: pq=ac, p+q=b
ac method
a²±2ab+b²=(a±b)²
Perfect square
a²−b²=(a+b)(a−b)
Diff of squares
Real factors when Δ≥0
Δ≥0

Did our AI summary help? Let us know.

If Δ=b²−4ac is a perfect square, trinomial factors over integers. Factor by grouping: ax²+px+qx+c, then factor common terms. Verify: expand (px+q)(rx+s) and match to ax²+bx+c.

Key quantities
Find p,q: pq=ac, p+q=b
ac method
Key relation
a²±2ab+b²=(a±b)²
Perfect square
Key relation
a²−b²=(a+b)(a−b)
Diff of squares
Key relation
Real factors when Δ≥0
Δ≥0
Key relation

Ready to run the numbers?

Why: Factoring solves ax²+bx+c=0 by finding roots from the factors. Used in algebra I and II, optimization, and finding zeros. AC method systematizes trial and error.

How: AC method: multiply a×c, find factor pairs that add to b. Split bx using those factors, then factor by grouping. Perfect square: check if b²=4ac. Difference of squares: a²−b²=(a+b)(a−b).

If Δ=b²−4ac is a perfect square, trinomial factors over integers.Factor by grouping: ax²+px+qx+c, then factor common terms.

Run the calculator when you are ready.

Factor Quadratic TrinomialsAC method, grouping, special forms

📐 Examples — Click to Load

Coefficients: ax² + bx + c

factoring.sh
CALCULATED
$ factor --a=1 --b=5 --c=6
Factored Form
(x + 2)(x + 3)
Roots
-2, -3
Method
Quadratic formula
Discriminant Δ
1
Share:

Coefficients & Discriminant

Discriminant Composition

📐 Calculation Steps

Starting with: x² + 5x + 6
Discriminant Δ = b² - 4ac = 5² - 4(1)(6) = 1
Quadratic formula: x = (-b ± √Δ)/(2a)
Roots: x = -2, x = -3
Factored form: (x + 2)(x + 3)

For educational and informational purposes only. Verify with a qualified professional.

🧮 Fascinating Math Facts

📐

x²+5x+6=(x+2)(x+3): 2×3=6, 2+3=5.

— AC method

🔢

x²−4=(x+2)(x−2): difference of squares.

— Special

📋 Key Takeaways

  • Factoring rewrites ax²+bx+c as a product (px+q)(rx+s)
  • • The AC method: find two numbers that multiply to ac and add to b
  • Difference of squares: a²−b² = (a+b)(a−b)
  • Perfect square: a²±2ab+b² = (a±b)² when Δ = 0
  • • The discriminant Δ = b²−4ac tells you if real factors exist

💡 Did You Know?

📐The AC method gets its name from multiplying a×c first, then finding factor pairs that sum to b.Source: Algebra
🔢If Δ < 0, the quadratic has no real roots and cannot be factored over the reals.Source: Discriminant
Trial and error works well when a=1: find two numbers that multiply to c and add to b.Source: Strategy
📊Factoring connects to the quadratic formula: roots are x = (−b ± √Δ)/(2a).Source: Connection
🎯Perfect square trinomials like x²+6x+9 = (x+3)² appear in completing the square.Source: Applications
🧮GCF extraction first: factor out common terms before applying AC or grouping.Source: Advanced

📖 How Factoring Works

To factor ax²+bx+c, we seek (px+q)(rx+s) such that pr=a, qs=c, and ps+qr=b. The AC method: compute ac, find factor pairs of ac that add to b, then split the middle term and factor by grouping.

Example: x²+5x+6

Need two numbers that multiply to 6 and add to 5 → 2 and 3. So x²+5x+6 = (x+2)(x+3).

AC Method: 2x²+7x+3

ac = 6. Factor pairs: (1,6) and (2,3). 1+6=7 ✓. Split: 2x²+x+6x+3 = x(2x+1)+3(2x+1) = (2x+1)(x+3).

🎯 Expert Tips

💡 Check for GCF First

Always factor out the greatest common factor before applying AC or grouping.

💡 Difference of Squares

When b=0 and c is negative, use a²−b² = (a+b)(a−b).

💡 Perfect Square Check

If Δ=0, the trinomial is a perfect square: (√a·x ± √c)².

💡 Verify by Expanding

Always expand your factored form to verify it matches the original.

📊 Factoring Strategies Table

PatternWhen to Use
Trial & errora=1: find m,n with m·n=c, m+n=b
AC methoda≠1: ac factor pairs that sum to b
Difference of squaresb=0, c&lt;0
Perfect squareΔ=0
Quadratic formulaAlways works when Δ≥0

❓ FAQ

What is the AC method?

Multiply a×c, then find two numbers that multiply to ac and add to b. Use them to split the middle term and factor by grouping.

When can a trinomial not be factored?

When the discriminant Δ = b²−4ac is negative, there are no real roots, so the trinomial cannot be factored over the real numbers.

What is a perfect square trinomial?

A trinomial of the form a²±2ab+b² that factors as (a±b)². The discriminant is zero.

How does factoring connect to the quadratic formula?

The roots from the quadratic formula give you (x−r₁)(x−r₂). Multiply by a if a≠1.

What is difference of squares?

a²−b² = (a+b)(a−b). Use when the trinomial has form ax²−c with no x term.

Should I factor out GCF first?

Yes. Always factor out the greatest common factor of all terms before applying other methods.

🔢 Quick Reference

Δ
b²−4ac
AC
a×c, sum=b
a²−b²
(a+b)(a−b)
Δ=0
Perfect square

📐 Connection to Quadratic Formula

The quadratic formula x = (−b ± √Δ)/(2a) gives the roots r₁ and r₂. Once you have the roots, the factored form is a(x−r₁)(x−r₂). This is why the discriminant Δ = b²−4ac is so important: it tells you whether real roots (and thus real factors) exist.

Δ > 0 → Two distinct real roots → Two linear factors

Δ = 0 → One repeated root → Perfect square

Δ < 0 → No real roots → Cannot factor over reals

⚠️ Disclaimer: This calculator factors over the real numbers. For complex roots when Δ<0, factorization requires complex numbers. Educational use only.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators