Chapter 9: Vector Calculus
Section 9.4: Differential Identities
Example 9.4.3
Show that for sufficiently well-behaved functions fx,y,z, the gradient of f is curl-free.
Solution
Mathematical Solution
The gradient of fx,y,z is the vector ∇f=fxfyfz and its curl is the vector
∇×∇f=|ijk∂x∂y∂zfxfyfz| = ∂y(fz)−∂z(fy)∂z(fx)−∂x(fz)∂x(fy)−∂y(fx) = fzy−fyzfxz−fzxfyx−fxy = 000
The curl vanishes because of the equality of the mixed partial derivatives, guaranteed, for example, by continuity of the second partial derivatives.
Maple Solution - Interactive
Initialize
Tools≻Load Package: Student Vector Calculus
Loading Student:-VectorCalculus
Tools≻Tasks≻Browse: Calculus - Vector≻ Vector Algebra and Settings≻ Display Format for Vectors
Press the Access Settings button and select "Display as Column Vector"
Display Format for Vectors
Obtain the curl of the gradient of f
Common Symbols palette: Del and cross-product operators
Context Panel: Evaluate and Display Inline
∇×∇fx,y,z =
Maple Solution - Coded
Load the Student VectorCalculus package and execute the BasisFormat command.
withStudent:-VectorCalculus:BasisFormatfalse:
Apply the Gradient and Curl commands from the Student VectorCalculus package.
CurlGradientfx,y,z =
<< Previous Example Section 9.4 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document