Recursive Definition of a Sequence: Solving for a5

  • Thread starter Thread starter mamma_mia66
  • Start date Start date
  • Tags Tags
    Definitions
Click For Summary

Homework Help Overview

The discussion revolves around calculating the fifth term of a recursively defined sequence, given initial conditions a0=1 and a1=2, with the recursive relation an=3an-1+an-2 for n≥2.

Discussion Character

  • Exploratory, Problem interpretation

Approaches and Questions Raised

  • Participants explore different methods for calculating a5, with one suggesting a direct arithmetic approach from the initial conditions, while another emphasizes the algebraic manipulation of the recursive formula.

Discussion Status

The discussion includes varying interpretations of the problem's requirements, with some participants confirming their methods while others question the completeness of the responses. There is no explicit consensus on the preferred approach.

Contextual Notes

Participants reference specific instructions from a professor regarding the method of solving the problem, indicating potential constraints on how the solution should be presented.

mamma_mia66
Messages
51
Reaction score
0
b]1. Homework Statement [/b]

Given a0=1 and a1=2, and

an=3an-1+an-2 for n>=2,

calculate a5 recursively


Homework Equations





The Attempt at a Solution



a5=3a4+a3
=3(3a3+a2)+a3=10a3+3a2
=10(3a2+a1)+3a2
=33a2+10a1
=33(3a1+a0)+10a1
=99a1+33a0+10a1
=109a1+33a0
 
Last edited:
Physics news on Phys.org
Right. But isn't it easier to start with a0=1 and a1=2 and work your way up to a5? That way it's just arithmetic, not algebra.
 
Thank you for the proof of my work. That is the way the professor wants us to do it. :smile:
 
Doesn't your professor want you to complete the problem?

You were told that a0= 1 and a1= 2. The complete answer is NOT "109a1+33a0", it is 109(1)+ 33(2)= 109+ 66= 175.

I suspect you have misunderstood what your professor wants.
 
I completed. It most important for me that I did it right.
 

Similar threads

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