terican

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.

FreeInstantNo signupOpen source

Inputs

Trinomial Factoring Result

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Trinomial Factoring Result

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

Frequently asked questions

What is a trinomial and how does the factoring trinomials calculator factor it?
A trinomial is a polynomial with exactly three terms, written in standard form as ax² + bx + c. The calculator applies the quadratic formula — r = (−b ± √(b² − 4ac)) / (2a) — to find roots r₁ and r₂, then expresses the expression in the factored form a(x − r₁)(x − r₂). This process works for all values of a, b, and c where a ≠ 0, including cases with irrational or complex conjugate roots.
What does the discriminant tell you when factoring a trinomial?
The discriminant, Δ = b² − 4ac, reveals the nature of the roots before any factoring is attempted. When Δ > 0, the trinomial has two distinct real roots and factors cleanly over the real numbers. When Δ = 0, the trinomial has a repeated root and forms a perfect square binomial. When Δ < 0, the roots are complex conjugates, meaning the trinomial is irreducible over the real number system.
How do you factor a trinomial when the leading coefficient a is not 1?
When a ≠ 1, factoring requires either the AC grouping method or the quadratic formula. For example, to factor 6x² + 11x + 3, multiply a × c = 18, then identify two numbers that multiply to 18 and add to 11 — those are 9 and 2. Rewrite and group: 6x² + 9x + 2x + 3 = 3x(2x + 3) + 1(2x + 3) = (3x + 1)(2x + 3). The calculator handles any non-zero value of a automatically via the quadratic formula.
Can every trinomial ax² + bx + c be factored into real linear factors?
No. A trinomial factors into two real linear factors only when its discriminant Δ = b² − 4ac is greater than or equal to zero. When Δ < 0, the roots are complex numbers of the form p ± qi, and the trinomial is considered irreducible over the real numbers. For example, x² + x + 1 has Δ = 1 − 4 = −3, so it cannot be expressed as a product of two real-coefficient linear factors.
What is the difference between factoring a trinomial and solving a quadratic equation?
Factoring a trinomial means rewriting ax² + bx + c as the equivalent expression a(x − r₁)(x − r₂) — an algebraic identity that holds true for every value of x. Solving a quadratic equation means finding the specific values of x where ax² + bx + c = 0. These processes are closely linked: the solutions to the equation are precisely the roots that appear in the factored form, but factoring applies to polynomial expressions while solving applies to equations set equal to zero.
How can you verify that a factored trinomial result is correct?
Expand the factored form using the FOIL method (First, Outer, Inner, Last) and confirm the result matches the original trinomial. For example, if 2x² − 7x + 3 factors to (2x − 1)(x − 3), expanding gives 2x² − 6x − x + 3 = 2x² − 7x + 3, which confirms the result. Alternatively, substitute each root back into the original expression ax² + bx + c — a correct factoring means both roots produce a value of exactly zero.