Let's take a look at Arithmetic Sequences today!
What is an Arithmetic Sequence?
A set of terms where every sequential term is created by adding or subtracting a common difference from the previous term. For example, let's look at the sequence $2, 5, 8, 11, ...$ The
initial term, or the first term of the sequence here is $2$. The
common difference is the number that is added to each term to get to the next term. So in this case, we add $3$ to get from $2 \to 5, 5 \to 8, 8 \to 11$ and so on. To find the fifth term, I could keep adding $3$ to the first term $4$ times. Sounds easy, right! Now try finding the $25$th term. You would be here all day long trying to add $3$, $24$ times. Or, you can think smart and add $(3 \cdot 24)$ to the first term, $2$ which brings us to our first formula.
$$a_n = a_1 + (n-1)d$$
Where
$a_n =$ the $n$th term in the sequence
$a_1 =$ the first term in the sequence
$d =$ the common difference
So, going back to our example, we know that we need to find the twenty-fifth term, or $a_{25}$, having the first term as $a_1 = 2$, and the common difference $d=3$. Plugging these values into our formula give us our answer.
$$a_{25} = 2 + (25-1)3 = 2 + (24 \cdot 3) = 2 + 72 = \boxed{74}$$
Your Turn!
1. Find the twenty-third term in the sequence $3, 7, 11, 15, ...$
(Scroll down to the bottom of the page for the answer)
Let's go one step further and talk about how to find the sum of such sequences. For instance, find the sum of the first $8$ terms in the sequence $2, 4, 6, ...$. What we can do is find the sum of the first and last terms, second and second-last terms, and keep working our way inwards, as shown in the image. Anything interesting?
All the sums we get equal the same, $18$ in this case. This sum should then be multiplied by the number of pairs that we just added which is $4$ in this example.
We thus get $18 \cdot 4 = \boxed{72}$
This brings us into our next formula to find the sum of the first $n$ terms in a given arithmetic sequence. $$S_n = \frac{n(a_1+a_n)}{2}$$
Where
$S_n =$ the sum of the first $n$ terms
$a_1 =$ the first term in the sequence
$a_n =$ the $n$th term in the sequence
Your Turn!
2. Find the sum of the first $12$ terms of the sequence $1, 3, 5, ...$.
(Scroll down to the bottom of the page for the answer)
Answers
1. $91$
2. $144$
Comments
Post a Comment