SlideShare a Scribd company logo
National College of Business Administration & Economics
Group Members
-40
Muhammad Ahsan
Shahid Zafar
Sarmad Shuja
Wamiq Ali
Zain Abid
01
02
03
04
05
INSERT THE TITLE
OF YOUR PRESENTATION HERE
DS
PPT
The sequence and series have important applications in Physics, Geography, Biology, Economics,
Psychology, Engineering, Chemistry, Computer science and Finance.
Introduction
Sequence
A sequence is an arrangement of any objects or a set of numbers in a particular
order followed by some rule. If a1, a2, a3, a4, ……… etc. Denote the terms of a
sequence, then 1,2,3,4, …
𝟐𝟓, 𝟐𝟏, 𝟏𝟕, 𝟏𝟑, 𝟗, … .
Example:
Sequence in Computer Science
In Programming, sequence is the basic algorithm: A set of logical steps carried
out in order that commands are executed by a computer, allows us to carry out
tasks that have multiple steps.
Microprocessor also follow a sequence which is Fetch, Decode, and then Execute.
Necessary Tools For Microprocessor
Arithmetic Progression
AP
01
Arithmetic Mean
AM
02
Geometric Progression
GP
03
Harmonic Progression05
Geometric Mean
GM
04
Harmonic Mean06
HP
HM
Arithmetic Progression
An Arithmetic Progression is a sequence in which every term is obtained by
adding some fix number to the preceding term. The fix number to preceding term.
The fix number is the common difference of two consecutive terms denoted by d.
Find the 10th term if 𝑎3 = 8 and 𝑎7 = 16
Example:
Arithmetic Mean
Let a and b be two numbers, than a number A is set to be A.M between a and b if
a, A, b are in A.P
Thus A - a = b – A
2A =a +b
A = a+b/2
Find A.M between
2𝑥 + 1, 4𝑥 + 3
Example:
Geometric Progression
A sequence in which every term is obtained by multiplying or dividing a definite nu
mber with the preceding number is known as a geometric sequence.
𝑟 =
𝑎 𝑛
𝑎 𝑛−1
𝑛 > 1 , ∀𝑛 ∈ 𝑁, 𝑎 𝑛−1 ≠ 0
Find 𝑎 𝑛 if 𝑎4 =
8
27
and 𝑎7 −
64
729
of a G.P.
Example:
Geometric Mean
Let a and b two numbers. A number G is said to be geometric mean between two
numbers a and b if a, G, b are in G.P,so
𝐺
𝑎
=
𝑏
𝐺
𝐺2
= 𝑎𝑏
𝐺 = ±𝑎𝑏
Find G.M between
2i and -4i
Example:
Harmonic Progression
If the reciprocal of the terms of the sequence form an A.P, then sequence is called
harmonic.
Find the 8th term of H.P:
1
2
,
1
5
,
1
8
, …
Example:
Harmonic Mean
Let a and b be two numbers, then a number H is called Harmonic mean between t
wo numbers a and b if a,H,b are in H.P
Example:
Uses of Sequence
 A sequence is a discrete structure used to represent an ordered list.
 A sequence is a function from a subset of the set of integers (usually
either the set {0,1,2.. ..} Or {1,2, 3,...}To a set S.
 We use the notation an to denote the image of the integer n.....
 Notation to represent sequence is {an}
Advantages:
The common 2-year sequence works well for many disciplines. Topics can be
introduced "just-in-time" for many disciplines. Since all students take the same
sequence, advising is relatively easy.
Thank You 

More Related Content

What's hot

ProLog (Artificial Intelligence) Introduction
ProLog (Artificial Intelligence) IntroductionProLog (Artificial Intelligence) Introduction
ProLog (Artificial Intelligence) Introductionwahab khan
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relationsIIUM
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionrey castro
 
Sequences and summations
Sequences and summationsSequences and summations
Sequences and summationsAli Saleem
 
Introduction to prolog
Introduction to prologIntroduction to prolog
Introduction to prologHarry Potter
 
Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiersblaircomp2003
 
Relations
RelationsRelations
RelationsGaditek
 
number theory.ppt
number theory.pptnumber theory.ppt
number theory.pptShishu
 
Infinite sequences and series i
Infinite sequences and series iInfinite sequences and series i
Infinite sequences and series iEasyStudy3
 
CMSC 56 | Lecture 2: Propositional Equivalences
CMSC 56 | Lecture 2: Propositional EquivalencesCMSC 56 | Lecture 2: Propositional Equivalences
CMSC 56 | Lecture 2: Propositional Equivalencesallyn joy calcaben
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical inductionmath260
 

What's hot (20)

ProLog (Artificial Intelligence) Introduction
ProLog (Artificial Intelligence) IntroductionProLog (Artificial Intelligence) Introduction
ProLog (Artificial Intelligence) Introduction
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relations
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Sequences and summations
Sequences and summationsSequences and summations
Sequences and summations
 
combinatorics
combinatoricscombinatorics
combinatorics
 
Introduction to prolog
Introduction to prologIntroduction to prolog
Introduction to prolog
 
Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiers
 
Relations
RelationsRelations
Relations
 
Regular expressions
Regular expressionsRegular expressions
Regular expressions
 
Prime numbers
Prime numbersPrime numbers
Prime numbers
 
number theory.ppt
number theory.pptnumber theory.ppt
number theory.ppt
 
MATCHING GRAPH THEORY
MATCHING GRAPH THEORYMATCHING GRAPH THEORY
MATCHING GRAPH THEORY
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
lattice
 lattice lattice
lattice
 
Infinite sequences and series i
Infinite sequences and series iInfinite sequences and series i
Infinite sequences and series i
 
Asymptotic Notation
Asymptotic NotationAsymptotic Notation
Asymptotic Notation
 
CMSC 56 | Lecture 2: Propositional Equivalences
CMSC 56 | Lecture 2: Propositional EquivalencesCMSC 56 | Lecture 2: Propositional Equivalences
CMSC 56 | Lecture 2: Propositional Equivalences
 
Prolog basics
Prolog basicsProlog basics
Prolog basics
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
 

Similar to Sequence and Series in Discrete Structure

Sequence and Series Word File || Discrete Structure
Sequence and Series Word File || Discrete StructureSequence and Series Word File || Discrete Structure
Sequence and Series Word File || Discrete StructureZain Abid
 
Arithmetic and geometric mean
Arithmetic and geometric meanArithmetic and geometric mean
Arithmetic and geometric meanRekhaChoudhary24
 
Geometric Progression.pptx
Geometric Progression.pptxGeometric Progression.pptx
Geometric Progression.pptxAnthonyBacalzo
 
Arithmetic Sequence.pptx
Arithmetic Sequence.pptxArithmetic Sequence.pptx
Arithmetic Sequence.pptxZaintHarbiHabal
 
Q1_W6_Geometric Sequence Part I.pptx
Q1_W6_Geometric Sequence Part I.pptxQ1_W6_Geometric Sequence Part I.pptx
Q1_W6_Geometric Sequence Part I.pptxCarterMangahas
 
Arithmetic progressions /Algebra
Arithmetic progressions /AlgebraArithmetic progressions /Algebra
Arithmetic progressions /Algebraindianeducation
 
Chapter 1 - Arithmetic & Geometric Sequence
Chapter 1 - Arithmetic & Geometric SequenceChapter 1 - Arithmetic & Geometric Sequence
Chapter 1 - Arithmetic & Geometric SequenceSyedAshraafWanMohama
 
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxP2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxArafathAliMathsTeach
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progressionLadla Mughal
 
Business mathematics presentation
Business mathematics presentationBusiness mathematics presentation
Business mathematics presentationSourov Shaha Suvo
 
Business Mathematics
Business Mathematics Business Mathematics
Business Mathematics Seenleocario
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progressionChhavi Bansal
 
Aaprogresiones -aritmeticas_(2)
Aaprogresiones  -aritmeticas_(2)Aaprogresiones  -aritmeticas_(2)
Aaprogresiones -aritmeticas_(2)AndreaSuntaxi1
 
Arithmetic vs Geometric Series and Sequence
Arithmetic vs Geometric Series  and SequenceArithmetic vs Geometric Series  and Sequence
Arithmetic vs Geometric Series and Sequencechsunny
 
Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression Dr. Trilok Kumar Jain
 
VARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHES
VARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHESVARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHES
VARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHESIAEME Publication
 
Arithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptxArithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptxEasterFlorendaTolent
 

Similar to Sequence and Series in Discrete Structure (20)

Sequence and Series Word File || Discrete Structure
Sequence and Series Word File || Discrete StructureSequence and Series Word File || Discrete Structure
Sequence and Series Word File || Discrete Structure
 
Arithmetic and geometric mean
Arithmetic and geometric meanArithmetic and geometric mean
Arithmetic and geometric mean
 
Geometric Progression.pptx
Geometric Progression.pptxGeometric Progression.pptx
Geometric Progression.pptx
 
Chapter 3 sequence and series
Chapter 3 sequence and seriesChapter 3 sequence and series
Chapter 3 sequence and series
 
Chapter 3 sequence and series
Chapter 3 sequence and seriesChapter 3 sequence and series
Chapter 3 sequence and series
 
Arithmetic Sequence.pptx
Arithmetic Sequence.pptxArithmetic Sequence.pptx
Arithmetic Sequence.pptx
 
Q1_W6_Geometric Sequence Part I.pptx
Q1_W6_Geometric Sequence Part I.pptxQ1_W6_Geometric Sequence Part I.pptx
Q1_W6_Geometric Sequence Part I.pptx
 
Arithmetic progressions /Algebra
Arithmetic progressions /AlgebraArithmetic progressions /Algebra
Arithmetic progressions /Algebra
 
Chapter 1 - Arithmetic & Geometric Sequence
Chapter 1 - Arithmetic & Geometric SequenceChapter 1 - Arithmetic & Geometric Sequence
Chapter 1 - Arithmetic & Geometric Sequence
 
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxP2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Task4 present
Task4 presentTask4 present
Task4 present
 
Business mathematics presentation
Business mathematics presentationBusiness mathematics presentation
Business mathematics presentation
 
Business Mathematics
Business Mathematics Business Mathematics
Business Mathematics
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Aaprogresiones -aritmeticas_(2)
Aaprogresiones  -aritmeticas_(2)Aaprogresiones  -aritmeticas_(2)
Aaprogresiones -aritmeticas_(2)
 
Arithmetic vs Geometric Series and Sequence
Arithmetic vs Geometric Series  and SequenceArithmetic vs Geometric Series  and Sequence
Arithmetic vs Geometric Series and Sequence
 
Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression Arithmetic, geometric and harmonic progression
Arithmetic, geometric and harmonic progression
 
VARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHES
VARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHESVARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHES
VARIOUS FUZZY NUMBERS AND THEIR VARIOUS RANKING APPROACHES
 
Arithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptxArithmetic and Geometric Sequences.pptx
Arithmetic and Geometric Sequences.pptx
 

More from Zain Abid

Satellite Communication || Wireless Communication
Satellite Communication || Wireless CommunicationSatellite Communication || Wireless Communication
Satellite Communication || Wireless CommunicationZain Abid
 
Cyber Security
Cyber SecurityCyber Security
Cyber SecurityZain Abid
 
SYNTAX Directed Translation Report || Compiler Construction
SYNTAX Directed Translation Report || Compiler ConstructionSYNTAX Directed Translation Report || Compiler Construction
SYNTAX Directed Translation Report || Compiler ConstructionZain Abid
 
SYNTAX Directed Translation PPT || Compiler Construction
SYNTAX Directed Translation PPT || Compiler Construction SYNTAX Directed Translation PPT || Compiler Construction
SYNTAX Directed Translation PPT || Compiler Construction Zain Abid
 
Factors Affecting the System Safety || Linux
Factors Affecting the System Safety || LinuxFactors Affecting the System Safety || Linux
Factors Affecting the System Safety || LinuxZain Abid
 
Laplace Transform || Multi Variable Calculus
Laplace Transform || Multi Variable Calculus Laplace Transform || Multi Variable Calculus
Laplace Transform || Multi Variable Calculus Zain Abid
 
Object Oriented Programming
Object Oriented ProgrammingObject Oriented Programming
Object Oriented ProgrammingZain Abid
 
Disadvantages of Social Media
Disadvantages of Social MediaDisadvantages of Social Media
Disadvantages of Social MediaZain Abid
 
Marketing Plan || Nano Navigation Chip
Marketing Plan || Nano Navigation ChipMarketing Plan || Nano Navigation Chip
Marketing Plan || Nano Navigation ChipZain Abid
 
Imam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari Sharif
Imam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari SharifImam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari Sharif
Imam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari SharifZain Abid
 

More from Zain Abid (10)

Satellite Communication || Wireless Communication
Satellite Communication || Wireless CommunicationSatellite Communication || Wireless Communication
Satellite Communication || Wireless Communication
 
Cyber Security
Cyber SecurityCyber Security
Cyber Security
 
SYNTAX Directed Translation Report || Compiler Construction
SYNTAX Directed Translation Report || Compiler ConstructionSYNTAX Directed Translation Report || Compiler Construction
SYNTAX Directed Translation Report || Compiler Construction
 
SYNTAX Directed Translation PPT || Compiler Construction
SYNTAX Directed Translation PPT || Compiler Construction SYNTAX Directed Translation PPT || Compiler Construction
SYNTAX Directed Translation PPT || Compiler Construction
 
Factors Affecting the System Safety || Linux
Factors Affecting the System Safety || LinuxFactors Affecting the System Safety || Linux
Factors Affecting the System Safety || Linux
 
Laplace Transform || Multi Variable Calculus
Laplace Transform || Multi Variable Calculus Laplace Transform || Multi Variable Calculus
Laplace Transform || Multi Variable Calculus
 
Object Oriented Programming
Object Oriented ProgrammingObject Oriented Programming
Object Oriented Programming
 
Disadvantages of Social Media
Disadvantages of Social MediaDisadvantages of Social Media
Disadvantages of Social Media
 
Marketing Plan || Nano Navigation Chip
Marketing Plan || Nano Navigation ChipMarketing Plan || Nano Navigation Chip
Marketing Plan || Nano Navigation Chip
 
Imam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari Sharif
Imam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari SharifImam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari Sharif
Imam Bukhari life history || امام بخاری کی ذاتی زندگی || Bukhari Sharif
 

Recently uploaded

How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...Denish Jangid
 
Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxShibin Azad
 
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.pdfPo-Chuan Chen
 
Forest and Wildlife Resources Class 10 Free Study Material PDF
Forest and Wildlife Resources Class 10 Free Study Material PDFForest and Wildlife Resources Class 10 Free Study Material PDF
Forest and Wildlife Resources Class 10 Free Study Material PDFVivekanand Anglo Vedic Academy
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...Nguyen Thanh Tu Collection
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxssuserbdd3e8
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxbennyroshan06
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxakshayaramakrishnan21
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePedroFerreira53928
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...Nguyen Thanh Tu Collection
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxCapitolTechU
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online PresentationGDSCYCCE
 
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxSolid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxDenish Jangid
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 

Recently uploaded (20)

Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptx
 
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
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Forest and Wildlife Resources Class 10 Free Study Material PDF
Forest and Wildlife Resources Class 10 Free Study Material PDFForest and Wildlife Resources Class 10 Free Study Material PDF
Forest and Wildlife Resources Class 10 Free Study Material PDF
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptx
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxSolid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 

Sequence and Series in Discrete Structure

  • 1. National College of Business Administration & Economics
  • 2. Group Members -40 Muhammad Ahsan Shahid Zafar Sarmad Shuja Wamiq Ali Zain Abid 01 02 03 04 05
  • 3. INSERT THE TITLE OF YOUR PRESENTATION HERE DS PPT
  • 4. The sequence and series have important applications in Physics, Geography, Biology, Economics, Psychology, Engineering, Chemistry, Computer science and Finance. Introduction
  • 5. Sequence A sequence is an arrangement of any objects or a set of numbers in a particular order followed by some rule. If a1, a2, a3, a4, ……… etc. Denote the terms of a sequence, then 1,2,3,4, …
  • 6. 𝟐𝟓, 𝟐𝟏, 𝟏𝟕, 𝟏𝟑, 𝟗, … . Example:
  • 7. Sequence in Computer Science In Programming, sequence is the basic algorithm: A set of logical steps carried out in order that commands are executed by a computer, allows us to carry out tasks that have multiple steps. Microprocessor also follow a sequence which is Fetch, Decode, and then Execute.
  • 8. Necessary Tools For Microprocessor Arithmetic Progression AP 01 Arithmetic Mean AM 02 Geometric Progression GP 03 Harmonic Progression05 Geometric Mean GM 04 Harmonic Mean06 HP HM
  • 9. Arithmetic Progression An Arithmetic Progression is a sequence in which every term is obtained by adding some fix number to the preceding term. The fix number to preceding term. The fix number is the common difference of two consecutive terms denoted by d.
  • 10. Find the 10th term if 𝑎3 = 8 and 𝑎7 = 16 Example:
  • 11. Arithmetic Mean Let a and b be two numbers, than a number A is set to be A.M between a and b if a, A, b are in A.P Thus A - a = b – A 2A =a +b A = a+b/2
  • 12. Find A.M between 2𝑥 + 1, 4𝑥 + 3 Example:
  • 13. Geometric Progression A sequence in which every term is obtained by multiplying or dividing a definite nu mber with the preceding number is known as a geometric sequence. 𝑟 = 𝑎 𝑛 𝑎 𝑛−1 𝑛 > 1 , ∀𝑛 ∈ 𝑁, 𝑎 𝑛−1 ≠ 0
  • 14. Find 𝑎 𝑛 if 𝑎4 = 8 27 and 𝑎7 − 64 729 of a G.P. Example:
  • 15. Geometric Mean Let a and b two numbers. A number G is said to be geometric mean between two numbers a and b if a, G, b are in G.P,so 𝐺 𝑎 = 𝑏 𝐺 𝐺2 = 𝑎𝑏 𝐺 = ±𝑎𝑏
  • 16. Find G.M between 2i and -4i Example:
  • 17. Harmonic Progression If the reciprocal of the terms of the sequence form an A.P, then sequence is called harmonic.
  • 18. Find the 8th term of H.P: 1 2 , 1 5 , 1 8 , … Example:
  • 19. Harmonic Mean Let a and b be two numbers, then a number H is called Harmonic mean between t wo numbers a and b if a,H,b are in H.P
  • 21. Uses of Sequence  A sequence is a discrete structure used to represent an ordered list.  A sequence is a function from a subset of the set of integers (usually either the set {0,1,2.. ..} Or {1,2, 3,...}To a set S.  We use the notation an to denote the image of the integer n.....  Notation to represent sequence is {an}
  • 22. Advantages: The common 2-year sequence works well for many disciplines. Topics can be introduced "just-in-time" for many disciplines. Since all students take the same sequence, advising is relatively easy.