Question #11be7

2 Answers
Mar 19, 2017

When you are sure of the sign, eg #|x^2|#

Mar 19, 2017

This can be done when the argument of the absolute value is non-negative.

Explanation:

Examples:

#5abs(x^2) = 5(x^2)# #" "# (Of course, then parentheses are not needed here.)

#log abs(x^2 + 3) = log(x^2 + 3)#

#sin abs(sqrtx) = sin(sqrtx)#

In the following, the absolute value cannot be replaced:

#abs(x^3 + 5)#

#abs (root(5)x + 7)#

Also

If the argument #u# is non-positive, then #abs(u) = -(u)#

So #log (abs(-x^2+2x-1)) = log(-(-x^2+2x-1)) = log(x^2-2x+1)#