represents a first integral associated with the variable u in the output of the function FirstIntegrals.
Details and Options
Examples
Basic Examples
See Also
Tech Notes
Related Guides
VariationalMethods`
VariationalMethods`
FirstIntegral
represents a first integral associated with the variable u in the output of the function FirstIntegrals.
Details and Options
- To use FirstIntegral, you first need to load the Variational Methods Package using Needs["VariationalMethods`"].
Examples
Basic Examples (1)
Needs["VariationalMethods`"]FirstIntegral[x] appears in the output for this variational problem:
f = y[x]Sqrt[1 + y'[x]^2];FirstIntegrals[f, y[x], x]FirstIntegral[x] /. %