How to Convert a Sequence into Sigma Notation
Turning a sequence into sigma notation can be done by following these simple steps:
-
Identify the Sequence:
- First, look at the sequence. For example, if you have an=2n+3 for n=1,2,3,…,N.
-
Find the Pattern:
- Try to see if there is a pattern or formula. For instance, if you have the sequence 5,8,11,14,…, this is called an arithmetic sequence.
-
Write the General Term:
- Create a formula for the n-th term. The sequence 5,8,11,14,… can be written as an=5+3(n−1) or an=3n+2.
-
Set the Range for Summation:
- Identify where the sequence starts and ends. If you start at n=1 and go to N, your range is from n=1 to n=N.
-
Write the Sigma Notation:
- Now, combine the formula you found and the bounds you set. For our earlier sequence, it looks like this: ∑n=1N(3n+2).
Example
If you want to add the first 5 terms of the sequence 2n+3, you do the following:
- Find the terms: 5,8,11,14,17.
- General term: an=2n+3.
- Sum in sigma notation: ∑n=15(2n+3).
Important Notes
- The index of summation (which is n here) is important. It tells you which term you are calculating.
- Learning to express a series in sigma notation can make it easier to work with complex math later on.
- Sigma notation helps simplify large or complicated sequences.