Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js
Paul's Online Notes
Paul's Online Notes
Home / Calculus III / Surface Integrals / Curl and Divergence
Hide Mobile Notice  
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 17.1 : Curl and Divergence

2. Compute divF and curlF for F=(3x+2z2)i+x3y2zj(z7x)k.

Show All Steps Hide All Steps

Start Solution

Let’s compute the divergence first and there isn’t much to do other than run through the formula.

{\mathop{\rm div}\nolimits} \vec F = \nabla \centerdot \vec F = \frac{\partial }{{\partial x}}\left( {3x + 2{z^2}} \right) + \frac{\partial }{{\partial y}}\left( {\frac{{{x^3}{y^2}}}{z}} \right) + \frac{\partial }{{\partial z}}\left( {7x - z} \right) = \require{bbox} \bbox[2pt,border:1px solid black]{{2 + \frac{{2{x^3}y}}{z}}}

Be careful to watch for minus signs in front of any of the vector components (3rd component in this case!). It is easy to get in a hurry and miss them.

Show Step 2

The curl is a little more work but still just formula work so here is the curl.

\begin{align*}{\mathop{\rm curl}\nolimits} \vec F& = \nabla \times \vec F = \left| {\begin{array}{*{20}{c}}{\vec i}&{\vec j}&{\vec k}\\{\displaystyle \frac{\partial }{{\partial x}}}&{\displaystyle \frac{\partial }{{\partial y}}}&{\displaystyle \frac{\partial }{{\partial z}}}\\{3x + 2{z^2}}&{\displaystyle \frac{{{x^3}{y^2}}}{z}}&{7x - z}\end{array}} \right|\\ & = \frac{\partial }{{\partial y}}\left( {7x - z} \right)\vec i + \frac{\partial }{{\partial z}}\left( {3x + 2{z^2}} \right)\vec j + \frac{\partial }{{\partial x}}\left( {\frac{{{x^3}{y^2}}}{z}} \right)\vec k\\ & \hspace{0.25in}\hspace{0.25in}\hspace{0.25in}\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\, - \frac{\partial }{{\partial y}}\left( {3x + 2{z^2}} \right)\vec k - \frac{\partial }{{\partial x}}\left( {7x - z} \right)\vec j - \frac{\partial }{{\partial z}}\left( {\frac{{{x^3}{y^2}}}{z}} \right)\vec i\\ & = 4z\vec j + \frac{{3{x^2}{y^2}}}{z}\vec k - 7\vec j + \frac{{{x^3}{y^2}}}{{{z^2}}}\vec i\\ & = \require{bbox} \bbox[2pt,border:1px solid black]{{\frac{{{x^3}{y^2}}}{{{z^2}}}\vec i + \left( {4z - 7} \right)\vec j + \frac{{3{x^2}{y^2}}}{z}\vec k}}\end{align*}

Again, don’t forget the minus sign on the 3rd component.