Show that $\forall a,b\in \mathbb{R}$: $$ \left| \frac{a}{1+a^2} - \frac{b}{1+b^2} \right| \leq |a-b| $$ Being honest, I do not know where to start (apart from common denominator form) and would appreciate any help. Thanks in advance!
2026-04-03 16:22:12.1775233332
On
Inequality with absolute value.
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
another approach is to square both sides:
$a^2(1-\dfrac{1}{(a^2+1)^2})+b^2(1-\dfrac{1}{(b^2+1)^2}) \ge 2ab(1-\dfrac{1}{(1+a^2)(1+b^2)}) \\ \iff \dfrac{a^4(a^2+2)}{(1+a^2)^2}+\dfrac{b^4(b^2+2)}{(1+b^2)^2} \ge 2ab\dfrac{a^2b^2+a^2+b^2}{(1+a^2)(1+b^2)} \\ \iff \dfrac{a^4(a^2+2)}{(1+a^2)^2}+\dfrac{b^4(b^2+2)}{(1+b^2)^2} \ge(a^2+b^2)\dfrac{a^2b^2+a^2+b^2}{(1+a^2)(1+b^2)} \\ \iff \dfrac{a^2(a^2-b^2)}{(1+a^2)^2(1+b^2)}- \dfrac{b^2(a^2-b^2)}{(1+b^2)^2(1+a^2)} \ge 0 \\ \iff (a^2-b^2)^2 \ge 0 $
Note that $f(x)=\dfrac{x}{1+x^2}$ has derivative $f'(x)=\dfrac{1-x^2}{(1+x^2)^2}$, and one can show that $|f'(x)|\le1$.
So your inequality follows from the mean value theorem.