A
log rule lets you take powers out front as multipliers. This is fine for stuff like:
. . . . .
In the above, you know that 3 is positive, so it's okay to take the 4 out front as a multiplier. However, in the listed case, a power is being taken off a variable. We don't know whether or not this variable is positive, negative, or zero. (Well, we'll assume it's not zero, since the square of zero, being still zero, is not allowed inside the log.)
Since logs are defined only for positive inputs, then we can't have a negative value for the argument. When the x was squared, this was fine: even if x is negative, the square of x is positive.
However, once the square was taken out front as a "times two", we lost our assurance regarding the sign of x. To keep things "kosher", we have to use absolute-value bars, thus ensuring that the argument of the log remains positive.
