Relation between gradient vector and partial derivatives: Difference between revisions
(Created page with "==Statement== Suppose <math>f</math> is a real-valued function of <math>n</math> variables <math>x_1,x_2,\dots,x_n</math>. Suppose <math>(a_1,a_2,\dots,a_n)</math> is a point...") |
No edit summary |
||
| Line 1: | Line 1: | ||
==Statement== | ==Statement== | ||
Suppose <math>f</math> is a real-valued function of <math>n</math> variables <math>x_1,x_2,\dots,x_n</math>. Suppose <math>(a_1,a_2,\dots,a_n)</math> is a point in the domain of <math>f</math> such that the [[gradient vector]] of <math>f</math> at <math>(a_1,a_2,\dots,a_n)</math>, denoted <math>(\nabla f)(a_1,a_2,\dots,a_n)</math>, exists. Then, the [[partial derivative]]s of <math>f</math> with respect to all variables exist, and the coordinates of the gradient vector are the partial derivatives. In other words: | {| class="sortable" border="1" | ||
! Version type !! Statement | |||
<math>(\nabla f)(a_1,a_2,\dots,a_n) = \langle f_{x_1}(a_1,a_2,\dots,a_n), f_{x_2}(a_1,a_2,\dots,a_n), \dots f_{x_n}(a_1,a_2,\dots,a_n)\rangle </math> | |- | ||
| at a point, in multivariable notation || Suppose <math>f</math> is a real-valued function of <math>n</math> variables <math>x_1,x_2,\dots,x_n</math>. Suppose <math>(a_1,a_2,\dots,a_n)</math> is a point in the domain of <math>f</math> such that the [[gradient vector]] of <math>f</math> at <math>(a_1,a_2,\dots,a_n)</math>, denoted <math>(\nabla f)(a_1,a_2,\dots,a_n)</math>, exists. Then, the [[partial derivative]]s of <math>f</math> with respect to all variables exist, and the coordinates of the gradient vector are the partial derivatives. In other words:<br><math>(\nabla f)(a_1,a_2,\dots,a_n) = \langle f_{x_1}(a_1,a_2,\dots,a_n), f_{x_2}(a_1,a_2,\dots,a_n), \dots f_{x_n}(a_1,a_2,\dots,a_n)\rangle </math> | |||
|- | |||
| generic point, in multivariable notation || Suppose <math>f</math> is a real-valued function of <math>n</math> variables <math>x_1,x_2,\dots,x_n</math>. Then, we have <br><math>(\nabla f)(x_1,x_2,\dots,x_n) = \langle f_{x_1}(x_1,x_2,\dots,x_n), f_{x_2}(x_1,x_2,\dots,x_n), \dots f_{x_n}(x_1,x_2,\dots,x_n)\rangle </math>.<br>Equality holds [[concept of equality conditional to existence of one side|wherever the left side makes sense]]. | |||
|- | |||
| generic point, point-free notation || Suppose <math>f</math> is a function of <math>n</math> variables <math>x_1,x_2,\dots,x_n</math>. Then, we have <br><math>\nabla f = \langle f_{x_1}, f_{x_2}, \dots f_{x_n} \rangle</math>. Equality holds [[concept of equality conditional to existence of one side|wherever the left side makes sense]]. | |||
|} | |||
<center>{{#widget:YouTube|id=yINihD_bYzA}}</center> | <center>{{#widget:YouTube|id=yINihD_bYzA}}</center> | ||
Revision as of 16:08, 12 May 2012
Statement
| Version type | Statement |
|---|---|
| at a point, in multivariable notation | Suppose is a real-valued function of variables . Suppose is a point in the domain of such that the gradient vector of at , denoted , exists. Then, the partial derivatives of with respect to all variables exist, and the coordinates of the gradient vector are the partial derivatives. In other words: |
| generic point, in multivariable notation | Suppose is a real-valued function of variables . Then, we have . Equality holds wherever the left side makes sense. |
| generic point, point-free notation | Suppose is a function of variables . Then, we have . Equality holds wherever the left side makes sense. |
Related facts
- Existence of partial derivatives not implies differentiable: It is possible that all the partial derivatives exist at a point but the gradient vector doesn't.
- Relation between gradient vector and directional derivatives