Copy of unconstrained and constrained maximization
Copy of unconstrained and constrained maximization
COST(min)
AND
CONSTRAINED
MAXIMISATION
TYPES OF MAXIMIZATION?
Unconstrained Constrained
Maximization Maximization
Unconstrained
Steps
MAXIMIZATION
1)Find the derivative of the function with
respect to x and y, then put it equals to zero
to find the values of x and y points which is
called as stationary points.
Unconstrained maximization is df/dx = 0 - (1)
an optimization technique used df/dy = 0 - (2)
when you want to maximize (or
minimize) a function without any By solving (1) and (2), we have points
restrictions or limitations on the (x, y) -> stationary points
variables. In these problems,
you only need to focus on 2)Second step is to find second order
finding the maximum point of derivative of function with respect to x and y
the function, with no external and xy, then solve the equation AC-B^2.
conditions. 3)Last step is to find the maximum or
minimum value of that function through
extreme value.
Example
Interpretation
The first order derivatives tell about second derivative tells about the
*the direction of the function
whether the function is increasing *Rate of increase or
or decreasing.
decrease whether the
curve is concave up or
concave down at that
point
Constrained Maximisation
•Determinants
•Hessian Matrix
THANKYOU!!