Finding closed form of sequence.

In summary, the conversation discusses a given linear recurrence relation with initial values and attempts to find the common difference. However, there is a sign error in the attempted solution which results in a different value. The correct method for solving such a recurrence relation is also mentioned.
  • #1
12base
2
0

Homework Statement



{U_0 = 9, U_1 = -3}

U_(n+2) = -(5/4) U_(n+1) + (3/8) U_(n)

Homework Equations





The Attempt at a Solution



First step was to attempt to find the common difference by trying to find the 3rd term:

U_(2) = -(5/4) u_(1) + 3/8 U_(0) = -(57/8)

This does not give a common difference, I was expecting -1/3

I feel I have gone wrong somewhere, help would be greatly appreciated!
 
Physics news on Phys.org
  • #2
12base said:

Homework Statement



{U_0 = 9, U_1 = -3}

U_(n+2) = -(5/4) U_(n+1) + (3/8) U_(n)

Homework Equations





The Attempt at a Solution



First step was to attempt to find the common difference by trying to find the 3rd term:

U_(2) = -(5/4) u_(1) + 3/8 U_(0) = -(57/8)

You have a sign error; (-5/4)(-3) + (3/8)(9) = 57/8.

This does not give a common difference,

Why do you expect it to?

The method of solving such linear recurrence relations is to look for a solution of the form [itex]u_n = A\lambda_1^n + B\lambda_2^n[/itex]. If you substitute this into the recurrence relation you will find that [itex]\lambda_1[/itex] and [itex]\lambda_2[/itex] are solutions of the same quadratic equation. The given values for [itex]u_0[/itex] and [itex]u_1[/itex] will then enable you to find [itex]A[/itex] and [itex]B[/itex].
 

Related to Finding closed form of sequence.

1. What is a closed form of sequence?

The closed form of a sequence is a mathematical expression or formula that represents the values of the sequence. It allows us to easily find the value of any term in the sequence without having to calculate all the previous terms.

2. Why is finding the closed form of a sequence important?

Knowing the closed form of a sequence is important because it helps us understand the pattern and behavior of the sequence. It also allows us to make predictions about future terms in the sequence and use it in various mathematical calculations.

3. How do you find the closed form of a sequence?

To find the closed form of a sequence, you can use various techniques such as identifying a pattern, using algebraic manipulation, or using mathematical formulas specific to certain types of sequences. It may require some trial and error, but with practice, it can become easier to identify the closed form.

4. Can all sequences have a closed form?

No, not all sequences have a closed form. Some sequences may have complex or unpredictable patterns that cannot be represented by a simple formula. In these cases, it may be more useful to use other methods, such as recursion or a table, to find the values of the sequence.

5. What are some real-world applications of finding the closed form of a sequence?

Finding the closed form of a sequence is used in various fields, including physics, engineering, and computer science. It can be used to model and predict natural phenomena, analyze data, and optimize algorithms. For example, the Fibonacci sequence, which has a well-known closed form, is used in computer algorithms to efficiently search for data in databases.

Similar threads

Replies
4
Views
2K
Replies
24
Views
3K
Replies
8
Views
327
Replies
7
Views
1K
Replies
4
Views
1K
Replies
2
Views
2K
Back
Top