Numerical Methods Golden Section Search Method - Example

Slides:



Advertisements
Similar presentations
Numerical Methods Fourier Transform Pair Part: Frequency and Time Domain
Advertisements

EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
ESE Einführung in Software Engineering N. XXX Prof. O. Nierstrasz Fall Semester 2009.
ESE Einführung in Software Engineering X. CHAPTER Prof. O. Nierstrasz Wintersemester 2005 / 2006.
Metamodeling Seminar X. CHAPTER Prof. O. Nierstrasz Spring Semester 2008.
ESE Einführung in Software Engineering X. CHAPTER Prof. O. Nierstrasz Wintersemester 2005 / 2006.
N. XXX Prof. O. Nierstrasz Thanks to Jens Palsberg and Tony Hosking for their kind permission to reuse and adapt the CS132 and CS502 lecture notes.
EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
OORPT Object-Oriented Reengineering Patterns and Techniques X. CHAPTER Prof. O. Nierstrasz.
CP — Concurrent Programming X. CHAPTER Prof. O. Nierstrasz Wintersemester 2005 / 2006.
12. eToys. © O. Nierstrasz PS — eToys 12.2 Denotational Semantics Overview:  … References:  …
SWOT Analysis Strengths Weaknesses SWOT Opportunities Threats.
Numerical Methods Newton’s Method for One - Dimensional Optimization - Theory
Numerical Methods Golden Section Search Method - Theory
Numerical Methods Discrete Fourier Transform Part: Discrete Fourier Transform
Elliptic Partial Differential Equations - Introduction
© Copyright Showeet.com I NSERT YOUR TITLE HERE. © Copyright Showeet.com Insert Your Title Here 2 Master text styles –Second level Third level –Fourth.
Leveraging the National Cyberinfrastructure for Top Down Mass Spectrometry Richard LeDuc.
Numerical Methods Part: Cholesky and Decomposition
Numerical Methods Part: Simpson Rule For Integration.
Numerical Methods Fast Fourier Transform Part: Informal Development of Fast Fourier Transform
©2013 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
5/31/ Multi Dimensional Direct Search Methods Major: All Engineering Majors Authors: Autar Kaw, Ali Yalcin
Numerical Methods Multi Dimensional Direct Search Methods - Theory
© 2015 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
Numerical Methods Fast Fourier Transform Part: Theoretical Development of Fast Fourier Transform
Numerical Methods Continuous Fourier Series Part: Continuous Fourier Series
11/17/ Introduction to Partial Differential Equations Transforming Numerical.
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
© 2014 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
©2013 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Your logo here Click to edit Master title style. Insert your slogan here 2 Master text styles –Second level Third level –Fourth level »Fifth level Customize.
Numerical Methods Newton’s Method for One - Dimensional Optimization - Theory
Design of Everyday Things Part 2: Useful Designs? Lecture /slide deck produced by Saul Greenberg, University of Calgary, Canada Images from:
© 2014 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
S W O T SWOT Analysis HELPFUL HARMFUL To achieving the objectives
Numerical Methods Multidimensional Gradient Methods in Optimization- Theory
1/30/ Elliptic Partial Differential Equations – Lieberman Method – Part 1 of 2 Elliptic Partial Differential.
EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
© 2014 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
2/13/ Elliptic Partial Differential Equations - Introduction Transforming.
©2013 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Images of pesticides By: Leslie London, University of Cape Town This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5.
2/24/ Golden Section Search Method Major: All Engineering Majors Authors: Autar Kaw, Ali Yalcin
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
Insert the title of your presentation here Insert the subtitle of your presentation here.
Numerical Methods Multidimensional Gradient Methods in Optimization- Example
EngageNY.org ©2012 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
© 2015 Core Knowledge Foundation. This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 3.0 Unported License.
Sketching Vocabulary Chapter 3.4 in Sketching User Experiences: The Workbook Drawing objects, people, and their activities.
Technological Design VS Engineering Design
Methodology Overview 2 basics in user studies Lecture /slide deck produced by Saul Greenberg, University of Calgary, Canada Notice: some material in this.
Morning Reflections / Today’s objectives
Numerical Methods Multi Dimensional Direct Search Methods - Example
Discussion and Conclusion
Numerical Methods Part: Cholesky and Decomposition
Introduction to electronic resources management
CEEDAR-IRIS Cross State Convening
Pre and post workshop assessments
E-resource evaluation tips
FOTW Worksheet Slides Christopher Penn, Financial Aid Podcast Student Loan Network.
Elliptic Partial Differential Equations – Direct Method
Grammatik: Das ist ein …
Ja / Doch Sven Koerber-Abe, 2013.
GE-McKinsey 9-Box Matrix
Elliptic Partial Differential Equations – Gauss-Seidel Method
Numerical Methods Newton’s Method for One -Dimensional Optimization - Example
This material is based upon work supported by the National Science Foundation under Grant #XXXXXX. Any opinions, findings, and conclusions or recommendations.
Electronic resources in Rongo University college
Presentation transcript:

Numerical Methods Golden Section Search Method - Example http://nm

For more details on this topic Go to http://nm.mathforcollege.com Click on Keyword Click on Golden Section Search Method

You are free to Share – to copy, distribute, display and perform the work to Remix – to make derivative works

Under the following conditions Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Noncommercial — You may not use this work for commercial purposes. Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Example . 2 2   2 The cross-sectional area A of a gutter with equal base and edge length of 2 is given by (trapezoidal area): Find the angle  which maximizes the cross-sectional area of the gutter. Using an initial interval of find the solution after 2 iterations. Convergence achieved if “ interval length ” is within http://nm.mathforcollege.com

Solution The function to be maximized is Iteration 1: Given the values for the boundaries of we can calculate the initial intermediate points as follows: XL=X2 X2=X1 Xu X2 XL X1 Xu f2 f1 X1=? http://nm.mathforcollege.com

Solution Cont To check the stopping criteria the difference between and is calculated to be http://nm.mathforcollege.com

Solution Cont Iteration 2 XL X2 Xu X1 http://nm.mathforcollege.com

Theoretical Solution and Convergence Iteration xl xu x1 x2 f(x1) f(x2)  1 0.0000 1.5714 0.9712 0.6002 5.1657 4.1238 2 1.2005 5.0784 3 0.8295 4.9426 4 1.0588 5.1955 0.3710 5 1.1129 5.1740 0.2293 6 1.0253 5.1937 0.1417 7 1.0794 5.1908 0.0876 8 1.0460 5.1961 0.0541 9 1.0381 5.1957 0.0334 The theoretically optimal solution to the problem happens at exactly 60 degrees which is 1.0472 radians and gives a maximum cross-sectional area of 5.1962. http://nm.mathforcollege.com

The End http://nm.mathforcollege.com

Acknowledgement This instructional power point brought to you by Numerical Methods for STEM undergraduate http://nm.mathforcollege.com Committed to bringing numerical methods to the undergraduate

For instructional videos on other topics, go to http://nm.mathforcollege.com This material is based upon work supported by the National Science Foundation under Grant # 0717624. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

The End - Really