SlideShare a Scribd company logo
Tutor:

Dr. Tariq Mahmood
Assistant Professor
Centre for High Energy Physics
University of the Punjab

Class:

B.Sc (Hons.)
Computational Physics

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Tutor’s Brief Introduction
Name:
Designation:
Qualification:

Dr. Tariq Mahmood Khan
Assistant Professor
Ph.D (BIT, Beijing, P. R. China) in
Computational Materials Physics
M.Phil (CHEP, P. U., Lahore, Pakistan)
tariq_mahmood78@hotmail.com

Email:
Publications:
More than 30 articles have been published in International SCI
journals with good impact factors (Physica B: Condensed Matter,
Materials Letter, The Journal of Physical Chemistry A,
Electrochimica Acta, Materials Research Bulletin, Journal of
Alloys and Compounds , Journal of Nanoscience and
Nanotechnology, Solid State Sciences, Materials Chemistry and
Physics , Materials Research Bulletin , Current NanoScience, Thin
Solid Films, Sains Malaysiana, Journal of Optoelectronics and
A d v a n c e
M a t e r i a l s .
Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Course Description






Classes:
34-36 (2 credit hours)
Total Marks: 100
Assignments:
25
Mid Term:
35
Final Term: 40

Note: Students with less than 75% attendance will not able to sit in
the exam.
 Book:

Calculus, Ninth Edition By Thomas and Finney
Thomas’ Calculus 11th Edition By Maurice D. Weir et al

 Chapter:

Chapter 8 and 11

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Syllabus












Limits of Sequences of Numbers
Theorems for Calculating Limits of Sequences
Infinite Series
The Integral Test for Series of Nonnegative Terms
Comparison Tests for series of Nonnegative Terms
The Ratio and Root Tests for Series of Nonnegative Terms
Alternating Series, Absolute and Conditional Convergence
Power Series
Taylor and Maclaurin Series
Convergence of Taylor Series; Error Estimates
Application of Power Series

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Applications
Infinite sequences and series are important in physics
and engineering. One of the most well-known is
the Fourier series , which can mathematically define
certain signal waveforms.
In Materials Physics, infinite series are used to
calculate different calculations (Electric, mechanical,
optical, etc) in the form of wave functions.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Sequences

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Objectives
 List the terms of a sequence.
 Determine whether a sequence converges or

diverges.
 Write a formula for the nth term of a sequence.
 Recursion formula

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Sequences
A sequence is defined as a function whose domain is
the set of positive integers. Although a sequence is a
function, it is common to represent sequences by
subscript notation rather than by the standard function
notation. For instance, in the sequence
Sequence

1 is mapped onto a1, 2 is mapped onto a2, and so on. The
numbers a1, a2, a3, . . ., an, . . . are the terms of the
sequence. The number an is the nth term of the
sequence, and the entire sequence is denoted by {an}.
Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Sequences
A sequence is a function that has a set of natural
numbers as its domain.





f (x) notation is not used for sequences.
Write an f (n)
Sequences are written as ordered lists
a1 , a2 , a3 , ...



a1 is the first element, a2 the second element,
and so on

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Example 1 – Listing the Terms of a Sequence
a. The terms of the sequence {an} = {3 + (–1)n} are
3 + (–1)1, 3 + (–1)2, 3 + (–1)3, 3 + (–1)4, . . .
2,
4,
2,
4,
....
b. The terms of the sequence {bn}

Copyright © 2013 CHEP, P. U. Lahore.

are

Lecture-1
Example 1 – Listing the Terms of a Sequence
c. The terms of the sequence {cn}

cont’d

are

d. The terms of the recursively defined sequence {dn},
where d1 = 25 and dn + 1 = dn – 5, are
25, 25 – 5 = 20, 20 – 5 = 15, 15 – 5 = 10,. . . . .
Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Sequences
A sequence is often specified by giving a formula for
the general term or nth term, an.
Example Find the first four terms for the sequence

an

n 1
n 2

Solution

a1

(1 1) /(1 2)

a3

(3 1) /(3 2)

Copyright © 2013 CHEP, P. U. Lahore.

2 / 3, a2
4 / 5, a4

(2 1) /(2 2) 3/ 4
(4 1) /(4 2) 5 / 6
Lecture-1
Graphing Sequences
The graph of a sequence, an, is the graph of the
discrete points (n, an) for n = 1, 2, 3, …
Example Graph the sequence an = 2n.
Solution

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Sequences
 A finite sequence has domain the finite set

{1, 2, 3, …, n} for some natural number n.
Example 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
 An infinite sequence has domain

{1, 2, 3, …}, the set of all natural numbers.
Example 1, 2, 4, 8, 16, 32, …

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Convergent and Divergent Sequences
 A convergent sequence is one whose terms get
closer and closer to a some real number. The
sequence is said to converge to that number.
 A sequence that is not convergent is said to be
divergent.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Convergent and Divergent Sequences
Example The sequencean

1
n

converges to 0.

The terms of the sequence 1, 0.5, 0.33.., 0.25, …
grow smaller and smaller approaching 0. This can
be
seen graphically.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Convergent and Divergent Sequences
2

Example The sequence an n is divergent.
The terms grow large without bound
1, 4, 9, 16, 25, 36, 49, 64, …
and do not approach any one number.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Sequences and Recursion Formulas
 A recursion formula or recursive definition

defines a sequence by
 Specifying the first few terms of the sequence
 Using a formula to specify subsequent terms in terms of

preceding terms.
OR
 a n term can be calculated directly from the value of n.
But sequences are defined recursively by giving



The value(s) of the initial term(s)
The rule, called a recursion formula, for calculating any later
term from terms that precede it.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Using a Recursion Formula
Example Find the first four terms of the sequence a1
= 4; for n>1, an = 2an-1 + 1
Solution We know a1 = 4.
Since an = 2an-1 + 1

a2
a3

2 a2 1 2 9 1 19

a4
Copyright © 2013 CHEP, P. U. Lahore.

2 a1 1 2 4 1 9
2 a3 1 2 19 1 39
Lecture-1
Applications of Sequences
Example The winter moth population in
thousands
per acre in year n, is modeled by

a1 1, an

2.85an

1

2
.19an 1

for n > 2

(a) Give a table of values for n = 1, 2, 3, …, 10

(b) Graph the sequence.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Applications of Sequences
Solution
(a)
n
an
n
an
(b)

1
1
7
9.31

2
2.66
8
10.1

3
6.24
9
9.43

4
5
6
10.4 9.11 10.2
10
9.98
Note the population
stabilizes near a value
of 9.7 thousand insects
per acre.

Copyright © 2013 CHEP, P. U. Lahore.

Lecture-1
Assignment-1
 Let an and bn be sequences of real numbers and let A and

B be real numbers. The following rules hold if
and lim tn bn B







Sum Rule: lim tn (an bn ) A B
Difference Rule: lim tn (an bn ) A B
lim tn (an .bn ) A.B
Product Rule:
Constant Multiple Rule: lim tn (k .bn ) k .B
Quotient Rule: lim tn an A if B 0
bn

Copyright © 2013 CHEP, P. U. Lahore.

lim tn

an

A

(any number of k)

B

Lecture-1

More Related Content

What's hot

Infinite series 8.3
Infinite series 8.3 Infinite series 8.3
Infinite series 8.3
Mohsin Ramay
 
INFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESINFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCES
Jitin Pillai
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
GERRY ABELLA
 
CONVERGENCE.ppt
CONVERGENCE.pptCONVERGENCE.ppt
CONVERGENCE.ppt
Triveni Prabaakar
 
Geometric sequences and series
Geometric sequences and seriesGeometric sequences and series
Geometric sequences and series
Huereka
 
Infinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin DholaInfinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin Dhola
Jatin Dhola
 
5.1 sequences and summation notation
5.1 sequences and summation notation5.1 sequences and summation notation
5.1 sequences and summation notationmath260
 
Introduction to sequences and series
Introduction to sequences and seriesIntroduction to sequences and series
Introduction to sequences and series
MaxTorresdey
 
Echelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersEchelon and reduced echelon form & Filters
Echelon and reduced echelon form & Filters
Zahid Ali
 
Sequences and series power point
Sequences and series power pointSequences and series power point
Sequences and series power pointlmgraham85
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
Leo Crisologo
 
Analysis sequences and bounded sequences
Analysis sequences and bounded sequencesAnalysis sequences and bounded sequences
Analysis sequences and bounded sequencesSANDEEP VISHANG DAGAR
 
Infinite series
Infinite seriesInfinite series
Infinite seriesjaflint718
 
11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series
smiller5
 
Arithmetic progressions
Arithmetic progressionsArithmetic progressions
Arithmetic progressions
shefali1710
 
Notes 12.1 Arithmetic Sequences and Series.pdf
Notes 12.1 Arithmetic Sequences and Series.pdfNotes 12.1 Arithmetic Sequences and Series.pdf
Notes 12.1 Arithmetic Sequences and Series.pdf
JamesBenedictCerillo
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
Shwetha Pejathaya
 
Geometric progressions
Geometric progressionsGeometric progressions
Geometric progressions
Dr. Nirav Vyas
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
Jonathan Templin
 

What's hot (20)

Infinite series 8.3
Infinite series 8.3 Infinite series 8.3
Infinite series 8.3
 
INFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESINFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCES
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
CONVERGENCE.ppt
CONVERGENCE.pptCONVERGENCE.ppt
CONVERGENCE.ppt
 
Geometric sequences and series
Geometric sequences and seriesGeometric sequences and series
Geometric sequences and series
 
Infinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin DholaInfinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin Dhola
 
5.1 sequences and summation notation
5.1 sequences and summation notation5.1 sequences and summation notation
5.1 sequences and summation notation
 
Introduction to sequences and series
Introduction to sequences and seriesIntroduction to sequences and series
Introduction to sequences and series
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Echelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersEchelon and reduced echelon form & Filters
Echelon and reduced echelon form & Filters
 
Sequences and series power point
Sequences and series power pointSequences and series power point
Sequences and series power point
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Analysis sequences and bounded sequences
Analysis sequences and bounded sequencesAnalysis sequences and bounded sequences
Analysis sequences and bounded sequences
 
Infinite series
Infinite seriesInfinite series
Infinite series
 
11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series
 
Arithmetic progressions
Arithmetic progressionsArithmetic progressions
Arithmetic progressions
 
Notes 12.1 Arithmetic Sequences and Series.pdf
Notes 12.1 Arithmetic Sequences and Series.pdfNotes 12.1 Arithmetic Sequences and Series.pdf
Notes 12.1 Arithmetic Sequences and Series.pdf
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Geometric progressions
Geometric progressionsGeometric progressions
Geometric progressions
 
Lesson 3 - matrix multiplication
Lesson 3 - matrix multiplicationLesson 3 - matrix multiplication
Lesson 3 - matrix multiplication
 

Viewers also liked

Test for convergence
Test for convergenceTest for convergence
Test for convergence
Ayush Agrawal
 
Infinite series & sequence
Infinite series & sequenceInfinite series & sequence
Infinite series & sequence
Vikshit Ganjoo
 
27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!
Marc Heleven
 
Lecture notes on infinite sequences and series
Lecture notes on infinite sequences and seriesLecture notes on infinite sequences and series
Lecture notes on infinite sequences and seriesHitesh Wagle
 
Calculus 11 sequences_and_series
Calculus 11 sequences_and_seriesCalculus 11 sequences_and_series
Calculus 11 sequences_and_series
Abner Kalaputse Shifula
 
Mth3101 Advanced Calculus Chapter 3
Mth3101 Advanced Calculus Chapter 3Mth3101 Advanced Calculus Chapter 3
Mth3101 Advanced Calculus Chapter 3
saya efan
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
Matthew Leingang
 
AP Calculus BC Series FRQ Solutions
AP Calculus BC Series FRQ SolutionsAP Calculus BC Series FRQ Solutions
AP Calculus BC Series FRQ Solutionsjaflint718
 
Ppt on sequences and series by mukul sharma
Ppt on sequences and series by mukul sharmaPpt on sequences and series by mukul sharma
Ppt on sequences and series by mukul sharmajoywithmath
 
Mathematics In our daily routine
Mathematics In our daily routineMathematics In our daily routine
Mathematics In our daily routine
bobesponja28
 
math in daily life
math in daily lifemath in daily life
math in daily life
sudharsan11
 
AP Calculus BC Series Multiple Choice Solutions
AP Calculus BC Series Multiple Choice SolutionsAP Calculus BC Series Multiple Choice Solutions
AP Calculus BC Series Multiple Choice Solutionsjaflint718
 
Best topics for seminar
Best topics for seminarBest topics for seminar
Best topics for seminarshilpi nagpal
 
Free Download Powerpoint Slides
Free Download Powerpoint SlidesFree Download Powerpoint Slides
Free Download Powerpoint Slides
George
 

Viewers also liked (18)

Test for convergence
Test for convergenceTest for convergence
Test for convergence
 
Infinite series & sequence
Infinite series & sequenceInfinite series & sequence
Infinite series & sequence
 
27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!
 
Lecture notes on infinite sequences and series
Lecture notes on infinite sequences and seriesLecture notes on infinite sequences and series
Lecture notes on infinite sequences and series
 
Review of series
Review of seriesReview of series
Review of series
 
Calculus 11 sequences_and_series
Calculus 11 sequences_and_seriesCalculus 11 sequences_and_series
Calculus 11 sequences_and_series
 
Mth3101 Advanced Calculus Chapter 3
Mth3101 Advanced Calculus Chapter 3Mth3101 Advanced Calculus Chapter 3
Mth3101 Advanced Calculus Chapter 3
 
Lesson 19: The Mean Value Theorem
Lesson 19: The Mean Value TheoremLesson 19: The Mean Value Theorem
Lesson 19: The Mean Value Theorem
 
AP Calculus BC Series FRQ Solutions
AP Calculus BC Series FRQ SolutionsAP Calculus BC Series FRQ Solutions
AP Calculus BC Series FRQ Solutions
 
Ppt on sequences and series by mukul sharma
Ppt on sequences and series by mukul sharmaPpt on sequences and series by mukul sharma
Ppt on sequences and series by mukul sharma
 
Sequences And Series
Sequences And SeriesSequences And Series
Sequences And Series
 
Mathematics In our daily routine
Mathematics In our daily routineMathematics In our daily routine
Mathematics In our daily routine
 
math in daily life
math in daily lifemath in daily life
math in daily life
 
Maths in Our Daily Life
Maths in Our Daily LifeMaths in Our Daily Life
Maths in Our Daily Life
 
AP Calculus BC Series Multiple Choice Solutions
AP Calculus BC Series Multiple Choice SolutionsAP Calculus BC Series Multiple Choice Solutions
AP Calculus BC Series Multiple Choice Solutions
 
Best topics for seminar
Best topics for seminarBest topics for seminar
Best topics for seminar
 
Free Download Powerpoint Slides
Free Download Powerpoint SlidesFree Download Powerpoint Slides
Free Download Powerpoint Slides
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to Infinite sequence & series 1st lecture

The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
Dr. Amarjeet Singh
 
presentation at E-Learn 2008
presentation at E-Learn 2008presentation at E-Learn 2008
presentation at E-Learn 2008Dr. Popat Tambade
 
3.1 tuple relational_calculus
3.1 tuple relational_calculus3.1 tuple relational_calculus
3.1 tuple relational_calculus
Utkarsh De
 
A survey on parallel corpora alignment
A survey on parallel corpora alignment A survey on parallel corpora alignment
A survey on parallel corpora alignment
andrefsantos
 
Adaptive relevance feedback in information retrieval
Adaptive relevance feedback in information retrievalAdaptive relevance feedback in information retrieval
Adaptive relevance feedback in information retrieval
YI-JHEN LIN
 
Arithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptxArithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptx
EasterFlorendaTolent
 
Mc0063(a) unit4-fi
Mc0063(a) unit4-fiMc0063(a) unit4-fi
Mc0063(a) unit4-fi
Sanjeev Malik
 
Pakdd
PakddPakdd
Pakdd
Siswanto .
 
Range Kutta methods.pptx
Range Kutta methods.pptxRange Kutta methods.pptx
Range Kutta methods.pptx
BMVIJAYARAGHAVA
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
neethumaths
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
neethumaths
 
M1 unit iii-jntuworld
M1 unit iii-jntuworldM1 unit iii-jntuworld
M1 unit iii-jntuworldmrecedu
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
International Journal of Engineering Inventions www.ijeijournal.com
 
An alternative scheme for approximating a periodic function
An alternative scheme for approximating a periodic functionAn alternative scheme for approximating a periodic function
An alternative scheme for approximating a periodic function
ijscmcj
 
Arithmeticprogression
Arithmeticprogression Arithmeticprogression
Arithmeticprogression
hafsa1470
 
Presentation4
Presentation4Presentation4
Presentation4
VocaloidEX
 
Design of ternary sequence using msaa
Design of ternary sequence using msaaDesign of ternary sequence using msaa
Design of ternary sequence using msaa
Editor Jacotech
 
Considerations on the genetic equilibrium law
Considerations on the genetic equilibrium lawConsiderations on the genetic equilibrium law
Considerations on the genetic equilibrium law
IOSRJM
 
Sequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremSequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial Theorem
Ver Louie Gautani
 
Functional analysis in mechanics
Functional analysis in mechanicsFunctional analysis in mechanics
Functional analysis in mechanicsSpringer
 

Similar to Infinite sequence & series 1st lecture (20)

The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
 
presentation at E-Learn 2008
presentation at E-Learn 2008presentation at E-Learn 2008
presentation at E-Learn 2008
 
3.1 tuple relational_calculus
3.1 tuple relational_calculus3.1 tuple relational_calculus
3.1 tuple relational_calculus
 
A survey on parallel corpora alignment
A survey on parallel corpora alignment A survey on parallel corpora alignment
A survey on parallel corpora alignment
 
Adaptive relevance feedback in information retrieval
Adaptive relevance feedback in information retrievalAdaptive relevance feedback in information retrieval
Adaptive relevance feedback in information retrieval
 
Arithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptxArithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptx
 
Mc0063(a) unit4-fi
Mc0063(a) unit4-fiMc0063(a) unit4-fi
Mc0063(a) unit4-fi
 
Pakdd
PakddPakdd
Pakdd
 
Range Kutta methods.pptx
Range Kutta methods.pptxRange Kutta methods.pptx
Range Kutta methods.pptx
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
 
M1 unit iii-jntuworld
M1 unit iii-jntuworldM1 unit iii-jntuworld
M1 unit iii-jntuworld
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
 
An alternative scheme for approximating a periodic function
An alternative scheme for approximating a periodic functionAn alternative scheme for approximating a periodic function
An alternative scheme for approximating a periodic function
 
Arithmeticprogression
Arithmeticprogression Arithmeticprogression
Arithmeticprogression
 
Presentation4
Presentation4Presentation4
Presentation4
 
Design of ternary sequence using msaa
Design of ternary sequence using msaaDesign of ternary sequence using msaa
Design of ternary sequence using msaa
 
Considerations on the genetic equilibrium law
Considerations on the genetic equilibrium lawConsiderations on the genetic equilibrium law
Considerations on the genetic equilibrium law
 
Sequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremSequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial Theorem
 
Functional analysis in mechanics
Functional analysis in mechanicsFunctional analysis in mechanics
Functional analysis in mechanics
 

Recently uploaded

The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 

Recently uploaded (20)

The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 

Infinite sequence & series 1st lecture

  • 1. Tutor: Dr. Tariq Mahmood Assistant Professor Centre for High Energy Physics University of the Punjab Class: B.Sc (Hons.) Computational Physics Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 2. Tutor’s Brief Introduction Name: Designation: Qualification: Dr. Tariq Mahmood Khan Assistant Professor Ph.D (BIT, Beijing, P. R. China) in Computational Materials Physics M.Phil (CHEP, P. U., Lahore, Pakistan) tariq_mahmood78@hotmail.com Email: Publications: More than 30 articles have been published in International SCI journals with good impact factors (Physica B: Condensed Matter, Materials Letter, The Journal of Physical Chemistry A, Electrochimica Acta, Materials Research Bulletin, Journal of Alloys and Compounds , Journal of Nanoscience and Nanotechnology, Solid State Sciences, Materials Chemistry and Physics , Materials Research Bulletin , Current NanoScience, Thin Solid Films, Sains Malaysiana, Journal of Optoelectronics and A d v a n c e M a t e r i a l s . Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 3. Course Description      Classes: 34-36 (2 credit hours) Total Marks: 100 Assignments: 25 Mid Term: 35 Final Term: 40 Note: Students with less than 75% attendance will not able to sit in the exam.  Book: Calculus, Ninth Edition By Thomas and Finney Thomas’ Calculus 11th Edition By Maurice D. Weir et al  Chapter: Chapter 8 and 11 Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 4. Syllabus            Limits of Sequences of Numbers Theorems for Calculating Limits of Sequences Infinite Series The Integral Test for Series of Nonnegative Terms Comparison Tests for series of Nonnegative Terms The Ratio and Root Tests for Series of Nonnegative Terms Alternating Series, Absolute and Conditional Convergence Power Series Taylor and Maclaurin Series Convergence of Taylor Series; Error Estimates Application of Power Series Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 5. Applications Infinite sequences and series are important in physics and engineering. One of the most well-known is the Fourier series , which can mathematically define certain signal waveforms. In Materials Physics, infinite series are used to calculate different calculations (Electric, mechanical, optical, etc) in the form of wave functions. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 6. Sequences Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 7. Objectives  List the terms of a sequence.  Determine whether a sequence converges or diverges.  Write a formula for the nth term of a sequence.  Recursion formula Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 8. Sequences A sequence is defined as a function whose domain is the set of positive integers. Although a sequence is a function, it is common to represent sequences by subscript notation rather than by the standard function notation. For instance, in the sequence Sequence 1 is mapped onto a1, 2 is mapped onto a2, and so on. The numbers a1, a2, a3, . . ., an, . . . are the terms of the sequence. The number an is the nth term of the sequence, and the entire sequence is denoted by {an}. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 9. Sequences A sequence is a function that has a set of natural numbers as its domain.    f (x) notation is not used for sequences. Write an f (n) Sequences are written as ordered lists a1 , a2 , a3 , ...  a1 is the first element, a2 the second element, and so on Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 10. Example 1 – Listing the Terms of a Sequence a. The terms of the sequence {an} = {3 + (–1)n} are 3 + (–1)1, 3 + (–1)2, 3 + (–1)3, 3 + (–1)4, . . . 2, 4, 2, 4, .... b. The terms of the sequence {bn} Copyright © 2013 CHEP, P. U. Lahore. are Lecture-1
  • 11. Example 1 – Listing the Terms of a Sequence c. The terms of the sequence {cn} cont’d are d. The terms of the recursively defined sequence {dn}, where d1 = 25 and dn + 1 = dn – 5, are 25, 25 – 5 = 20, 20 – 5 = 15, 15 – 5 = 10,. . . . . Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 12. Sequences A sequence is often specified by giving a formula for the general term or nth term, an. Example Find the first four terms for the sequence an n 1 n 2 Solution a1 (1 1) /(1 2) a3 (3 1) /(3 2) Copyright © 2013 CHEP, P. U. Lahore. 2 / 3, a2 4 / 5, a4 (2 1) /(2 2) 3/ 4 (4 1) /(4 2) 5 / 6 Lecture-1
  • 13. Graphing Sequences The graph of a sequence, an, is the graph of the discrete points (n, an) for n = 1, 2, 3, … Example Graph the sequence an = 2n. Solution Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 14. Sequences  A finite sequence has domain the finite set {1, 2, 3, …, n} for some natural number n. Example 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  An infinite sequence has domain {1, 2, 3, …}, the set of all natural numbers. Example 1, 2, 4, 8, 16, 32, … Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 15. Convergent and Divergent Sequences  A convergent sequence is one whose terms get closer and closer to a some real number. The sequence is said to converge to that number.  A sequence that is not convergent is said to be divergent. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 16. Convergent and Divergent Sequences Example The sequencean 1 n converges to 0. The terms of the sequence 1, 0.5, 0.33.., 0.25, … grow smaller and smaller approaching 0. This can be seen graphically. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 17. Convergent and Divergent Sequences 2 Example The sequence an n is divergent. The terms grow large without bound 1, 4, 9, 16, 25, 36, 49, 64, … and do not approach any one number. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 18. Sequences and Recursion Formulas  A recursion formula or recursive definition defines a sequence by  Specifying the first few terms of the sequence  Using a formula to specify subsequent terms in terms of preceding terms. OR  a n term can be calculated directly from the value of n. But sequences are defined recursively by giving   The value(s) of the initial term(s) The rule, called a recursion formula, for calculating any later term from terms that precede it. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 19. Using a Recursion Formula Example Find the first four terms of the sequence a1 = 4; for n>1, an = 2an-1 + 1 Solution We know a1 = 4. Since an = 2an-1 + 1 a2 a3 2 a2 1 2 9 1 19 a4 Copyright © 2013 CHEP, P. U. Lahore. 2 a1 1 2 4 1 9 2 a3 1 2 19 1 39 Lecture-1
  • 20. Applications of Sequences Example The winter moth population in thousands per acre in year n, is modeled by a1 1, an 2.85an 1 2 .19an 1 for n > 2 (a) Give a table of values for n = 1, 2, 3, …, 10 (b) Graph the sequence. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 21. Applications of Sequences Solution (a) n an n an (b) 1 1 7 9.31 2 2.66 8 10.1 3 6.24 9 9.43 4 5 6 10.4 9.11 10.2 10 9.98 Note the population stabilizes near a value of 9.7 thousand insects per acre. Copyright © 2013 CHEP, P. U. Lahore. Lecture-1
  • 22. Assignment-1  Let an and bn be sequences of real numbers and let A and B be real numbers. The following rules hold if and lim tn bn B      Sum Rule: lim tn (an bn ) A B Difference Rule: lim tn (an bn ) A B lim tn (an .bn ) A.B Product Rule: Constant Multiple Rule: lim tn (k .bn ) k .B Quotient Rule: lim tn an A if B 0 bn Copyright © 2013 CHEP, P. U. Lahore. lim tn an A (any number of k) B Lecture-1