maths.freeMultivariable Calculus › Derivatives in many variables › Lagrange multiplier

Lagrange multiplier

In mathematical optimization, the method of Lagrange multipliers is a strategy for finding the local maxima and minima of a function subject to equation constraints (i.e., subject to the condition that one or more…

Lagrange multiplier

In mathematical optimization, the method of Lagrange multipliers is a strategy for finding the local maxima and minima of a function subject to equation constraints (i.e., subject to the condition that one or more equations have to be satisfied exactly by the chosen values of the variables). It is named after the mathematician Joseph-Louis Lagrange.

Summary and rationale

The basic idea is to convert a constrained problem into a form such that the derivative test of an unconstrained problem can still be applied. The relationship between the gradient of the function and gradients of the constraints rather naturally leads to a reformulation of the original problem, known as the Lagrangian function or Lagrangian. In the general case, the Lagrangian is defined as

\[\mathcal{L}(x, \lambda) \equiv f(x) + \langle \lambda, g(x)\rangle\]

for functions \(f, g\); the notation \(\langle \cdot, \cdot \rangle\) denotes an inner product. The value \(\lambda\) is called the Lagrange multiplier.

In simple cases, where the inner product is defined as the dot product, the Lagrangian is

\[\mathcal{L}(x, \lambda) \equiv f(x) + \lambda\cdot g(x)\]

The method can be summarized as follows: in order to find the maximum or minimum of a function \(f\) subject to the equality constraint \(g(x) = 0\), find the stationary points of \(\mathcal{L}\) considered as a function of \(x\) and the Lagrange multiplier \(\lambda ~\). This means that all partial derivatives should be zero, including the partial derivative with respect to \(\lambda ~\).

\(\frac{ \partial \mathcal{L} }{\partial x} = 0\)   and   \(\frac{\ \partial \mathcal{L}\ }{\partial \lambda} = 0\ ;\)

or equivalently

\(\frac{ \partial f(x) }{\partial x} + \lambda\cdot \frac{ \partial g(x) }{\partial x} = 0\)   and  \(g(x) = 0 ~.\)

Condensed: the full section is in Wikipedia.

Statement

The following is known as the Lagrange multiplier theorem.

Let \(f\colon\mathbb{R}^n \to \mathbb{R}\) be the objective function and let \(g\colon\mathbb{R}^n \to \mathbb{R}^c\) be the constraints function, both belonging to \(C^1\) (that is, having continuous first derivatives). Consider the following constrained optimization problem:

\[\begin{align} & \text{maximize } f(x) \\ & \text{subject to: } g(x) = 0 \end{align}\]

Let \(x_\star\) be an optimal solution to the above optimization problem such that, for the matrix of partial derivatives \(\left[ \operatorname{D}g(x_\star) \right]_{j,k} = \frac{\ \partial g_j\ }{\partial x_k}\), \(\operatorname{rank} (\operatorname{D}g(x_\star)) = c \le n\): Then there exists a unique Lagrange multiplier \(\lambda_\star \in \mathbb{R}^c\) such that \(\operatorname{D}f(x_\star) = \lambda_\star^{\mathsf{T}}\operatorname{D}g(x_\star) ~.\) (In this equation, \(\lambda_\star\) is a column vector, so its transpose \(\lambda_\star^{\mathsf{T}}\) is a row vector. Alternatively, we can redefine the Lagrange multiplier directly as a row vector and thus avoid the transposition.)

The Lagrange multiplier theorem states that at any local maximum (or minimum) of the function evaluated under the equality constraints, if constraint qualification applies (explained below), then the gradient of the function (at that point) can be expressed as a linear combination of the gradients of the constraints (at that point), with the Lagrange multipliers acting as coefficients. This is equivalent to saying that any direction perpendicular to all gradients of the constraints is also perpendicular to the gradient of the function. Or still, saying that the directional derivative of the function is 0 in every feasible direction.

Single constraint

For the case of only one constraint and only two choice variables (as exemplified in Figure 1), consider the optimization problem \[\begin{aligned} \underset{x,y}{\text{maximize}} \quad& f(x,y) \\ \text{subject to}\quad& g(x,y) = 0. \end{aligned}\] (Sometimes an additive constant is shown separately rather than being included in \(g\), in which case the constraint is written \(g(x,y) = c ,\) as in Figure 1.) We assume that both \(f\) and \(g\) have continuous first partial derivatives. We introduce a new variable (\(\lambda\)) called a Lagrange multiplier (or Lagrange undetermined multiplier) and study the Lagrange function (or Lagrangian or Lagrangian expression) defined by \[\mathcal{L}(x,y,\lambda) = f(x,y) + \lambda\cdot g(x,y),\] where the \(\lambda\) term may be either added or subtracted. If \(f(x_0, y_0)\) is a maximum of \(f(x,y)\) for the original constrained problem and \(\nabla g(x_0,y_0) \ne 0 ,\) then there exists \(\lambda_0\) such that (\(x_0, y_0, \lambda_0\)) is a stationary point for the Lagrange function (stationary points are those points where the first partial derivatives of \(\mathcal{L}\) are zero). The assumption \(\nabla g \ne 0\) is called constraint qualification. However, not all stationary points yield a solution of the original problem, as the method of Lagrange multipliers yields only a necessary condition for optimality in constrained problems. Sufficient conditions for a minimum or maximum also exist, but if a particular candidate solution satisfies the sufficient conditions, it is only guaranteed that that solution is the best one locally, that is, it is better than any permissible nearby points. The global optimum can be found by comparing the values of the original objective function at the points satisfying the necessary and locally sufficient conditions.

The method of Lagrange multipliers relies on the intuition that at a maximum, f(x, y) cannot be increasing in the direction of any such neighboring point that also has g = 0. If it were, we could walk along g = 0 to get higher, meaning that the starting point wasn't actually the maximum. Viewed in this way, it is an exact analogue to testing if the derivative of an unconstrained function is 0, that is, we are verifying that the directional derivative is 0 in any relevant (viable) direction.

We can visualize contours of f given by f(x, y) = d for various values of d, and the contour of g given by g(x, y) = c.

Suppose we walk along the contour line with g = c . We are interested in finding points where f almost does not change as we walk, since these points might be maxima.

There are two ways this could happen:

  1. We could touch a contour line of f, since by definition f does not change as we walk along its contour lines. This would mean that the tangents to the contour lines of f and g are parallel here.
  2. We have reached a "level" part of f, meaning that f does not change in any direction.

Notice that this method also solves the second possibility, that f is level: if f is level, then its gradient is zero, and setting \(\lambda = 0\) is a solution regardless of \(\nabla_{x,y}g\).

Condensed: the full section is in Wikipedia.

Multiple constraints

The method of Lagrange multipliers can be extended to solve problems with multiple constraints using a similar argument. Consider a paraboloid subject to two line constraints that intersect at a single point. As the only feasible solution, this point is obviously a constrained extremum. However, the level set of \(f\) is clearly not parallel to either constraint at the intersection point (see Figure 3); instead, it is a linear combination of the two constraints' gradients. In the case of multiple constraints, that will be what we seek in general: The method of Lagrange seeks points not at which the gradient of \(f\) is a multiple of any single constraint's gradient necessarily, but in which it is a linear combination of all the constraints' gradients.

Concretely, suppose we have \(M\) constraints and are walking along the set of points satisfying \(g_i(\mathbf{x}) = 0, i=1, \dots, M \,.\) Every point \(\mathbf{x}\) on the contour of a given constraint function \(g_i\) has a space of allowable directions: the space of vectors perpendicular to \(\nabla g_i(\mathbf{x}) \, .\) The set of directions that are allowed by all constraints is thus the space of directions perpendicular to all of the constraints' gradients. Denote this space of allowable moves by \(\ A\\) and denote the span of the constraints' gradients by \(S \,.\) Then \(A = S^{\perp}\, ,\) the space of vectors perpendicular to every element of \(S \,.\)

We are still interested in finding points where \(f\) does not change as we walk, since these points might be (constrained) extrema. We therefore seek \(\mathbf{x}\) such that any allowable direction of movement away from \(\mathbf{x}\) is perpendicular to \(\nabla f(\mathbf{x})\) (otherwise we could increase \(f\) by moving along that allowable direction). In other words, \(\nabla f(\mathbf{x}) \in A^{\perp} = S \,.\) Thus there are scalars \(\lambda_1, \lambda_2,\ \dots, \lambda_M\) such that \[\nabla f(\mathbf{x}) = \sum_{k=1}^M \lambda_k \, \nabla g_k (\mathbf{x}) \quad \iff \quad \nabla f(\mathbf{x}) - \sum_{k=1}^M {\lambda_k \nabla g_k (\mathbf{x})} = 0 ~.\]

These scalars are the Lagrange multipliers. We now have \(M\) of them, one for every constraint.

As before, we introduce an auxiliary function \[\mathcal{L}\left( x_1,\ldots , x_n, \lambda_1, \ldots, \lambda _M \right) = f\left( x_1, \ldots, x_n \right) - \sum\limits_{k=1}^M {\lambda_k g_k\left( x_1, \ldots , x_n \right)}\\] and solve \[\nabla_{x_1, \ldots , x_n, \lambda_1, \ldots, \lambda _M} \mathcal{L}(x_1, \ldots , x_n, \lambda_1, \ldots, \lambda _M)=0 \iff \begin{cases} \nabla f(\mathbf{x}) - \sum_{k=1}^M {\lambda_k \, \nabla g_k (\mathbf{x})} = 0\\ g_1(\mathbf{x}) = \cdots = g_M(\mathbf{x}) = 0 \end{cases}\] which amounts to solving \(n+M\) equations in \(\ n+M\\) unknowns.

The constraint qualification assumption when there are multiple constraints is that the constraint gradients at the relevant point are linearly independent.

Modern formulation via differentiable manifolds

The problem of finding the local maxima and minima subject to constraints can be generalized to finding local maxima and minima on a differentiable manifold \(\ M ~.\) In what follows, it is not necessary that \(M\) be a Euclidean space, or even a Riemannian manifold. All appearances of the gradient \(\ \nabla\\) (which depends on a choice of Riemannian metric) can be replaced with the exterior derivative\(\ \operatorname{d}\).

Single constraint

Let \(\ M\\) be a smooth manifold of dimension \(\ m ~.\) Suppose that we wish to find the stationary points \(\ x\\) of a smooth function \(\ f:M \to \mathbb{R}\\) when restricted to the submanifold \(\ N\\) defined by \(\ g(x) = 0\ ,\) where \(\ g:M \to \mathbb{R}\\) is a smooth function for which 0 is a regular value.

Let \(\ \operatorname{d}f\\) and \(\ \operatorname{d}g\\) be the exterior derivatives of \(\ f\\) and \(\ g\\). Stationarity for the restriction \(\ f|_{N}\\) at \(\ x\in N\\) means \(\ \operatorname{d}(f|_N)_x=0 ~.\) Equivalently, the kernel \(\ \ker(\operatorname{d}f_x)\\) contains \(\ T_x N = \ker(\operatorname{d}g_x) ~.\) In other words, \(\ \operatorname{d}f_x\\) and \(\ \operatorname{d}g_x\\) are proportional 1-forms. For this it is necessary and sufficient that the following system of \(\ \tfrac{1}{2}m(m-1)\\) equations holds: \[\operatorname{d}f_x \wedge \operatorname{d}g_x = 0 \in \Lambda^2(T^{\ast}_x M)\] where \(\ \wedge\\) denotes the exterior product. The stationary points \(\ x\\) are the solutions of the above system of equations plus the constraint \(\ g(x) = 0 ~.\) Note that the \(\ \tfrac{1}{2} m(m-1)\\) equations are not independent, since the left-hand side of the equation belongs to the subvariety of \(\ \Lambda^{2}(T^{\ast}_x M)\\) consisting of decomposable elements.

In this formulation, it is not necessary to explicitly find the Lagrange multiplier, a number \(\ \lambda\\) such that \(\ \operatorname{d}f_x = \lambda \cdot \operatorname{d}g_x ~.\)

Multiple constraints

Let \(\ M\\) and \(\ f\\) be as in the above section regarding the case of a single constraint. Rather than the function \(g\) described there, now consider a smooth function \(\ G:M\to \R^p (p>1)\ ,\) with component functions \(\ g_i: M \to \R\ ,\) for which \(0\in\R^p\) is a regular value. Let \(N\) be the submanifold of \(\ M\\) defined by \(\ G(x)=0 ~.\)

\(\ x\\) is a stationary point of \(f|_{N}\) if and only if \(\ \ker( \operatorname{d}f_x )\\) contains \(\ \ker( \operatorname{d}G_x ) ~.\) For convenience let \(\ L_x = \operatorname{d}f_x\\) and \(\ K_x = \operatorname{d}G_x\ ,\) where \(\ \operatorname{d}G\) denotes the tangent map or Jacobian \(\ TM \to T\R^p ~\) (\(\ T_x\R^p\) can be canonically identified with \(\ \R^p\)). The subspace \(\ker(K_x)\) has dimension smaller than that of \(\ker(L_x)\), namely \(\ \dim(\ker(L_x)) = n-1\\) and \(\ \dim(\ker(K_x)) = n-p ~.\) \(\ker(K_x)\) belongs to \(\ \ker(L_x)\\) if and only if \(L_x \in T^{\ast}_x M\) belongs to the image of \(\ K^{\ast}_x: \R^{p\ast}\to T^{\ast}_x M ~.\) Computationally speaking, the condition is that \(L_x\) belongs to the row space of the matrix of \(\ K_x\ ,\) or equivalently the column space of the matrix of \(K^{\ast}_x\) (the transpose). If \(\ \omega_x \in \Lambda^{p}(T^{\ast}_x M)\\) denotes the exterior product of the columns of the matrix of \(\ K^{\ast}_x\ ,\) the stationary condition for \(\ f|_{N}\\) at \(\ x\\) becomes \[L_x \wedge \omega_x = 0 \in \Lambda^{p+1} \left (T^{\ast}_x M \right )\] Once again, in this formulation it is not necessary to explicitly find the Lagrange multipliers, the numbers \(\ \lambda_1, \ldots, \lambda_p\\) such that \[\ \operatorname{d}f_x = \sum_{i=1}^p \lambda_i \operatorname{d}(g_i)_x ~.\]

Interpretation of the Lagrange multipliers

In this section, we modify the constraint equations from the form \(g_i({\bf x}) = 0\) to the form \(\ g_i({\bf x}) = c_i\ ,\) where the \(\ c_i\\) are m real constants that are considered to be additional arguments of the Lagrangian expression \(\mathcal{L}\).

Often the Lagrange multipliers have an interpretation as some quantity of interest. For example, by parametrising the constraint's contour line, that is, if the Lagrangian expression is \[\begin{align} & \mathcal{L}(x_1, x_2, \ldots;\lambda_1, \lambda_2, \ldots; c_1, c_2, \ldots) \\[4pt] = {} & f(x_1, x_2, \ldots) + \lambda_1(c_1-g_1(x_1, x_2, \ldots))+\lambda_2(c_2-g_2(x_1, x_2, \dots))+\cdots \end{align}\] then \[\ \frac{\partial \mathcal{L}}{\partial c_k} = \lambda_k ~.\]

So, λk is the rate of change of the quantity being optimized as a function of the constraint parameter. As examples, in Lagrangian mechanics the equations of motion are derived by finding stationary points of the action, the time integral of the difference between kinetic and potential energy. Thus, the force on a particle due to a scalar potential, F = −∇V, can be interpreted as a Lagrange multiplier determining the change in action (transfer of potential to kinetic energy) following a variation in the particle's constrained trajectory. In control theory this is formulated instead as costate equations.

Moreover, by the envelope theorem the optimal value of a Lagrange multiplier has an interpretation as the marginal effect of the corresponding constraint constant upon the optimal attainable value of the original objective function: If we denote values at the optimum with a star (\(\star\)), then it can be shown that \[\frac{\ \operatorname{d} f\left(\ x_{1 \star }(c_1, c_2, \dots),\ x_{2 \star }(c_1, c_2, \dots),\ \dots\ \right)\ }{ \operatorname{d} c_k } = \lambda_{\star k} ~.\]

For example, in economics the optimal profit to a player is calculated subject to a constrained space of actions, where a Lagrange multiplier is the change in the optimal value of the objective function (profit) due to the relaxation of a given constraint (e.g. through a change in income); in such a context \(\ \lambda_{\star k}\\) is the marginal cost of the constraint, and is referred to as the shadow price.

Sufficient conditions

Sufficient conditions for a constrained local maximum or minimum can be stated in terms of a sequence of principal minors (determinants of upper-left-justified sub-matrices) of the bordered Hessian matrix of second derivatives of the Lagrangian expression.

Example 1

Suppose we wish to maximize \(\ f(x,y) = x+y\\) subject to the constraint \(\ x^2 + y^2 = 1 ~.\) The feasible set is the unit circle, and the level sets of f are diagonal lines (with slope −1), so we can see graphically that the maximum occurs at \(\ \left(\tfrac{1}{\sqrt{2}}, \tfrac{1}{\sqrt{2}}\right)\ ,\) and that the minimum occurs at \(\ \left(-\tfrac{1}{\sqrt{2}}, -\tfrac{1}{\sqrt{2}}\right) ~.\)

For the method of Lagrange multipliers, the constraint is \[g(x,y) = x^2 + y^2-1 = 0\ ,\] hence the Lagrangian function, \[\begin{align} \mathcal{L}(x, y, \lambda) &= f(x,y) + \lambda \cdot g(x,y) \\[4pt] &= x + y + \lambda (x^2 + y^2 - 1)\ , \end{align}\] is a function that is equivalent to \(\ f(x,y)\\) when \(\ g(x,y)\\) is set to 0.

Now we can calculate the gradient: \[\begin{align} \nabla_{x,y,\lambda} \mathcal{L}(x , y, \lambda) &= \left( \frac{\partial \mathcal{L}}{\partial x}, \frac{\partial \mathcal{L}}{\partial y}, \frac{\partial \mathcal{L}}{\partial \lambda} \right ) \\[4pt] &= \left ( 1 + 2 \lambda x, 1 + 2 \lambda y, x^2 + y^2 -1 \right) \ \color{gray}{,} \end{align}\] and therefore: \[\nabla_{x,y,\lambda} \mathcal{L}(x , y, \lambda)=0 \quad \Leftrightarrow \quad \begin{cases} 1 + 2 \lambda x = 0 \\ 1 + 2 \lambda y = 0 \\ x^2 + y^2 -1 = 0 \end{cases}\]

Notice that the last equation is the original constraint.

The first two equations yield \[x = y = - \frac{1}{2\lambda}, \qquad \lambda \neq 0 ~.\] By substituting into the last equation we have: \[\frac{1}{4\lambda^2} + \frac{1}{4\lambda^2} - 1 = 0\ ,\] so \[\lambda = \pm \frac{1}{\sqrt{2\ }}\ ,\] which implies that the stationary points of \(\mathcal{L}\) are \[\left(\tfrac{\sqrt{2\ }}{2}, \tfrac{\sqrt{2\ }}{2}, -\tfrac{1}{\sqrt{2\ }}\right), \qquad \left(-\tfrac{\sqrt{2\ }}{2}, -\tfrac{\sqrt{2\ }}{2}, \tfrac{1}{\sqrt{2\ }} \right) ~.\]

Evaluating the objective function f at these points yields \[f\left(\tfrac{\sqrt{2\ }}{2}, \tfrac{\sqrt{2\ }}{2}\right) = \sqrt{2\ }\ , \qquad f\left(-\tfrac{\sqrt{2\ }}{2}, -\tfrac{\sqrt{2\ }}{2} \right) = -\sqrt{2\ } ~.\]

Thus the constrained maximum is \(\ \sqrt{2\ }\\) and the constrained minimum is \(-\sqrt{2}\).

Example 2

Now we modify the objective function of Example 1 so that we minimize \(\ f(x,y) = (x + y)^2\\) instead of \(\ f(x,y) = x + y\ ,\) again along the circle \(\ g(x,y)=x^2+y^2-1 = 0 ~.\) Now the level sets of \(f\) are still lines of slope −1, and the points on the circle tangent to these level sets are again \(\ (\sqrt{2}/2,\sqrt{2}/2)\\) and \(\ (-\sqrt{2}/2,-\sqrt{2}/2) ~.\) These tangency points are maxima of \(\ f ~.\)

On the other hand, the minima occur on the level set for \(\ f = 0\\) (since by its construction \(\ f\\) cannot take negative values), at \(\ (\sqrt{2}/2,-\sqrt{2}/2)\\) and \(\ (-\sqrt{2}/2, \sqrt{2}/2)\ ,\) where the level curves of \(\ f\\) are not tangent to the constraint. The condition that \(\ \nabla_{x,y,\lambda}\left(f(x,y)+\lambda\cdot g(x,y) \right)=0\\) correctly identifies all four points as extrema; the minima are characterized in by \(\ \lambda =0\\) and the maxima by \(\ \lambda = -2 ~.\)

Example 3

This example deals with more strenuous calculations, but it is still a single constraint problem.

Suppose one wants to find the maximum values of \[f(x, y) = x^2 y\] with the condition that the \(\ x\\)- and \(\ y\\)-coordinates lie on the circle around the origin with radius \(\ \sqrt{3\ } ~.\) That is, subject to the constraint \[g(x,y) = x^2 + y^2 - 3 = 0 ~.\]

As there is just a single constraint, there is a single multiplier, say \(\ \lambda ~.\)

The constraint \(\ g(x,y)\\) is identically zero on the circle of radius \(\ \sqrt{3\ } ~.\) Any multiple of \(\ g(x,y)\\) may be added to \(\ g(x,y)\\) leaving \(\ g(x,y)\\) unchanged in the region of interest (on the circle where our original constraint is satisfied).

Applying the ordinary Lagrange multiplier method yields \[\begin{align} \mathcal{L}(x, y, \lambda) &= f(x,y) + \lambda \cdot g(x, y) \\ &= x^2y + \lambda (x^2 + y^2 - 3)\ , \end{align}\] from which the gradient can be calculated: \[\begin{align} \nabla_{x,y,\lambda} \mathcal{L}(x , y, \lambda) &= \left ( \frac{\partial \mathcal{L}}{\partial x}, \frac{\partial \mathcal{L}}{\partial y}, \frac{\partial \mathcal{L}}{\partial \lambda} \right) \\ &= \left ( 2 x y + 2 \lambda x, x^2 + 2 \lambda y, x^2 + y^2 -3 \right) ~. \end{align}\] And therefore: \[\nabla_{x,y,\lambda} \mathcal{L}(x , y, \lambda)=0 \quad \iff \quad \begin{cases} 2 x y + 2 \lambda x = 0 \\ x^2 + 2 \lambda y = 0 \\ x^2 + y^2 - 3 = 0 \end{cases} \quad \iff \quad \begin{cases} x (y + \lambda) = 0 & \text{(i)} \\ x^2 = -2 \lambda y & \text{(ii)} \\ x^2 + y^2 = 3 & \text{(iii)} \end{cases}\] (iii) is just the original constraint. (i) implies \(\ x=0\\) or \(\ \lambda=-y ~.\) If \(x=0\) then \(\ y = \pm \sqrt{3\ }\\) by (iii) and consequently \(\ \lambda=0\\) from (ii). If \(\ \lambda=-y\ ,\) substituting this into (ii) yields \(\ x^2 = 2y^2 ~.\) Substituting this into (iii) and solving for \(\ y\\) gives \(\ y=\pm1 ~.\) Thus there are six critical points of \(\ \mathcal{L}\ :\) \[(\sqrt{2\ },1,-1); \quad (-\sqrt{2\ },1,-1); \quad (\sqrt{2\ },-1,1); \quad (-\sqrt{2\ },-1,1); \quad (0,\sqrt{3\ }, 0); \quad (0,-\sqrt{3\ }, 0) ~.\]

Evaluating the objective at these points, one finds that \[f(\pm\sqrt{2\ },1) = 2; \quad f(\pm\sqrt{2\ },-1) = -2; \quad f(0,\pm \sqrt{3\ }) = 0 ~.\]

Therefore, the objective function attains the global maximum (subject to the constraints) at \(\ (\pm\sqrt{2\ },1\ )\) and the global minimum at \(\ (\pm\sqrt{2\ },-1) ~.\) The point \(\ (0,\sqrt{3\ })\\) is a local minimum of \(\ f\\) and \(\ (0,-\sqrt{3\ })\\) is a local maximum of \(\ f\ ,\) as may be determined by consideration of the Hessian matrix of \(\ \mathcal{L}(x,y,0) ~.\)

Condensed: the full section is in Wikipedia.

Example 4 – Entropy

Suppose we wish to find the discrete probability distribution on the points \(\ \{p_1, p_2, \ldots, p_n\}\\) with maximal information entropy. This is the same as saying that we wish to find the least structured probability distribution on the points \(\ \{p_1, p_2, \cdots, p_n\} ~.\) In other words, we wish to maximize the Shannon entropy equation: \[f(p_1,p_2,\ldots,p_n) = -\sum_{j=1}^n p_j \log_2 p_j ~.\]

For this to be a probability distribution the sum of the probabilities \(\ p_i\\) at each point \(\ x_i\\) must equal 1, so our constraint is: \[g(p_1,p_2,\ldots,p_n)=\sum_{j=1}^n p_j = 1 ~.\]

We use Lagrange multipliers to find the point of maximum entropy, \(\ \vec{p}^{\,*}\ ,\) across all discrete probability distributions \(\ \vec{p}\\) on \(\ \{x_1,x_2, \ldots, x_n\} ~.\) We require that: \[\left. \frac{\partial}{\partial \vec{p}}(f+\lambda (g-1)) \right|_{\vec{p}=\vec{p}^{\,*}} = 0\ ,\] which gives a system of n equations, \(\ k = 1,\ \ldots, n\ ,\) such that: \[\left. \frac{\partial}{\partial p_k}\left\{ -\left (\sum_{j=1}^n p_j \log_2 p_j \right ) + \lambda \left(\sum_{j=1}^n p_j - 1 \right) \right\} \right|_{ p_k = p_{\star k} } = 0 ~.\]

Carrying out the differentiation of these n equations, we get \[-\left(\frac{1}{\ln 2}+\log_2 p_{\star k} \right) + \lambda = 0 ~.\]

This shows that all \(\ p_{\star k}\\) are equal (because they depend on λ only). By using the constraint \[\sum_j p_j =1\ ,\] we find \[p_{\star k} = \frac{1}{n} ~.\]

Hence, the uniform distribution is the distribution with the greatest entropy, among distributions on n points.

Ugbu a ị Enweghị kalkulata na-ewepụ nke a, ma ọ bụ na ọ nwere ike ijikwa ya. Jiri otu n'okpuru, mọọbụ pịa nke gị.

Kwụsị ọrụ gị

Akwụkwọ ndebanye n'efu na-egbakwunye ntọala n'ụdị ọmụmụ ihe ọbụla, ndepụta nke ihe ị ga-eme, nsogbu ị ga-ewepụ n'otu ebe, na onye nkụzi ị ga-ajụ banyere ihuakwụkwọ a. Akwụkwọ ndepụta ihe bụ nke ọbụla mepere maka onye ọbụla, ọbụla ma ọ bụ na ọ bụghị.

Akaụntụ Nbanye

Aịkọn ndị ahụ ejirila ebe a

Tinye ọbụla simbụl maka nkọwa zuru ezu, inyogo, na ihe ọbụla ọbụla na-egosi.

Ajụjụ ndị mmadụ jụrụ

What is a partial derivative?

The ordinary derivative with respect to one variable while every other variable is frozen: the slope of the surface in one coordinate direction.

What does the gradient point at?

Uphill: the direction of steepest increase, with length equal to that steepest slope. It is perpendicular to the level curves.

Oge nke ihuakwụkwọ a bụ nke a gbanwere site na Wikipedia (CC BY-SA 4.0). E kọwaara ya na ebe a; nsogbu bụ nke anyị.

Oge Multivariable Calculus