If one wants to define the natural logarithm using (Riemann) integrals, he could do as follows:
$$ \log(x) := \int_{1}^{x} \frac{1}{t} dt $$
Let's assume we hadn't defined the $\exp$-function yet. How can one prove some basic logarithmic identities WITHOUT using the Fundamental Theorem of Calculus.
- $\log (xy) = \log (x) + \log (y)$
- $\log '(1) = 1$
Edit: This exercise came up as an homework for a Calculus I class at my university. They explicitly stated not to use the exp-function or the FTC. Since I didn't know how they were supposed to solve this with these restrictions, I thought I post this problem here. (Note: This homework was due a few weeks ago. So posting the solution here shouldn't be a problem.)
We assume, for simplicity, that $\;x>1\;$ (You do the other case...):$$\log xy:=\int_1^{xy}\frac1t\,dt\;\;(**)$$
Substitute n
$$u:=\frac tx\implies dt=xdu\implies (**)=\int_{1/x}^y\frac{x\,du}{xu}=\int_{1/x}^1\frac1u\,du+\int_1^y\frac1u\,du=$$
$$-\int_1^{1/x}\frac1u\,du+\log y=-\log\frac1x+\log y\;\; (***)$$
and now, substituting $\;s:=\frac1u\implies du=-\frac1{s^2}ds\;$:
$$\int_1^{1/x}\frac1u\,du=\int_1^x s\cdot\frac{-ds}{s^2}=-\int_1^x\frac{ds}s=-\log x$$
so we actually got in
$$(***)=-(-\log x)+\log y=\log x+\log y$$
The following uses the FTC. I know no other way to solve it:
Now use the FTC: if $\;F\;$ is a primitive function of $\;\cfrac1t\;$ in $\;[1,x]\;$ , then
$$\log x:=\int_1^x\frac{dt}t=F(x)-F(1)\implies (\log x)'=F'(x)=\frac1x \implies (\log 1)'=1$$