Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Variational Methods Package >

VariationalD

VariationalD[f, u[x], x]
returns the variational derivative of the integral intfdx with respect to u[x], where the integrand f is a function of u, its derivatives, and x.
VariationalD[f, u[x, y, ...], {x, y, ...}]
returns the variational derivative of the multiple integral intfdxdy ... with respect to u[x, y, ...], where f is a function of u, its derivatives and the coordinates x, y, ....
VariationalD[f, {u[x, y, ...], v[x, y, ...], ...}, {x, y, ...}]
gives a list of variational derivatives with respect to u, v, ....
Variational derivative for the arc length intds of a plane curve:
Variational derivative for the Dirichlet integral in two variables:
Needs["VariationalMethods`"]
Variational derivative for the arc length intds of a plane curve:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["VariationalMethods`"]
Variational derivative for the Dirichlet integral in two variables:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team