Sequences that satisfay the same recurrence relation

In summary, the sequence defined by an = 3n + 1 for all integers n >= 0 satisfies the recurrence relation ak = ak-1 + 3 for all integers k >= 1. This can be shown by substituting the formula for an-1 into the formula for ak and simplifying.
  • #1
Jim01
36
0

Homework Statement



Let a0, a1, a2..., be defined by the formula an = 3n + 1, for all integers n >= 0. Show that this sequence satisfies the recurrence relation ak = ak-1 + 3, for all integers k >=1.



Homework Equations



for all integers n >= 0, an = 3n + 1

for all integers k >= 1, ak = ak-1 + 3



The Attempt at a Solution



I have no idea how to proceed. In the one example given us in the book, we are given the initial conditions for each sequence (a1 = 2 and b1 = 1) and the formulas are exactly the same except that one is ak = 3ak-1 and the other is bk = 3bk-1. I am unable to relate the example in thge book to the question.

I have looked on youtube but can only find videos on how to compute terms of a recursively defined sequence, which I know how to do.
 
Physics news on Phys.org
  • #2
Hi Jim01! :smile:

If an = 3n + 1,

what is an-1 ?

And so what is an - an-1 ? :wink:
 
  • #3
tiny-tim said:
Hi Jim01! :smile:

If an = 3n + 1,

what is an-1 ?

And so what is an - an-1 ? :wink:

If I am understanding you correctly, then

If an = 3n + 1,

then

an-1 = 3(n - 1) + 1
= 3n - 3 + 1
= 3n - 2

therefore

an - an-1 = 3n + 1 - 3n - 2
= -1

I'm sorry for being so thick-headed but I don't know what this is telling me.
 
  • #4
Jim01 said:
If I am understanding you correctly, then

If an = 3n + 1,

then

an-1 = 3(n - 1) + 1
= 3n - 3 + 1
= 3n - 2

therefore

an - an-1 = 3n + 1 - 3n - 2
= -1

I'm sorry for being so thick-headed but I don't know what this is telling me.

OK. I think I may get it. The first thing you did was to make all the subscripts the same, so that a0, a1, a3, ... is defined by ak = 3k + 1 and ak-1 = 3(k - 1) + 1. I didn't know you could do that, although since the letters are arbitrary, it makes sense.

You then input the answer to ak-1 into the the formula ak = ak-1 + 3.

so ak-1 + 3
= 3(k - 1) + 1 + 3
= 3k - 3 + 1 + 3
= 3k + 1
= ak

Ok. I got it. Thank you very much.
 
  • #5
Jim01 said:
If I am understanding you correctly, then

If an = 3n + 1,

then

an-1 = 3(n - 1) + 1
= 3n - 3 + 1
= 3n - 2

therefore

an - an-1 = 3n + 1 - 3n - 2
= -1
Your subtraction is wrong. You want 3n+1- (3n-2)= 3n+1- 3n+ 2= 3, not -1.

I'm sorry for being so thick-headed but I don't know what this is telling me.
 
  • #6
HallsofIvy said:
Your subtraction is wrong. You want 3n+1- (3n-2)= 3n+1- 3n+ 2= 3, not -1.

You are absolutely correct. Thank you for pointing that out to me.
 

Related to Sequences that satisfay the same recurrence relation

1. What is a recurrence relation?

A recurrence relation is a mathematical equation that defines a sequence by relating each term to one or more previous terms in the sequence.

2. How do you determine if two sequences satisfy the same recurrence relation?

To determine if two sequences satisfy the same recurrence relation, you can compare their terms and see if they follow the same pattern or equation. Alternatively, you can also calculate the ratio of consecutive terms and see if it remains constant for both sequences.

3. What is the importance of studying sequences that satisfy the same recurrence relation?

Studying sequences that satisfy the same recurrence relation can help us better understand patterns and relationships in mathematics. It also allows us to make predictions and solve problems involving these sequences more efficiently.

4. Can a sequence have more than one recurrence relation?

Yes, a sequence can have more than one recurrence relation. This means that there can be multiple ways to define the sequence based on different equations or patterns.

5. How can sequences that satisfy the same recurrence relation be used in real-life applications?

Sequences that satisfy the same recurrence relation can be used in various real-life applications, such as in finance, computer science, and physics. They can help in predicting future outcomes, analyzing data, and solving problems related to growth and change over time.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Replies
1
Views
961
  • Set Theory, Logic, Probability, Statistics
Replies
18
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
1K
Replies
3
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
3K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
4K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Back
Top