Integration
Path integrals
If you need to integrate a scalar-valued function over a curve, it is pretty straight-forward. For example, to integrate over the curve
, you need to simply use ArcLengthFactor to convet ds to dt and compose f and c:
If your curve (and function) is in some other coordinate system, you simply have to specify that in the ArcLengthFactor term. (Be careful that you specify your variables in the order Mathematica expects them in for your coordinate system, both in f and in c.)
Problem
Triple integrals
When working a triple integral, you sometimes have to work in alternate coordinate systems. You can use some of the techniques from above to make the computations easier.
For example, if you had to do the following integral:, where R is the region defined by
in Paraboloidal coordinates.
First, let's examine the region by graphing each of the boundaries (this is a pain, but I haven't thought of a faster method yet):
Actually, let's leave off one of the sides (which face is that?):
So, not a great candidate for integration in Cartesian coordinates. (It's the region on the inside.) Let's convert everything into Paraboloidal:
Problem
Created by Mathematica (October 18, 2004)