Ya, it come from the top. But, why would we need to put iy as absolute value?Simon Bridge said:Look one line up from where you put the circle to see where it comes from.
What happens to the limit when x is a negative number, and you don't have the absolute value?
goldfish9776 said:Homework Statement
why we need to make x as absolute value ? as we can see, the original is x , why we we need to make x as absolute value ? is the working wrong ?
taking x=-4 , k =2 , the term is -16/27Simon Bridge said:Because if you don't the possibility that x may be negative will give you the wrong limit. Try it and see:
What happens to the limit when x is a negative number, and you don't have the absolute value?
goldfish9776 said:taking x=-4 , k =2 , the term is -16/27
taking x=4 , k=2 the term is 16/27 , i couldn't find out why there is a need to put modulus ?
what will happen to the limit ? i really have no idea...Simon Bridge said:It's not what happens to the term, it's what happens to the limit.
PeroK has a good link (thanks).
well, for this part of the notes, why do we need to make r is between L and 1 , and we take r is larger than L at the lower part ... isn't the L itself is the factor r ?Simon Bridge said:It's not what happens to the term, it's what happens to the limit.
PeroK has a good link (thanks).
No , L doesn't necessarily satisfy ##| \frac{a_{k+1}}{a_k}| \leq L## for k sufficiently large.goldfish9776 said:well, for this part of the notes, why do we need to make r is between L and 1 , and we take r is larger than L at the lower part ... isn't the L itself is the factor r ?
goldfish9776 said:well, for this part of the notes, why do we need to make r is between L and 1 , and we take r is larger than L at the lower part ... isn't the L itself is the factor r ?
can you give example for the explanation above ?Ray Vickson said:If ##L = \lim_{n \to \infty} |a_{n+1}/a_n|## then, for any (small) ##\epsilon > 0## we have ##(L-\epsilon) |a_n| < |a_{n+1}| < (L+\epsilon) |a_n|## for all ##n## sufficiently large; essentially, that is the definition of the limit above. We simply cannot conclude that ##|a_{n+1}| \leq L |a_n|##, and in fact, you can construct examples where this is false.
The example in post 11 illustrates ##|\frac{a_{n+1}}{a_n}|>L## for each n, while ##\displaystyle \lim_{n\rightarrow +\infty} |\frac{a_{n+1}}{a_n}| =L##.goldfish9776 said:can you give example for the explanation above ?
what is the purpose of not making L =r , but make L less than r ? isn't the L is the factor = r ?vela said:Maybe a picture will help. When you say ##\lim_{n\to\infty}\left\lvert \frac{a_{n+1}}{a_n} \right\rvert = L##, it means when ##n## is sufficiently large, ##\left\lvert \frac{a_{n+1}}{a_n} \right\rvert## will be within ##\varepsilon## of ##L##, where we can choose ##\varepsilon>0## arbitrarily. In the picture, that means the terms of the sequence will lie in the green part of the number line. While the terms are close to ##L##, they could be greater than or less than ##L##, so the limit doesn't guarantee that ##\left\lvert \frac{a_{n+1}}{a_n} \right\rvert<L##. However, since ##r>L##, there's some room between ##r## and ##L##, so we can choose ##\varepsilon## such that we can guarantee that ##\left\lvert \frac{a_{n+1}}{a_n} \right\rvert < r## for ##n## sufficiently large.
View attachment 95310