Solve Square Root Method: (x-1)^2 = 4

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
elflacodepr
Messages
6
Reaction score
0

Homework Statement


(x - 1)^2 = 4

The Attempt at a Solution


This is what I've done

(x - 1)^2 = 4

Everything inside parenthesis goes to: ^2
x^2 - 1^2 = 4

now we got
x^2 - 1 = 4

Now (I think) I use the square root method
x^2 - 1 = √4
x^2 - 1 = 2

Now I factorize:
(x - 1) (x +1) = 2

This is what I've done for now, shall I make √ on both sides in this equation x^2 - 1 = √4?
 
Physics news on Phys.org
(x-1)2≠x2-1

(a+b)2=a2+b2+2ab

you can also take the square root initially and check the two cases

X2=A => X=±√A i.e. X= +√A or X=-√A
 
Thanks, All I did now is use the square root right on start:

√(x - 1)^2 = √4

So now we go this:

x - 1 = ±2

which gives me the following results:

x - 1 = ±2
x = 2 + 1
x = 3

OR

x - 1 = ±2
x = -2 + 1
x = -1
 
elflacodepr said:
Thanks, All I did now is use the square root right on start:

√(x - 1)^2 = √4

So now we go this:

x - 1 = ±2

which gives me the following results:

x - 1 = ±2
x = 2 + 1
x = 3

OR

x - 1 = ±2
x = -2 + 1
x = -1

Good. This is correct because if we put x=3 or x=-1 into (x-1)2, we ill get '4'.