Find Vector Field Given The Curl

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 9K views
tazzzdo
Messages
47
Reaction score
0

Homework Statement



Find a vector field [itex]\vec{A}[/itex]([itex]\vec{r}[/itex]) in ℝ3 such that:

[itex]\vec{\nabla} \times \vec{A}[/itex] = y2cos(y)e-y[itex]\hat{i}[/itex] + xsin(x)e-x2[itex]\hat{j}[/itex]

The Attempt at a Solution



I broke it down into a series of PDE's that would be the result of [itex]\vec{\nabla} \times \vec{A}[/itex]:

∂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:

[itex]\vec{\nabla} \times \vec{A}[/itex] = y2cos(y)e-y[itex]\hat{i}[/itex] + xsin(x)e-x2[itex]\hat{j}[/itex]

Is this a valid answer then?
 
Physics news on Phys.org
Sure it is. Why would you think it isn't?
 
Lol my Vector Calc professor tends to be picky. I didn't know if there was a more "rigorous" way to do it. But if this works, then I'm fine.
 
tazzzdo said:
Lol my Vector Calc professor tends to be picky. I didn't know if there was a more "rigorous" way to do it. But if this works, then I'm fine.

Trial and error is a perfectly fine way to solve a problem like this.