Extracting Vector F: A General Question

  • Thread starter Thread starter M.M.M
  • Start date Start date
  • Tags Tags
    General Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
M.M.M
Messages
24
Reaction score
0
Hi everybody ...


I have a general question ..


if i have for example...

curl F = B

F and B are vectors and B is constant vector ..

is there any way to extract vector F?

thanks
 
Physics news on Phys.org
Must [tex]F[/tex] be a vector field [tex]F = F_{x}\widehat{i} + F_{y}\widehat{j} + F_{z}\widehat{k}+...[/tex]? I thought [tex]\nabla \times F[/tex] only operates if [tex]F[/tex] is a vector field.
 
Yes, that's true. He said "vector F" several times.

[tex]\nabla\times F= \left(\frac{\partial F_y}{\partial z}- \frac{\partial F_z}{\partial y}\right)\vec{i}- \left(\frac{\partial F_x}{\partial z}- \frac{\partial F_z}{\partial x}\right)\vec{j}+ \left(\frac{\partial F_y}{\partial x}- \frac{\partial F_x}{\partial y}\right)\vec{k}[/tex]
so that would be essentially solving the system of equations
[tex]\frac{\partial F_y}{\partial z}- \frac{\partial F_z}{\partial y}= B_x[/tex]
[tex]\frac{\partial F_x}{\partial z}- \frac{\partial F_z}{\partial x}= B_y[/tex]
[tex]\frac{\partial F_y}{\partial x}- \frac{\partial F_x}{\partial y}= B_z[/tex]

Since we can think of the cross product of two vectors as giving a vector perpendicular to both, that system, and the original equation, has a solution only if B is "perpendicular" to the "vector" [itex]\nabla[/itex]", that is if [itex]div B= \nabla\cdot B= 0[/itex].
 
M.M.M said:
Hi everybody ...


I have a general question ..


if i have for example...

curl F = B

F and B are vectors and B is constant vector ..

is there any way to extract vector F?

thanks

There's no unique solution since there are a lot of vector fields with curl zero. If you just want anyone try messing around with linear functions of the coordinates, like F=(0,a*x,b*x+c*y).