Inequality with absolute value.

77 Views Asked by At

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!

2

There are 2 best solutions below

3
On BEST ANSWER

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.

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 $