Is $\log^{-1}n = \frac{1}{\log n}$?

125 Views Asked by At

Is $\log^{-1}n = \frac{1}{\log n}$? I've encountered a solution to a problem where the above step was used. I can't determine the validity of the above line. I have thought a lot about it, but can't prove whether it is right or wrong. Please help?

2

There are 2 best solutions below

0
On BEST ANSWER

Ouch!

This is very classic ambiguous notation. The notation $f^{-1}(x)$ can mean one of two entirely different meanings depending on context.

It could (but usually doesn't) mean $(f(x))^{-1} = \frac 1{f(x)}$. The is the reciprical of $f$. It is simply the function as a value raised to the $-1$ power.

More frequently it means the functional inverse (if there is one). $f^{-1}(x) = y$ means that $y$ is the value so that $f(y) = x$. For example, if $f(x) = x^3 + 2$ then $f^{-1}(x) = \sqrt[3]{x - 2}$ because if $y = \sqrt[3]{x - 2}$ then $f(y) = x$. And $f(f^{-1}(x)) =x $ by definition.

These two interpretations have NOTHING to do with each other and if you do confuse them (as people often do) you get utterly confusing contradictory nonsense. Example if $f(x) = x^3 + 2$ and we thought both $f^{-1}(x) = \frac 1{f(x)}=\frac 1{x^3 + 2}$ and that $f^{-1}(y) = \sqrt[3]{x-2}$ and THAT MAKES NO FREAKING SENSE WHATSOEVER. (You will not BELIEVE the number of students who get frustrated because that makes no sense at all to them, but are convinced it must be so and it must be their fault that they simply can't understand it.)

So if you are interpreting $\log^{-1} x$ as $\frac 1{\log x}$ (and I highly suggest you do NOT do so-- if you want notation for $\frac 1{\log x}$ use $(\log x)^{-1}$ inside parenthesis instead) then, the answer to the question as ... yeah.

But if you are interpreting $\log^{-1} x$ as the inverse function--- that is, the function so that if $y = \log x$ then $\log^{-1} y = \log^{-1} \log x = x$ (and this is how you SHOULD interpret it) then the answer is an emphatic !!!!NO!!!!!!. As it turns out, $\log^{-1} y = e^y$ (assuming $\log$ is the natural log, base $e$-- if $\log $ it that base 10 log then $\log_{10}^{-1} y = 10^y$).

To confuse the two and think $\log^{-1}(\log y) = y$ and $\log^{-1}(\log y) = \frac 1{\log y} = y$ will result in meaningless, impossible and unresolvable GARBAGE. So don't ever confuse the two.

And I STRONGLY urge you to NEVER use $f^{-1}(x)$ to mean the reciprical but to ALWAYS mean the functional inverse.

So $\log_e^{-1} y = e^y$ and $\log_e^{-1} y \ne \frac 1{\log_e y}$.

11
On

Never $\log^{-1} n$ means $\text{antilogarithm}(n) $ i.e $e^n$ because $\log(e^n)=n$ and $\frac{1}{n}$ means inverse of $n$ .

So they are not the same