(1) Find first five terms f the following sequences? (2) Given first few terms find the explicit formula for n^(th)nth term?

1(a) f(n)=(-1)^n(2n+1)/n^2f(n)=(1)n2n+1n2
1(b) f(n)=sin((3pi)/n)/nf(n)=sin(3πn)n
2(a) {1,1/2,1/6,1/24,1/120,.}{1,12,16,124,1120,.}
2(b) {3,3/2,1,3/4,3/5,.}{3,32,1,34,35,.}
2(c) {1,-sqrt7,7,-7sqrt7,.}{1,7,7,77,.}

1 Answer
Mar 7, 2017

Please see below.

Explanation:

1(a) As f(n)=(-1)^n(2n+1)/n^2f(n)=(1)n2n+1n2, we can get firsr five terms by putting n=1,2,3,4n=1,2,3,4 and 55 and we get

{((-1)xx3)/1^2,((-1)^2xx5)/2^2,((-1)^3xx7)/3^2,((-1)^4xx9)/4^2,((-1)^5xx11)/5^2}{(1)×312,(1)2×522,(1)3×732,(1)4×942,(1)5×1152}

or {-3,5/4,-7/9,9/16,-11/25}{3,54,79,916,1125}

1(b) As f(n)=sin((3pi)/n)/nf(n)=sin(3πn)n, we can get firsr five terms by putting n=1,2,3,4n=1,2,3,4 and 55 and as piπ radian is 180^@180, we get

{sin540^@/1,sin270^@/2,sin180^@/3,sin135^@/4,sin108^@/5}{sin5401,sin2702,sin1803,sin1354,sin1085}

or {0,-1/2,0,1/(4sqrt2),sqrt(10+2sqrt5)/20}{0,12,0,142,10+2520}

2(a) We have first five terms as {1,1/2,1/6,1/24,1/120,.}{1,12,16,124,1120,.}, which can be written as {1/(1!),1/(2!),1/(3!),1/(4!),1/(5!),..}{11!,12!,13!,14!,15!,..}.

Hence formula is f(n)=1/(n!)f(n)=1n!

2(b) We have first five terms as {3,3/2,1,3/4,3/5,.}{3,32,1,34,35,.}, which can be written as {3/1,3/2,3/3,3/4,3/5,..}{31,32,33,34,35,..}.

Hence formula is f(n)=3/nf(n)=3n

2(c) We have first five terms as {1,-sqrt7,7,-7sqrt7,.}{1,7,7,77,.}, where ratio between a term and its immediately preceding term is constant as

(-sqrt7)/1=7/(-sqrt7)=(-7sqrt7)/7=-sqrt771=77=777=7.

Therefore, it is a geometric sequence with first term as 11 and common ratio as -sqrt77.

Hence formula is f(n)=1xx(-sqrt7)^(n-1)=(-sqrt7)^(n-1)f(n)=1×(7)n1=(7)n1