Understanding Why We Need Absolute Value for x

goldfish9776
Messages
310
Reaction score
1

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 ?

Homework Equations

The Attempt at a Solution

 

Attachments

  • 0046.PNG
    0046.PNG
    43.8 KB · Views: 416
Physics news on Phys.org
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?
 
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?
Ya, it come from the top. But, why would we need to put iy as absolute value?
 
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:

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 ?

It's using the ratio test. This looks at ##\lim_{k \rightarrow \infty} | \frac{a_{k+1}}{a_k}|##

The modulus should be introduced at the start, not arbitrarily half way through the calculation.
 
  • Like
Likes goldfish9776
Simon 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?
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 ?
 
It's not what happens to the term, it's what happens to the limit.
PeroK has a good link (thanks).
 
Simon Bridge said:
It's not what happens to the term, it's what happens to the limit.
PeroK has a good link (thanks).
what will happen to the limit ? i really have no idea...
 
  • #10
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 ?
 

Attachments

  • 0047.PNG
    0047.PNG
    53 KB · Views: 366
  • #11
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 ?
No , L doesn't necessarily satisfy ##| \frac{a_{k+1}}{a_k}| \leq L## for k sufficiently large.
Any r with ##L<r<1## does satisfy ##| \frac{a_{k+1}}{a_k}| \leq r## for k sufficiently large.

As an example, take ##0<L<1##, and define ##(a_n)_n## by:
##a_1=1,\ a_{n+1}=a_n(L+\frac{1}{n})##

Then ##|\frac{a_{n+1}}{a_n}|=L+\frac{1}{n} > L##, but ##\displaystyle \lim_{n\rightarrow +\infty} |\frac{a_{n+1}}{a_n}| =L##.
 
Last edited:
  • #12
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 ?

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.
 
  • #13
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.
can you give example for the explanation above ?
 
  • #14
goldfish9776 said:
can you give example for the explanation above ?
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##.
 
  • #15
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.

limit.png
 
  • #16
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
what is the purpose of not making L =r , but make L less than r ? isn't the L is the factor = r ?
 
  • #17
A proof is an argument, so you're essentially asking, why don't you argue it this way instead. So why don't you try finishing the proof with ##r## set equal to ##L##? You'll see it won't work.
 
Back
Top