1 / 28

Finding the Minimum Using Newton’s Method

Finding the Minimum Using Newton’s Method. Lecture I. Many problems encountered in agricultural and applied economics are posed as optimization problems.

caitlin
Download Presentation

Finding the Minimum Using Newton’s Method

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Finding the Minimum Using Newton’s Method Lecture I

  2. Many problems encountered in agricultural and applied economics are posed as optimization problems. • The basic economic problem implies optimization: Economics is the study of the allocation of scarce resources across unlimited and competing human wants and desires.

  3. We generally assume that individuals allocate their income to maximize utility while firms allocate inputs to produce output in a way that maximized profit. • At a somewhat more applied level most of our econometric tools also imply some form of optimization of parameters based on an objective function

  4. Closed-Form Solutions • In the classroom many of our optimization problems yield closed-form solutions. • If the primal production function can be expressed as a quadratic function of inputs, the optimizing behavior can be determined as linear functions of the relative input prices.

  5. Closed Form Solution of the Primal Production Problem

  6. However, the set of all functions with closed form solutions is a subset of feasible functions. • Thus, limiting the set of functions to those functions with closed form solutions may unduly limit the production functions considered.

  7. Fourier Production Function

  8. My contention is that a simple closed form as presented in Equation 1 no longer exists. • The question then becomes: Can we use this specification to derive useful information about economic optimizing behavior? • The answer is obviously yes (you are leading the witness).

  9. Let us start by positing that a series of steps could be used to solve the general optimization problem

  10. Finding a Univariate Minimum • Finding the Univariate Minimum (Algorithm1.ma) • Finding a minimum of a simple univariate quadratic is trivial given the conditions we developed in the previous section

  11. In addition, straightforward transformations add little additional complexity

  12. One possibility for a more complex function is

  13. Thus, these functions have discontinuities at some points in their range. If we restrict the search to points where x is greater than -10.0, then the function is defined at all points

  14. The method of bisection involves shrinking an interval known to contain the zero of the derivative. • Starting with an interval of [-8, 20]. The bisection of that interval is 6. At 6 the value of the derivative is 2.882. • Thus, the subinterval [6,20] can be excluded from the search and the new interval becomes [-8,6].

  15. Solving Using Bisection

  16. Newton’s Method • Newton’s Method • The theoretical foundation of Newton’s method involves inscribing triangles inside the function. Mathematically

  17. f(x) x

  18. Finding Multivariate Maximum • Finding the Multivariate Maximum (Algorithm2.ma) • The basic difference between univariate and multivariate optimization is that we want to solve for the x that simultaneously make a system of equations equal to zero.

  19. Appealing again to the second order Taylor series expansion

  20. A simple problem with a Cobb-Douglas utility function

  21. Starting with x=(1,1,1)

More Related