Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0!...

6
Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2) . . . (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 4•3 •2 •1 = 24 The factorial symbol only affects the number it follows unless grouping symbols are used. 3 •5! = 3 •5 •4 •3 •2 •1 = 360 ( 3 •5 )! = 15! = big number

Transcript of Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0!...

Page 1: Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 43 2 1 =

Factorial Notation

For any positive integer n, n! means:

n (n – 1) (n – 2) . . . (3) (2) (1)

0! will be defined as equal to one.

Examples:4! = 4•3 •2 •1 = 24

The factorial symbol only affects the number it follows unless grouping symbols are used.

3 •5! = 3 •5 •4 •3 •2 •1 = 360

( 3 •5 )! = 15! = big number

Page 2: Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 43 2 1 =

Summation Notation is used to represent a sum.

1, 4, 9, 16, . . .

Add the first six terms of the above sequence.1 + 4 + 9 + 16 + 25 + 36 = 91

Summation Notation can be used to represent this sum.

i2

i=1

6

∑i is called the index of the summation1 is the lower limit of the summation6 is the upper limit of the summation

∑is the sigma symbol and means add it up

Page 3: Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 43 2 1 =

i2

i=1

6

∑ = 12+22+ 32+ 42+52+62

=1+4+9+16+25+ 36

=91The upper and lower limits can be any positive integer or zero.The index can be any variable

(2k +1)k=3

5

∑€

= 23 +1( ) + 24 +1( ) + 2

5 +1( )

= 8+1( ) + 16+1( ) + 32+1( )

= 9 +17 + 33

= 59

Page 4: Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 43 2 1 =

(2i + j)j=1

4

= 2i+1( ) + 2i+2( ) + 2i+ 3( ) + 2i+ 4( )

=8i + 10

5i=3

11

=5+5+5+5+5+5+5+5+5

=45

The number of terms in a summation is:

upper limit – lower limit + 1

Practice #2: p. 934-935 19-41 odds

Page 5: Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 43 2 1 =

Find the first 6 terms of the sequence defined as:

a1 =1, a2 =1 and an = an−1 +an−2 for n ≥ 3

Fibonacci!

Page 6: Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = 43 2 1 =

Using

an =, notation, write a definition for the sequences below.

a) 3, 6, 9, 12, . . .

b)2

5,

3

25,

4

125,5

625. . .

c) 8, 8, 8, 8, . . .

CAN #6 Sequences/Sums on the CalculatorPractice #3: p. 934 18-42 evens, 43-51 odds, 61-65 odds, 73