Proof of reciprocal logarithm

1.5k Views Asked by At

I need to prove this logarithm.

$$\log_p\Big(\frac{1}{x}\Big) = -\log_p(x)$$

The first step would be $\ln(1/x)/\ln_p$

I need help as to what the next step would be.

5

There are 5 best solutions below

0
On BEST ANSWER

$\log_p\frac{1}{x} = \log_p1-\log_p x=-\log_p x$

0
On

In any base,

$$\log(xy)=\log(x)+\log(y)$$ hence

$$\log(x)+\log(\frac1x)=\log(x\frac1x)=\log(1)=0.$$

0
On

Assuming $x\in\mathbb{R}^+$:

$$\log_p\left(\frac{1}{x}\right)=\frac{\ln\left(\frac{1}{x}\right)}{\ln(p)}=\frac{-\ln(x)}{\ln(p)}=-\frac{\ln(x)}{\ln(p)}=-\log_p(x)$$

0
On

One can define the natural logarithm as $$\ln(x)=\lim_{n\to\infty}n\left(\sqrt[n]x-1\right).$$

Then

$$\ln\left(\frac1x\right)=\lim_{n\to\infty}n\left(\frac1{\sqrt[n]x}-1\right)=\lim_{n\to\infty}n\left(\frac{1-{\sqrt[n]x}}{\sqrt[n]x}\right)= \frac{\lim_{n\to\infty}n\left(1-{\sqrt[n]x}\right)}{\lim_{n\to\infty}\sqrt[n]x}=-\ln(x).$$

This immediately extends to other bases.

0
On

Using $\log\left( a^b \right) = b \cdot \log(a)$ we get $$ \log_p\left( \dfrac{1}{x} \right) = \log_p\left( x^{-1} \right) = -\log_p\left( x \right). $$