I've been thinking about this problem for several weeks, and I can't seem to come to an answer. I've tried using Taylor's Series with Taylor's Remainder Theorem, but I've hit a dead end in that direction. I've been told the lower bound is $$-x-\frac{x^2}{2}-...-\frac{x^k}{k}-\frac{x^k}{k} \leq log(1-x) \leq -x-\frac{x^2}{2}-...-\frac{x^k}{k}$$ where the bounds of x are $0 \leq x \leq \frac{1}{2}$. Does anyone have a clue how to prove this?
2026-03-25 07:49:07.1774424947
Lower bound of log(1-x)
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Consider $$\frac{d}{dx}\left(\log(1-x)+x+x^2\right) = 1+2x-\frac{1}{1-x}=\frac{x(1-2x)}{1-x} $$ now the above is a non-negative function on $\left[0,\frac{1}{2}\right]$, hence $$-x-x^2 \le \log(1-x) \le -x, \quad x \in [0,1/2].$$