How Do You Prove This Recurrence Sequence Conjecture?

  • Context: Graduate 
  • Thread starter Thread starter dodo
  • Start date Start date
  • Tags Tags
    Recurrence Sequences
Click For Summary
SUMMARY

The discussion focuses on proving the recurrence sequence conjecture defined by S_0 = 0, S_1 = 1, and S_n = a S_{n-1} + b S_{n-2}. The conjecture states that { S_n }^2 - S_{n-1} S_{n+1} = (-b)^{n-1} for n = 1, 2, 3, ... Participants suggest using mathematical induction as a method for proof. Key steps include manipulating the equation by multiplying by -b and adjusting terms to derive the desired result.

PREREQUISITES
  • Understanding of recurrence relations
  • Familiarity with mathematical induction
  • Knowledge of algebraic manipulation techniques
  • Basic concepts of sequences and series
NEXT STEPS
  • Study mathematical induction proofs in detail
  • Explore advanced recurrence relation techniques
  • Learn about generating functions for sequences
  • Investigate the implications of the conjecture in combinatorial contexts
USEFUL FOR

Mathematicians, computer scientists, and students studying discrete mathematics or algorithm analysis will benefit from this discussion.

dodo
Messages
695
Reaction score
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
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.[/color]
 
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:

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
20
Views
2K
Replies
9
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K