Additively separable function: Difference between revisions

From Calculus
(Created page with "==Definition== ===For a function of two variables=== Suppose <math>F</math> is a function of two variables <matH>x</math> and <math>y</math>. We say that <math>F</matH> is '...")
(No difference)

Revision as of 23:26, 10 April 2012

Definition

For a function of two variables

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

F(x,y)=f(x)+g(y)

on the entire domain of F.

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

For a function of many variables

Suppose F is a function of n variables x1,x2,,xn. We say that F is completely additively separable if there exist functions f1,f2,,fn, each a function of one variable, such that:

F(x1,x2,,xn)=f1(x1)+f2(x2)++fn(xn)

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

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

F(x1,x2,,xn)=fA(only the variablesxi,iA)+fB(only the variablesxi,iB)

Partial derivatives

Additively separable functions are the exceptions to the general rule that value of partial derivative depends on all inputs.

Version type Statement about first-order partial derivatives Statement about second-order mixed partial derivatives
additively separable function F of two variables x,y, both pieces are differentiable functions, written as F(x,y)=f(x)+g(y) Fx(x,y)=f(x) (independent of y)
Fy(x,y)=g(y) (independent of x)
Fxy(x,y)=0
F_{yx}(x,y) = 0</math>
completely additively separable function F of n variables x1,x2,,xn, written as f1(x1)++fn(xn) Fxi(x1,x2,,xn)=fi(xi) for each i. Note that each first-order partial depends only on that variable and not on the others. Fxixj(x1,x2,,xn)=0 for each i,j.
partially additively separable function F(x1,x2,,xn)=fA(only the variablesxi,iA)+fB(only the variablesxi,iB) Each first-order partial of F with respect to a variable in A equals the corresponding first-order partial of fA, and in particular depends only on the variables within A.
Each first-order partial of F with respect to a variable in B equals the corresponding first-order partial of fB, and in particular depends only on the variables within B.
Any second-order mixed partial involving a variable in A and a variable in B is zero.