SlideShare a Scribd company logo
GOLDEN SECTION METHOD 
SYED RUBAID AHMAD 
SAU/CS(M)/2013/01 
Date : 7-5- 
2014
Contents 
 What is Golden Section Method ? 
 Terminology 
 Working Method 
 Numerical Example 
 Conclusion 
 References
What is Golden Section Method ? 
 Golden Section is a technique to find out the extremum 
(maximum or minimum)of a strictly unimodal function by 
successively narrowing the range of values. 
 This method maintains the function values for triples of points 
whose distances form a Golden ratio , So it’s known as 
Golden Section Method or Golden Ratio Method or 
Golden Mean Method . 
 It is developed by an American statistician Jack Carl Kiefer 
in 1956 . He also developed Fibonacci Search Method .
Terminology 
 Unimodal Function: a function f(x) is a unimodal function if for some 
value m, it is monotonically increasing for x ≤ m and monotonically 
decreasing for x ≥ m. In that case,the maximum value of f(x) is f(m) and 
there are no other local maxima. 
 Interval of Uncertainty: Consider the line search problem to minimize 
θ(λ) subject to a ≤ λ≤ b. Since the exact location of the minimum of θ over 
[a, b] is not known, this interval is called the interval of uncertainty. 
 Golden Ratio:Two quantities are said to be in the golden ratio , if their 
ratio is the same as the rate of their sum to the larger of the two quantities. 
e.g 
a+ b/a = a/ b ≝ φ 
where Greek letter phi(φ) represents Golden ratio . It value is 
φ =(1+√5)/2 =1.6180339887......
Working Method (1 of 2) 
The Golden Section Method for minimizing a unimodel 
Function over interval [ak,bk] : 
Initialization Step : 
Select an allowable final length of uncertainty l > 0 
Let the initial interval of uncertainty be [a1,b1] and let 
λ1= a1 +(1- α)(b1 - a1) and μ1= a1 +α(b1 - a1) , 
where α = 0.618. 
Evaluate θ(λ1) and θ(μ1) , let k= 1 and go to Main Step
Working Method (2 of 2) 
Main Step : 
1.If bk - ak < l , stop ; 
The optimal solution lies in the interval [ak,bk] . 
Otherwise , if θ(λk) > θ(μk) , go to Step 2 and 
If θ(λk) ≤ θ(μk) , go to Step 3 . 
2. Let ak+1 = λk and bk+1 =bk . Furthermore , let λk+1 = μk and let 
μk+1= ak+1+α(bk+1-ak+1) . Evaluate θ(μk+1) and go to Step 4. 
3. Let ak+1 = ak and bk+1 = μk .Furthermore , let μk+1 = λ k and let 
λ k+1= ak+1+(1-α)(bk+1-ak+1) . Evaluate θ(λ k+1) and go to Step 
4. 
4. Replace k by k+1 and go to Step 1
Numerical Example : 
Consider the following Problem : 
Minimize λ² + 2λ 
subject to -3 ≤ λ≤ 5 
Clearly ,The given function to be minimized & its length of initial interval of 
uncertainty is 8 . 
λ1= a1 +(1- α)(b1 - a1) 
λ1 = -3+(1-0.618){5-(-3)}=-3+0.382(8) = 0.056 
μ1= a1 +α(b1 - a1) 
μ1 =-3 +0.618{5-(-3)} = -3 + 0.618(8) = 1.944 
Note that , θ(λ1) < θ(μ1) . The new interval of Uncertainty is [-3,1.944]. 
The Process is repeated & the computations are summarized in Table . 
The value of θ that are computed at each iteration are indicated by asterisk(*)
Table of Computations for Golden 
Section Method 
Iteration 
k 
ak bk λ k μk θ(λk) θ(μk) 
1 -3.000 5.000 0.56 1.944 0.115* 7.667* 
2 -3.000 1.944 -1.112 0.056 -0.987* 0.115 
3 -3.000 0.056 -1.832 -1.112 -0.308* -0.987 
4 -1.832 0.056 -1.112 -0.664 -0.987 -0.887* 
5 -1.832 -0.664 -1.384 -1.112 -0.853* -0.987 
6 -1.384 -0.664 -1.112 -0.936 -0.987 -0.996* 
7 -1.112 -0.664 -0.936 -0.840 -0.996 -0.974* 
8 -1.112 -0.840 -1.016 -0.936 -1.000* -0.996 
9 -1.112 -0.936 
After eight iterations involving 9-observations , the interval of uncertainty is 
[-1.112,-0.936] , so that the minimum can be estimated to be the midpoint 
-1.024 . Note that the true minimums is in fact -1.0
Conclusion 
Golden ratio search is effective in unimodal 
optimization because it results in the least number of 
searches or trials to locate the optimum.Given a unimodal 
object function defined in a starting range [a1,b1],to 
search step-by-step, one condenses the range in which the 
optimal point is located until the width of the range is 
less than the given accuracy to position the location. 
Golden Section search is the use of the golden section 
ratio 0.618, or symmetrically,(1-0.618) =0.382, to 
condense the width of the range in each step.
References 
Website : 
• http://en.wikipedia.org/wiki/Golden_section_search 
• http://en.wikipedia.org/wiki/Golden_ratio 
• http://en.wikipedia.org/wiki/Jack_Kiefer_(mathematician) 
• http://en.wikipedia.org/wiki/Unimodality 
Online Tool used for mathematical formulation : 
• http://math.typeit.org/ 
Books: 
• “Nonlinear Programming: Theory and Algorithms ” by Mokhtar S. Bazar ,Hanif D. Sherali and 
C.M. Shetty Publisher : JohnWilley & Sons Inc. 
• “Operationsns Research An Intoduction –Eight Edition ” by Hamdy A.Taha, 
Publisher : Prentice – Hall of India Private Limited 
Journal : 
• “Using Golden Ratio Search to Improve Paired Construction of Quality ControlCharts” by Xia Pan, 
, Jeffrey E. Jarrett at International Journal of Economics an Management Engineering (IJEME)
Thank you !!!

More Related Content

What's hot

Secant Method
Secant MethodSecant Method
Secant Method
Afraz Khan
 
Bisection theorem proof and convergence analysis
Bisection theorem proof and convergence analysisBisection theorem proof and convergence analysis
Bisection theorem proof and convergence analysis
Hamza Nawaz
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
MalathiNagarajan20
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
Ghulam Mehdi Sahito
 
BISECTION METHOD
BISECTION METHODBISECTION METHOD
Advanced Engineering Mathematics
Advanced Engineering MathematicsAdvanced Engineering Mathematics
Advanced Engineering Mathematics
Mohsen EM
 
Flowchart of GA
Flowchart of GAFlowchart of GA
Flowchart of GA
Ishucs
 
Application of Numerical method in Real Life
Application of Numerical method in Real LifeApplication of Numerical method in Real Life
Application of Numerical method in Real Life
Taqwa It Center
 
Numerical method
Numerical methodNumerical method
Numerical method
Kumar Gaurav
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
Daffodil International University
 
simplex method
simplex methodsimplex method
simplex method
Dronak Sahu
 
Introduction to optimization
Introduction to optimizationIntroduction to optimization
Introduction to optimization
SambandamK1
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and Integration
Meenakshisundaram N
 
Numerical methods and its applications
Numerical methods and its applicationsNumerical methods and its applications
Numerical methods and its applications
HaiderParekh1
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
Mohammad Tawfik
 
weddle's rule
weddle's ruleweddle's rule
weddle's rule
Effa Kiran
 
Numerical method for solving non linear equations
Numerical method for solving non linear equationsNumerical method for solving non linear equations
Numerical method for solving non linear equations
MdHaque78
 
Application of numerical method
Application of numerical methodApplication of numerical method
Application of numerical method
Nayeem Rahman
 
Introduction to optimization Problems
Introduction to optimization ProblemsIntroduction to optimization Problems
Integer programming
Integer programmingInteger programming
Integer programming
Hakeem-Ur- Rehman
 

What's hot (20)

Secant Method
Secant MethodSecant Method
Secant Method
 
Bisection theorem proof and convergence analysis
Bisection theorem proof and convergence analysisBisection theorem proof and convergence analysis
Bisection theorem proof and convergence analysis
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
 
BISECTION METHOD
BISECTION METHODBISECTION METHOD
BISECTION METHOD
 
Advanced Engineering Mathematics
Advanced Engineering MathematicsAdvanced Engineering Mathematics
Advanced Engineering Mathematics
 
Flowchart of GA
Flowchart of GAFlowchart of GA
Flowchart of GA
 
Application of Numerical method in Real Life
Application of Numerical method in Real LifeApplication of Numerical method in Real Life
Application of Numerical method in Real Life
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
simplex method
simplex methodsimplex method
simplex method
 
Introduction to optimization
Introduction to optimizationIntroduction to optimization
Introduction to optimization
 
Numerical Differentiation and Integration
 Numerical Differentiation and Integration Numerical Differentiation and Integration
Numerical Differentiation and Integration
 
Numerical methods and its applications
Numerical methods and its applicationsNumerical methods and its applications
Numerical methods and its applications
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 
weddle's rule
weddle's ruleweddle's rule
weddle's rule
 
Numerical method for solving non linear equations
Numerical method for solving non linear equationsNumerical method for solving non linear equations
Numerical method for solving non linear equations
 
Application of numerical method
Application of numerical methodApplication of numerical method
Application of numerical method
 
Introduction to optimization Problems
Introduction to optimization ProblemsIntroduction to optimization Problems
Introduction to optimization Problems
 
Integer programming
Integer programmingInteger programming
Integer programming
 

Viewers also liked

golden section
golden sectiongolden section
golden section
zubda sajda
 
Golden section
Golden sectionGolden section
Golden section
roger Pitiot
 
Numerical on dichotomous search
Numerical on dichotomous searchNumerical on dichotomous search
Numerical on dichotomous search
Sumita Das
 
Golden ks review board presentation sep 3 version 3
Golden   ks review board presentation sep 3 version 3Golden   ks review board presentation sep 3 version 3
Golden ks review board presentation sep 3 version 3
krgc
 
Art and High School Geometry
Art and High School GeometryArt and High School Geometry
Art and High School Geometry
aweinard
 
Principles of design
Principles of designPrinciples of design
Principles of design
meldigitalarts
 
Golden section
Golden sectionGolden section
Golden section
gkabalar
 
The Golden Section & The Modern Advertising
The Golden Section & The Modern AdvertisingThe Golden Section & The Modern Advertising
The Golden Section & The Modern Advertising
Henri Lotin
 
Golden presentation
Golden presentationGolden presentation
Golden presentation
krgc
 
Estetika Arsitektur
Estetika ArsitekturEstetika Arsitektur
Estetika Arsitektur
Hadi Yanuar Iswanto
 
Segment from golden section
Segment from golden sectionSegment from golden section
Segment from golden section
lauhatkazira
 
Neuro ex
Neuro exNeuro ex
Neuro ex
Cotton On
 
RIGEA GeoLiteracy
RIGEA GeoLiteracyRIGEA GeoLiteracy
RIGEA GeoLiteracy
Seth Dixon
 
Cloud computing pros and cons for computer forensic investigations
Cloud computing pros and cons for computer forensic investigationsCloud computing pros and cons for computer forensic investigations
Cloud computing pros and cons for computer forensic investigations
poojagupta010
 
Vl plantocut 22-sr
Vl plantocut 22-srVl plantocut 22-sr
Vl plantocut 22-sr
tkxkd19
 
Gump
GumpGump
Gump
ooskers
 
Juegos paraolimpicos2016
Juegos paraolimpicos2016Juegos paraolimpicos2016
Juegos paraolimpicos2016
Mónica Lucco Borlera
 
Jscd cpresiwhite
Jscd cpresiwhiteJscd cpresiwhite
Jscd cpresiwhite
ajclinansmith
 

Viewers also liked (20)

golden section
golden sectiongolden section
golden section
 
Golden section
Golden sectionGolden section
Golden section
 
Numerical on dichotomous search
Numerical on dichotomous searchNumerical on dichotomous search
Numerical on dichotomous search
 
Golden ks review board presentation sep 3 version 3
Golden   ks review board presentation sep 3 version 3Golden   ks review board presentation sep 3 version 3
Golden ks review board presentation sep 3 version 3
 
Art and High School Geometry
Art and High School GeometryArt and High School Geometry
Art and High School Geometry
 
Principles of design
Principles of designPrinciples of design
Principles of design
 
Golden section
Golden sectionGolden section
Golden section
 
The Golden Section & The Modern Advertising
The Golden Section & The Modern AdvertisingThe Golden Section & The Modern Advertising
The Golden Section & The Modern Advertising
 
Golden presentation
Golden presentationGolden presentation
Golden presentation
 
Estetika Arsitektur
Estetika ArsitekturEstetika Arsitektur
Estetika Arsitektur
 
Segment from golden section
Segment from golden sectionSegment from golden section
Segment from golden section
 
Neuro ex
Neuro exNeuro ex
Neuro ex
 
Peru ley27314
Peru ley27314Peru ley27314
Peru ley27314
 
RIGEA GeoLiteracy
RIGEA GeoLiteracyRIGEA GeoLiteracy
RIGEA GeoLiteracy
 
Cloud computing pros and cons for computer forensic investigations
Cloud computing pros and cons for computer forensic investigationsCloud computing pros and cons for computer forensic investigations
Cloud computing pros and cons for computer forensic investigations
 
Vl plantocut 22-sr
Vl plantocut 22-srVl plantocut 22-sr
Vl plantocut 22-sr
 
Gump
GumpGump
Gump
 
Juegos paraolimpicos2016
Juegos paraolimpicos2016Juegos paraolimpicos2016
Juegos paraolimpicos2016
 
Yop
YopYop
Yop
 
Jscd cpresiwhite
Jscd cpresiwhiteJscd cpresiwhite
Jscd cpresiwhite
 

Similar to Golden Section method

Single_Variable_Optimization_Part1_Dichotomous_moodle.ppsx
Single_Variable_Optimization_Part1_Dichotomous_moodle.ppsxSingle_Variable_Optimization_Part1_Dichotomous_moodle.ppsx
Single_Variable_Optimization_Part1_Dichotomous_moodle.ppsx
AmerTout
 
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGAScientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Ahmed Gamal Abdel Gawad
 
Case Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdfCase Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdf
ShaistaRiaz4
 
Design and Analysis of Algorithms Lecture Notes
Design and Analysis of Algorithms Lecture NotesDesign and Analysis of Algorithms Lecture Notes
Design and Analysis of Algorithms Lecture Notes
Sreedhar Chowdam
 
Unit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdf
Unit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdfUnit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdf
Unit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdf
yashodamb
 
DS Unit-1.pptx very easy to understand..
DS Unit-1.pptx very easy to understand..DS Unit-1.pptx very easy to understand..
DS Unit-1.pptx very easy to understand..
KarthikeyaLanka1
 
unit-4-dynamic programming
unit-4-dynamic programmingunit-4-dynamic programming
unit-4-dynamic programming
hodcsencet
 
Branch and bounding : Data structures
Branch and bounding : Data structuresBranch and bounding : Data structures
Branch and bounding : Data structures
Kàŕtheek Jåvvàjí
 
8. Hash table
8. Hash table8. Hash table
8. Hash table
Mandeep Singh
 
SURF 2012 Final Report(1)
SURF 2012 Final Report(1)SURF 2012 Final Report(1)
SURF 2012 Final Report(1)
Eric Zhang
 
Ch4-recursion.ppt
Ch4-recursion.pptCh4-recursion.ppt
Ch4-recursion.ppt
BasheerBasheer13
 
Rate of change and tangent lines
Rate of change and tangent linesRate of change and tangent lines
Rate of change and tangent lines
Mrs. Ibtsam Youssef
 
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
TELKOMNIKA JOURNAL
 
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
yaikobdiriba1
 
Chapter 5.pptx
Chapter 5.pptxChapter 5.pptx
Chapter 5.pptx
Tekle12
 
DAA Notes.pdf
DAA Notes.pdfDAA Notes.pdf
DAA Notes.pdf
SauravPawar14
 
Introduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxIntroduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptx
PJS KUMAR
 
Optim_methods.pdf
Optim_methods.pdfOptim_methods.pdf
Optim_methods.pdf
SantiagoGarridoBulln
 
Recursion Algorithms Derivation
Recursion Algorithms DerivationRecursion Algorithms Derivation
Recursion Algorithms Derivation
Rodrigue Tchamna
 
DAA - UNIT 4 - Engineering.pptx
DAA - UNIT 4 - Engineering.pptxDAA - UNIT 4 - Engineering.pptx
DAA - UNIT 4 - Engineering.pptx
vaishnavi339314
 

Similar to Golden Section method (20)

Single_Variable_Optimization_Part1_Dichotomous_moodle.ppsx
Single_Variable_Optimization_Part1_Dichotomous_moodle.ppsxSingle_Variable_Optimization_Part1_Dichotomous_moodle.ppsx
Single_Variable_Optimization_Part1_Dichotomous_moodle.ppsx
 
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGAScientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
Scientific Computing II Numerical Tools & Algorithms - CEI40 - AGA
 
Case Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdfCase Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdf
 
Design and Analysis of Algorithms Lecture Notes
Design and Analysis of Algorithms Lecture NotesDesign and Analysis of Algorithms Lecture Notes
Design and Analysis of Algorithms Lecture Notes
 
Unit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdf
Unit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdfUnit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdf
Unit-3 greedy method, Prim's algorithm, Kruskal's algorithm.pdf
 
DS Unit-1.pptx very easy to understand..
DS Unit-1.pptx very easy to understand..DS Unit-1.pptx very easy to understand..
DS Unit-1.pptx very easy to understand..
 
unit-4-dynamic programming
unit-4-dynamic programmingunit-4-dynamic programming
unit-4-dynamic programming
 
Branch and bounding : Data structures
Branch and bounding : Data structuresBranch and bounding : Data structures
Branch and bounding : Data structures
 
8. Hash table
8. Hash table8. Hash table
8. Hash table
 
SURF 2012 Final Report(1)
SURF 2012 Final Report(1)SURF 2012 Final Report(1)
SURF 2012 Final Report(1)
 
Ch4-recursion.ppt
Ch4-recursion.pptCh4-recursion.ppt
Ch4-recursion.ppt
 
Rate of change and tangent lines
Rate of change and tangent linesRate of change and tangent lines
Rate of change and tangent lines
 
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
 
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
1 Analysis of algorithmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.ppt
 
Chapter 5.pptx
Chapter 5.pptxChapter 5.pptx
Chapter 5.pptx
 
DAA Notes.pdf
DAA Notes.pdfDAA Notes.pdf
DAA Notes.pdf
 
Introduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxIntroduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptx
 
Optim_methods.pdf
Optim_methods.pdfOptim_methods.pdf
Optim_methods.pdf
 
Recursion Algorithms Derivation
Recursion Algorithms DerivationRecursion Algorithms Derivation
Recursion Algorithms Derivation
 
DAA - UNIT 4 - Engineering.pptx
DAA - UNIT 4 - Engineering.pptxDAA - UNIT 4 - Engineering.pptx
DAA - UNIT 4 - Engineering.pptx
 

Recently uploaded

Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
IsmaelVazquez38
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
National Information Standards Organization (NISO)
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 

Recently uploaded (20)

Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 

Golden Section method

  • 1. GOLDEN SECTION METHOD SYED RUBAID AHMAD SAU/CS(M)/2013/01 Date : 7-5- 2014
  • 2. Contents  What is Golden Section Method ?  Terminology  Working Method  Numerical Example  Conclusion  References
  • 3. What is Golden Section Method ?  Golden Section is a technique to find out the extremum (maximum or minimum)of a strictly unimodal function by successively narrowing the range of values.  This method maintains the function values for triples of points whose distances form a Golden ratio , So it’s known as Golden Section Method or Golden Ratio Method or Golden Mean Method .  It is developed by an American statistician Jack Carl Kiefer in 1956 . He also developed Fibonacci Search Method .
  • 4. Terminology  Unimodal Function: a function f(x) is a unimodal function if for some value m, it is monotonically increasing for x ≤ m and monotonically decreasing for x ≥ m. In that case,the maximum value of f(x) is f(m) and there are no other local maxima.  Interval of Uncertainty: Consider the line search problem to minimize θ(λ) subject to a ≤ λ≤ b. Since the exact location of the minimum of θ over [a, b] is not known, this interval is called the interval of uncertainty.  Golden Ratio:Two quantities are said to be in the golden ratio , if their ratio is the same as the rate of their sum to the larger of the two quantities. e.g a+ b/a = a/ b ≝ φ where Greek letter phi(φ) represents Golden ratio . It value is φ =(1+√5)/2 =1.6180339887......
  • 5. Working Method (1 of 2) The Golden Section Method for minimizing a unimodel Function over interval [ak,bk] : Initialization Step : Select an allowable final length of uncertainty l > 0 Let the initial interval of uncertainty be [a1,b1] and let λ1= a1 +(1- α)(b1 - a1) and μ1= a1 +α(b1 - a1) , where α = 0.618. Evaluate θ(λ1) and θ(μ1) , let k= 1 and go to Main Step
  • 6. Working Method (2 of 2) Main Step : 1.If bk - ak < l , stop ; The optimal solution lies in the interval [ak,bk] . Otherwise , if θ(λk) > θ(μk) , go to Step 2 and If θ(λk) ≤ θ(μk) , go to Step 3 . 2. Let ak+1 = λk and bk+1 =bk . Furthermore , let λk+1 = μk and let μk+1= ak+1+α(bk+1-ak+1) . Evaluate θ(μk+1) and go to Step 4. 3. Let ak+1 = ak and bk+1 = μk .Furthermore , let μk+1 = λ k and let λ k+1= ak+1+(1-α)(bk+1-ak+1) . Evaluate θ(λ k+1) and go to Step 4. 4. Replace k by k+1 and go to Step 1
  • 7. Numerical Example : Consider the following Problem : Minimize λ² + 2λ subject to -3 ≤ λ≤ 5 Clearly ,The given function to be minimized & its length of initial interval of uncertainty is 8 . λ1= a1 +(1- α)(b1 - a1) λ1 = -3+(1-0.618){5-(-3)}=-3+0.382(8) = 0.056 μ1= a1 +α(b1 - a1) μ1 =-3 +0.618{5-(-3)} = -3 + 0.618(8) = 1.944 Note that , θ(λ1) < θ(μ1) . The new interval of Uncertainty is [-3,1.944]. The Process is repeated & the computations are summarized in Table . The value of θ that are computed at each iteration are indicated by asterisk(*)
  • 8. Table of Computations for Golden Section Method Iteration k ak bk λ k μk θ(λk) θ(μk) 1 -3.000 5.000 0.56 1.944 0.115* 7.667* 2 -3.000 1.944 -1.112 0.056 -0.987* 0.115 3 -3.000 0.056 -1.832 -1.112 -0.308* -0.987 4 -1.832 0.056 -1.112 -0.664 -0.987 -0.887* 5 -1.832 -0.664 -1.384 -1.112 -0.853* -0.987 6 -1.384 -0.664 -1.112 -0.936 -0.987 -0.996* 7 -1.112 -0.664 -0.936 -0.840 -0.996 -0.974* 8 -1.112 -0.840 -1.016 -0.936 -1.000* -0.996 9 -1.112 -0.936 After eight iterations involving 9-observations , the interval of uncertainty is [-1.112,-0.936] , so that the minimum can be estimated to be the midpoint -1.024 . Note that the true minimums is in fact -1.0
  • 9. Conclusion Golden ratio search is effective in unimodal optimization because it results in the least number of searches or trials to locate the optimum.Given a unimodal object function defined in a starting range [a1,b1],to search step-by-step, one condenses the range in which the optimal point is located until the width of the range is less than the given accuracy to position the location. Golden Section search is the use of the golden section ratio 0.618, or symmetrically,(1-0.618) =0.382, to condense the width of the range in each step.
  • 10. References Website : • http://en.wikipedia.org/wiki/Golden_section_search • http://en.wikipedia.org/wiki/Golden_ratio • http://en.wikipedia.org/wiki/Jack_Kiefer_(mathematician) • http://en.wikipedia.org/wiki/Unimodality Online Tool used for mathematical formulation : • http://math.typeit.org/ Books: • “Nonlinear Programming: Theory and Algorithms ” by Mokhtar S. Bazar ,Hanif D. Sherali and C.M. Shetty Publisher : JohnWilley & Sons Inc. • “Operationsns Research An Intoduction –Eight Edition ” by Hamdy A.Taha, Publisher : Prentice – Hall of India Private Limited Journal : • “Using Golden Ratio Search to Improve Paired Construction of Quality ControlCharts” by Xia Pan, , Jeffrey E. Jarrett at International Journal of Economics an Management Engineering (IJEME)