Proof: lim an - bn (n->inf) = M - L

  • Thread starter Thread starter bavman
  • Start date Start date
  • Tags Tags
    Proof
bavman
Messages
3
Reaction score
0

Homework Statement



{an} and {bn} are convergent,

if lim an (n->inf) = M and lim bn (n->inf) = L

Prove that lim an -bn (n->inf) = M - L

Using Epsilon/n proof

Homework Equations





The Attempt at a Solution



Heres my attempt at it:

Given e > 0 we want to find N s.t. for all n>N

|(an - bn) - (M-L)| < e

|(an - bn) - (M-L)| <= |an-M|-|bn-L|

there exist N1 (element of natural number) s.t. for all n>N, |an - M| < e/2

there exist N2 (element of natural number) s.t. for all n>N, |bn - L| < e/2

let N = max{N1, N2} for all n>N

|(an - bn) - (M-L)| <= |an-M|-|bn-L|<e/2 + e/2 < e
 
Physics news on Phys.org
You applied the triangle inequality incorrectly.

You should have written

|a_n - M| + |- ( b_n-L)|.
If you have a minus sign between the absolute values then you will run into problems since the difference maybe negative. You want to have an inequality like

0< something < e.


That ensures that you can make "something" as small as you like since it is sandwiched between zero and epsilon.
Apart from that, the logic is sound.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top