Sequences Question

kalyan601

New member
Joined
Apr 27, 2014
Messages
21
Hi, I need help with this question. If u1 is 1, how would I then find u2, u3, u4 and eventually u20?

The sequence of positive numbers u1 u2, u3, ... is given by un + 1 = (un – 3)2, u1 = 1.
(a) Find u2, u3 and u4.
(b) Write down the value of u20.

Thanks for your help!
 
I believe you made a typo and the equation should read
un + 1 = (un – 3)2, u1 = 1.

If that is the case we would have
u2 = (u1 – 3)2
u3 = (u2 – 3)2
u4 = (u3 – 3)2
etc.

So
u2 = (1 - 3)2 = (-2)2 = 4

If, after computing several values you see a pattern, you could possibly deduce what all values would be in a simpler forumla.
 
Top