Finding a scalar field given two gauge fields

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
rwooduk
Messages
757
Reaction score
59

Homework Statement


Demonstrate the equivalence between the gauge fields A1=(0,bx,0) and A2=)-yB/2,xB/2,0) and find the scalar field Φ for which A1= A2 + ∇Φ

Homework Equations


B = ∇XA

The Attempt at a Solution


The first part is fine, you just plug it into the above relevant equation and you get Bk for each. But I am unsure of the second part. I tried

A1 = A2 + ∇Φ ->>>

∇Φ = A1 - A2

Φ = (∫ yB/2 dx , ∫ (Bx - xB/2) dy, ∫ 0 dz)

but it was marked wrong with a "Φ is scalar!" comment.

it's probably really simple but just stuck on it.

as always thanks for any suggestions.
 
Physics news on Phys.org
You need to solve [tex] \frac{\partial \Phi}{\partial x} = \frac{By}{2}, \\<br /> \frac{\partial \Phi}{\partial y} = \frac{Bx}{2}, \\<br /> \frac{\partial \Phi}{\partial z} = 0.[/tex] Have you not had to solve such problems before?
 
  • Like
Likes   Reactions: rwooduk
pasmith said:
You need to solve [tex] \frac{\partial \Phi}{\partial x} = \frac{By}{2}, \\<br /> \frac{\partial \Phi}{\partial y} = \frac{Bx}{2}, \\<br /> \frac{\partial \Phi}{\partial z} = 0.[/tex] Have you not had to solve such problems before?
ahh i remember now, it was covered in last years math, will dig out my notes. Thank you!