Proving the Recursive Formula for an Using Induction

  • Thread starter Thread starter IntroAnalysis
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary

Homework Help Overview

The problem involves proving a recursive formula defined as an = (an-1 + an-2)/2 for positive integers n ≥ 2. The goal is to use mathematical induction to demonstrate that an+1 - an = (-1/2)n(a1 - a0).

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the base case for n=1 and the subsequent assumption for k and k+1 in the induction process. There is a focus on verifying the correctness of the power in the formula and the steps involved in transitioning from ak to ak+1.

Discussion Status

The discussion has progressed with participants sharing their assumptions and calculations related to the induction proof. Some have confirmed their understanding of the induction steps, while others have raised questions about the correctness of the powers used in the formula. There appears to be a productive exploration of the proof structure without a clear consensus on all points.

Contextual Notes

Participants reference a specific textbook and problem number, indicating that the problem may have specific constraints or expectations based on that source. There is also mention of using the Triangle Inequality Theorem in the proof, suggesting additional mathematical concepts are being considered.

IntroAnalysis
Messages
58
Reaction score
0

Homework Statement


Define an = (an-1 + an-2)/2 for each positive integer ≥ 2. Use induction to show that: an+1 - an = (-1/2)n(a1 -a0)


Homework Equations


First show it is true for base case. Assume if it is true for (k), then show it is true for (k + 1).


The Attempt at a Solution


Base case n=1. Then a2 - a1 = (-1/2)1(a1 - a0) = (a0 - a1)/2
Check: a2 - a1 = (a1 + a0)/2 - a1 = (a1 + a0 - 2a1)/2 = (a0 - a1)/2.

So then do I assume that ak+1 - ak = (-1/2)k(a1 - a0)? Then what?
 
Physics news on Phys.org
so assume it is true for k-1,k as below (note you had the power wrong above)
a_k - a_{k-1} = (-1/2)^k(a_1 - a_0)

Now using that can you show
a_{k+1} - a_{k} = (-1/2)^{k+1}(a_1 - a_0)
 
No, I did not have the power wrong. This is from Introduction to Analysis, Gaughan, Prob. 23.

It says you may want to use induction to show that:
an+1 - an = (-1/2)^n(a1 - a0).
 
Got the induction part:

Assume ak+1 - ak = (-1/2)k(a1-a0), then

ak+2 - ak+1 = (ak+1 + ak)/2 -[(-1/2)k(a1 - a0) + ak]

= (ak+1 + ak - 2ak)/2 - [(-1/2)k(a1 - a0)]
= (ak+1 - ak)/2 - [(-1/2)k(a1 - a0)]
= (1/2)(-1/2)k(a1 - a0) - [(-1/2)k(a1 - a0)]
= -(-1/2)k+1(a1 - a0) - [(-1/2)k(a1 - a0)]
= (-1/2)k(a1 - a0)[1/2 - 1] = (-1/2)k+1(a1 - a0) as desired.

The rest of the proof uses Triangle Inequality Theorem.
 
Last edited:

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
9K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K