What Is the Limit of Sequence f(n) as n Approaches Infinity?

  • Thread starter Thread starter chaoseverlasting
  • Start date Start date
AI Thread Summary
The limit of the sequence f(n) as n approaches infinity can be derived from the recursive relation f(n+1) = 0.5(f(n) + 9/f(n)). By letting L represent the limit, the equation simplifies to L = 0.5(L + 9/L), leading to potential solutions of L = 3 and L = -3. The actual limit depends on the initial condition f(0); if f(0) is positive, the limit converges to 3, while if f(0) is negative, it converges to -3. Thus, the sequence's behavior is determined by its starting value.
chaoseverlasting
Messages
1,050
Reaction score
3

Homework Statement


Given:
f(n+1)=\frac{1}{2}(f(n)+\frac{9}{f(n)}

Find lt n->(infinity) f(n)

Homework Equations




The Attempt at a Solution



No idea.

f(n+1)-f(n)=0.5(\frac{9}{f(n)} -f(n))
Replacing n by 1/n, dividing by 1/n and taking limit 1/n->0 which becomes something similar to the f'(n) except 1 should be h. Even still, you can't apply L'hospitals here. I am totally lost.
 
Physics news on Phys.org
In your equation f(n+1) = 0.5(f(n) - 9/f(n)), the left side equals the right side, therefore the limit as n goes to infinity of the right side is the limit as n goes to infinity of the right side. Using the above fact, let L stand for the limit of f(n) as n goes to infinity, and solve for L.
 
Your orginal equation was
f(n+1)= \frac{1}{2}a(f(n)+ 9/f(n)
I think your subtracting f(n) from both sides confused AKG (not to mention me)!

The sequence {f(n+1)} is exactly the same as {f(n)} but with the index changed. If L= lim f(n) then L= lim f(n+1) also. AKG's suggestion is that you take the limit, as n goes to infinity, on both sides of the equation and so get a single equation involving L. Solve that equation.
 
So, the equation should be something like L=0.5(L+9/L)?
Solving this gives you L=+3 and L=-3. What should my answer be?
 
Well if you've posted the question exactly as it's given to you, then both 3 and -3 are possible. Observe that if f is a sequence that satisfies the given relation, then so is -f, so if the limit of f is 3, then the limit of -f is -3.
 
In other words, whether the limit is 3 or -3 depends upon f(0).

If, for example, you know that f(0)= 1, then f(1)= (1/2)(1+ 9/1)= 5, f(2)= (1/2)(5+ 9/5)= 6.8/2= 3.4, f(3)= (1/2)(3.4+ 9/3.4)= 3.0234.., converging to 3.

If, instead, f(0)= -1, then f(1)= (1/2)(-1+9/-1)= -5, etc. converging to -3.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Back
Top