How Does Induction Prove the Formula for Terms in a Recurrence Relation?

  • Context: Undergrad 
  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Induction Proof Stuck
Click For Summary
SUMMARY

The discussion focuses on proving the formula for the nth + 1 term of a recurrence relation defined by x_{n+1} = b + ax_n, where a and b are real numbers. The proof is conducted using mathematical induction, starting with the base case P(1) and assuming P(n) is true to demonstrate P(n+1). The final expression derived is x_{n+2} = a^{n+1}x_1 + b\frac{1-a^{n+1}}{1-a}, confirming the validity of the formula for all n.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with recurrence relations
  • Knowledge of sequences and series
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study mathematical induction techniques in depth
  • Explore advanced recurrence relations and their applications
  • Learn about sequences and series in real analysis
  • Practice algebraic simplification methods for complex expressions
USEFUL FOR

Mathematicians, computer scientists, and students studying discrete mathematics or algorithms who are interested in understanding recurrence relations and mathematical proofs.

quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
We want to show that the nth + 1 term of a sequence that is defined as [itex]x_{n+1} = b + ax_n, n\geq1 \ a,b \in \mathbb{R}[/itex] is given by

[tex]x_{n+1} = a^nx_1 + b\frac{1-a^n}{1-a} \ \mbox{if} \ a\neq 1[/tex]

The manual suggests that we proceed by induction. Let us proceed by induction. :smile:

P(1) is that

[tex]x_{1+1}=x_2=a^1x_1+b\frac{1-a^1}{1-a}[/tex]

[tex]x_2=b+ax_1[/tex],

which is in agreement with the expression of [itex]x_2[/itex] implied by the definition of [itex]x_{n+1}[/itex]

Let us suppose P(n) to be true, i.e. that [itex]x_{n+1}[/itex] is in fact

[tex]x_{n+1}=a^nx_1+b\frac{1-a^n}{1-a}[/tex]

And let's see if P(n)being true implies that P(n+1) is true. P(n+1) is that

[tex]x_{n+1+1}=x_{n+2}=a^{n+1}x_1+b\frac{1-a^{n+1}}{1-a}[/tex]

but after "simplifing" to

[tex]x_{n+2}=aa^nx_1+b\frac{1-aa^n}{1-a}[/itex],<br /> <br /> I don't see how to go any further than that![/tex]
 
Last edited:
Physics news on Phys.org
The word you're looking for is "sequence" (but I see you figured that out while I was writing this), and I believe that this is the piece of the calculation you're missing:

[tex]x_{(n+1)+1}=b+ax_{n+1}=b+a\bigg(a^n x_1+b\frac{1-a^n}{1-a}\bigg)=b+a^{n+1}x_1+ab\frac{1-a^n}{1-a}=a^{n+1}x_1+b\bigg(1+a\frac{1-a^n}{1-a}\bigg)=[/tex]
[tex]=a^{n+1}x_1+b\frac{1-a+a(1-a^n)}{1-a}=a^{n+1}x_1+b\frac{1-a^{n+1}}{1-a}[/tex]
 
Ah yes! Very clever! Thanks Fredrik!
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K