Log laws and modulus

8.4k Views Asked by At

If you have the log of a modulus, (like after integration), how do the log laws work?

So if you have $a\ln\left|2x-3\right|$ does it become: $\ln\left|(2x-3)^a\right|$ or $\ln(\left|2x-3\right|)^a$, or does it not matter?

And what about $\ln\left|x+1|\right| - \ln(10)$? does it become $\ln\left|\frac{x+1}{10}\right|$ or $\ln\frac{\left|x+1\right|}{10}$?

2

There are 2 best solutions below

2
On

Hint: For any $a$, it is obvious that $|2x-3|^a$ and $|(2x-3)^a|$ both are positive. So excluding $x\neq\frac{3}{2}$, both $\ln$'s can be evaluated. Moreover, both $|2x-3|^a$ and $|(2x-3)^a|$ are the same, provided we consider them in the same domains. For the other as @Maisam commented, we are not allowed to write and think about $\ln(-10)$ since logarithms are considered only of positive real numbers. If we have $\ln(10)$ instead, what have you tried at the last of the question looks coorect.

2
On

Hints:

  1. I assume you are asking for $a$ and $x$ $\in \mathbb{R}$ and restrictions on $a$

  2. Go back to first principles for $| f(x) |$

For example, take $f(x)$ positive and take it negative domain, what does the absolute value do?

Now, for each case, how would the exponent work?

You could also try plotting your attempts, but it is much more preferable to do the analysis above and derive which case is correct.

Regards