Proving the Recursive Formula for an Using Induction

  • Thread starter IntroAnalysis
  • Start date
  • Tags
    Induction
In summary, the formula for an = (an-1 + an-2)/2 for each positive integer ≥ 2 can be proven using induction to show that an+1 - an = (-1/2)n(a1 - a0). The base case is n=1 and the assumption is that ak+1 - ak = (-1/2)k(a1-a0). The proof then uses the Triangle Inequality Theorem.
  • #1
IntroAnalysis
64
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
  • #2
so assume it is true for k-1,k as below (note you had the power wrong above)
[tex] a_k - a_{k-1} = (-1/2)^k(a_1 - a_0)[/tex]

Now using that can you show
[tex] a_{k+1} - a_{k} = (-1/2)^{k+1}(a_1 - a_0)[/tex]
 
  • #3
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).
 
  • #4
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:

FAQ: Proving the Recursive Formula for an Using Induction

1. What is induction?

Induction is a method of reasoning in which a conclusion is made based on a pattern of observed examples. It involves using specific cases to draw a general conclusion.

2. How is induction used in science?

In science, induction is used to make predictions and draw conclusions based on observed patterns and data. It is commonly used in experiments and hypothesis testing to support or reject a theory.

3. What is the process of using induction to show a conclusion?

The process of using induction to show a conclusion involves first observing specific cases or examples, then identifying a pattern or trend among them. From there, a general conclusion is made based on the observed pattern.

4. Can induction be used to prove a theory?

No, induction cannot prove a theory to be true. It can only support a theory by providing evidence and reasoning. In science, theories can only be supported or disproved, never proven.

5. What are the limitations of induction?

One limitation of induction is that it is based on observations and can never be 100% certain. There is always a possibility of a new case or example that does not fit the observed pattern. Additionally, induction can only be used for situations that have a clear pattern or trend, and it cannot be used for proving causation.

Similar threads

Replies
12
Views
1K
Replies
1
Views
2K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
10
Views
8K
Replies
17
Views
3K
Replies
1
Views
1K
Replies
1
Views
2K
Back
Top