Last verified · v1.0
Calculator · math
Factoring Trinomials Calculator
Factor trinomials ax² + bx + c into a(x − r₁)(x − r₂) instantly. Enter coefficients a, b, and c to get the factored form, roots, and discriminant.
Inputs
Trinomial Factoring Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
How the Factoring Trinomials Calculator Works
A trinomial in standard form — ax² + bx + c — appears throughout algebra, physics, engineering, and finance. The factoring trinomials calculator decomposes any such expression into two linear factors using the quadratic formula, delivering results instantly for any real or complex coefficients.
The Core Formula
Every trinomial ax² + bx + c factors according to:
ax² + bx + c = a(x − r₁)(x − r₂)
where the roots r₁ and r₂ are given by the quadratic formula:
r₁, r₂ = (−b ± √(b² − 4ac)) / (2a)
This formula, derived by completing the square on the general trinomial, guarantees a factored form for every non-degenerate quadratic (a ≠ 0), whether the roots are integers, fractions, irrational numbers, or complex conjugates.
Understanding the Variables
- a (leading coefficient): The coefficient of x². Must be non-zero; if a = 0 the expression reduces to a linear equation. A negative value of a indicates a downward-opening parabola.
- b (middle coefficient): The coefficient of x. Controls the axis of symmetry of the parabola at x = −b / (2a).
- c (constant term): The y-intercept of the parabola y = ax² + bx + c. Equals the product a·r₁·r₂.
The Discriminant: Key to Factoring Type
The expression under the radical, Δ = b² − 4ac, is called the discriminant and determines the nature of the roots:
- Δ > 0: Two distinct real roots — the trinomial factors over the reals. Example: x² − 5x + 6 has Δ = 25 − 24 = 1, giving roots 3 and 2, so x² − 5x + 6 = (x − 3)(x − 2).
- Δ = 0: One repeated real root — the trinomial is a perfect square. Example: x² − 6x + 9 = (x − 3)².
- Δ < 0: Two complex conjugate roots — the trinomial is irreducible over the reals but factors over the complex numbers.
Step-by-Step Derivation
Starting from ax² + bx + c = 0, divide by a to get x² + (b/a)x + c/a = 0. Complete the square by adding and subtracting (b/2a)², yielding (x + b/(2a))² = (b² − 4ac) / (4a²). Taking the square root of both sides and solving for x produces the quadratic formula. The two solutions r₁ and r₂ then give the factored form a(x − r₁)(x − r₂), as detailed in the West Texas A&M University College Algebra resource on factoring polynomials.
Worked Examples
Example 1: Simple Integer Roots
Factor 2x² − 7x + 3. Here a = 2, b = −7, c = 3. Discriminant: (−7)² − 4(2)(3) = 49 − 24 = 25. Roots: (7 ± 5) / 4, giving r₁ = 3 and r₂ = 1/2. Factored form: 2(x − 3)(x − 1/2) = (x − 3)(2x − 1).
Example 2: Irrational Roots
Factor x² − 4x + 1. Here a = 1, b = −4, c = 1. Discriminant: 16 − 4 = 12. Roots: (4 ± 2√3) / 2 = 2 ± √3. Factored form: (x − 2 − √3)(x − 2 + √3).
Example 3: Complex Roots
Factor x² + x + 1. Discriminant: 1 − 4 = −3. Roots: (−1 ± i√3) / 2. This trinomial is irreducible over the reals, a result consistent with quadratic standards outlined in the New York State Next Generation Mathematics Learning Standards.
Real-World Applications
- Physics: Projectile motion equations (−4.9t² + v₀t + h₀ = 0) are solved by factoring to find flight time.
- Engineering: Signal processing filter design relies on locating quadratic polynomial roots precisely.
- Finance: Break-even analysis with quadratic cost curves applies trinomial factoring to find zero-profit thresholds.
- Computer Science: Compiler optimization and symbolic algebra systems factor polynomials as a foundational routine.
Why Use a Factoring Trinomials Calculator
Manually factoring trinomials is time-consuming and prone to computational errors, especially when coefficients are large, non-integer, or when roots are irrational or complex. This calculator eliminates tedious arithmetic by automating the entire factoring process. It instantly computes the quadratic formula, evaluates the discriminant, and delivers the factored form in seconds. For students learning algebra, the step-by-step output provides educational reinforcement and verification of manual work. For professionals in engineering, finance, and physics, rapid and accurate factorization accelerates problem-solving and reduces the risk of calculation mistakes in critical applications.
Reference