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

  • Thread starter Thread starter chaoseverlasting
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around finding the limit of the sequence defined by the recurrence relation f(n+1) = (1/2)(f(n) + 9/f(n)) as n approaches infinity. Participants are exploring the implications of this relation and the behavior of the sequence.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the limit of the sequence and how to express it in terms of L, the limit of f(n) as n approaches infinity. There are attempts to manipulate the recurrence relation to derive an equation involving L. Some participants express confusion about the steps taken and the implications of the original equation.

Discussion Status

Several participants are actively engaging with the problem, suggesting different interpretations of the limit and exploring the consequences of initial conditions on the limit's value. There is recognition that both positive and negative limits are possible, depending on the starting value of f(0).

Contextual Notes

Participants note that the behavior of the sequence may vary significantly based on the initial condition f(0), leading to different limits for the sequence. This introduces a layer of complexity to the discussion.

chaoseverlasting
Messages
1,051
Reaction score
3

Homework Statement


Given:
[tex]f(n+1)=\frac{1}{2}(f(n)+\frac{9}{f(n)}[/tex]

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

Homework Equations




The Attempt at a Solution



No idea.

[tex]f(n+1)-f(n)=0.5(\frac{9}{f(n)} -f(n))[/tex]
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
[tex]f(n+1)= \frac{1}{2}a(f(n)+ 9/f(n)[/tex]
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.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K