Group Abstract Group Abstract

Message Boards Message Boards

Calculating multivariable calculus surface integrals using Mathematica

Posted 1 year ago
POSTED BY: Mitchell Sandlin
5 Replies

It is equivalent: you can also calculate the two partial derivatives, take the cross product and then the norm:

twoPartialDerivatives = {D[r, x], D[r, y]}
crossProduct = Cross @@ twoPartialDerivatives
areaElement =
 Simplify[Norm[crossProduct],
  Element[x | y, Reals]]

The version with the jacobian is more easily genralized to higher dimensions. You will find textbooks that use this approach.

POSTED BY: Gianluca Gorni

Thanks so much for your assistance.

Mitch Sandlin

POSTED BY: Mitchell Sandlin
POSTED BY: Gianluca Gorni
POSTED BY: Mitchell Sandlin
POSTED BY: Arben Kalziqi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard