Question #7f0e5

1 Answer
Jun 20, 2016

Se explanantion

Explanation:

There is no simple answer to this. You must get used to the notation used of which there are slight variances of the letters used depending on preference.

For example
Counting using the letter i to designate position in the sequence and the letter n for the last term position. Another time the letter n could be use instead of i.. So you could have the nth term, ith term or even perhaps using the letter t

Of sequence and series the latter is the hardest (adding up a sequence). For this the only real solution is to find a guide/book with lots of examples and practice questions (with answers).

Sequences follow two basic rules. One for Arithmetic and another for Geometric.

color(blue)("Arithmetic sequence-basic type:")
Let the first value be a
Let the difference between terms be k
Let the ith term be t_i

t_i->t_1 = a_1
t_i->t_2=a_1+k
t_i->t_3=a_1+2k
t_i->t_4=a_1+3k

Notice the pattern!
So for any t_i = a_1+(i-1)k

You can determine k by difference and then determine a by substitution.

You sometimes have alternating positive and negative in which case you would have some variant on:

t_i=(-1)^i[a_1+(i-1)k ]
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(blue)("Geometric sequence-basic type:")

Normally you find people use the letter r for this.

t_i -> a_1 r^(i-1)

t_i->t_1 = a_1r^(1-1) = a_1
t_i->t_2=a_1r^(2-1)=a_1r
t_i->t_3=a_1r^(3-1)=a_1r^2
t_i->t_4=a_1r^(4-1)=a_1r^3

You can determine r by division.
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

color(blue)("Series")

Notation type: sum_(i=1->n) a_i

These you just have to practice as there are many varients.