The problem asks to show that the corresponding approximation to area under $y=1/x$ from $b$ to $ab$ by $n$ rectangles has exactly the same area. I'm not sure where to start. Then Deduce by the method of exhaustion, that the areas under $y = 1/x$ from $1$ to a and from b to ab are equal. And finally deduce the definition of $log$, that $log (ab) = log (a) + log (b)$.
Any help would be appreciated, thanks




First I suggest you make a graph to visualize the approximation.
You could try to write the first approximation (with $x$ from $1$ to $a$).
You have $n$ rectangles, all of them having width equal to $\frac{a-1}{n}$.And the $k$-th rectangle has height $\frac{1}{1+k\frac{a-1}{n}}$. So the first approximation is $$S_1 = \sum_{k=1}^n\frac{a-1}{n}\times\frac{1}{1+k\frac{a-1}{n}}=\sum_{k=1}^n\frac{a-1}{n+k(a-1)}$$
The second approximation has $n$ rectangles of width $\frac{ba-b}{n}=\frac{b(a-1)}{n}$ and height $\frac{1}{b+k\frac{b(a-1)}{n}}$.
Thus, $$S_2=\sum_{k=1}^n \frac{b(a-1)}{n}\times\frac{1}{b+k\frac{b(a-1)}{n}}$$ The $b$'s simplify and we see that $S_1=S_2$.
Remark: this goes with the fact that $\log(ab) - \log(b)=\log(a)+\log(b)-\log(b) = \log(a) = \log(a)-\log(1)$.