How do you solve using the completing the square method x^2 = (3/4)x - (1/8)?
1 Answer
Multiply by
x = 1/2 orx=1/4
Explanation:
The difference of squares identity can be written:
A^2-B^2 = (A-B)(A+B)
I use this below, with
To match
a(x+b/(2a))^2 = ax^2+bx+b^2/(4a)
In our example, we can rearrange the original equation to get one involving
(x-3/8)^2 = x^2-(3/4)x+9/64
These fractions get a little painful, so let us multiply the original equation by
x^2=(3/4)x-(1/8)
becomes:
64x^2=48x-8
which we can rearrange as:
0 = 64x^2-48x+8
=(8x)^2-2(8x)(3)+8
= (8x-3)^2-3^2+8
= (8x-3)^2-9+8
= (8x-3)^2-1
= (8x-3)^2-1^2
= ((8x-3)-1)((8x-3)+1)
= (8x-4)(8x-2)
= (4(2x-1))(2(4x-1))
= 8(2x-1)(4x-1)
So