Find the nth-term of the sequence whose first few terms are written out?

enter image source here

2 Answers
Apr 21, 2018

#f(n)=a_zr^(n-z)#

Explanation:

Okay, so first we have to figure out if this is an arithmetic or geometric sequence.

For an arithmetic sequence, you should have the ability to add a common difference #d# to each term to go the next term. The way you find #d# is by taking a term and subtracting the term before it. You could choose and consecutive pair from the set, but I will just choose the first two.

#d=(-1/6)-(-3/2)#
Then simplify. Remember the double negative turns into a positive. You will then get,

#d=4/3#.
Now we have to check if this difference is applicable to the entire set. I will try to add #d# to the second term to get to the third term.
#(-1/6)+(4/3)=# #7/6#

That is different than the third term, so we now know that we have a geometric sequence.

The process is similar, but now you want to find the common ratio, #r#. To do this we will take one term, and divide it by the term before it. Again, I will use the first and second term.

#r=(-1/6)/(-3/2)=1/9#

We know this is correct by process of elimination but if you want to check, then take one term multiply it by the common ratio, to see if you get the next term.

Moving onward, we can now create the formula to find the #n# term of the sequence we also now know is #"geometric"#.

The basic form for a geometric sequence is
#f(n)=ar^n#

Although, that is assuming that #a# is the first term. Since we do not know any of the term numbers, we cannot figure out exactly what a is (you may have looked over some earlier information because the term number of at least one term in the sequence is necessary to solve this).

But, with what we have, we can put in our known information, #r#. Making the final formula to finding n,

#f(n)=a_zr^(n-z)#

Where z is the term number.

Apr 21, 2018

#T_n=(2n-5)/(n^2+n)#
Take, #n=1,2,3,4,5,...#
#=>T_1=-3/2,T_2=-1/6,T_3=1/12,...etc.#

Explanation:

The given sequence is :

#{-3/2,-1/6,1/12,3/20,5/30,...}#

We can separate the given sequence in two parts.

#(1)#Numerator

#{-3,-1,1,3,5,...}to# #"Arithmetic Progression"#

So, the nth term #t_n=a+(n-1)d#

where, first term #a=-3and# common difference #d=2#

#:.t_n=-3+(n-1)xx2=-3+2n-2#

#i.e. color(blue)(t_n=2n-5#

#(2)# Denominator:

#{2,6,12,20,30,...}#

#a_color(red)(1)=2=color(red)1^2+color(red)1#

#a_color(red)2=6=color(red)2^2+color(red)2#

#a_color(red)3=12=color(red)3^2+color(red)3#

#a_color(red)4=20=color(red)4^2+color(red)4#

#a_color(red)5=30=color(red)5^2+color(red)5#

....

#a_color(red)n=...=color(red)n^2+color(red)ntonth# term.

Hence, for the given sequence,nth term :

#T_n=t_n/a_n#

#=>T_n=(2n-5)/(n^2+n)#