tazzzdo
- 47
- 0
Homework Statement
Find a vector field \vec{A}(\vec{r}) in ℝ3 such that:
\vec{\nabla} \times \vec{A} = y2cos(y)e-y\hat{i} + xsin(x)e-x2\hat{j}
The Attempt at a Solution
I broke it down into a series of PDE's that would be the result of \vec{\nabla} \times \vec{A}:
∂A3/∂y - ∂A2/∂z = y2cos(y)e-y
∂A3/∂x - ∂A1/∂z = -[-xsin(x)e-x2] (since the j component has a negative sign)
∂A2/∂x - ∂A1/∂y = 0
By a little trial and error I came up with:
A1 = zxsin(x)e-x2
A2 = -zy2cos(y)e-y
A3 = z
This can be verified that:
\vec{\nabla} \times \vec{A} = y2cos(y)e-y\hat{i} + xsin(x)e-x2\hat{j}
Is this a valid answer then?