Proving "f(n) & s Have Same Sign as n Approaches Infinity

  • Thread starter Thread starter cornstarch
  • Start date Start date
  • Tags Tags
    Infinity Sign
cornstarch
Messages
2
Reaction score
0
Homework Statement
if lim f(n) = s , prove that lim (f(n))^{1/3} = s^{1/3}. How do you know that as n approaches infinity, f(n) and s have the same sign. n is just an index in this case and f is not a function but a sequence.

The attempt at a solution
so we know that |f(n) - s| < epsilon, using a^3 - b^3 I can factor:
|f(n)^{1/3} - s^{1/3}|*|f(n)^{2/3} + (f(n)*s)^{1/3} + s^{1/3}| < epsilon. Divide both sides and we get |f(n)^{1/3} - s^{1/3}| < epsilon/(|f(n)^{2/3} + (f(n)*s)^{1/3} + s^{1/3}|) which proves the first part. I don't know how to argue that as n approaches infinity, f(n) and s have the same sign.
 
Physics news on Phys.org
You still have work to do to finish the proof of the first part.

You should have no problems showing f(n) and s have the same sign if you understand the definition of the limit. Suppose s>0. You can find an interval around s that only contains positive numbers, right? So...
 
what am i missing from the first part of the proof?
 
To prove a limit using the definition, you assume ε>0, and then show that for the appropriate choice of N, n>N implies that |f(n)-L|<ε. So first, you need to find N.
 
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