What is #sqrt((x-1)^2)#?

2 Answers
Mar 14, 2017

#sqrt((x-1)^2) = abs(x-1)#

Explanation:

Note the necessity of using the absolute value.

Mar 16, 2017

#x-1#

Explanation:

examples:

#color(red)(sqrt(2 xx 2)= sqrt2 xx sqrt2=2#

#color(red)(sqrt(5 xx 5)= sqrt5 xx sqrt5=5#

#sqrt((x-1)^2#

#=sqrt((x-1) xx (x-1))= sqrt(x-1) xx sqrt(x-1)=x-1#