Chapter 9: Vector Calculus
Section 9.4: Differential Identities
Example 9.4.9
For a sufficiently well-behaved scalar fx,y,z and vector field F=ux,y,z i+ux,y,z j+wx,y,z k, verify Identity 5 in Table 9.4.1.
Solution
Mathematical Solution
∇·f F
=∂xf u+∂yf v+∂zf w
=f ux+u fx+f vy+v fy+f wz+w fz
=f ux+vy+wz+u fx+v fy+w fz
=f ∇·F+F·∇f
In the very first step, the product rule of differentiation is applied to each component of the vector f F.
Maple Solution
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
Additional notational devices
The Suppress command in the Typesetting package allows suppression of arguments on input, as well as on output.
The declare command in the PDEtools package suppresses arguments on output, and sets partial derivatives as subscripts. Because the Suppress command acts first, the arguments can be suppressed in the ensuing declare command.
Typesetting:-Suppressfx,y,z,ux,y,z,vx,y,z,wx,y,z
PDEtools:-declaref,u,v,w,quiet
Define the vector field F
Write the free vector whose components are those of F. Context Panel: Evaluate and Display Inline
Context Panel: Student Vector Calculus≻Conversions≻To Vector Field
Context Panel: Assign to a Name≻F
u,v,w = →to Vector Field →assign to a nameF
Implement Identity 5: ∇·f F=f ∇·F+F· ∇f
Common Symbols palette: Del and dot-product operators Press the Enter key.
Context Panel: Expand≻Expand (Right-hand side)
∇·f F
fx⁢u+f⁢ux+fy⁢v+f⁢vy+fz⁢w+f⁢wz
f ∇·F+F·∇f
f⁢ux+vy+wz+fx⁢u+fy⁢v+fz⁢w
= expand
Alternative demonstration of equality
Write the difference of the left-and right-hand sides. Context Panel: Evaluate and Display Inline
Context Panel: Simplify≻Simplify
∇·f F−f ∇·F+F·∇f = f⁢ux+f⁢vy+f⁢wz−f⁢ux+vy+wz= simplify 0
<< 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