Solving Vector Potential: Calculating Magnetic Field & Difficulties

Click For Summary
The discussion focuses on calculating the magnetic field from a vector potential expressed in Cartesian coordinates and the challenges faced in deriving it. The participants explore the conversion to cylindrical coordinates to simplify calculations, emphasizing the importance of symmetry in determining the appropriate coordinate system. They successfully derive the curl and divergence of the vector potential in cylindrical form, confirming that it aligns with the magnetic field of a straight wire. The conversation also touches on the necessity of satisfying the Coulomb gauge for the vector potential. Ultimately, the participants conclude that cylindrical coordinates facilitate easier calculations due to the symmetry of the problem.
Gustav
Messages
57
Reaction score
5
Homework Statement
Consider the vector potential
A = C ln( (x^2+y^2)/z^2 ) \hat{z}

a) Determine the B-field for this potential. Describe a situation that gives a B-field of that shape.
b) Calculate \nabla \cdot A
c) Give a vector potential in coulomb gauge, A’, which gives the same B as in the a-task.
Relevant Equations
B = \nabla x A
My solution for the vector potential ##A=2Cln\frac{x^2+y^2}{z^2} \hat{z}## is:
a) I used the following formula to calculate the magnetic field
$$ \mathbf{B} = \nabla \times \mathbf{A} = \left( \frac{dA_z}{dy} - 0 \right) \hat{x} + \left( 0 - \frac{dA_z}{dx} \right)\hat{y} + 0 \hat{z} = \frac{dA_z}{dy} - \frac{dA_z}{dx} = 2C \frac{x}{x^2+y^2} \hat{x} - 2C \frac{y}{x^2+y^2} \hat{y}. $$
How should I describe a situation with this magnetic field here?

b) I just did the calculation of the formula and got a non-zero value:
$$ \nabla \cdot \mathbf{A} = \left( \frac{d}{dx}, \frac{d}{dy}, \frac{d}{dz} \right) \cdot \mathbf{A} = \frac{d\mathbf{A}}{dx} + \frac{d\mathbf{A}}{dy} + \frac{d\mathbf{A}}{dz} = 2C \left( \frac{y}{x^2+y¨2} + \frac{x}{x^2+y^2} - \frac{1}{z} \right) $$

c) I was having problem solving this part, I was thinking about using the same formula in question a) ##\mathbf{B} = \nabla \times \mathbf{A'}## and solve for ##\mathbf{A'}## since I have a known ##\mathbf{B}##, but then I realized it is too difficult to solve it. I also thought mathematically that this expression ##\mathbf{A'} = Cln(x^2+y^2)\hat{z}## could give us the same value of B as in the a-task. But this is still not solving the problem correctly. What should I do?
 
Physics news on Phys.org
From the looks of it, you should convert to cylindrical coordinates. Look up the del operator if you don't know it in cylindrical coordinates.
 
  • Like
Likes Gustav
kuruman said:
From the looks of it, you should convert to cylindrical coordinates. Look up the del operator if you don't know it in cylindrical coordinates.
How should I convert to cylendrical form? Do you mean re-write ##\mathbf{A}## in cylderincal form or re-do the whole calculation?
 
kuruman said:
From the looks of it, you should convert to cylindrical coordinates. Look up the del operator if you don't know it in cylindrical coordinates.
Also, why should it be cylendrical?
 
Yes, that's what I mean. Find its form here. It should be cylindrical because that is its symmetry.
 
  • Like
Likes PhDeezNutz and Gustav
Also what do you mean by its symmetry? What is its symmetry?
 
kuruman said:
Yes, that's what I mean. Find its form here. It should be cylindrical because that is its symmetry.
Okay, so for the part where the curl is I need to calculate in this form:
$$ \nabla \times A = \left[ \frac{1}{s} \frac{\partial A_z}{\partial \phi} - \frac{\partial A_\phi}{\partial z} \right]\hat{s} + \left[ \frac{\partial A_s}{\partial z} - \frac{\partial A_z}{\partial s} \right]\hat{\phi} + \frac{1}{s} \left[ \frac{\partial s A_\phi}{\partial s} - \frac{\partial A_s}{\partial \phi} \right] \hat{z} = \frac{1}{s} \frac{\partial A_z}{\partial \phi}\hat{s} - \frac{\partial A_z}{\partial s} \hat{\phi} $$
How am I going to derivate ##A_z## with respect to ##\phi## or ##s##?
 
Gustav said:
How am I going to derivate ##A_z## with respect to ##\phi## or ##s##?
First, you need to write ##A_z## as a function of ##r##, ##\phi## and ##z##? Do that first, then take the partial derivatives.
 
  • Like
Likes Gustav
kuruman said:
First, you need to write ##A_z## as a function of ##r##, ##\phi## and ##z##? Do that first, then take the partial derivatives.
Okay, I tried to re-write it and I got something like this:
## x= s \cos(\phi ), y= s \sin(\phi), z=z##
$$ \mathbf{A} = C \ln \left( \frac{x^2+y^2}{z^2} \right) = C \ln \left( \frac{ (s \cos(\phi )^2 + (s \sin(\phi )^2}{z^2} \right) = C \ln \frac{s^2}{z^2} $$
 
  • #10
What is ##s##? Also, please fix the LaTeX.

On edit: Thank you for fixing it.
 
Last edited:
  • Like
Likes Gustav
  • #11
kuruman said:
What is ##s##? Also, please fix the LaTeX.
##s=\rho ##, I am sorry about the LaTeX, I am working on it.
 
  • #12
Now I think I can manage to calculate the curl and the divergence. But I still don't understand why we used cylendrical coordinates?
 
  • #13
Gustav said:
Okay, I tried to re-write it and I got something like this:
## x= s \cos(\phi ), y= s \sin(\phi), z=z##
$$ \mathbf{A} = C \ln \left( \frac{x^2+y^2}{z^2} \right) = C \ln \left( \frac{ (s \cos(\phi )^2 + (s \sin(\phi )^2}{z^2} \right) = C \ln \frac{s^2}{z^2} $$
Also this is in the ##\hat{z}##
 
  • #14
Right. You should put in the ##\hat z## to avoid confusing anyone who might be reading this. Also, conventionally ##s## is ##r## but that's OK if you know what you're doing. Now find the curl and the divergence. Once you have these, I will explain to you why one should use cylindrical coordinates for this problem.
 
  • Like
Likes Gustav
  • #15
kuruman said:
Right. You should put in the ##\hat z## to avoid confusing anyone who might be reading this. Also, conventionally ##s## is##r## but that's OK if you know what you're doing. Now find the curl and the divergence. Once you have these, I will explain to you why one should use cylindrical coordinates.
Okay, so now that I have my ## A_z = C \ln \frac{s^2}{z^2} \hat{z} ## I can calculate the derivatives:
1) Curl:
$$ \nabla \times A = \frac{1}{s}\frac{\partial A_z}{\partial \phi} \hat{s} - \frac{\partial A_z}{\partial s} \hat{\phi} = 0 - \frac{2C}{s}\hat{\phi} = - \frac{2C}{s}\hat{\phi}.$$
2) Divergence:
$$ \nabla \cdot A = 0 + 0 + \frac{\partial A_z}{\partial z} = - \frac{2C}{z} $$
 
  • #16
Very good. Compare these expressions and how easy it was to take derivatives with what you did earlier with Cartesian coordinates. Also, note that from three coordinate ##x##, ##y## and ##z## the problem has been reduced to two ##s## and ##z##.

Look at ##\vec\nabla \times \vec A.## It must be a magnetic field. Can you guess what can possibly generate a magnetic field that looks like this? If so, what is the appropriate value for ##C##?
 
  • Like
Likes Gustav
  • #17
kuruman said:
Very good. Compare these expressions and how easy it was to take derivatives with what you did earlier with Cartesian coordinates. Also, note that from three coordinate ##x##, ##y## and ##z## the problem has been reduced to two ##s## and ##z##.

Look at ##\vec\nabla \times \vec A.## It must be a magnetic field. Can you guess what can possibly generate a magnetic field that looks like this? If so, what is the appropriate value for ##C##?
Nothing is crossing my mind... I don't think I know what could generate this magnetic field. How should I think to get that?
 
  • #18
Have you had a course in introductory physics where you calculated magnetic fields for various current configurations?
 
  • Like
Likes Gustav
  • #19
kuruman said:
Have you had a course in introductory physics where you calculated magnetic fields for various current configurations?
Yes, I have
 
  • #20
So what I think you mean is that the constant ##C=\frac{\mu_0}{2\pi}##. But in that kind of experession we have a current in the dominator.
 
  • #21
So we are talking about a magnetic field in a wire that is circular shaped?
 
  • #22
Gustav said:
So what I think you mean is that the constant ##C=\frac{\mu_0}{2\pi}##. But in that kind of experession we have a current in the dominator.
There is never[/color] a current in the denominator of an expression for a magnetic field. The magnetic field is proportional to the current. That's Ampere's law. What current configuration are you thinking of? If you don't remember, look it up. There is no hurry.
 
  • Like
Likes Gustav
  • #23
kuruman said:
There is never a current in the denominator of an expression for a magnetic field. The magnetic field is proportional to the current. That's Ampere's law. What current configuration are you thinking of? If you don't remember, look it up. There is no hurry.
Sorry I meant numerator not denominator! I was thinking about an expression as the following
$$ \mathbf{B} = \frac{\mu_0 I}{2\pi s} \hat{\phi} $$
 
  • #24
kuruman said:
There is never a current in the denominator of an expression for a magnetic field. The magnetic field is proportional to the current. That's Ampere's law. What current configuration are you thinking of? If you don't remember, look it up. There is no hurry.
So I have an example in my book about "finding the magnetic field a distance s from a stright wire", the expression of its magnetic field reminded me of the one I got in the calculation for the curl.
 
  • #25
That's the one. Nice work. Can you finish the problem now?
 
  • Like
Likes Gustav
  • #26
kuruman said:
That's the one. Nice work. Can you finish the problem now?
Now I am stuck when calculating the vector potential in coulomb gauge, A’. How can I find the A'?
 
  • #27
It's not just any A'. It must have a curl that gives the B-field of a straight wire.
 
  • Like
Likes Gustav
  • #28
kuruman said:
It's not just any A'. It must have a curl that gives the B-field of a straight wire.
Yes, but how can I solve for it?
 
  • #29
kuruman said:
It's not just any A'. It must have a curl that gives the B-field of a straight wire.
Does it mean that it is the same as the vector potential A?
 
  • #30
No, it means that the curl of A' gives the same B-field. Furthermore, it must satisfy the Coulomb gauge ##\vec \nabla \cdot \vec A' =0##.
 
  • Like
Likes Gustav

Similar threads

Replies
19
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K