How should the difference between $\log$ at different points $a, b$ be approximated (say via the Taylor series)?
So, I'm trying to approximate the following term $\log(a) - \log(b)$ where $a, b \in [0,1]$ and I'm confused between two possible options:
- Treat $\log(a) - \log(b) = \log(\frac{a}{b}) \approx (\frac{a}{b} - 1)$
- Or, do this $\log(a) - \log(b) = (a - 1) - (b - 1) = (a - b)$. According to this, the approach is the way to go about it.
I'm confused about which of these provides a "better" approximation of the difference.
Additionally, I wanted to know if my approach should change if I want to approximate $\log(A) - \log(B)$ where $A, B \in S$ are operators and $S$ is a convex set.