How to simplify Difference of Two Squares


A difference of two square is an expression where we have to subtract a squared number from another squared number.
An example is 52 - 22
When this happens, we say we have a difference of two square expression.
Although the expression 52 - 22 appears simple as we can easily simplify it as follows:

Example1
Simplify 52 - 22
Solution
52 - 22
= 5*5 – 2*2
= 25 – 4
= 21

But where more complicated expressions are involved, we will not be able to use the approach above. In this case, we resort to the use of difference of two square formula stated below
X2 – y2 = (x+y)(x-y)

This is the formula that is used for difference of two square expressions.
Example1 above can be simplified using this formula as follows
52 - 22
= (5+2)(5-3)
= 7 * 3
= 21 (as above)

Example2
Simplify 872 – 532 using difference of two square approach
Solution
872 – 532
= (87+53)(87-53)
= 140 * 34
= 4760

Example3
Simplify (x+1)2 – x2
Solution
(x+1)2 x2
= (x+1)2 – x2
= [(x+1)+(x)][(x+1) – (x)]
= (x+1+x)( x+1-x)
= (x+x+1)(x-x+1)
= (2x+1)(1)
= 1*(2x+1)
= 2x+1

Comments