Summary
Highlights
The video introduces the topic of finding the nth term given the terms of a sequence. The first example demonstrates how to find the nth term for the sequence 5, 8, 11, 14... The method involves identifying the common difference (pattern), which is +3. Then, an initial formula (3n) is set up, and a constant is added to match the first term (3n + 2). Finally, the formula is verified by substituting other values of n.
The second example finds the nth term for the sequence 1, 8, 15, 22... The pattern is a common difference of +7. The initial formula becomes 7n, and to match the first term (1), -6 is added (7n - 6). The formula is then verified with subsequent terms.
The third example tackles a sequence with decreasing terms: 5, 1, -3, -7... The pattern identified is subtracting 4, or adding -4. Thus, the initial formula is -4n. To get the first term (5) from -4, 9 is added (-4n + 9). The video confirms the formula by testing it with other terms in the sequence.
The fourth example shifts to a geometric sequence: 6, 36, 216, 1296... The pattern here is multiplication by 6. This leads to an exponential formula: 6^n. The formula is checked by substituting n=1, 2, 3, and 4 to ensure it generates the given terms.
The final example presents a geometric sequence with alternating signs: -9, 81, -729, 6561... The pattern involves multiplication by -9. Therefore, the nth term is expressed as (-9)^n. The video confirms this formula by substituting various values of n, demonstrating how the alternating signs are correctly generated.