A Square of Sum is a type of quadratic equations of the form:
x2 + 2bx + b2 = (x + b)2
Example 1: | x2 + 2x + 1 = 0 |
(x + 1)2 = 0 | |
x + 1 = 0 ⇒ x = -1 | |
Example 2: | x2 + 6x + 9 = 0 |
x2 + 2(3)x + 32 = 0 | |
(x + 3)2 = 0 | |
x + 3 = 0 ⇒ x = -3 |
We may check the pattern of the expression to determine whether it is a Perfect Square Trinomial, namely,
p2 + 2pq + q2 = ( p + q )2 or
p2– 2 pq + q2 = ( p – q )2
Example:
Factorize the following:
a) x2 + 8x + 16
b) 4x2– 20x + 25
Solution:a) x2 + 8x + 16
= x2 + 2(x)(4) + 4 2 ← Write in the form of p2 + 2pq + q2
= (x + 4)2
b) 4x2– 20x + 25
= (2x)2– 2(2x)(5) + 52← Write in the form of p2 + 2pq + q2
= (2x – 5)2
Try the free Mathway calculator and
problem solver below to practice various math topics. Try the given examples, or type in your own
problem and check your answer with the step-by-step explanations.
We welcome your feedback, comments and questions about this site or page. Please submit your feedback or enquiries via our Feedback page.