So Im using the complete square method and i was just wondering where am i going wrong. I'm solving this $2x^2 - 4x +1 = 0$
So i am using this rules. $$ax^2 + bx +c = 0$$
subract c from both sides; $ax^2 + bx = -c$
divide by a $ x^2 + \frac{b}{a}x = \frac{-c}{a}$
- add $(\frac{1}{2} \cdot co-effiecient of x)^2$ on both sides;
so; $2x^2 - 4x = -1$
going to step 2
$\frac{2}{2}x^2 - \frac{4}{2}^2 = \frac{-1}{2} + \frac{2}{2}^2$
this will be:
$x^2 - 2x + (1)^2 = \frac{-1}{2} + (1)^2$
this will be:
$x - 1 = \sqrt{\frac{-1}{2} + 1}$
after $l.c.m$
= $x = \pm\frac{1}{2} $
Where am i going wrong?
Let's get you started: $$ 2x^2 - 4x + 1 = 0\\ 2x^2 - 4x + 2 = 1\\ 2(x-1)^2 = 1 $$ Can you take it from there?
In response to your edits:
You found that $$ (x-1)^2 = -\frac 12 + 1 $$ Or in other words, $$ (x-1)^2 = \frac 12 $$ From there, we have $$ x - 1 = \pm \sqrt{\frac 12} = \pm \frac{\sqrt 2}{2} $$ Adding $1$ to both sides, we have $$ x = 1 \pm \frac{\sqrt 2}2 $$