JJBladester
Gold Member
- 281
- 2
Homework Statement
Determine the curl of the vector function below.
\boldsymbol{F}\left ( x,y,z \right )=3x^2\boldsymbol{i}+7e^xy\boldsymbol{j}
Homework Equations
curl\mathbf{F}=\mathbf{\nabla}\times \mathbf{F}
=\begin{vmatrix}<br /> \mathbf{i}& \mathbf{j}& \mathbf{k}\\ <br /> \frac{\partial}{\partial x}& \frac{\partial}{\partial y}& \frac{\partial}{\partial z}\\ <br /> P(x,y,z)& Q(x,y,z)& R(x,y,z)<br /> \end{vmatrix}
The Attempt at a Solution
This problem is solved by my FE review as below. I understand how to solve for the determinant of a 3x3 matrix by rewriting the first two columns to the right of the matrix and obtaining three "+" terms and three "-" terms. I think my partials for x and y are off, perhaps.
\mathbf{i}\left ( \frac{\partial }{\partial y}0-\frac{\partial }{\partial z}7e^xy \right )-\mathbf{j}\left ( \frac{\partial }{\partial x}0-\frac{\partial }{\partial z}3x^2 \right )+\mathbf{k}\left ( \frac{\partial }{\partial x}7e^xy-\frac{\partial }{\partial y}3x^2 \right )
=\mathbf{i}(0-0)-\mathbf{j}(0-0)-\mathbf{k}\left ( 7e^xy-0 \right )=7e^xy\mathbf{k}
The expressions I calculated for \mathbf{i} and \mathbf{j} match what the book has. However, my expression for \mathbf{k} seems to be incorrect. Here is what I calculated for the values of the matrix:
\frac{\partial }{\partial x}=6x
\frac{\partial }{\partial y}=7e^x
\frac{\partial }{\partial z}=0
P(x,y,z)=3x^2
Q(x,y,z)=7e^xy
R(x,y,z)=0
So my expression for \mathbf{k} was:
\left [(6x)7e^xy-\left ( 7e^x \right )3x^2 \right ]\mathbf{k}
I think I went wrong with my calculation of \frac{\partial }{\partial x}.