How do we get the n th term of the sequence?

  • Thread starter Thread starter basheer uddin
  • Start date Start date
  • Tags Tags
    Sequence Term
Click For Summary
SUMMARY

The discussion focuses on determining the n-th term of a sequence defined by the recurrence relation \( x_{n+1} = f(x_n) \), with a specific example provided: \( x_{n+1} = \frac{x_n + \frac{2}{x_n}}{2} \) and \( x_0 = 1 \). It is concluded that non-linear recurrences typically do not yield closed-form solutions, and iteration is the most effective method to compute \( x_n \) from \( x_0 \). The discussion emphasizes the challenges of deriving a general formula for such sequences.

PREREQUISITES
  • Understanding of recurrence relations in mathematics
  • Familiarity with non-linear functions
  • Basic knowledge of iteration methods
  • Proficiency in mathematical notation and terminology
NEXT STEPS
  • Explore methods for solving non-linear recurrence relations
  • Research iterative techniques for sequence generation
  • Learn about convergence criteria for iterative sequences
  • Investigate specific examples of closed-form solutions for linear recurrences
USEFUL FOR

Students studying mathematics, particularly those focused on sequences and series, as well as educators and tutors looking for effective methods to teach recurrence relations.

basheer uddin
Messages
30
Reaction score
2

Homework Statement



how do we get the n th term of a sequence if it is given in form of
##x_{ n+1 }=f({ x }_{ n })##
and the p th term is given

Homework Equations


I figured we may get it if we get it in the form of
##x_{ n+1 }-{ x }_{ n }## but how?can we even get it?if yes,under what conditions?

The Attempt at a Solution


example: n th term of sequence where
##x_{ n+1 }=\frac { { x }_{ n }+\frac { 2 }{ { x }_{ n } } }{ 2 } ##
where ##{ x }_{ 0 }=1##
 
Last edited:
Physics news on Phys.org
Non-linear recurrences are unlikely to have solutions in closed form. Iteration is generally the only way to find x_n given x_0.
 
  • Like
Likes   Reactions: 1 person

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
3K