Do the logarithmic rules work when taking logs of functions as opposed to numbers?
i.e. suppose $f$ is a function and $n$ is a real number, is $\log (f(x)^n) = n · \log(f(x))$?
Do the logarithmic rules work when taking logs of functions as opposed to numbers?
i.e. suppose $f$ is a function and $n$ is a real number, is $\log (f(x)^n) = n · \log(f(x))$?
Yes it will work.
$$\log(f(x)^n) = \log(f(x)\times f(x) ... \times f(x)$$ $$= \log(f(x)) +\log(f(x)) + ... +\log(f(x))$$ $$=n \times \log(f(x))$$
log(-1) = π * i - i.e. log of a negative real number is a complex number, so answer is NO - it will perfectly work on negative values, except that number domain changes. And besides this isn't related to a f(x), but to log() domain in general.
– Agnius Vasiliauskas
Jun 14 '19 at 07:34
Yes, of course.
Because $f(x)$ is still a number for any $x$.
It even works on expressions: for example $\log((x^2+3)^9)=9\log(x^2+3).$