Multiplicatively separable function: Difference between revisions

From Calculus
No edit summary
No edit summary
Line 24: Line 24:


<center>{{#widget:YouTube|id=9pXmMkHG248}}</center>
<center>{{#widget:YouTube|id=9pXmMkHG248}}</center>
==Partial derivatives==
===For a function of two variables===
Consider the case <math>\! G(x,y) = f(x)g(y)</math>.
Then, if <math>f</math> is <math>m</math> times differentiable and <math>g</math> is <math>n</math> times differentiable, then <math>G_{xx\dots xyy\dots y}</math> makes sense where <math>x</math> occurs <math>m</math> times and <math>y</math> occurs <math>n</math> times, and:
<math>\! G_{xx\dots xyy\dots y} = f^{(m)}(x)g^{(n)}(y)</math>
Further, ''any'' partial derivative of <math>G</matH> that uses <math>m</matH> occurrences of <math>x</math> and <math>n</math> occurrences of <math>y</math> will have the same derivative as the above.
In particular, we have that:
* <math>G_x(x,y) = f'(x)g(y)</math>
* <math>G_y(x,y) = f(x)g'(y)</math>
* <math>G_{xy}(x,y) = G_{yx}(x,y) = f'(x)g'(y)</math>

Revision as of 23:38, 10 April 2012

Definition

For a function of two variables

Suppose G is a function of two variables x and y. We say that G is multiplicatively separable if there exist functions f,g of one variable such that:

G(x,y)=f(x)g(y)

on the entire domain of G.

Note that the concept of multiplicatively separable is sensitive to the coordinate system, i.e., if we change the coordinate system, a function that was originally multiplicatively separable need not remain multiplicatively separable.

For a function of many variables

Suppose G is a function of n variables x1,x2,,xn. We say that G is completely multiplicatively separable if there exist functions g1,g2,,gn, each a function of one variable, such that:

G(x1,x2,,xn)=g1(x1)g2(x2)gn(xn)

(note that the subscripts here are not to be confused with subscripts used for partial derivatives).

There is a weaker notion of partially multiplicatively separable: if we express the set {1,2,,n} as a union of two disjoint subsets A,B, G is multiplicatively separable with respect to the partition if there exist functions gA,gB such that:

G(x1,x2,,xn)=gA(only the variables xi,iA)gB(only the variables xi,iB)

{{#widget:YouTube|id=9pXmMkHG248}}

Partial derivatives

For a function of two variables

Consider the case G(x,y)=f(x)g(y).

Then, if f is m times differentiable and g is n times differentiable, then Gxxxyyy makes sense where x occurs m times and y occurs n times, and:

Gxxxyyy=f(m)(x)g(n)(y)

Further, any partial derivative of G that uses m occurrences of x and n occurrences of y will have the same derivative as the above.

In particular, we have that:

  • Gx(x,y)=f(x)g(y)
  • Gy(x,y)=f(x)g(y)
  • Gxy(x,y)=Gyx(x,y)=f(x)g(y)