Convex and Concave Functions

Slides:



Advertisements
Similar presentations
Introducción a la Optimización de procesos químicos. Curso 2005/2006 BASIC CONCEPTS IN OPTIMIZATION: PART II: Continuous & Unconstrained Important concepts.
Advertisements

APPENDIX A: REVIEW OF LINEAR ALGEBRA APPENDIX B: CONVEX AND CONCAVE FUNCTIONS V. Sree Krishna Chaitanya 3 rd year PhD student Advisor: Professor Biswanath.
Lecture 8 – Nonlinear Programming Models Topics General formulations Local vs. global solutions Solution characteristics Convexity and convex programming.
D Nagesh Kumar, IIScOptimization Methods: M2L2 1 Optimization using Calculus Convexity and Concavity of Functions of One and Two Variables.
Economics 2301 Lecture 31 Univariate Optimization.
Completing the square Expressing a quadratic function in the form:
Properties of Functions Section 1.6. Even functions f(-x) = f(x) Graph is symmetric with respect to the y-axis.
Economics 214 Lecture 8 Introduction to Functions Cont.
MAE 552 – Heuristic Optimization Lecture 1 January 23, 2002.
D Nagesh Kumar, IIScOptimization Methods: M2L5 1 Optimization using Calculus Kuhn-Tucker Conditions.
Finding a free maximum Derivatives and extreme points Using second derivatives to identify a maximum/minimum.
ECON 1150, Spring 2013 Lecture 3: Optimization: One Choice Variable Necessary conditions Sufficient conditions Reference: Jacques, Chapter 4 Sydsaeter.
D Nagesh Kumar, IIScOptimization Methods: M2L3 1 Optimization using Calculus Optimization of Functions of Multiple Variables: Unconstrained Optimization.
Square Roots a is a square root of b if and only if Example 1
Square Roots a is a square root of b if and only if Example 1 3 is a square root of 9, since - 3 is also a square root of 9, since Thus, 9 has two square.
1 Example 2 Sketch the graph of the function Solution Observe that g is an even function, and hence its graph is symmetric with respect to the y-axis.
Symmetry of Functions Even, Odd, or Neither?. Even Functions All exponents are even. May contain a constant. f(x) = f(-x) Symmetric about the y-axis.
1 Example 1 Sketch the graph of the function f(x) = x 3 -3x 2 -45x+47. Solution I. Intercepts The x-intercepts are the solutions to 0= f(x) = x 3 -3x 2.
f /(x) = 6x2 – 6x – 12 = 6(x2 – x – 2) = 6(x-2)(x+1).
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Section 3.3 Properties of Functions.
1 f ’’(x) > 0 for all x in I f(x) concave Up Concavity Test Sec 4.3: Concavity and the Second Derivative Test the curve lies above the tangentsthe curve.
76.8 – Average Rate of Change = = -9 = – Average Rate of Change = = -9 =
Section 1.3 – More on Functions. On the interval [-10, -5]: The maximum value is 9. The minimum value is – and –6 are zeroes of the function.
Graphing. 1. Domain 2. Intercepts 3. Asymptotes 4. Symmetry 5. First Derivative 6. Second Derivative 7. Graph.
Nonlinear Programming Models
7. Concavity and convexity
AEB 6184 – Mitscherlich- Baule Production Function and McFadden Cost Function Elluminate - 13.
Nonlinear Programming I Li Xiaolei. Introductory concepts A general nonlinear programming problem (NLP) can be expressed as follows: objective function.
(iii) Lagrange Multipliers and Kuhn-tucker Conditions D Nagesh Kumar, IISc Introduction to Optimization Water Resources Systems Planning and Management:
Optimality Conditions for Unconstrained optimization One dimensional optimization –Necessary and sufficient conditions Multidimensional optimization –Classification.
Performance Surfaces.
1 Example 3 Sketch the graph of the function Solution Observe that h is an odd function, and its graph is symmetric with respect to the origin. I. Intercepts.
D Nagesh Kumar, IISc Water Resources Systems Planning and Management: M2L2 Introduction to Optimization (ii) Constrained and Unconstrained Optimization.
First derivative: is positive Curve is rising. is negative Curve is falling. is zero Possible local maximum or minimum. Second derivative: is positive.
Properties of Functions
Objective: To determine the end behavior of polynomial functions
L6 Optimal Design concepts pt B
Increasing and Decreasing Functions
Part (a) In the table, we see that the 1st derivative goes from positive to negative at x=2. Therefore, we know that f(x) has a relative maximum there.
3.3 Increasing and Decreasing Functions and the First Derivative Test
Computational Optimization
Extreme Values of Functions
Concavity.
Lecture 8 – Nonlinear Programming Models
Mathematical Economics
“Graphing Square Root Functions”
Unconstrained and Constrained Optimization
1. Problem Formulation.
Concavity and Second Derivative Test
Quadratic Forms and Objective functions with two or more variables
1 2 Sec 4.3: Concavity and the Second Derivative Test
Application of Derivative in Analyzing the Properties of Functions
MATH 1311 Section 1.3.
Matrices Introduction.
Date Library of Functions
Outline Unconstrained Optimization Functions of One Variable
Section 2.3 – Analyzing Graphs of Functions
Section 4.4 – Analyzing Graphs of Functions
Introduction to Functions
MATH 1311 Section 1.3.
MATH 1310 Section 3.5.
X y y = x2 - 3x Solutions of y = x2 - 3x y x –1 5 –2 –3 6 y = x2-3x.
Performance Surfaces.
1 2 Sec4.3: HOW DERIVATIVES AFFECT THE SHAPE OF A GRAPH
Critical Points, Local Max/Min
 .
MATH 1310 Section 3.5.
Properties of Functions
8/7/2019 Berhanu G (Dr) 1 Chapter 3 Convex Functions and Separation Theorems In this chapter we focus mainly on Convex functions and their properties in.
L7 Optimal Design concepts pt C
Presentation transcript:

Convex and Concave Functions • How to determine if a function f(x1, x2,… xn)is convex or concave • Use the Hessian matrix and determine principal minors Note: H will always be a square symmetric matrix

Convex and Concave Functions Example: [ 4 ] = 4 H1 = 4 0 0 6 4 0 0 0 6 0 0 0 8 H2 = = 24 4 0 0 0 6 0 0 0 8 H = H3 = = 192

Convex and Concave Functions Example: f(x) = 2x12 + 3x22 +4x32 - 8x1 - 12x2 - 24x3 +110 H1 = 4 H2 = 24 H3 = 192 • If all leading principal minors of H are nonnegative f(x) is convex • If all leading principal minors of H are positive f(x) is strictly convex •• Therefore, f(x) is a strictly convex function (i.e. a local minimum will be a global minimum) Example: f(x) = x12 - x22 + x32 + 2x1x3 + x1x2 Is f(x) convex or concave? or neither?

Convex and Concave Functions Example: f(x) = x12 - x22 + x32 + 2x1x3 + x1x2 2 1 2 1 -2 0 2 0 2 H1 = 2 H2 = - 5 H3 = - 2 H = • If the kth leading principal minors of H has the same sign as (-1)k ,, then f(x) is strictly concave (in which case a local maximum will be a global maximum). • If the kth leading principal minors of H has the same sign as (-1)k ,, or zero, f(x) is concave. •• Therefore, f(x) is neither convex nor concave

My work- Continues

My work- Continues

My work- Continues

My work- Continues

My work- Continues