SlideShare a Scribd company logo
Geometric Sequences and 
Sums 
~The Power of Math~ 
( English Version ) 
Created by Rivsal Fredy Ardiansyah 
X IPS 2/26 
SMA N 1 KOTA MUNGKID 2014/2015
Sequence 
A Sequence is a set of things (usually numbers) that are in order.
Geometric Sequences 
In a Geometric Sequence each term is found by multiplying the 
previous term by a constant. 
Example : 2, 4, 8, 16, 32, 64, 128, 256, ... 
This sequence has a factor of 2 between each number. 
• Each term (except the first term) is found 
by multiplying the previous term by 2
In General we write a Geometric Sequence like this: 
{a, ar, ar2, ar3, ... } 
where: 
• a is the first term, and 
• r is the factor between the terms (called the "common ratio") 
Example: {1,2,4,8,...} 
The sequence starts at 1 and doubles each time, so 
a=1 (the first term) 
r=2 (the "common ratio" between terms is a doubling) 
And we get: 
{a, ar, ar2, ar3, ... } 
= {1, 1×2, 1×22, 1×23, ... } 
= {1, 2, 4, 8, ... }
The Rule 
We can also calculate any term using the Rule: 
xn = ar(n-1) 
(We use "n-1" because ar0 is for the 1st term) 
Example: 
10, 30, 90, 270, 810, 2430, ... 
This sequence has a factor of 3 between each number. 
The values of a and r are: 
a = 10 (the first term) 
r = 3 (the "common ratio")
The Rule for any term is: 
xn = 10 × 3(n-1) 
So, the 4th term is: 
x4 = 10×3(4-1) = 10×33 = 10×27 = 270 
And the 10th term is: 
x10 = 10×3(10-1) = 10×39 = 10×19683 = 196830
A Geometric Sequence can also have smaller and smaller values: 
Example: 
4, 2, 1, 0,5, 0,25, ... 
This sequence has a factor of 0,5 (a half) between each number. 
Its Rule is xn = 4 × (0,5)n-1
Why "Geometric" Sequence? 
Because it is like increasing the dimensions in geometry: 
a line is 1-dimensional and has a length of r 
in 2 dimensions a square has an area of r2 
in 3 dimensions a cube has volume r3 
etc (yes we can have 4 and more dimensions in mathematics). 
Geometric Sequences are sometimes called Geometric Progressions 
(G.P.’s)
Summing a Geometric Series 
When we need to sum a Geometric Sequence, there is a handy 
formula. 
To sum: 
a + ar + ar2 + ... + ar(n-1) 
Each term is ark, where k starts at 0 and goes up to n-1 
Use this formula:
What is that funny symbol? It is called Sigma Notation 
(called Sigma) means "sum up" 
And below and above it are shown the starting and ending values: 
It says "Sum up n where n goes from 1 to 4. Answer=10
The formula is easy to use ... just "plug in" the values of a, r and n 
Example: Sum the first 4 terms of 
10, 30, 90, 270, 810, 2430, ... 
This sequence has a factor of 3 between each number. 
The values of a, r and n are: 
a = 10 (the first term) 
r = 3 (the "common ratio") 
n = 4 (we want to sum the first 4 terms) 
So:
Becomes: 
You can check it yourself: 
10 + 30 + 90 + 270 = 400 
And, yes, it is easier to just add them in this example, as there are only 
4 terms. But imagine adding 50 terms ... then the formula is much 
easier.
Using the Formula 
Example: Grains of Rice on a Chess Board 
chess board 
On the page Binary Digits we give an example of grains of rice on a chess board. The 
question is asked: 
When we place rice on a chess board: 
1 grain on the first square, 
2 grains on the second square, 
4 grains on the third and so on, 
... 
... doubling the grains of rice on each square ... 
... how many grains of rice in total?
So we have: 
a = 1 (the first term) 
r = 2 (doubles each time) 
n = 64 (64 squares on a chess board) 
So: 
Becomes:
= (1-264) / (-1) = 264 - 1 
= 18.446.744.073.709.551.615 
Which was exactly the result we got on the Binary Digits page (thank goodness!) And 
another example, this time with r less than 1: 
Example: Add up the first 10 terms of the Geometric Sequence that halves each time: 
{ 1/2, 1/4, 1/8, 1/16, ... } 
The values of a, r and n are: 
a = ½ (the first term) 
r = ½ (halves each time) 
n = 10 (10 terms to add)
So: 
Becomes: 
Very close to 1.
Why Does the Formula Work? 
Let's see why the formula works, because we get to use an interesting "trick" which 
is worth knowing. 
First, call the whole sum "S": S = a + ar + ar2 + ... + ar(n-2)+ ar(n-1) 
Next, multiply S by r: S·r = ar + ar2 + ar3 + ... + ar(n-1) + arn 
Notice that S and S·r are similar? 
Now subtract them! 
Proof 
Wow! All the terms in the middle neatly cancel out.
Let's rearrange it to find S: 
Factor out S and a: S(1−r) = a(1−rn) 
Divide by (1-r): S = a(1−rn)/(1−r) 
Which is our formula (ta-da!):
Infinite Geometric Series 
So what happens when n goes to infinity? 
Well ... when r is less than 1, then rn goes to zero and we get: 
NOTE: this does not work when r is 1 or more (or less than -1): 
r must be between (but not including) -1 and 1 
and r should not be 0 because we get the sequence {a,0,0,...} which 
isn't geometric
Example: Add up ALL the terms of the Geometric Sequence that halves 
each time: 
{ 1/2, 1/4, 1/8, 1/16, ... } 
We have: 
a = 1/2 (the first term) 
r = 1/2 (halves each time) 
And so: 
• = ½ × 1 / ½ = 1 
Yes ... adding (1/2)+(1/4)+(1/8)+... equals exactly 1.
• Don't believe me? Just look at this square: 
• By adding up (1/2)+(1/4)+(1/8)+... 
• ... we end up with the whole thing!
Recurring Decimal 
On another page we asked "Does 0,999... equal 1?", well, let us see if 
we can calculate it: 
Example: Calculate 0,999... 
We can write a recurring decimal as a sum like this:
And now we can use the formula: 
Yes! 0,999... does equal 1. 
• So there we have it ... Geometric Sequences (and their sums) can do 
all sorts of amazing and powerful things. 
•
Geometric the power of math by rivsal fredy

More Related Content

What's hot

IX polynomial
IX polynomialIX polynomial
IX polynomial
Bhawna Khurana
 
Arithmetic progression - Introduction to Arithmetic progressions for class 10...
Arithmetic progression - Introduction to Arithmetic progressions for class 10...Arithmetic progression - Introduction to Arithmetic progressions for class 10...
Arithmetic progression - Introduction to Arithmetic progressions for class 10...
Let's Tute
 
Arithmetic sequences and series[1]
Arithmetic sequences and series[1]Arithmetic sequences and series[1]
Arithmetic sequences and series[1]
indu psthakur
 
Polynomials
PolynomialsPolynomials
Polynomials
Divyanshu Saxena
 
Sequences finding a rule
Sequences   finding a ruleSequences   finding a rule
Sequences finding a rule
Dreams4school
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
lashika madaan
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Rajaram Narasimhan
 
Geometric Sequences
Geometric SequencesGeometric Sequences
Geometric Sequences
lordalexs
 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
Sophia Marie Verdeflor
 
What are Polynomials
What are PolynomialsWhat are Polynomials
What are Polynomials
physicscatalyst
 
Linear equations
Linear equationsLinear equations
Linear equations
Greta Sabaliauskaite
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Chhavi Bansal
 
CBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progressionCBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progression
Pranav Ghildiyal
 
Arithmetic Sequence and Series
Arithmetic Sequence and SeriesArithmetic Sequence and Series
Arithmetic Sequence and Series
itutor
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
Akash Saha
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
itutor
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Mayank Devnani
 
Arithmetic Progression
Arithmetic ProgressionArithmetic Progression
Arithmetic Progression
itutor
 
Arithmetic progressions
Arithmetic progressionsArithmetic progressions
Arithmetic progressions
shefali1710
 

What's hot (19)

IX polynomial
IX polynomialIX polynomial
IX polynomial
 
Arithmetic progression - Introduction to Arithmetic progressions for class 10...
Arithmetic progression - Introduction to Arithmetic progressions for class 10...Arithmetic progression - Introduction to Arithmetic progressions for class 10...
Arithmetic progression - Introduction to Arithmetic progressions for class 10...
 
Arithmetic sequences and series[1]
Arithmetic sequences and series[1]Arithmetic sequences and series[1]
Arithmetic sequences and series[1]
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Sequences finding a rule
Sequences   finding a ruleSequences   finding a rule
Sequences finding a rule
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Geometric Sequences
Geometric SequencesGeometric Sequences
Geometric Sequences
 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
 
What are Polynomials
What are PolynomialsWhat are Polynomials
What are Polynomials
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
CBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progressionCBSE Class XI Maths Arthmetic progression
CBSE Class XI Maths Arthmetic progression
 
Arithmetic Sequence and Series
Arithmetic Sequence and SeriesArithmetic Sequence and Series
Arithmetic Sequence and Series
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Arithmetic Progression
Arithmetic ProgressionArithmetic Progression
Arithmetic Progression
 
Arithmetic progressions
Arithmetic progressionsArithmetic progressions
Arithmetic progressions
 

Similar to Geometric the power of math by rivsal fredy

Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
Osama Zahid
 
Task4 present
Task4 presentTask4 present
Task4 present
Muhamad Fadhil Aizad
 
Presentation4
Presentation4Presentation4
Presentation4
VocaloidEX
 
Arithmetic Progression & Geometric ProgresionP
Arithmetic Progression & Geometric ProgresionPArithmetic Progression & Geometric ProgresionP
Arithmetic Progression & Geometric ProgresionP
ibha1234
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric Progressions
Finni Rice
 
Ap gp
Ap gpAp gp
Ap gp
sujoy7
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
Joey Valdriz
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic means
Denmar Marasigan
 
Sequence function
Sequence functionSequence function
Sequence function
jennytuazon01630
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
Dr. Trilok Kumar Jain
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
Dr. Trilok Kumar Jain
 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-v
Kundan Kumar
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Rai University
 
Lecture # 20.pptx
Lecture # 20.pptxLecture # 20.pptx
Lecture # 20.pptx
MussabChodhry
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
Chandrakanth Malyala
 
Arithmetic progressions /Algebra
Arithmetic progressions /AlgebraArithmetic progressions /Algebra
Arithmetic progressions /Algebra
indianeducation
 
Week 2: Arithmetic sequence
Week 2:  Arithmetic sequenceWeek 2:  Arithmetic sequence
Week 2: Arithmetic sequence
Rozzel Palacio
 
patterns_and_sequences_1.ppt
patterns_and_sequences_1.pptpatterns_and_sequences_1.ppt
patterns_and_sequences_1.ppt
RimaFebriani10
 
Sequences and Series (S&S GAME) - Barisan dan Deret.pdf
Sequences and Series (S&S GAME) - Barisan dan Deret.pdfSequences and Series (S&S GAME) - Barisan dan Deret.pdf
Sequences and Series (S&S GAME) - Barisan dan Deret.pdf
Diah Lutfiana Dewi
 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
jaffarbikat
 

Similar to Geometric the power of math by rivsal fredy (20)

Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
 
Task4 present
Task4 presentTask4 present
Task4 present
 
Presentation4
Presentation4Presentation4
Presentation4
 
Arithmetic Progression & Geometric ProgresionP
Arithmetic Progression & Geometric ProgresionPArithmetic Progression & Geometric ProgresionP
Arithmetic Progression & Geometric ProgresionP
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric Progressions
 
Ap gp
Ap gpAp gp
Ap gp
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic means
 
Sequence function
Sequence functionSequence function
Sequence function
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-v
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
 
Lecture # 20.pptx
Lecture # 20.pptxLecture # 20.pptx
Lecture # 20.pptx
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Arithmetic progressions /Algebra
Arithmetic progressions /AlgebraArithmetic progressions /Algebra
Arithmetic progressions /Algebra
 
Week 2: Arithmetic sequence
Week 2:  Arithmetic sequenceWeek 2:  Arithmetic sequence
Week 2: Arithmetic sequence
 
patterns_and_sequences_1.ppt
patterns_and_sequences_1.pptpatterns_and_sequences_1.ppt
patterns_and_sequences_1.ppt
 
Sequences and Series (S&S GAME) - Barisan dan Deret.pdf
Sequences and Series (S&S GAME) - Barisan dan Deret.pdfSequences and Series (S&S GAME) - Barisan dan Deret.pdf
Sequences and Series (S&S GAME) - Barisan dan Deret.pdf
 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
 

Recently uploaded

A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 

Recently uploaded (20)

A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 

Geometric the power of math by rivsal fredy

  • 1. Geometric Sequences and Sums ~The Power of Math~ ( English Version ) Created by Rivsal Fredy Ardiansyah X IPS 2/26 SMA N 1 KOTA MUNGKID 2014/2015
  • 2.
  • 3. Sequence A Sequence is a set of things (usually numbers) that are in order.
  • 4. Geometric Sequences In a Geometric Sequence each term is found by multiplying the previous term by a constant. Example : 2, 4, 8, 16, 32, 64, 128, 256, ... This sequence has a factor of 2 between each number. • Each term (except the first term) is found by multiplying the previous term by 2
  • 5. In General we write a Geometric Sequence like this: {a, ar, ar2, ar3, ... } where: • a is the first term, and • r is the factor between the terms (called the "common ratio") Example: {1,2,4,8,...} The sequence starts at 1 and doubles each time, so a=1 (the first term) r=2 (the "common ratio" between terms is a doubling) And we get: {a, ar, ar2, ar3, ... } = {1, 1×2, 1×22, 1×23, ... } = {1, 2, 4, 8, ... }
  • 6. The Rule We can also calculate any term using the Rule: xn = ar(n-1) (We use "n-1" because ar0 is for the 1st term) Example: 10, 30, 90, 270, 810, 2430, ... This sequence has a factor of 3 between each number. The values of a and r are: a = 10 (the first term) r = 3 (the "common ratio")
  • 7. The Rule for any term is: xn = 10 × 3(n-1) So, the 4th term is: x4 = 10×3(4-1) = 10×33 = 10×27 = 270 And the 10th term is: x10 = 10×3(10-1) = 10×39 = 10×19683 = 196830
  • 8. A Geometric Sequence can also have smaller and smaller values: Example: 4, 2, 1, 0,5, 0,25, ... This sequence has a factor of 0,5 (a half) between each number. Its Rule is xn = 4 × (0,5)n-1
  • 9. Why "Geometric" Sequence? Because it is like increasing the dimensions in geometry: a line is 1-dimensional and has a length of r in 2 dimensions a square has an area of r2 in 3 dimensions a cube has volume r3 etc (yes we can have 4 and more dimensions in mathematics). Geometric Sequences are sometimes called Geometric Progressions (G.P.’s)
  • 10. Summing a Geometric Series When we need to sum a Geometric Sequence, there is a handy formula. To sum: a + ar + ar2 + ... + ar(n-1) Each term is ark, where k starts at 0 and goes up to n-1 Use this formula:
  • 11. What is that funny symbol? It is called Sigma Notation (called Sigma) means "sum up" And below and above it are shown the starting and ending values: It says "Sum up n where n goes from 1 to 4. Answer=10
  • 12. The formula is easy to use ... just "plug in" the values of a, r and n Example: Sum the first 4 terms of 10, 30, 90, 270, 810, 2430, ... This sequence has a factor of 3 between each number. The values of a, r and n are: a = 10 (the first term) r = 3 (the "common ratio") n = 4 (we want to sum the first 4 terms) So:
  • 13. Becomes: You can check it yourself: 10 + 30 + 90 + 270 = 400 And, yes, it is easier to just add them in this example, as there are only 4 terms. But imagine adding 50 terms ... then the formula is much easier.
  • 14. Using the Formula Example: Grains of Rice on a Chess Board chess board On the page Binary Digits we give an example of grains of rice on a chess board. The question is asked: When we place rice on a chess board: 1 grain on the first square, 2 grains on the second square, 4 grains on the third and so on, ... ... doubling the grains of rice on each square ... ... how many grains of rice in total?
  • 15. So we have: a = 1 (the first term) r = 2 (doubles each time) n = 64 (64 squares on a chess board) So: Becomes:
  • 16. = (1-264) / (-1) = 264 - 1 = 18.446.744.073.709.551.615 Which was exactly the result we got on the Binary Digits page (thank goodness!) And another example, this time with r less than 1: Example: Add up the first 10 terms of the Geometric Sequence that halves each time: { 1/2, 1/4, 1/8, 1/16, ... } The values of a, r and n are: a = ½ (the first term) r = ½ (halves each time) n = 10 (10 terms to add)
  • 17. So: Becomes: Very close to 1.
  • 18. Why Does the Formula Work? Let's see why the formula works, because we get to use an interesting "trick" which is worth knowing. First, call the whole sum "S": S = a + ar + ar2 + ... + ar(n-2)+ ar(n-1) Next, multiply S by r: S·r = ar + ar2 + ar3 + ... + ar(n-1) + arn Notice that S and S·r are similar? Now subtract them! Proof Wow! All the terms in the middle neatly cancel out.
  • 19. Let's rearrange it to find S: Factor out S and a: S(1−r) = a(1−rn) Divide by (1-r): S = a(1−rn)/(1−r) Which is our formula (ta-da!):
  • 20. Infinite Geometric Series So what happens when n goes to infinity? Well ... when r is less than 1, then rn goes to zero and we get: NOTE: this does not work when r is 1 or more (or less than -1): r must be between (but not including) -1 and 1 and r should not be 0 because we get the sequence {a,0,0,...} which isn't geometric
  • 21. Example: Add up ALL the terms of the Geometric Sequence that halves each time: { 1/2, 1/4, 1/8, 1/16, ... } We have: a = 1/2 (the first term) r = 1/2 (halves each time) And so: • = ½ × 1 / ½ = 1 Yes ... adding (1/2)+(1/4)+(1/8)+... equals exactly 1.
  • 22. • Don't believe me? Just look at this square: • By adding up (1/2)+(1/4)+(1/8)+... • ... we end up with the whole thing!
  • 23. Recurring Decimal On another page we asked "Does 0,999... equal 1?", well, let us see if we can calculate it: Example: Calculate 0,999... We can write a recurring decimal as a sum like this:
  • 24. And now we can use the formula: Yes! 0,999... does equal 1. • So there we have it ... Geometric Sequences (and their sums) can do all sorts of amazing and powerful things. •