1

I read the domain of a logarithmic function can not be negative, but why?

I mean, a logarithmic function with base $-2$ and parameter $-1/8$ should result in the exponent $-3$ shouldn't it?

Dando18
  • 5,368

1 Answers1

0

Well.. logarithms are functions, functions with some properties. The basic rule of defining a function is that it should be useful.

You may argue with your examples like $(-2)^3=-8$ but I can counter with things like $(-2)^n=4$. You surely don't want to make changes in a function which only apply for odd powers of base.

Furthermore, when you make changes and start dealing with things like log$_{a} x$ when x is negative then you get multiple results, or your logarithmic function becomes multi valued. For instance $(-2)^3=-8$ but $(-2)^{1.09284065−0.420787248i}=-8$ too. Remember that multi valued function thing? I hope its enough.