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 nth term of the arithmetic sequence here? 8th term is 4; 18th term is -96?
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 a be the first term and d be the common difference. So the formula for the nth term of an arithmetic sequence becomes:
∙ Tn=a+(n−1)d
Now according to the question the 8th term is 4and the 18th term is −96
By substituting the values in the above formula we get:
For 8th term
∙ a+(8−1)d=4
∙ a+7d=4 ; (equation1)
For 18th term
∙ a+(18−1)d=−96
⇒a+17d=−96 ; (equation2)
Since the term a is common in both the equation1 and equation 2 we can subtract them and get the result for the common difference d
By subtracting equation1 form equation2 we get:
∙ a+17d−(a+7d)=−96−(4)
⇒a+17d−a−7d=−100
⇒10d=−100
⇒d=−10
Now we have the common difference d=−10, which mean that this arithmetic sequence is a decreasing type. So now we can get the value of the first term a by substituting the value of d in any of the equation.
Let’s substitute d=−10 in equation 1:
∙ a+(8−1)d=4
⇒a+7×(−10)=4
⇒a−70=4
⇒a=74
Now we got a=74 so the first term is 74
Now we need to find the nth term of an arithmetic sequence:
So according to the formula:
∙ Tn=a+(n−1)d
Now substituting a=74 for the first term and for the common difference d=−10we get:
∙ Tn=74+(n−1)×(−10)
Or we can also write it as
∙ Tn=74−10(n−1)
So we have the first term =74, the common difference =−10and the nth term of an arithmetic sequence as Tn=74−10(n−1).
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.