The definition given is for every $c>0$, there exists an N such that $a_n$>c for all $n>N$
Please could someone explain this is really basic terms as im struggling to get my head around it. What is $c$ and how is it decided?
If we take the following sequence $a_n$=$n^2$
is $n=1,2,3,4,5$ and $N=1,4,9,16,25$ or is it the other way round?
I understand to work out this question i set c>0. I would then get $n^2>c, n>\sqrt c$
Id choose $N>\sqrt c$. Then $n^2>N^2>c$
Where do I go from here? Thank you
You need to start with a value for $c$ say 101. Now you need to find an $N$ which satisfies the condition. We need $N$ such that if $n\ge N$ then $a_n>c$. So we choose N = 11, since $11>\sqrt {100}=10$. Now if $n>N$, $a_n>c=n^2\ge 121>100$.