Definition of a limit of a sequence

lizarton
Messages
13
Reaction score
0

Homework Statement



Use the definition of a limit to prove that lim [(1+an)-1] = 1/2 if lim an = 1.

Homework Equations



(\forall\epsilon>0)(\existsN\inN)(n\geqN \Rightarrow|an-L|<\epsilon)

The Attempt at a Solution



Let \epsilon be arbitrary. Since lim an exists, \existsN\inN such than |an-1|<\epsilon'.

My professor helped me a bit, but once we started comparing two different epsilons, I couldn't follow him anymore. He said to choose \epsilon'< 1/2 since 1/2 < an, but I don't understand why we can say that the sequence is greater than or equal to 1/2 since we only know the value of its limit.

Any help would be appreciated, I've always had a hard time with the rigorous definitions.
 
Physics news on Phys.org
Welcome to PF.

Let me try to read his mind.
Since lim an exists, ∃N∈ℕ such than |an-1| < ϵ'.

Letting ϵ' = 1/2, since it is arbitrary, gives: |an-1| < 1/2  → -1/2 < an-1 < 1/2

Therefore, 1/2 < an < 3/2.  It's the 1/2 < an you're interested in.


If an > 1/2, then 2(an + 1) > 3  → \displaystyle \frac{1}{2(a_n+1)}&lt;\frac{1}{3}

That should be handy in working with |(1+an)-1 - 1/2|, when you write that as one fraction with a common denominator.
 
So then, we have showed that 1/(1+a_n) < epsilon'/3 < epsilon', but is this the end of the proof? I guess my question is, when does the other epsilon come in? or is epsilon' just our other epsilon in disguise? Thank you so much! I could use a mind-reader for this professor :)
 
Also, if you wouldn't mind--(this homework is due in an hour, so this is more for my understanding)--in general, how do we know how to choose epsilon so that it will give us the result we are looking for? Is there a reason choosing epsilon'=1/2 was particularly useful for this problem?
 
lizarton said:
So then, we have showed that 1/(1+a_n) < epsilon'/3 < epsilon', but is this the end of the proof? I guess my question is, when does the other epsilon come in? or is epsilon' just our other epsilon in disguise? Thank you so much! I could use a mind-reader for this professor :)

No, that's not the complete proof.

Let ε' = min(ε, 1/2)

Then you have N∊ℕ such that for n > N, |an-1| < ε' ≤ 1/2
This leads to 1/(2|an+1|) < 1/3.

Also, for n > N, |an-1| < ε' ≤ ε

Put them together, & you get (the desired quantity) < ε/3 < ε​
 
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...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top