494,647 views
34 votes
34 votes
An arithmetic sequence is given by 20, 17, 14, 11, ...

(a) Write down the value of the common difference, d.

(b) Find a100

(c) Find s100

User Dcorking
by
2.7k points

1 Answer

22 votes
22 votes

Answer:

The common difference equals:


-3

The sum of the sequence equals:


62

The explicit formula of this sequence is:


a_n=20+(n-1)*(-3)

The recursive formula of this sequence is:


a_n=a_((n-1))-3

The nth terms:


20,17,14,11,8,5,2...

Explanation:

An arithmetic sequence, or arithmetic progression, is a set of numbers in which the difference between consecutive terms (terms that come after one another) is constant. This difference is called the common difference.

1. Find the common difference.

Find the common difference by subtracting any term in the sequence from the term that comes after it.


a_2-a_1=17-20=-3\\a_3-a_2=14-17=-3\\a_4-a_3=11-14=-3

The difference of the sequence is constant and equals the difference between two consecutive terms.


d=-3

2. Find the sum.

Calculate the sum of the sequence using the sum formula:

Formula


Sum=((n(a_1+a_n)))/(2)

Plug in terms


Sum=(4*(a_1+a_n))/2


Sum=(4*(20+a_n))/2


Sum=(4*(20+11))/2

Simplify the expression


Sum=(4*(20+11))/2


Sum=(4*31)/2


Sum=124/2


Sum=62

The sum of this sequence is
62.

This series corresponds to the following straight line
y=-3x+20

3. Find the explicit form.

The formula for expressing arithmetic sequences in their explicit form is:

Formula:
a_n=a_1+(n-1)*d

Plug in the terms.


a_1=20 (this is the 1st term)


d=-3 (this is the common difference)


a_n (this is the nth term)


n (this is the term position)

The explicit form of this arithmetic sequence is:


a_n=20+(n-1)*(-3)

4. Find the recursive form.

The formula for expressing arithmetic sequences in their recursive form is:

Formula:
a_n=a_((1-n))+d

Plug in the d term.


d=-3(this is the common difference)

The recursive form of this arithmetic sequence is:


a_n=a_((n-1))-3

5. Find the nth element.


a_1=a_1+(n-1)*d=20+(1-1)*-3=20


a_2=a_1+(n-1)*d=20+(2-1)*-3=17


a_3=a_1+(n-1)*d=20+(3-1)*-3=14


a_4=a_1+(n-1)*d=20+(4-1)*-3=11


a_5=a_1+(n-1)*d=20+(5-1)*-3=8


a_6=a_1+(n-1)*d=20+(6-1)*-3=5


a_7=a_1+(n-1)*d=20+(7-1)*-3=2

Terms and topics:

  • Artithmetic Sequences
User Orimdominic
by
2.8k points