Induction and Recursion I have NO idea

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
1MileCrash
Messages
1,338
Reaction score
41
I think I'm pretty good at standard induction. Never had a problem.

Induction and recursion is mercilessly whooping my ***.

Homework Statement



Let a1 = 1. For each natural number n > 1, let an = 3an-1 - 1.

Prove that for each natural number n, an = 1/2(3n-1 + 1)

Homework Equations





The Attempt at a Solution



WAT

I can "build it." And I don't even feel comfortable doing that. Let S be the set of n for which the theorem holds.

Let n = 2

Theorem holds.

Let n = 3

Theorem holds.

So 2,3 are elements of S.

(Do I have to show it for 2? Or more? Or just one? Why?)

Suppose that n >= 3 and {1,2,...,n} is a subset of S.

I have no idea what to do. At all. Can someone please explain recursion induction to me?
 
Physics news on Phys.org
I think I see..

I know that
an+1 = 3an - 1 because that's the definition.

And based on my assumption, an = 1/2(3n-1[/SUP + 1)

So I can plug it in, and algebraically show that an+1 equals 1/2(3n[/SUP + 1)

Am I on the right track?
 
Yes, that's what I tried and it worked out.

So for this example, I'd really only need to show it to be true for one value, right?
 
Do you mean n = 2? If n = 1, an-1 is undefined?
 
Ok, got it. Thanks again!