Factoring Calculator — Factor Quadratic Polynomials Step by Step
Factor quadratic polynomials (ax² + bx + c) into their factored form with step-by-step work. Find the factors and zeros of any quadratic expression.
Factoring Calc
Results update instantly as you type
Enter Values
Embed Code
Copy and paste this HTML snippet into any web page to embed this calculator directly.
<iframe src="http://127.0.0.1:54963/embed/math/factoring-calculator?ref=embed" title="Factoring Calculator — Factor Quadratic Polynomials Step by Step" width="100%" style="max-width:600px; border:none; height:500px;" loading="lazy"></iframe>
Direct Link
Share this link to let others open the calculator in their browser.
The Formula
Factoring a quadratic polynomial reverses the FOIL (First, Outer, Inner, Last) multiplication process. The factoring by grouping method finds two numbers p and q that add to b and multiply to a × c, then splits the middle term and factors common binomials. This calculator handles integer factoring when possible and falls back to the quadratic formula for non-integer or complex roots.
Variable Definitions
Quadratic Coefficient
The coefficient of the x² term. Must be non-zero. Determines whether the parabola opens upward (a > 0) or downward (a < 0).
Linear Coefficient
The coefficient of the x term. Together with a and c, determines the position of the parabola and the nature of the roots.
Constant Term
The constant term. Represents the y-intercept of the parabola at the point (0, c).
Factor Pair
Two numbers that satisfy p + q = b and p × q = a × c. They are used to split the middle term for grouping.
Discriminant (b² − 4ac)
Determines the nature of roots: Δ > 0 means two distinct real roots, Δ = 0 means one repeated root, Δ < 0 means two complex conjugate roots.
How to Use This Calculator
- 1
Enter the coefficients a (x²), b (x), and c (constant) from your quadratic expression in standard form ax² + bx + c.
- 2
The calculator attempts to find integer factors using the factoring by grouping method. If successful, the factored form and roots are displayed.
- 3
If the polynomial does not factor over the integers, the calculator displays the quadratic formula solution with real or complex roots.
- 4
The discriminant value indicates the nature of the roots — positive means two real roots, zero means one root, negative means complex roots.
- 5
Use the step-by-step panel to follow the factoring process from start to finish, including grouping and GCF extraction.
Quick Reference
| From | To |
|---|---|
| Standard Form | ax² + bx + c |
| Factored Form | (rx + s)(tx + u) |
| Discriminant | Δ = b² − 4ac |
| Quadratic Formula | x = (−b ± √Δ) / 2a |
Common Applications
- Solving quadratic equations in algebra and pre-calculus coursework
- Finding x-intercepts (zeros) of parabolic functions for graphing
- Simplifying rational expressions by canceling common factors in numerator and denominator
- Optimization problems where the vertex of a parabola represents a maximum or minimum value
- Physics problems involving projectile motion, where height follows a quadratic function of time
Factoring a quadratic finds the x-intercepts by expressing the polynomial as a product of linear factors
Understanding the Concept
Factoring quadratic polynomials is a fundamental algebra skill that transforms a quadratic expression from standard form (ax² + bx + c) into a product of simpler linear expressions. The factoring by grouping method is the most systematic approach and works reliably for any quadratic whose coefficients are integers. The process begins by identifying the coefficients a, b, and c, then computing the product a × c. The key insight is to find two numbers p and q that simultaneously satisfy two conditions: their sum equals b and their product equals a × c. Once p and q are found, the middle term bx is split into px + qx, creating a four-term polynomial that can be grouped into two pairs. Each pair is factored by extracting its greatest common factor (GCF), and if the binomial factors match, the expression can be written as a product of two linear factors. For example, factoring 2x² + 7x + 3 requires finding numbers that add to 7 and multiply to 6 — these are 1 and 6. Splitting gives 2x² + x + 6x + 3, grouping gives (2x² + x) + (6x + 3) = x(2x + 1) + 3(2x + 1) = (x + 3)(2x + 1). The roots of the polynomial are the x-values that make each factor equal to zero. If the discriminant (b² − 4ac) is negative, the roots are complex numbers involving the imaginary unit i.
Frequently Asked Questions
Sources & References
Related Calculators
Reviews
No reviews yet. Be the first to share your experience with Factoring Calculator — Factor Quadratic Polynomials Step by Step.
Write a Review
