Perfect Square Trinomial
Check if a quadratic trinomial ax^2 + bx + c is a perfect square. Uses discriminant b^2 - 4ac to determine if it factors as (px + q)^2 with the factored form shown.
About This Calculator
This perfect square trinomial calculator determines whether a quadratic trinomial of the form ax^2 + bx + c is a perfect square. A perfect square trinomial is a quadratic expression that can be factored as the square of a linear binomial -- for example, x^2 + 6x + 9 = (x + 3)^2. This tool is ideal for students learning algebra, teachers preparing examples, and anyone working with quadratic expressions who needs to quickly check for perfect square factorization.
The calculator evaluates the discriminant Delta = b^2 - 4ac. When Delta = 0, the quadratic has a double root and the trinomial is a perfect square. The tool then computes the factored form by taking the square roots of the absolute values of a and c, determining the sign based on the sign patterns of the coefficients. The result shows both the discriminant value and the factored form when applicable.
How the perfect square trinomial formula works
The formula for squaring a binomial is (px + q)^2 = p^2x^2 + 2pqx + q^2. By comparing this to ax^2 + bx + c, we can see that a must equal p^2, b must equal 2pq, and c must equal q^2 for the trinomial to be a perfect square. The discriminant test (b^2 - 4ac = 0) is a quick way to verify this relationship without finding p and q explicitly.
Examples of perfect square trinomials
Common perfect square trinomials include: x^2 + 2x + 1 = (x + 1)^2, x^2 + 4x + 4 = (x + 2)^2, x^2 + 8x + 16 = (x + 4)^2, 4x^2 + 12x + 9 = (2x + 3)^2, and 9x^2 - 30x + 25 = (3x - 5)^2. Notice the pattern: the constant term is always the square of half the coefficient of x when a = 1.
Regional notes
India (CBSE/ICSE): Perfect square trinomials are covered in Class 8-10 algebra curriculum under factorization of quadratic expressions. Students learn the identity (a + b)^2 = a^2 + 2ab + b^2 and its applications.
United States: Covered in Algebra I and II courses typically in grades 8-11. Factoring perfect square trinomials is a key skill for solving quadratic equations and completing the square.
United Kingdom: Covered at GCSE and A-Level mathematics under algebraic manipulation and quadratic expressions. Students learn to recognise and factorise perfect square quadratics.
Frequently Asked Questions
What is a perfect square trinomial?
A perfect square trinomial is a quadratic expression ax^2 + bx + c that can be factored as the square of a linear binomial, such as (px + q)^2. It occurs when the discriminant b^2 - 4ac equals zero, meaning the quadratic has a double root.
How do you determine if a trinomial is a perfect square?
Compute the discriminant Delta = b^2 - 4ac. If Delta = 0, the trinomial is a perfect square. For example, x^2 + 6x + 9 has Delta = 36 - 36 = 0, so it factors as (x + 3)^2.
What is the perfect square trinomial formula?
The perfect square trinomial formula is (px + q)^2 = p^2x^2 + 2pqx + q^2. For a trinomial ax^2 + bx + c to be a perfect square, there must exist p and q such that a = p^2, b = 2pq, and c = q^2.
Is x^2 + 4x + 4 a perfect square trinomial?
Yes, x^2 + 4x + 4 is a perfect square trinomial because its discriminant is 4^2 - 4x1x4 = 16 - 16 = 0. It factors as (x + 2)^2.
Is x^2 + 2x + 2 a perfect square trinomial?
No, x^2 + 2x + 2 is not a perfect square trinomial because its discriminant is 2^2 - 4x1x2 = 4 - 8 = -4, which is not zero. The quadratic does not have a double root.
Can a trinomial with negative coefficients be a perfect square?
Yes. A trinomial like -x^2 - 6x - 9 has discriminant (-6)^2 - 4(-1)(-9) = 36 - 36 = 0, so it is a perfect square. It factors as -(x + 3)^2. The sign of the leading coefficient determines the sign of the factored form.
What is the discriminant and why is it important?
The discriminant Delta = b^2 - 4ac determines the nature of the roots of a quadratic equation. If Delta > 0, there are two distinct real roots. If Delta < 0, there are two complex roots. If Delta = 0, there is exactly one real root (a double root), which means the trinomial is a perfect square.
How do you factor a perfect square trinomial by hand?
First check that b^2 - 4ac = 0. Then take sqrt|a| and sqrt|c|. The factored form is (sqrt|a|x + sqrt|c|)^2 if a and b are both positive, (sqrt|a|x - sqrt|c|)^2 if a is positive and b is negative. If a is negative, factor out -1 first.