Proof by Induction Help: Solving Recursive & Closed Formulas

In summary, the conversation is about proving the equivalence of a recursive and closed formula using induction. The given recursive formula is bk = 3bk-1+2 for k <2 and b1=2, and the closed formula is bn= 3n-1. The individual is stuck on the approach and unsure if they are on the right track. They also ask for suggestions on what to do next. The expert explains the procedure for proofs by induction and advises the individual to follow the steps and post any questions or intermediate results for further help.
  • #1
Cribs1420
1
0
I am having a heck of a time with this proof. I am given both the recursive and closed formula and am supposed to prove that they are equivalent using induction.

This is what I am given:
bk = 3bk-1+2 for k <2 and b1=2

the closed formula is bn= 3n-1Trying to solve it this is as far as I have gotten...

3m-1 = 3(3(m-1)-1)) +2

I am not sure if this is the correct approach because I am unable to solve it out. Any suggestions on what I should be doing? Thanks a bunch!
 
Physics news on Phys.org
  • #2
Are you sure $k \le 2?$ The recurrence relation is solved for the higher term, but if $k \le 2,$ then you'd have to go backwards - quite unusual in recurrence relations.
 
  • #3
Assuming it's $k\ge 2$, let's go through the whole procedure for proofs by induction.

First, identify a property $P(n)$ concerning which you need to prove "$P(n)$ for all $n\ge1$". Second, write the base case $P(1)$ explicitly (i.e., without using the symbol $P$) and prove it. Third, in the induction step you need to prove that $P(k)$ implies $P(k+1)$ for all $k\ge1$. Towards this proof, you fix an arbitrary $k\ge1$ and assume $P(k)$: this is the induction hypothesis (IH). Write $P(k)$ explicitly and label it as IH. From this hypothesis, you need to prove $P(k+1)$. Write $P(k+1)$ explicitly and indicate that it is what you need to prove (as opposed to the IH, which is assumed). Finally, try deriving the explicit form of $P(k+1)$ from the explicit form of $P(k)$.

If after doing this you have questions, then post the intermediate results of your work.
 

FAQ: Proof by Induction Help: Solving Recursive & Closed Formulas

What is proof by induction?

Proof by induction is a mathematical method used to prove that a statement or property holds true for all natural numbers. It involves three steps: the base case, the induction hypothesis, and the induction step.

When is proof by induction used?

Proof by induction is commonly used in mathematics and computer science to prove the validity of statements involving natural numbers, such as equations, inequalities, and theorems.

How does proof by induction work?

The first step of proof by induction is to prove that the statement holds true for the first natural number, known as the base case. Then, the induction hypothesis is assumed to be true for a specific natural number, and the statement is proven to be true for the next natural number, known as the induction step. Finally, it is concluded that the statement holds true for all natural numbers.

What are some common mistakes when using proof by induction?

Some common mistakes when using proof by induction include assuming that the statement holds true for all natural numbers without proving the base case, using incorrect notation or terminology, and not properly stating the induction hypothesis or induction step.

Are there any limitations to proof by induction?

Proof by induction can only be used to prove statements that hold true for all natural numbers. It cannot be used for statements involving real or complex numbers, and it may not be applicable for all types of mathematical problems.

Similar threads

Replies
4
Views
1K
Replies
2
Views
3K
Replies
4
Views
3K
Replies
1
Views
1K
Replies
1
Views
1K
Replies
1
Views
2K
Replies
1
Views
1K
Replies
15
Views
2K
Back
Top