Numerical solution of vector potential

AI Thread Summary
To find the vector potential A from a given magnetic field B using the equation B = ∇ x A, it is essential to impose a gauge condition, such as div A = 0 and dA/dt = 0 for static fields. Numerical methods for solving this problem include differential equation solvers like Runge-Kutta. The discussion emphasizes the importance of expressing the differential equation in an appropriate coordinate system before applying these numerical techniques. The challenge lies in the non-uniqueness of A, which necessitates the selection of a gauge. Overall, the focus is on finding suitable numerical approaches to solve the curl equation effectively.
santanaa
Messages
3
Reaction score
0
I have a field ,B, I need to find the other field,A, such that

-> __ ->
B = \/ x A

I need numerical solution, given B sampled on a 3D computational grid (finite difference hexahedra) find A. What numerical methods could be used?
 
Physics news on Phys.org
This equation is not sufficient to find A. You have first to fix the "gauge", for example, add divA=0 and dA/dt = 0 (a static field).
 
Last edited:
thanks for the pointer. Any idea about the numerical method to solve?
 
You do know what the "curl" is, right?

Assuming that you do, write out the differential equation in whatever coordinate system that is relevant to the problem, and then use any of the differential equation solver method, such as Runge-Kutta, etc.

Zz.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top