It was known in the 17th century that the function
$$ t \mapsto \int_{1}^{t} \frac{dx}{x} $$
is logarithmic: a geometric sequence in the domain produces an arithmetic sequence in the codomain. This is. of course, easy to prove with the fundamental theorem of calculus.
But is there a simpler, perhaps geometric, way of proving this?
Consider this integral and the substitution $tx=y$:$$\int_1^u \frac{1}{x}dx=\int_t^{tu}\frac{t}{y}\frac{dy}{t}=\int_t^{tu}\frac{dy}{y}$$
From this follows: $$\int_1^t \frac{dx}{x}+\int_1^u \frac{dx}{x}=\int_1^{tu} \frac{dx}{x}$$
The geometric way of describing this is stretching the function $f(x)=\frac{1}{x}$ with a horizontal factor $t$, so it becomes $f(x)=\frac{1}{x/t}$. Then we divide this function with the same factor $t$.