Problem related to the vector potential of B

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
6 replies · 2K views
nuclear_dog
Messages
15
Reaction score
0

Homework Statement


A particle of mass m and charge q moves in a region with a magnetic field B(r) which is time independent. What is [itex]\frac{dA}{dt}[/itex] as seen by the particle.

Homework Equations


The Attempt at a Solution


Since the B field is not varying with time, I know that the change in A will be due to the change in position of particle with time. It should be (∂A/∂x)vx + (∂A/∂y)vy + (∂A/∂z)vz . So can it be (v.∇)A. But I cannot seem to be able to go furthur.
 
Physics news on Phys.org
I am sorry I forgot to add that in the question it was given that since ∇.B = 0 , therefore we can write B = ∇XA , where A is a vector. So I am not sure that we can use the transformation of ∇ in the expression.
 
haruspex , I got hold of the original question paper today and have attached a screenshot of it. Please take a look at it to clearly understand the question , since I might not have explained it properly.

Since (dp/dt) = F = q(vXB) , hence if we can show that ∇X{d/dt( p + qA)} = 0 , it would mean that (d/dt(p + qA)) is a gradient of some function. But I haven't been able to prove that ∇X{d/dt( p + qA)} = 0 , by using dA/dt = (v.∇)A .
 

Attachments

  • question.jpg
    question.jpg
    26.5 KB · Views: 381
##\frac{d\vec{p}}{dt} =q\vec{v}\times\vec{B}##
##\frac{d}{dt}\left(\vec{p}+q \vec{A}\right) = q \vec{v}\times \vec{B}+q \left( \vec{v}.\vec{\nabla} \right) \vec{A} = q \vec{v}\times \left( \vec{\nabla}\times\vec{A}\right)+q \left( \vec{v}.\vec{\nabla} \right) \vec{A} ##
Here I venture into areas I know even less about, based what I read at http://en.wikipedia.org/wiki/Curl_%28mathematics%29:
## \vec{v}\times \left(\vec{\nabla}\times\vec{A}\right) = \vec{\nabla_A}\left(\vec{v}.\vec{A}\right) - \left(\vec{v}.\vec{\nabla}\right)\vec{A}##
So
##\frac{d}{dt}\left(\vec{p}+q \vec{A}\right) = q \vec{\nabla_A}\left(\vec{v}.\vec{A}\right)##
Does that help?
 
Last edited by a moderator:
Thanks, that actually solves the problem. Although I will have to read up on the identities of vector calculus to feel satisfied on this question.