Suppose we define:
$$\ln(x) = \int_{a}^{x} \left[ \frac{1}{r} dr\right]$$ Such that
$$ \ln(1) = 0, \ln(e) = 1$$
How does one derive all the properties of the logarithm from the properties of the function $$ \frac{1}{x}$$
For example:
If we let $x,y$ be functions of t. Then it follows that
$$ \frac{1}{x} \frac{dx}{dt} + \frac{1}{y} \frac{dy}{dt} = \frac{1}{xy} \left( y \frac{dx}{dt} + x \frac{dy}{dt} \right) $$
Thus
$$ \ln(x(t)) + \ln(y(t)) = \ln(x(t)y(t)) $$
Arriving at the above statement was artificial. I first assumed the latter property true and then differentiated to find what initial algebraic identitiy had to exist. Is there a more natural motivation for this?
Another way to prove that product formula:
$$\log(ax)=\int_{1}^{ax} \frac{dt}{t} =\int_{1}^x \frac{dt}{t} + \int_{x}^{ax} \frac{dt}{t} = \log(x) + \int_{x}^{ax} \frac{dt}{t}$$
Substituting $t=xu$, we get $$\int_{x}^{ax} \frac{dt}{t} = \int_{1}^{a}\frac{du}{u}=\log(a)$$
By induction from here, you can show $\log(x^n)=n\log(x)$.
If you define $e=\lim_{n\to\infty} \left(1+\frac1n\right)^n$, then:
$$\log(e) =\lim_{n\to\infty} \frac{\log\left(1+\frac{1}{n}\right)}{1/n}$$
The right hand is (essentially) the definition of the deivative of $\log(x)$ at $x=1$, so the limit is $\frac{1}{1}$ by the Fundamental Theorem of Calculus.