Find nth Term of Series & Sequence: Un = 4(n-1)-1

  • Thread starter Thread starter ghostbuster25
  • Start date Start date
  • Tags Tags
    Sequence Series
AI Thread Summary
The discussion centers on finding the nth term of a sequence defined by u1 = 2 and the recursive formula Un+1 = Un + 4. The initial calculations incorrectly stated u1 as -1, leading to confusion in deriving subsequent terms. After clarification, the correct sequence starts with u1 = 2, resulting in u2 = 6 and u3 = 10. The derived formula for the nth term is confirmed as un = 4(n-1) - 1, which can also be expressed as un = 4n - 5. The calculations and formula are validated as correct.
ghostbuster25
Messages
99
Reaction score
0
Just a check of my work please,

The topic is series and sequence,
Question:
The sequence u1, u2, u3,... where u1 is defined by u1=2 and Un+1 =un+4

Find the nth term, un, of the sequence.

I got the answer,

u1=-1
u2=-1+4= 3
u3= 3+4 = 7

So:
un = 4(n-1)-1

This seems to work but not sure if it correct
 
Physics news on Phys.org
u1 = 2, not -1, so continuing the pattern,
u2 = 2 + 4 = 6
u3 = 6 + 4 = 10
 
sorry i made a mistake in the question part, it is supposed to read u1=-1
 
In that case, your formula is right (you could also write it as un = 4n - 5).
 
Back
Top