How do you solve #x^2-2x-1 = 0# ?
1 Answer
Explanation:
The difference of squares identity can be written:
#a^2-b^2 = (a-b)(a+b)#
We can use this with
#0 = x^2-2x-1#
#color(white)(0) = x^2-2x+1-2#
#color(white)(0) = (x-1)^2-(sqrt(2))^2#
#color(white)(0) = ((x-1)-sqrt(2))((x-1)+sqrt(2))#
#color(white)(0) = (x-(1+sqrt(2)))(x-(1-sqrt(2)))#
Hence:
#x=1+sqrt(2)" "# or#" "x=1-sqrt(2)#
Notes
So what did we do?
Given:
#x^2-2x-1#
we separated this expression into a difference of squares.
For the left hand square we used:
#x^2-2x+1 = (x-1)^2#
Note that in general:
#(x+c)^2 = x^2+2cx+c^2#
In our example
Then we had:
#x^2-2x-1 = x^2-2x+1-2#
To be viewed as a difference of squares, we need that final
Having got our difference of squares, we factored into linear factors and hence found our zeros.