Summary
Highlights
The video focuses on generating patterns, specifically finding terms of a sequence when the nth term (an explicit formula) is given. The nth term is defined as a formula used to determine the terms of a sequence.
To find the first three terms of the sequence a_n = 2n + 7, substitute n = 1, 2, and 3. For n=1, a_1 = 2(1)+7 = 9. For n=2, a_2 = 2(2)+7 = 11. For n=3, a_3 = 2(3)+7 = 13. The first three terms are 9, 11, and 13.
To find the first five terms of a_n = 4n - 3, substitute n = 1, 2, 3, 4, and 5. This yields the terms: a_1 = 1, a_2 = 5, a_3 = 9, a_4 = 13, and a_5 = 17.
For a_n = -3n + 2, the first four terms are found by substituting n = 1, 2, 3, and 4. This involves rules for multiplying and adding unlike signs. The terms are: a_1 = -1, a_2 = -4, a_3 = -7, and a_4 = -10.
If a_n = 4^n, substitute n = 1, 2, and 3. a_1 = 4^1 = 4. a_2 = 4^2 = 16. a_3 = 4^3 = 64. The terms are 4, 16, and 64.
For a_n = (3/4)^n, substitute n = 1, 2, and 3. a_1 = (3/4)^1 = 3/4. a_2 = (3/4)^2 = 9/16. a_3 = (3/4)^3 = 27/64. The terms are 3/4, 9/16, and 27/64.
This example compares a_n = (-7)^n and a_n = -(7^n) to show the difference grouping symbols make. When n is odd, both result in negative values. When n is even, (-7)^n is positive, while -(7^n) remains negative.
The video covered finding terms given an explicit formula. The next video will discuss finding the nth term when given the terms of a sequence.