Roman C. answered 04/29/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
For the series Sn =n(2n-1), we have
i) an = Sn - Sn-1 = n(2n-1) - (n - 1)[2(n - 1) - 1]
= n(2n-1) - (n - 1)(2n - 3)
= (2n2 - n) - (2n2 - 5n + 3)
= 4n - 3
ii) The terms in the series indeed form an arithmetic progression, with first term 1, and an increment of 4.
a1 = 1
an+1 - an = [4(n+1) - 3] - (4n - 3) = 4
---------------------------------------
Geometric series:
S = 1 + 2x + 4x2 + 8x3 + ...
2xS = 2x + 4x2 + 8x3 + ...
------------------------------------
(1 - 2x)S = 1
S = 1/(1 - 2x)
Also, this sum converges to the above as long as |x| < 1/2. Otherwise, it diverges.
---------------------------------------
Recursive Sequence: Un+1 = 8/(Un - 3) and U2 = 2U1
I am assuming you meant to put parentheses on the right hand side.
Plug in the constraint into the recursion.
2U1 = 8/(U1 - 3)
U1(U1 - 3) - 4 = 0
U12 - 3U1 - 4 = 0
(U1 + 1)(U1 - 4) = 0
U1 = -1 or 4.
Rodinho I.
04/30/16