Proving Epsilon-Limit for a Sequence with Algebraic Manipulation

  • Thread starter Thread starter Unassuming
  • Start date Start date
  • Tags Tags
    Epsilon Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Unassuming
Messages
165
Reaction score
0
[tex]Suppose $\lim_n \frac{a_n -1}{a_n +1} = 0$. Prove that $\lim_n a_n = 1$.[/tex]

I am trying to do the algebra so that -a_n < ?? < a_n , but I am having trouble. Am I going about this correctly?

I have also tried to solve each separate side of the inequality. I get a_n < (e+1)/(1-e), but this is not quite fitting.

Can somebody give me a clue please. Thanks

Edit: There is a hint in the book that says to set,

[tex]\(x_{n}=\frac{a_n-1}{a_n+1}\)[/tex] and then solve.

I have done this but I don't know what to do next.
 
Last edited:
Physics news on Phys.org
I solved for a_n and I then took the lim of both sides so that

lim a_n = lim ( -x_n -1 ) / (x_n -1 ), then it was pretty straightforward.

Assuming I can take the lim of both sides. Can I do that?