Solveeit Logo

Question

Question: How to find the first term, the common difference, and the \(n\)th term of the arithmetic sequence h...

How to find the first term, the common difference, and the nnth term of the arithmetic sequence here? 8th term is 4; 18th term is -96?

Explanation

Solution

We just need to know the general formula of the arithmetic sequence. Since two of the terms are given we can apply them in the formula of the arithmetic sequence to get two different simultaneous equations having two unknown variables and can solve them to find those variables.

Complete step-by-step answer:
Let’s take the general terminology and symbols for the arithmetic sequence. That is let aa be the first term and dd be the common difference. So the formula for the nnth term of an arithmetic sequence becomes:
\bullet Tn=a+(n1)d{T_n} = a + \left( {n - 1} \right)d
Now according to the question the 8th term is 44and the 18th term is 96 - 96
By substituting the values in the above formula we get:
For 8th term
\bullet a+(81)d=4a + \left( {8 - 1} \right)d = 4
\bullet a+7d=4a + 7d = 4 ; (equation1)
For 18th term
\bullet a+(181)d=96a + \left( {18 - 1} \right)d = - 96
a+17d=96\Rightarrow a + 17d = - 96 ; (equation2)
Since the term aa is common in both the equation1 and equation 2 we can subtract them and get the result for the common difference dd
By subtracting equation1 form equation2 we get:
\bullet a+17d(a+7d)=96(4)a + 17d - \left( {a + 7d} \right) = - 96 - \left( 4 \right)
a+17da7d=100\Rightarrow a + 17d - a - 7d = - 100
10d=100\Rightarrow 10d = - 100
d=10\Rightarrow d = - 10
Now we have the common difference d=10d = - 10, which mean that this arithmetic sequence is a decreasing type. So now we can get the value of the first term aa by substituting the value of dd in any of the equation.
Let’s substitute d=10d = - 10 in equation 1:
\bullet a+(81)d=4a + \left( {8 - 1} \right)d = 4
a+7×(10)=4\Rightarrow a + 7 \times \left( { - 10} \right) = 4
a70=4\Rightarrow a - 70 = 4
a=74\Rightarrow a = 74
Now we got a=74a = 74 so the first term is 7474
Now we need to find the nnth term of an arithmetic sequence:
So according to the formula:
\bullet Tn=a+(n1)d{T_n} = a + \left( {n - 1} \right)d
Now substituting a=74a = 74 for the first term and for the common difference d=10d = - 10we get:
\bullet Tn=74+(n1)×(10){T_n} = 74 + \left( {n - 1} \right) \times \left( { - 10} \right)
Or we can also write it as
\bullet Tn=7410(n1){T_n} = 74 - 10\left( {n - 1} \right)
So we have the first term =74 = 74, the common difference =10 = - 10and the nnth term of an arithmetic sequence as Tn=7410(n1){T_n} = 74 - 10\left( {n - 1} \right).

Note: Start simply by using the general formula of the sequence whether it's arithmetic or geometric, since these kinds of questions generally come with two different terms of the sequence and ask us to find the two unknown parameters of the sequence. We will eventually end up with two different equations having two unknown variables. The major mistake in these types of questions occurs only when solving the simultaneous equation.