SlideShare uma empresa Scribd logo
1 de 31
UNIT IV & UNIT V
SEQUENCES AND
SERIES
Dr. T. VENKATESAN
Assistant Professor
Department of Statistics
St. Joseph’s College, Trichy-2.
• What is a sequence?
• What is the difference between
finite and infinite?
Sequence:
• A function whose domain is a set of consecutive
integers (list of ordered numbers separated by
commas).
• Each number in the list is called a term.
• For Example:
Sequence 1 Sequence 2
2,4,6,8,10 2,4,6,8,10,…
Term 1, 2, 3, 4, 5 Term 1, 2, 3, 4, 5
Domain – relative position of each term (1,2,3,4,5)
Usually begins with position 1 unless otherwise
stated.
Range – the actual “terms” of the sequence
(2,4,6,8,10)
Sequence 1 Sequence 2
2,4,6,8,10 2,4,6,8,10,…
A sequence can be finite or infinite.
The sequence has
a last term or final
term.
(such as seq. 1)
The sequence
continues without
stopping.
(such as seq. 2)
Both sequences have an equation or general rule:
an = 2n where n is the term # and an is the nth term.
The general rule can also be written in function
notation: f(n) = 2n
Examples:
Write the first six terms of f (n) = (– 3)n – 1.
f (1) = (– 3)1 – 1 = 1
f (2) = (– 3)2 – 1 = – 3
f (3) = (– 3)3 – 1 = 9
f (4) = (– 3)4 – 1 = – 27
f (5) = (– 3)5 – 1 = 81
f (6) = (– 3)6 – 1 = – 243
2nd term
3rd term
4th term
5th term
6th term
1st term
You are just substituting numbers into
the equation to get your term.
Examples: Write a rule for the nth term.
,...
625
2
,
125
2
,
25
2
,
5
2
.
a
,...
5
2
,
5
2
,
5
2
,
5
2
4
3
2
1
,...
9
,
7
,
5
,
3
.
b
Look for a pattern…
Example: write a rule for the nth term.
Think:
Describe the pattern, write the next term, and
write a rule for the nth term of the sequence
(a) – 1, – 8, – 27, – 64, . . .
SOLUTION
You can write the terms as (– 1)3, (– 2)3, (– 3)3,
(– 4)3, . . . . The next term is a5 = (– 5)3 = – 125.
A rule for the nth term is an 5 (– n)3.
a.
Describe the pattern, write the next term, and
write a rule for the nth term of the sequence
(b) 0, 2, 6, 12, . . . .
SOLUTION
You can write the terms as 0(1), 1(2), 2(3), 3(4),
. . . .
The next term is f (5) = 4(5) = 20. A rule for the
nth term is f (n) = (n – 1)n.
b.
Graphing a Sequence
• Think of a sequence as ordered pairs for
graphing. (n , an)
• For example: 3,6,9,12,15
would be the ordered pairs (1,3), (2,6),
(3,9), (4,12), (5,15) graphed like points in a
scatter plot. DO NOT CONNECT ! ! !
* Sometimes it helps to find the rule first
when you are not given every term in a
finite sequence.
Term # Actual term
Graphing
n
a
1
3
2
6
3
9
4
12
Retail Displays
You work in a grocery store and are stacking
apples in the shape of a square pyramid with 7
layers. Write a rule for the number of apples in
each layer. Then graph the sequence.
First Layer
SOLUTION
Make a table showing the number of fruit
in the first three layers. Let an represent
the number of apples in layer n.
STEP 1
STEP 2 Write a rule for the number
of apples in each layer.
From the table, you can see
that an = n2.
STEP 3 Plot the points (1, 1), (2, 4),
(3, 9), . . . , (7, 49). The graph
is shown at the right.
• What is a sequence?
A collections of objects that is ordered so that
there is a 1st, 2nd, 3rd,… member.
• What is the difference between finite and
infinite?
Finite means there is a last term. Infinite
means the sequence continues without
stopping.
Sequences and Series Day 2
• What is a series?
• How do you know the difference between a
sequence and a series?
• What is sigma notation?
• How do you write a series with summation
notation?
• Name 3 formulas for special series.
Series
• The sum of the terms in a sequence.
• Can be finite or infinite
• For Example:
Finite Seq. Infinite Seq.
2,4,6,8,10 2,4,6,8,10,…
Finite Series Infinite Series
2+4+6+8+10 2+4+6+8+10+…
Summation Notation
• Also called sigma notation
(sigma is a Greek letter Σ meaning “sum”)
The series 2+4+6+8+10 can be written as:
i is called the index of summation
(it’s just like the n used earlier).
Sometimes you will see an n or k here instead of i.
The notation is read:
“the sum from i=1 to 5 of 2i”

5
1
2i
i goes from 1
to 5.

5
1
2i
Upper limit of summation
Lower limit of summation
Summation Notation
Summation Notation for an
Infinite Series
• Summation notation for the infinite series:
2+4+6+8+10+… would be written as:
Because the series is infinite, you must use i
from 1 to infinity (∞) instead of stopping at
the 5th term like before.


1
2i
Examples: Write each series using
summation notation.
a. 4+8+12+…+100
• Notice the series can
be written as:
4(1)+4(2)+4(3)+…+4(25)
Or 4(i) where i goes
from 1 to 25.
• Notice the series
can be written as:

25
1
4i
...
5
4
4
3
3
2
2
1
. 



b
...
1
4
4
1
3
3
1
2
2
1
1
1








.
to
1
from
goes
where
1
Or, 

i
i
i



1 1
i
i
Write the series using summation notation.
a. 25 + 50 + 75 + . . . + 250
SOLUTION
Notice that the first term is 25(1), the second
is 25(2), the third is 25(3), and the last is
25(10). So, the terms of the series can be
written as:
a.
ai = 25i where i = 1, 2, 3, . . . , 10
The lower limit of summation is 1 and the
upper limit of summation is 10.
ANSWER
The summation notation for the series is
10
i = 1
25i.
Write the series using summation notation.
3
4
2
3
1
2
4
5
b. + + + . . .
SOLUTION
Notice that for each term the denominator
of the fraction is 1 more than the
numerator. So, the terms of the series can
be written as:
b.
ai =i + 1
i where i = 1, 2, 3, 4, . . .
The lower limit of summation is 1 and the
upper limit of summation is infinity.
ANSWER
The summation notation for the series is
i = 1
i + 1
i
.
Example: Find the sum of the
series.
• k goes from 5 to 10.
• (52+1)+(62+1)+(72+1)+(82+1)+(92+1)+(102+1)
= 26+37+50+65+82+101
= 361
 
10
5
2
1
k
Find the sum of the series.
(3 + k2) = (3 + 42) 1 (3 + 52) + (3 + 62) + (3 + 72) + (3 + 82)
8
k – 4
= 19 + 28 + 39 + 52 + 67
= 205
Find the sum of series.
SOLUTION
We notice that the Lower limit is 3 and the upper
limit is 7.
ANSWER 130.
11.
7
k = 3
(k2 – 1)
= 9 – 1 + 16 – 1 + 25 – 1 + 36 – 1 + 49 – 1
= 8 + 15 + 24 + 35 + 48.
7
k = 3
(k2 – 1)
= 130 .
Special Formulas (shortcuts!)
n
n
i


1
1
2
)
1
(
1




n
n
i
n
i
6
)
1
2
)(
1
(
1
2 




n
n
n
i
n
i
1
n
i
c cn



Page 437
Example: Find the sum.
• Use the 3rd shortcut!


10
1
2
i
i
6
)
1
2
)(
1
( 
 n
n
n
6
)
1
10
*
2
)(
1
10
(
10 


6
21
*
11
*
10
 385
6
2310


Find the sum of series.
SOLUTION
We notice that the Lower limit is 1 and the
upper limit is 34.
12.
34
i = 1
1
= 34.
34
i = 1
1
ANSWER Sum of n terms of 1
34
i = 1
1 = 34.
..
.
Find the sum of series.
SOLUTION
We notice that the Lower
limit is 1 and the upper limit
is 6.
13.
6
n = 1
n
n
6
n = 1
= 1 + 2 + 3 + 4 + 5 + 6
= 21.
or
Sum of first n positive integers is.
n
i = 1
i
n (n + 1)
2
=
6 (6 + 1)
2
=
6 (7)
2
=
42
2
=
= 21
ANSWER = 21
• What is a series?
A series occurs when the terms of a sequence are
added.
• How do you know the difference between a
sequence and a series?
The plus signs
• What is sigma notation?
∑
• How do you write a series with summation
notation?
Use the sigma notation with the pattern rule.
• Name 3 formulas for special series.
1
n
i
c cn


 2
)
1
(
1




n
n
i
n
i 6
)
1
2
)(
1
(
1
2 




n
n
n
i
n
i

Mais conteúdo relacionado

Semelhante a ALLIED MATHEMATICS -II UNIT IV & UNIT V SEQUENCES AND SERIES.ppt

Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4Mark Ryder
 
Arithmetic sequences and series[1]
Arithmetic sequences and series[1]Arithmetic sequences and series[1]
Arithmetic sequences and series[1]indu psthakur
 
Lesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxLesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxBaldonMarcelo1
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsFinni Rice
 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptxjaffarbikat
 
3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf
3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf
3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdfnassorokayanda9412
 
patterns_and_sequences_1.ppt
patterns_and_sequences_1.pptpatterns_and_sequences_1.ppt
patterns_and_sequences_1.pptRimaFebriani10
 
Arithmetic seqence
Arithmetic seqenceArithmetic seqence
Arithmetic seqenceMyra Ramos
 
Patterns, sequences and series
Patterns, sequences and seriesPatterns, sequences and series
Patterns, sequences and seriesVukile Xhego
 
G10 Math Q1- Week 1_2 -Generates Pattern.ppt
G10 Math  Q1- Week 1_2 -Generates Pattern.pptG10 Math  Q1- Week 1_2 -Generates Pattern.ppt
G10 Math Q1- Week 1_2 -Generates Pattern.pptJanineCaleon
 
sequenceandseries-150221091317-conversion-gate01.pdf
sequenceandseries-150221091317-conversion-gate01.pdfsequenceandseries-150221091317-conversion-gate01.pdf
sequenceandseries-150221091317-conversion-gate01.pdfMuhammadJamil152989
 

Semelhante a ALLIED MATHEMATICS -II UNIT IV & UNIT V SEQUENCES AND SERIES.ppt (20)

Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4
 
Chapter 1 sequences and series
Chapter 1 sequences and seriesChapter 1 sequences and series
Chapter 1 sequences and series
 
Arithmetic sequences and series[1]
Arithmetic sequences and series[1]Arithmetic sequences and series[1]
Arithmetic sequences and series[1]
 
Lesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxLesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptx
 
Sequence function
Sequence functionSequence function
Sequence function
 
Ap gp
Ap gpAp gp
Ap gp
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric Progressions
 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
 
Number Sequences
Number SequencesNumber Sequences
Number Sequences
 
Number Sequences
Number SequencesNumber Sequences
Number Sequences
 
math 10 aug. 6, 2023.pptx
math 10 aug. 6, 2023.pptxmath 10 aug. 6, 2023.pptx
math 10 aug. 6, 2023.pptx
 
3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf
3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf
3.-SEQUENCES-AND-SERIES-THEORY.hhsssspdf
 
patterns_and_sequences_1.ppt
patterns_and_sequences_1.pptpatterns_and_sequences_1.ppt
patterns_and_sequences_1.ppt
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
Arithmetic seqence
Arithmetic seqenceArithmetic seqence
Arithmetic seqence
 
Patterns, sequences and series
Patterns, sequences and seriesPatterns, sequences and series
Patterns, sequences and series
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
G10 Math Q1- Week 1_2 -Generates Pattern.ppt
G10 Math  Q1- Week 1_2 -Generates Pattern.pptG10 Math  Q1- Week 1_2 -Generates Pattern.ppt
G10 Math Q1- Week 1_2 -Generates Pattern.ppt
 
G5Q3-WEEK-6-MATH-PPT.pptx
G5Q3-WEEK-6-MATH-PPT.pptxG5Q3-WEEK-6-MATH-PPT.pptx
G5Q3-WEEK-6-MATH-PPT.pptx
 
sequenceandseries-150221091317-conversion-gate01.pdf
sequenceandseries-150221091317-conversion-gate01.pdfsequenceandseries-150221091317-conversion-gate01.pdf
sequenceandseries-150221091317-conversion-gate01.pdf
 

Mais de JosephMuez2

other guidelines.pptx///-----/MNJJJM0099
other guidelines.pptx///-----/MNJJJM0099other guidelines.pptx///-----/MNJJJM0099
other guidelines.pptx///-----/MNJJJM0099JosephMuez2
 
Direct-and-Inversely-Proportional-reteach.ppt
Direct-and-Inversely-Proportional-reteach.pptDirect-and-Inversely-Proportional-reteach.ppt
Direct-and-Inversely-Proportional-reteach.pptJosephMuez2
 
2024_Capacitance.pptx111111222244355677457
2024_Capacitance.pptx1111112222443556774572024_Capacitance.pptx111111222244355677457
2024_Capacitance.pptx111111222244355677457JosephMuez2
 
Davis_CoreFaith_07.pptx/1122334455667788
Davis_CoreFaith_07.pptx/1122334455667788Davis_CoreFaith_07.pptx/1122334455667788
Davis_CoreFaith_07.pptx/1122334455667788JosephMuez2
 
2012-05-02 ICLRS Discussion Series - Kirkham.ppt
2012-05-02 ICLRS Discussion Series - Kirkham.ppt2012-05-02 ICLRS Discussion Series - Kirkham.ppt
2012-05-02 ICLRS Discussion Series - Kirkham.pptJosephMuez2
 
DEMOOOOOOOO.pptx/11111111122222233334444
DEMOOOOOOOO.pptx/11111111122222233334444DEMOOOOOOOO.pptx/11111111122222233334444
DEMOOOOOOOO.pptx/11111111122222233334444JosephMuez2
 
pre-cal first topic.pptx/PRE-CAL/PPTX.123
pre-cal first topic.pptx/PRE-CAL/PPTX.123pre-cal first topic.pptx/PRE-CAL/PPTX.123
pre-cal first topic.pptx/PRE-CAL/PPTX.123JosephMuez2
 
prayer vigil.pptx//PRAYERVIGILPPTX/12345
prayer vigil.pptx//PRAYERVIGILPPTX/12345prayer vigil.pptx//PRAYERVIGILPPTX/12345
prayer vigil.pptx//PRAYERVIGILPPTX/12345JosephMuez2
 
2024_Voltage, Current, and Resistance.pptx
2024_Voltage, Current, and Resistance.pptx2024_Voltage, Current, and Resistance.pptx
2024_Voltage, Current, and Resistance.pptxJosephMuez2
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptJosephMuez2
 
LENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptx
LENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptxLENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptx
LENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptxJosephMuez2
 
1_MAGNETIC_EFFECT_OF_CURRENT_1.pptx12345
1_MAGNETIC_EFFECT_OF_CURRENT_1.pptx123451_MAGNETIC_EFFECT_OF_CURRENT_1.pptx12345
1_MAGNETIC_EFFECT_OF_CURRENT_1.pptx12345JosephMuez2
 
2024_Electric-Potential-in-Uniform.pptxx
2024_Electric-Potential-in-Uniform.pptxx2024_Electric-Potential-in-Uniform.pptxx
2024_Electric-Potential-in-Uniform.pptxxJosephMuez2
 
4_Data_transmission_retrieval. in phyppt
4_Data_transmission_retrieval. in phyppt4_Data_transmission_retrieval. in phyppt
4_Data_transmission_retrieval. in phypptJosephMuez2
 
3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx
3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx
3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptxJosephMuez2
 
382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx
382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx
382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptxJosephMuez2
 
Curriculum Alignment.ppt for general physics
Curriculum Alignment.ppt for general physicsCurriculum Alignment.ppt for general physics
Curriculum Alignment.ppt for general physicsJosephMuez2
 
Atomic_Nucleus.ppt for general physics 2
Atomic_Nucleus.ppt for general physics 2Atomic_Nucleus.ppt for general physics 2
Atomic_Nucleus.ppt for general physics 2JosephMuez2
 
2024_Applications-Of-Electrostatics.pptx
2024_Applications-Of-Electrostatics.pptx2024_Applications-Of-Electrostatics.pptx
2024_Applications-Of-Electrostatics.pptxJosephMuez2
 
Photoelectric_effect_Dual_Nature_of_Matter_Radiations.ppt
Photoelectric_effect_Dual_Nature_of_Matter_Radiations.pptPhotoelectric_effect_Dual_Nature_of_Matter_Radiations.ppt
Photoelectric_effect_Dual_Nature_of_Matter_Radiations.pptJosephMuez2
 

Mais de JosephMuez2 (20)

other guidelines.pptx///-----/MNJJJM0099
other guidelines.pptx///-----/MNJJJM0099other guidelines.pptx///-----/MNJJJM0099
other guidelines.pptx///-----/MNJJJM0099
 
Direct-and-Inversely-Proportional-reteach.ppt
Direct-and-Inversely-Proportional-reteach.pptDirect-and-Inversely-Proportional-reteach.ppt
Direct-and-Inversely-Proportional-reteach.ppt
 
2024_Capacitance.pptx111111222244355677457
2024_Capacitance.pptx1111112222443556774572024_Capacitance.pptx111111222244355677457
2024_Capacitance.pptx111111222244355677457
 
Davis_CoreFaith_07.pptx/1122334455667788
Davis_CoreFaith_07.pptx/1122334455667788Davis_CoreFaith_07.pptx/1122334455667788
Davis_CoreFaith_07.pptx/1122334455667788
 
2012-05-02 ICLRS Discussion Series - Kirkham.ppt
2012-05-02 ICLRS Discussion Series - Kirkham.ppt2012-05-02 ICLRS Discussion Series - Kirkham.ppt
2012-05-02 ICLRS Discussion Series - Kirkham.ppt
 
DEMOOOOOOOO.pptx/11111111122222233334444
DEMOOOOOOOO.pptx/11111111122222233334444DEMOOOOOOOO.pptx/11111111122222233334444
DEMOOOOOOOO.pptx/11111111122222233334444
 
pre-cal first topic.pptx/PRE-CAL/PPTX.123
pre-cal first topic.pptx/PRE-CAL/PPTX.123pre-cal first topic.pptx/PRE-CAL/PPTX.123
pre-cal first topic.pptx/PRE-CAL/PPTX.123
 
prayer vigil.pptx//PRAYERVIGILPPTX/12345
prayer vigil.pptx//PRAYERVIGILPPTX/12345prayer vigil.pptx//PRAYERVIGILPPTX/12345
prayer vigil.pptx//PRAYERVIGILPPTX/12345
 
2024_Voltage, Current, and Resistance.pptx
2024_Voltage, Current, and Resistance.pptx2024_Voltage, Current, and Resistance.pptx
2024_Voltage, Current, and Resistance.pptx
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.ppt
 
LENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptx
LENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptxLENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptx
LENTEN-RECOLLECTION-FOR-SERVERS-OF-THE-ALTAR.pptx
 
1_MAGNETIC_EFFECT_OF_CURRENT_1.pptx12345
1_MAGNETIC_EFFECT_OF_CURRENT_1.pptx123451_MAGNETIC_EFFECT_OF_CURRENT_1.pptx12345
1_MAGNETIC_EFFECT_OF_CURRENT_1.pptx12345
 
2024_Electric-Potential-in-Uniform.pptxx
2024_Electric-Potential-in-Uniform.pptxx2024_Electric-Potential-in-Uniform.pptxx
2024_Electric-Potential-in-Uniform.pptxx
 
4_Data_transmission_retrieval. in phyppt
4_Data_transmission_retrieval. in phyppt4_Data_transmission_retrieval. in phyppt
4_Data_transmission_retrieval. in phyppt
 
3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx
3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx
3+Curriculum+Mapping+Content+Series+Su20+FINAL.pptx
 
382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx
382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx
382182017-STEM-GENERAL-PHYSICS-1-Lesson-1-Physical-Quantities-PPTX.pptx
 
Curriculum Alignment.ppt for general physics
Curriculum Alignment.ppt for general physicsCurriculum Alignment.ppt for general physics
Curriculum Alignment.ppt for general physics
 
Atomic_Nucleus.ppt for general physics 2
Atomic_Nucleus.ppt for general physics 2Atomic_Nucleus.ppt for general physics 2
Atomic_Nucleus.ppt for general physics 2
 
2024_Applications-Of-Electrostatics.pptx
2024_Applications-Of-Electrostatics.pptx2024_Applications-Of-Electrostatics.pptx
2024_Applications-Of-Electrostatics.pptx
 
Photoelectric_effect_Dual_Nature_of_Matter_Radiations.ppt
Photoelectric_effect_Dual_Nature_of_Matter_Radiations.pptPhotoelectric_effect_Dual_Nature_of_Matter_Radiations.ppt
Photoelectric_effect_Dual_Nature_of_Matter_Radiations.ppt
 

Último

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Último (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

ALLIED MATHEMATICS -II UNIT IV & UNIT V SEQUENCES AND SERIES.ppt

  • 1. UNIT IV & UNIT V SEQUENCES AND SERIES Dr. T. VENKATESAN Assistant Professor Department of Statistics St. Joseph’s College, Trichy-2.
  • 2. • What is a sequence? • What is the difference between finite and infinite?
  • 3. Sequence: • A function whose domain is a set of consecutive integers (list of ordered numbers separated by commas). • Each number in the list is called a term. • For Example: Sequence 1 Sequence 2 2,4,6,8,10 2,4,6,8,10,… Term 1, 2, 3, 4, 5 Term 1, 2, 3, 4, 5 Domain – relative position of each term (1,2,3,4,5) Usually begins with position 1 unless otherwise stated. Range – the actual “terms” of the sequence (2,4,6,8,10)
  • 4. Sequence 1 Sequence 2 2,4,6,8,10 2,4,6,8,10,… A sequence can be finite or infinite. The sequence has a last term or final term. (such as seq. 1) The sequence continues without stopping. (such as seq. 2) Both sequences have an equation or general rule: an = 2n where n is the term # and an is the nth term. The general rule can also be written in function notation: f(n) = 2n
  • 6. Write the first six terms of f (n) = (– 3)n – 1. f (1) = (– 3)1 – 1 = 1 f (2) = (– 3)2 – 1 = – 3 f (3) = (– 3)3 – 1 = 9 f (4) = (– 3)4 – 1 = – 27 f (5) = (– 3)5 – 1 = 81 f (6) = (– 3)6 – 1 = – 243 2nd term 3rd term 4th term 5th term 6th term 1st term You are just substituting numbers into the equation to get your term.
  • 7. Examples: Write a rule for the nth term. ,... 625 2 , 125 2 , 25 2 , 5 2 . a ,... 5 2 , 5 2 , 5 2 , 5 2 4 3 2 1 ,... 9 , 7 , 5 , 3 . b Look for a pattern…
  • 8. Example: write a rule for the nth term. Think:
  • 9. Describe the pattern, write the next term, and write a rule for the nth term of the sequence (a) – 1, – 8, – 27, – 64, . . . SOLUTION You can write the terms as (– 1)3, (– 2)3, (– 3)3, (– 4)3, . . . . The next term is a5 = (– 5)3 = – 125. A rule for the nth term is an 5 (– n)3. a.
  • 10. Describe the pattern, write the next term, and write a rule for the nth term of the sequence (b) 0, 2, 6, 12, . . . . SOLUTION You can write the terms as 0(1), 1(2), 2(3), 3(4), . . . . The next term is f (5) = 4(5) = 20. A rule for the nth term is f (n) = (n – 1)n. b.
  • 11. Graphing a Sequence • Think of a sequence as ordered pairs for graphing. (n , an) • For example: 3,6,9,12,15 would be the ordered pairs (1,3), (2,6), (3,9), (4,12), (5,15) graphed like points in a scatter plot. DO NOT CONNECT ! ! ! * Sometimes it helps to find the rule first when you are not given every term in a finite sequence. Term # Actual term
  • 13. Retail Displays You work in a grocery store and are stacking apples in the shape of a square pyramid with 7 layers. Write a rule for the number of apples in each layer. Then graph the sequence. First Layer SOLUTION Make a table showing the number of fruit in the first three layers. Let an represent the number of apples in layer n. STEP 1
  • 14. STEP 2 Write a rule for the number of apples in each layer. From the table, you can see that an = n2. STEP 3 Plot the points (1, 1), (2, 4), (3, 9), . . . , (7, 49). The graph is shown at the right.
  • 15. • What is a sequence? A collections of objects that is ordered so that there is a 1st, 2nd, 3rd,… member. • What is the difference between finite and infinite? Finite means there is a last term. Infinite means the sequence continues without stopping.
  • 16. Sequences and Series Day 2 • What is a series? • How do you know the difference between a sequence and a series? • What is sigma notation? • How do you write a series with summation notation? • Name 3 formulas for special series.
  • 17. Series • The sum of the terms in a sequence. • Can be finite or infinite • For Example: Finite Seq. Infinite Seq. 2,4,6,8,10 2,4,6,8,10,… Finite Series Infinite Series 2+4+6+8+10 2+4+6+8+10+…
  • 18. Summation Notation • Also called sigma notation (sigma is a Greek letter Σ meaning “sum”) The series 2+4+6+8+10 can be written as: i is called the index of summation (it’s just like the n used earlier). Sometimes you will see an n or k here instead of i. The notation is read: “the sum from i=1 to 5 of 2i”  5 1 2i i goes from 1 to 5.
  • 19.  5 1 2i Upper limit of summation Lower limit of summation Summation Notation
  • 20. Summation Notation for an Infinite Series • Summation notation for the infinite series: 2+4+6+8+10+… would be written as: Because the series is infinite, you must use i from 1 to infinity (∞) instead of stopping at the 5th term like before.   1 2i
  • 21. Examples: Write each series using summation notation. a. 4+8+12+…+100 • Notice the series can be written as: 4(1)+4(2)+4(3)+…+4(25) Or 4(i) where i goes from 1 to 25. • Notice the series can be written as:  25 1 4i ... 5 4 4 3 3 2 2 1 .     b ... 1 4 4 1 3 3 1 2 2 1 1 1         . to 1 from goes where 1 Or,   i i i    1 1 i i
  • 22. Write the series using summation notation. a. 25 + 50 + 75 + . . . + 250 SOLUTION Notice that the first term is 25(1), the second is 25(2), the third is 25(3), and the last is 25(10). So, the terms of the series can be written as: a. ai = 25i where i = 1, 2, 3, . . . , 10 The lower limit of summation is 1 and the upper limit of summation is 10. ANSWER The summation notation for the series is 10 i = 1 25i.
  • 23. Write the series using summation notation. 3 4 2 3 1 2 4 5 b. + + + . . . SOLUTION Notice that for each term the denominator of the fraction is 1 more than the numerator. So, the terms of the series can be written as: b. ai =i + 1 i where i = 1, 2, 3, 4, . . . The lower limit of summation is 1 and the upper limit of summation is infinity. ANSWER The summation notation for the series is i = 1 i + 1 i .
  • 24. Example: Find the sum of the series. • k goes from 5 to 10. • (52+1)+(62+1)+(72+1)+(82+1)+(92+1)+(102+1) = 26+37+50+65+82+101 = 361   10 5 2 1 k
  • 25. Find the sum of the series. (3 + k2) = (3 + 42) 1 (3 + 52) + (3 + 62) + (3 + 72) + (3 + 82) 8 k – 4 = 19 + 28 + 39 + 52 + 67 = 205
  • 26. Find the sum of series. SOLUTION We notice that the Lower limit is 3 and the upper limit is 7. ANSWER 130. 11. 7 k = 3 (k2 – 1) = 9 – 1 + 16 – 1 + 25 – 1 + 36 – 1 + 49 – 1 = 8 + 15 + 24 + 35 + 48. 7 k = 3 (k2 – 1) = 130 .
  • 28. Example: Find the sum. • Use the 3rd shortcut!   10 1 2 i i 6 ) 1 2 )( 1 (   n n n 6 ) 1 10 * 2 )( 1 10 ( 10    6 21 * 11 * 10  385 6 2310  
  • 29. Find the sum of series. SOLUTION We notice that the Lower limit is 1 and the upper limit is 34. 12. 34 i = 1 1 = 34. 34 i = 1 1 ANSWER Sum of n terms of 1 34 i = 1 1 = 34. .. .
  • 30. Find the sum of series. SOLUTION We notice that the Lower limit is 1 and the upper limit is 6. 13. 6 n = 1 n n 6 n = 1 = 1 + 2 + 3 + 4 + 5 + 6 = 21. or Sum of first n positive integers is. n i = 1 i n (n + 1) 2 = 6 (6 + 1) 2 = 6 (7) 2 = 42 2 = = 21 ANSWER = 21
  • 31. • What is a series? A series occurs when the terms of a sequence are added. • How do you know the difference between a sequence and a series? The plus signs • What is sigma notation? ∑ • How do you write a series with summation notation? Use the sigma notation with the pattern rule. • Name 3 formulas for special series. 1 n i c cn    2 ) 1 ( 1     n n i n i 6 ) 1 2 )( 1 ( 1 2      n n n i n i