Maxima and Minima

6
Maxima and minima From Wikipedia, the free encyclopedia For other uses, see Maxima (disambiguation), Maximum (disambiguation) and Minimum (disambiguation). For use in statistics, see Maximum (statistics). In mathematical analysis, the maxima and minima (the plural of maximum and minimum) of a function, Local and global maxima and minima for cos(3πx)/ x, 0.1≤ x ≤1.1 known collectively as extrema (the plural of extremum), are the largest and smallest value of the function, ei- ther within a given range (the local or relative extrema) or on the entire domain of a function (the global or absolute extrema). [1][2][3] Pierre de Fermat was one of the first mathematicians to propose a general technique, adequality, for finding the maxima and minima of functions. As defined in set theory, the maximum and minimum of a set are the greatest and least elements in the set, respectively. Unbounded infinite sets, such as the set of real numbers, have no minimum or maximum. 1

description

1. From Wikipedia, the free encyclopedia2. Lexicographical order

Transcript of Maxima and Minima

Page 1: Maxima and Minima

Maxima and minimaFrom Wikipedia, the free encyclopedia

For other uses, see Maxima (disambiguation), Maximum (disambiguation) and Minimum (disambiguation). For usein statistics, see Maximum (statistics).In mathematical analysis, the maxima and minima (the plural of maximum and minimum) of a function,

Local and global maxima and minima for cos(3πx)/ x, 0.1≤ x ≤1.1

known collectively as extrema (the plural of extremum), are the largest and smallest value of the function, ei-ther within a given range (the local or relative extrema) or on the entire domain of a function (the global or absoluteextrema).[1][2][3] Pierre de Fermat was one of the first mathematicians to propose a general technique, adequality, forfinding the maxima and minima of functions.As defined in set theory, themaximum andminimum of a set are the greatest and least elements in the set, respectively.Unbounded infinite sets, such as the set of real numbers, have no minimum or maximum.

1

Page 2: Maxima and Minima

2 3 EXAMPLES

1 Definition

A real-valued function f defined on a domain X has a global (or absolute)maximum point at x∗ if f(x∗) ≥ f(x) forall x in X. Similarly, the function has a global (or absolute)minimum point at x∗ if f(x∗) ≤ f(x) for all x in X. Thevalue of the function at a maximum point is called themaximum value of the function and the value of the functionat a minimum point is called theminimum value of the function.If the domain X is a metric space then f is said to have a local (or relative)maximum point at the point x∗ if thereexists some ε > 0 such that f(x∗) ≥ f(x) for all x in X within distance ε of x∗. Similarly, the function has a localminimum point at x∗ if f(x∗) ≤ f(x) for all x in X within distance ε of x∗. A similar definition can be used when Xis a topological space, since the definition just given can be rephrased in terms of neighbourhoods. Note that a globalmaximum point is always a local maximum point, and similarly for minimum points.In both the global and local cases, the concept of a strict extremum can be defined. For example, x∗ is a strict globalmaximum point if, for all x in X with x ≠ x∗, we have f(x∗) > f(x), and x∗ is a strict local maximum point if thereexists some ε > 0 such that, for all x in X within distance ε of x∗ with x ≠ x∗, we have f(x∗) > f(x). Note that a pointis a strict global maximum point if and only if it is the unique global maximum point, and similarly for minimumpoints.A continuous real-valued function with a compact domain always has a maximum point and a minimum point. Animportant example is a function whose domain is a closed (and bounded) interval of real numbers (see the graphabove).

2 Finding functional maxima and minima

Finding global maxima and minima is the goal of mathematical optimization. If a function is continuous on a closedinterval, then by the extreme value theorem global maxima and minima exist. Furthermore, a global maximum (orminimum) either must be a local maximum (or minimum) in the interior of the domain, or must lie on the boundaryof the domain. So a method of finding a global maximum (or minimum) is to look at all the local maxima (orminima) in the interior, and also look at the maxima (or minima) of the points on the boundary, and take the largest(or smallest) one.Local extrema of differentiable functions can be found by Fermat’s theorem, which states that they must occur atcritical points. One can distinguish whether a critical point is a local maximum or local minimum by using the firstderivative test, second derivative test, or higher-order derivative test, given sufficient differentiability.For any function that is defined piecewise, one finds amaximum (orminimum) by finding themaximum (orminimum)of each piece separately, and then seeing which one is largest (or smallest).

3 Examples

• The function x2 has a unique global minimum at x = 0.

• The function x3 has no global minima or maxima. Although the first derivative (3x2) is 0 at x = 0, this is aninflection point.

• The function x√x has a unique global maximum at x = e. (See figure at right)

• The function x-x has a unique global maximum over the positive real numbers at x = 1/e.

• The function x3/3 − x has first derivative x2 − 1 and second derivative 2x. Setting the first derivative to 0 andsolving for x gives stationary points at −1 and +1. From the sign of the second derivative we can see that −1 isa local maximum and +1 is a local minimum. Note that this function has no global maximum or minimum.

• The function |x| has a global minimum at x = 0 that cannot be found by taking derivatives, because the derivativedoes not exist at x = 0.

• The function cos(x) has infinitely many global maxima at 0, ±2π, ±4π, …, and infinitely many global minimaat ±π, ±3π, ….

• The function 2 cos(x) − x has infinitely many local maxima and minima, but no global maximum or minimum.

Page 3: Maxima and Minima

3

0 1 2 3 4 5 e

0.5

1.0

1.5

The global maximum of x√x occurs at x = e.

• The function cos(3πx)/x with 0.1 ≤ x ≤ 1.1 has a global maximum at x = 0.1 (a boundary), a global minimumnear x = 0.3, a local maximum near x = 0.6, and a local minimum near x = 1.0. (See figure at top of page.)

• The function x3 + 3x2 − 2x + 1 defined over the closed interval (segment) [−4,2] has a local maximum at x =−1−√15⁄3, a local minimum at x = −1+√15⁄3, a global maximum at x = 2 and a global minimum at x = −4.

4 Functions of more than one variable

Main article: Second partial derivative testFor functions of more than one variable, similar conditions apply. For example, in the (enlargeable) figure at the right,the necessary conditions for a localmaximum are similar to those of a function with only one variable. The first partialderivatives as to z (the variable to be maximized) are zero at the maximum (the glowing dot on top in the figure).The second partial derivatives are negative. These are only necessary, not sufficient, conditions for a local maximumbecause of the possibility of a saddle point. For use of these conditions to solve for a maximum, the function z mustalso be differentiable throughout. The second partial derivative test can help classify the point as a relative maximumor relative minimum. In contrast, there are substantial differences between functions of one variable and functionsof more than one variable in the identification of global extrema. For example, if a bounded differentiable functionf defined on a closed interval in the real line has a single critical point, which is a local minimum, then it is also aglobal minimum (use the intermediate value theorem and Rolle’s theorem to prove this by reductio ad absurdum). Intwo and more dimensions, this argument fails, as the function

Page 4: Maxima and Minima

4 6 IN RELATION TO SETS

Peano surface, a counterexample to some criteria of local maxima of the 19th century

f(x, y) = x2 + y2(1− x)3, x, y ∈ R,

shows. Its only critical point is at (0,0), which is a local minimum with ƒ(0,0) = 0. However, it cannot be a globalone, because ƒ(2,3) = −5.

5 Maxima or minima of a functional

If the domain of a function for which an extremum is to be found consists itself of functions, i.e. if an extremum isto be found of a functional, the extremum is found using the calculus of variations.

6 In relation to sets

Maxima and minima can also be defined for sets. In general, if an ordered set S has a greatest element m, m is amaximal element. Furthermore, if S is a subset of an ordered set T and m is the greatest element of S with respect toorder induced by T, m is a least upper bound of S in T. The similar result holds for least element, minimal elementand greatest lower bound.In the case of a general partial order, the least element (smaller than all other) should not be confused with aminimalelement (nothing is smaller). Likewise, a greatest element of a partially ordered set (poset) is an upper bound ofthe set which is contained within the set, whereas amaximal element m of a poset A is an element of A such that ifm ≤ b (for any b in A) then m = b. Any least element or greatest element of a poset is unique, but a poset can haveseveral minimal or maximal elements. If a poset has more than one maximal element, then these elements will notbe mutually comparable.

Page 5: Maxima and Minima

5

In a totally ordered set, or chain, all elements are mutually comparable, so such a set can have at most one minimalelement and at most one maximal element. Then, due to mutual comparability, the minimal element will also be theleast element and the maximal element will also be the greatest element. Thus in a totally ordered set we can simplyuse the terms minimum and maximum. If a chain is finite then it will always have a maximum and a minimum. Ifa chain is infinite then it need not have a maximum or a minimum. For example, the set of natural numbers has nomaximum, though it has a minimum. If an infinite chain S is bounded, then the closure Cl(S) of the set occasionallyhas a minimum and a maximum, in such case they are called the greatest lower bound and the least upper boundof the set S, respectively.

7 See also• Derivative test

• Limit superior and limit inferior

• Mechanical equilibrium

• Sample maximum and minimum

• Saddle point

8 References[1] Stewart, James (2008). Calculus: Early Transcendentals (6th ed.). Brooks/Cole. ISBN 0-495-01166-5.

[2] Larson, Ron; Edwards, Bruce H. (2009). Calculus (9th ed.). Brooks/Cole. ISBN 0-547-16702-4.

[3] Thomas, George B.; Weir, Maurice D.; Hass, Joel (2010). Thomas’ Calculus: Early Transcendentals (12th ed.). Addison-Wesley. ISBN 0-321-58876-2.

9 External links• Maxima and Minima From MathWorld—AWolfram Web Resource.

• Thomas Simpson’s work on Maxima and Minima at Convergence

• Application of Maxima and Minima with sub pages of solved problems

Page 6: Maxima and Minima

6 10 TEXT AND IMAGE SOURCES, CONTRIBUTORS, AND LICENSES

10 Text and image sources, contributors, and licenses

10.1 Text• Maxima andminima Source: https://en.wikipedia.org/wiki/Maxima_and_minima?oldid=681823537Contributors: Patrick, Julesd, Dpol,

Andres, Ideyal, Charles Matthews, Populus, Robbot, Xanzzibar, Tobias Bergemann, Giftlite, MathKnight, Chinasaur, Jason Quinn,Elektron, Gscshoyru, Abdull, Discospinster, Hydrox, Sam Derbyshire, Paul August, Spoon!, JavOs, Tsirel, OoberMick, Danski14,Arthena, Sligocki, Olegalexandrov, Dirac1933, Kusma, Oleg Alexandrov, Jak86, Mindmatrix, Gimboid13, Grammarbot, Salix alba,YurikBot, RussBot, Hede2000, KSmrq, Schmock, Zzuuzz, Finell, Maksim-e~enwiki, Verne Equinox, Comfortably Paranoid, Jprg1966,Nbarth, DaveRusin, Cronholm144, Jim.belk, 16@r, Loadmaster, Thomasmeeks, MarsRover, Cydebot, Szoltys, Thijs!bot, Nick Number,Salgueiro~enwiki, JackSparrow Ninja, JAnDbot, Ricardo sandoval, .anacondabot, Ciaccona, David Eppstein, Nono64, J.delanoy, Fyl-wind, Jmufti, BB-Froggy, L P Meissner, Red Act, A4bot, Anonymous Dissident, Busway, Jane Fairfax, PaulTanenbaum, Steve Check-oway, AlleborgoBot, Logan, EJF, SieBot, Jim77742, Matthew Yeager, Jimthing, Paolo.dL, Anchor Link Bot, Randomblue, Nic bor,Marino-slo, Jalanpalmer, Alexbot, Alexey Muranov, Forbes72, Hm29168, Addbot, LinkFA-Bot, Numbo3-bot, OlEnglish, Luckas-bot,Yobot, 9258fahsflkh917fas, DSisyphBot, NeuroE, Isheden, Oscarjquintana, FrescoBot, D'ohBot, Robo37, Tkuvho, ToematoeAdmn,Wikipelli, Fæ, MaximumMichael, ClueBot NG, Joel B. Lewis, UAwiki, NotWith, Cliff12345, Dexbot, Gif-unrelated, Pagerank980,Udocurb, Vaibhav9975, Sdventura41 and Anonymous: 81

10.2 Images• File:Extrema_example_original.svg Source: https://upload.wikimedia.org/wikipedia/commons/6/68/Extrema_example_original.svgLicense: GFDL 1.2 Contributors: http://commons.wikimedia.org/wiki/File:Extrema_example.svg Original artist: KSmrq

• File:MaximumCounterexample.png Source: https://upload.wikimedia.org/wikipedia/en/9/95/MaximumCounterexample.pngLicense:Cc-by-sa-3.0 Contributors: ? Original artist: ?

• File:MaximumParaboloid.png Source: https://upload.wikimedia.org/wikipedia/commons/6/62/MaximumParaboloid.pngLicense: CC-BY-SA-3.0 Contributors: Transferred from en.wikipedia to Commons by Enen using CommonsHelper. Original artist: The originaluploader was Sam Derbyshire at English Wikipedia

• File:Mergefrom.svg Source: https://upload.wikimedia.org/wikipedia/commons/0/0f/Mergefrom.svg License: Public domain Contribu-tors: ? Original artist: ?

• File:Modell_einer_Peanoschen_Fläche_-Schilling_XLIX,_1-.jpg Source: https://upload.wikimedia.org/wikipedia/commons/2/23/Modell_einer_Peanoschen_Fl%C3%A4che_-Schilling_XLIX%2C_1-.jpg License: CC BY-SA 3.0 Contributors: universitaetssammlun-gen.de Original artist: Oliver Zauzig

• File:Wiktionary-logo-en.svg Source: https://upload.wikimedia.org/wikipedia/commons/f/f8/Wiktionary-logo-en.svg License: Publicdomain Contributors: Vector version of Image:Wiktionary-logo-en.png. Original artist: Vectorized by Fvasconcellos (talk · contribs),based on original logo tossed together by Brion Vibber

• File:Xth_root_of_x.svg Source: https://upload.wikimedia.org/wikipedia/commons/d/df/Xth_root_of_x.svgLicense: Public domainCon-tributors: Own work Original artist: Jalanpalmer

10.3 Content license• Creative Commons Attribution-Share Alike 3.0