I have been trying to learn some pre-calculus stuff in advance for next year (attempting a university paper)
I am trying to solve a completing the square equation but can't see where I am going wrong :
I go through the following process:
$$2x^{ 2 } - 8x+1=0$$
Subtract 1 from both sides:
$$2x^{ 2 } - 8x\quad =-1$$
add $(-8/2)^2$ to both sides
$$2x^{ 2 } - 8x + (\frac {-8}{2})^2 = -1 + (\frac { -8 }{ 2 })^2$$
which gives me $$2x^{ 2 } - 8x + (-4)^2 = -1 + (-4)^2 = -1 + 16 = 15$$
Now I divide both sides by 2 and get
$$x^{ 2 } - 4x - 2^2 = \frac { 15 }{ 2 } $$
Now I have
$$(x - 2)^{ 2 } = \frac { 15 }{ 2 }$$
But if I expand $$(x - 2)^{ 2 } $$
It is $$(x^2 -4x + 4)$$ So at this point I see I have gone wrong somewhere..
Updated…..
turns out my answer should be $$x={ 2 }\pm\sqrt { \frac { 7 }{ 2 } } $$
however I can't see how they got to this.
the working shows $$ x^2 -4x +2^2 = -1/2 + 2^2$$
I am unsure how they for a positive $2^2$ in the left hand side
It seems you have applied the "add the square of half the linear coefficient" idea. This only works if you have coefficient $1$ on the $x^2,$ so start by factoring the $2$ out in your example, getting to $2(x^2-4x+1/2).$ The method should now be applied to $x^2-4x+1/2$ and then remember to insert the extra factor of $2.$