Simplifying an Indeterminate Quotient: Help Needed

markcholden
Messages
2
Reaction score
0
I need to take the limit of this quotient as n goes to infinity:
Code:
[2(-1)^(n+1) - 3^(n+1)]
-----------------------
[2(-1)^(n) - 3^(n)]
It seems to go to infinity over infinity in its current form, which, if I recall correctly, is indeterminate. It seems then that I need to simplify it...but I don't know how. Any ideas greatly appreciated.
 
Physics news on Phys.org
The expression you have written approaches 3(n+1)/3n for large n. I presume you can take it from here.
 
Well, mathman already handed you the bit that your intuition should get you. The key there is to look at all of the pieces of the expression and figure out how they behave as n goes to infinity.

Once you've figured out that intuitive part, you already know the trick to rigorously work through that limit -- I'll leave it to you to figure out.

(By rigorously, I mean that you don't just say that the limit is obviously converging to 3n+1 / 3n)

(If you really need another hint: think about rational functions[/color], but try not to peek!)
 
Terms that go to infinity are hard to handle. Terms that go to 0 are easy!
It looks to me that, for any n, 3n+1 will be the largest term. What happens if you divide every term in both numerator and denominator by 3n+1?
 
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