Calculator Inputs
Use the quadratic form ax² + bx + c.
Plotly Graph
The chart displays the trinomial as a parabola. A perfect square touches the x-axis at one repeated root.
Formula Used
Perfect square pattern:
Ax² + 2√(AC)x + C = (√Ax + √C)²
Ax² - 2√(AC)x + C = (√Ax - √C)²
Also, a perfect square trinomial has discriminant b² - 4ac = 0.
What the calculator checks
- The first coefficient must be nonnegative for a real square root.
- The constant term must be nonnegative for a real square root.
- The middle coefficient must equal +2√(ac) or -2√(ac).
- If all conditions match, the trinomial factors into a binomial square.
How to Use This Calculator
- Enter the coefficients a, b, and c from your trinomial.
- Type the variable symbol you want displayed.
- Set the graph range and decimal precision.
- Press Factor Binomial Square.
- Read the factorization, validation checks, repeated root, and graph.
- Use the CSV or PDF buttons to export the result.
Example Data Table
| Trinomial | Factor Form | Pattern Type |
|---|---|---|
| x² + 6x + 9 | (x + 3)² | Positive perfect square |
| 4x² - 12x + 9 | (2x - 3)² | Negative perfect square |
| 9y² + 12y + 4 | (3y + 2)² | Positive perfect square |
| 16m² - 8m + 1 | (4m - 1)² | Negative perfect square |
FAQs
1) What does this calculator do?
It checks whether a quadratic trinomial fits a perfect square pattern and, if it does, rewrites it as a squared binomial with supporting steps and a graph.
2) When is a trinomial a perfect square?
A trinomial is a perfect square when the first and last terms are squares and the middle term is exactly plus or minus twice their product’s square-root combination.
3) Why must the first and last terms be squares?
In (mx ± n)², the outer terms become m²x² and n². That means the leading coefficient and constant term must come from real squares.
4) What if the middle term does not match?
Then the trinomial is not a real binomial square in this form. It may still factor another way, but not as one repeated binomial factor.
5) Can I use decimals?
Yes. The calculator accepts decimal coefficients and compares values with a small tolerance, which helps when square roots produce decimal results.
6) What does the discriminant show here?
For a true perfect square trinomial, the discriminant equals zero. That signals one repeated root, which matches the squared binomial structure.
7) Why is the graph helpful?
The parabola visually confirms the algebra. A perfect square quadratic touches the x-axis at one point instead of crossing it twice.
8) What do the CSV and PDF buttons export?
They export the current result summary. CSV is useful for spreadsheet work, while PDF creates a clean report for sharing, printing, or study notes.