bounding a certain quantity

58 Views Asked by At

Is there a way to bound the following quantity $$ |\sqrt{a_n - b_n} - \sqrt{a-b}| $$ with an expression composed of the expressions $a_n-a$ and $b_n -b$?

1

There are 1 best solutions below

0
On

It is bounded by $\frac {|a_n-a|+|b_b-a|} {\sqrt {|a-b|}}$. You get this multiplying numerator and denominator by $\sqrt{a_n-b_n}+\sqrt {a-b}$.