9.1 Sequences and Their Notations

smiller5 110 views 25 slides Apr 19, 2023
Slide 1
Slide 1 of 25
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25

About This Presentation

* Write the terms of a sequence defined by an explicit formula.
* Write the terms of a sequence defined by a recursive formula.
* Use factorial notation.


Slide Content

9.1 Sequences and Notations
Chapter 9 Sequences, Probability, and Counting
Theory

Concepts & Objectives
⚫The objectives for this section are
⚫Writethetermsofasequencedefined by an explicit
formula.
⚫Writethetermsofasequencedefinedbyarecursive
formula.
⚫Usefactorialnotation

Sequences
⚫A sequenceis a function whose domain is the set of
naturalnumbers () (the term numbers), and whose
range is the set of term values.
Examples: Find a next term for the following:
A. 3, 10, 17, 24, 31, …
B. 3, 6, 12, 24, 48, …

Sequences
⚫A sequenceis a function whose domain is the set of
naturalnumbers () (the term numbers), and whose
range is the set of term values.
Examples: Find a next term for the following:
A. 3, 10, 17, 24, 31, …
38 (add 7)
B. 3, 6, 12, 24, 48, …
96 (multiply by 2)

Sequences (cont.)
⚫Instead of using f(x)notation to indicate a sequence, it is
customary to use a
n, where . The letter nis
used instead of xas a reminder that nrepresents a
natural (counting) number. This is called an explicit
formula.
⚫The elements in the range of a sequence, called the
termsof the sequence, are . The first term
is found by letting n= 1, the second term is found by
letting n= 2, and so on. The general term, or the nth
term, of the sequence is a
n.()
n
afn= 123
, , , ...aaa

Sequences (cont.)
⚫You can use Desmos to list the term in a sequence:
⚫Type the sequence function into Desmos as a
function, f(n).
⚫Add a table.
⚫Change the x
1to n
1and y
1to f(n
1).
⚫Enter 1 for n
1. When you hit the Enter key, it will fill
in the value for f(n
1). Enter 2, and press the Enter key
again, and it will start to populate the list for you.

Sequences (cont.)
⚫Example: Write the first five terms of the sequence.
Step 1: Enter the sequence into Desmos as a function.1
2
n
n
a
n
+
=
+
(Notice that I
used parentheses
so that Desmos
would divide the
right expression.)

Sequences (cont.)
⚫Example: Write the first five terms of the sequence.
Step 2: Add a table by clicking on the “+” button.1
2
n
n
a
n
+
=
+

Sequences (cont.)
⚫Example: Write the first five terms of the sequence.
Step 3: Change the xand y.1
2
n
n
a
n
+
=
+

Sequences (cont.)
⚫Example: Write the first five terms of the sequence.
Step 4: Enter 1-5 for n.1
2
n
n
a
n
+
=
+
There’re our answers:
a
1= 0.67
a
2= 0.75
a
3= 0.8
a
4= 0.83
a
5= 0.86

Piecewise Explicit Formulas
⚫Generally, sequences are functions whose domain is
over the positive integers. This is true for other types of
functions as well, including some piecewise functions.
(Recall that a piecewise function is a function defined by
multiple subsections.)
⚫Example:Writethefirstsixtermsofthesequence.

=


2
if is not divisible by 3
if is divisible by 3
3
n
nn
an
n

Piecewise Explicit Formulas
⚫Example: Write the first six terms of the sequence:

=


2
if is not divisible by 3
if is divisible by 3
3
n
nn
an
n
n= 1 1 is not divisible by 3a
1= 1
2
= 1
n= 2 2is not divisible by 3a
2= 2
2
= 4
n= 3 3is divisible by 3 a
3= 33 = 1
n= 4 4is not divisible by 3a
4= 4
2
= 16
n= 5 5is not divisible by 3a
5= 5
2
= 25
n= 6 6is divisible by 3 a
6= 63 = 2 1, 4, 1, 16, 25, 2

Writing an Explicit Formula
⚫Thus far, we have been given the explicit formula and
asked to find a number of terms of the sequence.
Sometimes, the explicit formula for the nth term of a
sequence is not given, and instead, we are given several
terms from the sequence.
⚫When this happens, we can work in reverse to find an
explicit formula from the first few terms of a sequence.
The key to finding an explicit formula is to look for a
pattern in the terms.

Writing an Explicit Formula
⚫Example: Write an explicit formula for the nth term.
a)23456
, , , , ,
1113151719

−−−


Writing an Explicit Formula
⚫Example: Write an explicit formula for the nth term.
a)
Thetermsalternatebetween positive and negative, so
we can use (‒1)
n
to make the terms alternate. The
numerator can be represented by n+1.
Thedenominatorisalittletrickier,sinceweneedthem
to start with 11 and add 2 each time. 23456
, , , , ,
1113151719

−−−


Writing an Explicit Formula
⚫Example: Write an explicit formula for the nth term.
a)
The denominatorisalittletrickier,sinceweneeditto
start with 11 and add 2 each time.
So, our formula is 23456
, , , , ,
1113151719

−−−
 ()21?11 29 n+=+ ()()11
29
n
n
n
a
n
−+
=
+

Writing an Explicit Formula
⚫Example: Write an explicit formula for the nth term.
b)22222
, , , , ,
251256253,12515,625

−−−−−


Writing an Explicit Formula
⚫Example: Write an explicit formula for the nth term.
b)
Notice that the terms are all negative and the
numerator is 2.
Wecanre-writethedenominatorsaspowerof5:22222
, , , , ,
251256253,12515,625

−−−−−
 23456
22222
, , , , ,
55555

−−−−−


Writing an Explicit Formula
⚫Example: Write an explicit formula for the nth term.
b)
We canre-writethedenominatorsaspowerof5:
So, our formula is 22222
, , , , ,
251256253,12515,625

−−−−−
 23456
22222
, , , , ,
55555

−−−−−
 1
2
5
n n
a
+
=−

Recursive Formulas
⚫Some formulas cannot easily be written using an explicit
formula, but instead depend on the previous terms. The
Fibonacci sequence is an example of this, where the term
is the sum of the previous two terms.
⚫Aformulathatdefinesthetermsofasequenceusing
previoustermsiscalledarecursivesequence.
⚫Arecursiveformulaalwayshastwoparts:thevalueof
aninitialterm(s),andan equation defining a
nin terms of
preceding terms.

Recursive Formulas (cont.)
⚫Example: Suppose we know the following:
We can find the subsequent terms of the sequence
using the first term.1
1
3
21 for 2
nn
a
aan

=
=−
a
1= 3
a
2= 2a
1‒ 1 = 2(3)‒ 1 = 5
a
3= 2a
2‒ 1 = 2(5)‒ 1 = 9
a
4= 2a
3‒ 1 = 2(9)‒ 1 = 17 3, 5, 9, 17

Factorial Notation
⚫An example of a recursive sequence is the product of
consecutive positive integers, called a factorial. n
factorial, written as n!, is the product of the positive
integers from 1 to n.
⚫Forexample,
⚫This is formally written as
⚫(0!isaspecialcase, and is defined to be 1)4!432124== ()()()()
0!1
1!1
!1221, for 2nnnnn
=
=
=−−

Factorial Notation (cont.)
⚫Example: Write the first five terms of ()
5
2!
n
n
a
n
=
+
n= 1
n= 2
n= 3
n= 4
n= 5()
()
1
51 555
12!3!3216
a====
+ ()
()
2
52 10105
22!4!432112
a====
+ ()
()
3
53 15151
32!5!543218
a====
+ ()
()
4
54 20201
42!6!65432136
a====
+ ()
()
5
55 25255
52!7!76543211008
a=== =
+
5
5

Factorial Notation (cont.)
⚫Factorials get large very quickly –faster than even
exponential functions. Depending on the function, the
output may get too large for the calculator.

Classwork
⚫College Algebra 2e
⚫9.1: 6-20 (even); 8.4: 26-36 (even); 8.3: 46-54 (even)
⚫Quiz 8.4
Tags