Another on recurrence sequences

In summary, the conversation discusses proving a conjecture related to a given sequence, with the use of induction. The conversation also mentions a specific approach to proving the conjecture, involving manipulating equations and considering a specific term.
  • #1
dodo
697
2
How would you go on proving the following conjecture?
Given
[tex]
S_0 = 0, \quad S_1 = 1, \quad S_n = a S_{n-1} + b S_{n-2}
[/tex]​
Prove that
[tex]
{ S_n }^2 - S_{n-1} S_{n+1} = (-b)^{n-1} \quad (n = 1, 2, 3, ...)
[/tex]​
 
Physics news on Phys.org
  • #2
Induction seems to work. I put the first couple of steps in white (so highlight if you can't see):S(n+1)^2 - S(n)S(n+2)
= S(n+1)^2 - S(n)(aS(n+1) + bS(n))
= S(n+1)^2 - aS(n)S(n+1) - bS(n)^2

Now think about you can possibly get a (-b)^(n-1) in there.
 
  • #3
Thanks! Nevermind, I was just doing something like that. Guess I was dense this morning.

Just start from the equation on n-1 and add and substract a . S_n . S_{n-1} to the left-hand side.

Edit: Oh, sorry, first multiply the whole equation by -b, then add and substract the term above.
 
Last edited:

1. What is a recurrence sequence?

A recurrence sequence is a sequence of numbers where each term is defined in terms of one or more of the previous terms. This means that each number in the sequence is calculated based on a specific formula or rule.

2. How do you find the next term in a recurrence sequence?

To find the next term in a recurrence sequence, you need to look at the pattern or rule that is used to generate the sequence. This could involve adding or subtracting a constant number or multiplying by a certain factor.

3. Can recurrence sequences be used in real-world applications?

Yes, recurrence sequences have many real-world applications in fields such as engineering, physics, and computer science. They can be used to model and predict natural phenomena, analyze financial data, and design computer algorithms.

4. Are all recurrence sequences the same?

No, there are many different types of recurrence sequences, each with its own unique formula or rule. Some common types include arithmetic, geometric, and Fibonacci sequences.

5. How do you determine the convergence of a recurrence sequence?

The convergence of a recurrence sequence can be determined by examining the behavior of its terms as the sequence continues. If the terms approach a specific value or become increasingly closer together, the sequence is said to converge. If the terms become increasingly farther apart, the sequence is said to diverge.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Calculus and Beyond Homework Help
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
901
  • Calculus and Beyond Homework Help
Replies
7
Views
991
Replies
2
Views
120
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Atomic and Condensed Matter
Replies
1
Views
1K
Back
Top