Optimization Techniques Methods for maximizing or minimizing an objective function Examples...

38
Optimization Techniques • Methods for maximizing or minimizing an objective function • Examples – Consumers maximize utility by purchasing an optimal combination of goods – Firms maximize profit by producing and selling an optimal quantity of goods – Firms minimize their cost of production by using an optimal combination of inputs

Transcript of Optimization Techniques Methods for maximizing or minimizing an objective function Examples...

Page 1: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Optimization Techniques

• Methods for maximizing or minimizing an objective function

• Examples– Consumers maximize utility by purchasing

an optimal combination of goods– Firms maximize profit by producing and

selling an optimal quantity of goods– Firms minimize their cost of production by

using an optimal combination of inputs

Page 2: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

0

50

100

150

200

250

300

0 1 2 3 4 5 6 7

Q

TR

Expressing Economic Relationships

Equations: TR = 100Q - 10Q2

Tables:

Graphs:

Q 0 1 2 3 4 5 6TR 0 90 160 210 240 250 240

Page 3: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Total, Average, andMarginal Cost

Q TC AC MC0 20 - -1 140 140 1202 160 80 203 180 60 204 240 60 605 480 96 240

AC = TC/Q

MC = TC/Q

Page 4: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 5: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 6: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Total, Average, andMarginal Cost

0

60

120

180

240

0 1 2 3 4Q

TC ($)

0

60

120

0 1 2 3 4 Q

AC, MC ($)AC

MC

Page 7: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Profit Maximization

Q TR TC Profit0 0 20 -201 90 140 -502 160 160 03 210 180 304 240 240 05 250 480 -230

Page 8: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 9: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Steps in Optimization

• Define an objective mathematically as a function of one or more choice variables

• Define one or more constraints on the values of the objective function and/or the choice variables

• Determine the values of the choice variables that maximize or minimize the objective function while satisfying all of the constraints

Page 10: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Concept of the Derivative

The derivative of Y with respect to X is equal to the limit of the ratio Y/X as X approaches zero.

0limX

dY Y

dX X

Page 11: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 12: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 13: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Rules of Differentiation

Constant Function Rule: The derivative of a constant, Y = f(X) = a, is zero for all values of a (the constant).

( )Y f X a

0dY

dX

Page 14: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Rules of Differentiation

Power Function Rule: The derivative of a power function, where a and b are constants, is defined as follows.

( ) bY f X aX

1bdYb aX

dX

Page 15: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Rules of Differentiation

Sum-and-Differences Rule: The derivative of the sum or difference of two functions U and V, is defined as follows.

( )U g X ( )V h X

dY dU dV

dX dX dX

Y U V

Page 16: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Rules of Differentiation

Product Rule: The derivative of the product of two functions U and V, is defined as follows.

( )U g X ( )V h X

dY dV dUU V

dX dX dX

Y U V

Page 17: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Rules of Differentiation

Quotient Rule: The derivative of the ratio of two functions U and V, is defined as follows.

( )U g X ( )V h X UY

V

2

dU dVV UdY dX dXdX V

Page 18: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Rules of Differentiation

Chain Rule: The derivative of a function that is a function of X is defined as follows.

( )U g X( )Y f U

dY dY dU

dX dU dX

Page 19: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 20: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Optimization with Calculus

Find X such that dY/dX = 0

Second derivative rules:

If d2Y/dX2 > 0, then X is a minimum.

If d2Y/dX2 < 0, then X is a maximum.

Page 21: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Univariate Optimization

Given objective function Y = f(X)

Find X such that dY/dX = 0

Second derivative rules:

If d2Y/dX2 > 0, then X is a minimum.

If d2Y/dX2 < 0, then X is a maximum.

Page 22: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 1

• Given the following total revenue (TR) function, determine the quantity of output (Q) that will maximize total revenue:

• TR = 100Q – 10Q2

• dTR/dQ = 100 – 20Q = 0

• Q* = 5 and d2TR/dQ2 = -20 < 0

Page 23: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 2

• Given the following total revenue (TR) function, determine the quantity of output (Q) that will maximize total revenue:

• TR = 45Q – 0.5Q2

• dTR/dQ = 45 – Q = 0

• Q* = 45 and d2TR/dQ2 = -1 < 0

Page 24: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 3

• Given the following marginal cost function (MC), determine the quantity of output that will minimize MC:

• MC = 3Q2 – 16Q + 57

• dMC/dQ = 6Q - 16 = 0

• Q* = 2.67 and d2MC/dQ2 = 6 > 0

Page 25: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 4

• Given– TR = 45Q – 0.5Q2

– TC = Q3 – 8Q2 + 57Q + 2

• Determine Q that maximizes profit (π):– π = 45Q – 0.5Q2 – (Q3 – 8Q2 + 57Q + 2)

Page 26: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 4: Solution

• Method 1– dπ/dQ = 45 – Q - 3Q2 + 16Q – 57 = 0– -12 + 15Q - 3Q2 = 0

• Method 2– MR = dTR/dQ = 45 – Q– MC = dTC/dQ = 3Q2 - 16Q + 57 – Set MR = MC: 45 – Q = 3Q2 - 16Q + 57

• Use quadratic formula: Q* = 4

Page 27: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Quadratic Formula

• Write the equation in the following form:aX2 + bX + c = 0

• The solutions have the following form:2b b 4ac

2a

Page 28: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Multivariate Optimization

• Objective function Y = f(X1, X2, ...,Xk)

• Find all Xi such that ∂Y/∂Xi = 0

• Partial derivative:– ∂Y/∂Xi = dY/dXi while all Xj (where j ≠ i) are

held constant

Page 29: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 5

• Determine the values of X and Y that maximize the following profit function:– π = 80X – 2X2 – XY – 3Y2 + 100Y

• Solution– ∂π/∂X = 80 – 4X – Y = 0– ∂π/∂Y = -X – 6Y + 100 = 0– Solve simultaneously– X = 16.52 and Y = 13.92

Page 30: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.
Page 31: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Constrained Optimization

• Substitution Method– Substitute constraints into the objective

function and then maximize the objective function

• Lagrangian Method– Form the Lagrangian function by adding

the Lagrangian variables and constraints to the objective function and then maximize the Lagrangian function

Page 32: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 6

• Use the substitution method to maximize the following profit function:– π = 80X – 2X2 – XY – 3Y2 + 100Y

• Subject to the following constraint:– X + Y = 12

Page 33: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 6: Solution

• Substitute X = 12 – Y into profit:– π = 80(12 – Y) – 2(12 – Y)2 – (12 – Y)Y – 3Y2 + 100Y

– π = – 4Y2 + 56Y + 672

• Solve as univariate function:– dπ/dY = – 8Y + 56 = 0– Y = 7 and X = 5

Page 34: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 7

• Use the Lagrangian method to maximize the following profit function:– π = 80X – 2X2 – XY – 3Y2 + 100Y

• Subject to the following constraint:– X + Y = 12

Page 35: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Example 7: Solution

• Form the Lagrangian function– L = 80X – 2X2 – XY – 3Y2 + 100Y + (X + Y – 12)

• Find the partial derivatives and solve simultaneously– dL/dX = 80 – 4X –Y + = 0– dL/dY = – X – 6Y + 100 + = 0– dL/d = X + Y – 12 = 0

• Solution: X = 5, Y = 7, and = -53

Page 36: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Interpretation of the Lagrangian Multiplier,

• Lambda, , is the derivative of the optimal value of the objective function with respect to the constraint– In Example 7, = -53, so a one-unit

increase in the value of the constraint (from -12 to -11) will cause profit to decrease by approximately 53 units

– Actual decrease is 66.5 units

Page 37: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

New Management Tools

• Benchmarking

• Total Quality Management

• Reengineering

• The Learning Organization

Page 38: Optimization Techniques Methods for maximizing or minimizing an objective function Examples –Consumers maximize utility by purchasing an optimal combination.

Other Management Tools

• Broadbanding

• Direct Business Model

• Networking

• Pricing Power

• Small-World Model

• Virtual Integration

• Virtual Management