How Do You Derive the General Formula for Given Recursive Sequences?

Click For Summary
SUMMARY

This discussion focuses on deriving general formulas for two specific recursive sequences. The first sequence is defined as a1=1 and a_{n+1}=a_n + ((-1)^(n+1))n^2, with initial terms a2=2, a3=-2, a4=7, a5=-9, and a6=16. The second sequence is defined as a1=1 and a_{n+1}=a_n + n^3, with initial terms a2=2, a3=10, a4=37, and a5=101. Participants suggest analyzing the differences between terms and using summation techniques to derive the general formulas.

PREREQUISITES
  • Understanding of recursive sequences and their definitions.
  • Familiarity with summation notation and series.
  • Knowledge of mathematical induction for proving formulas.
  • Basic algebraic manipulation skills.
NEXT STEPS
  • Study the concept of finite differences in sequences.
  • Learn about deriving closed-form expressions from recursive definitions.
  • Explore mathematical induction techniques for proving derived formulas.
  • Investigate the properties of alternating series and their applications.
USEFUL FOR

Mathematics students, educators, and anyone interested in understanding recursive sequences and their general formulas.

lohengrin
Messages
1
Reaction score
0
Hi guys, I'm doing some exercises in which given a recursive sequence and its first term, I have to find the general formula/term. I am stuck in two and I would like some help. Thanks in advance. Now, the sequences:


1) a1=1, an+1= an + ((-1)^(n+1))n^2

So, the first terms are: a2=2, a3=-2, a4=7, a5=-9, a6=16

Maybe you find it easy, I've been trying really hard to come up with the formula but I haven't got a clue.

2) a1=1, an+1= an + n^3

So, the first ones are: a2=2, a3=10, a4=37, a5=101

And again, no idea.

I suck at this, sorry to bother you but I would really appreciate your help.
 
Physics news on Phys.org
lohengrin said:
Hi guys, I'm doing some exercises in which given a recursive sequence and its first term, I have to find the general formula/term. I am stuck in two and I would like some help. Thanks in advance. Now, the sequences:


1) a1=1, an+1= an + ((-1)^(n+1))n^2

So, the first terms are: a2=2, a3=-2, a4=7, a5=-9, a6=16

Maybe you find it easy, I've been trying really hard to come up with the formula but I haven't got a clue.

2) a1=1, an+1= an + n^3

So, the first ones are: a2=2, a3=10, a4=37, a5=101

And again, no idea.

I suck at this, sorry to bother you but I would really appreciate your help.

Use brackets. What you *wrote* says a_n + 1 = a_n + (-1)^{n+1} n^2, but I am guessing meant a_{n+1} = a_n + (-1)^{n+1} n^2. To do this in plain text, just say a_{n+1} or a_(n+1) instead of an+1, etc. Alternatively, you can use the "X2" button on the menu bar above the input panel; that would give an+1.

Hint for 1): look at d_n = a_{n+1} - a_n = (-1)^(n+1) n^2 and note that
a_n - a_1 = d_{n-1} + d_{n-2} + ... + d_1.

RGV
 

Similar threads

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