Perfect Square Trinomial Calculator
Check whether ax² + bx + c is a perfect square and factor it.
A perfect square trinomial factors as (√a·x + k)². This tool tests for that and finds k.
How the Math Works
A perfect square trinomial takes the form (mx + n)², which expands to m²x² + 2mnx + n². For a quadratic ax² + bx + c to be a perfect square, the middle coefficient squared must equal four times the product of the first and last coefficients: b² = 4ac. Additionally, both a and c must be non-negative to ensure real square roots. The calculator verifies these conditions and, when satisfied, factors the trinomial as (√a x + √c)² or (-√a x - √c)².
Practical Applications
To use this calculator, simply enter the coefficients a, b, and c from your quadratic expression ax² + bx + c. The tool will compute b² and 4ac to check if they're equal, verify that a and c are non-negative, and then provide the factored perfect square form if applicable. This is particularly useful when simplifying algebraic expressions, solving quadratic equations by factoring, or verifying your manual calculations.
Day-to-Day Use
Understanding perfect square trinomials helps with mental math calculations, especially when estimating square roots or working with geometric problems involving areas and side lengths. Recognizing these patterns can speed up calculations in construction, design, and finance where quadratic relationships frequently appear. The calculator also builds algebraic intuition that's valuable for STEM studies and everyday problem-solving involving quadratic relationships.
Worked example
x² + 6x + 9: b² = 36 = 4·1·9, so it is a perfect square = (x + 3)².
FAQ
What if b² ≠ 4ac?
It is not a perfect-square trinomial; factor it another way or use the quadratic formula.