Solving for Magnetic Fields from time varying Electric fields

GarageDweller
Messages
103
Reaction score
0
Hi all, new to the forums.
Anyways I had a day off and decided to try something quirky with maxwells equations.
Using the Ampere-Maxwell equation, I tried to solve for the magnetic field that would be created by a <0,0,t> Electric field. (No current and no magnetic materials)

∇ x B = εμ(∂E/∂t)
∇ x B = εμ<0,0,1> (Pardon the bad notation)

∇ x B=< ∂Bz/∂y-∂By/∂z , ∂Bx/∂z-∂Bz/∂x , ∂By/∂x-∂Bx/∂y >

Equating the components, we have:

∂Bz/∂y=∂By/∂z

∂Bx/∂z=∂Bz/∂x

∂By/∂x-∂Bx/∂y=1

Here's the problem, How do I solve this mess?
 
Physics news on Phys.org
That the source of the magnetic field the time-varying electric field and not an actual current makes no difference to Maxwell's equations. Because \nabla \cdot B = 0 still, you can remove the derivative through its inverse, the free-space Green's function r/4\pi|r|^3. What you get is

B(r) \propto \int_V \frac{\hat z \times (r - r&#039;)}{4 \pi |r - r&#039;|^3} \; d^3r&#039;

This result (when the proper proportionality constants are in) is the Biot-Savart law. The problem, however, is that if this electric field is time-varying everywhere, then I doubt this integral converges. You'll likely have to confine yourself to a 2D plane and invoke symmetry, or even simplify the source electric field to being nonzero only at a specific point, unless you're explicitly interested in the case of E being nonzero throughout a particular region.
 
Sorry I'm not familiar with the method you're referring to here, could you elaborate?
 
You're not familiar with the use of Green's functions to solve differential equations? I'm not terribly surprised, I guess; the topic is sometimes treated like it's esoteric. Here's the basic idea:

Many differential equations are of the form dA/dx = J. It's first order, and it's simple. The Green's function for d/dx is defined such that dG/dx = \delta(x)--the delta function.

This isn't immediately useful until you use it with the fundamental theorem of calculus, which can be written as

\left. A(x) \right|_a^b = \int_a^b \frac{dA}{dx} \; dx = \int_a^b J(x) \; dx

Now, using the fundamental theorem above (with dA/dx = J), just for fun, consider

\left. A(x&#039;) G(x-x&#039;) \right|_{x&#039;=a}^b = \int_a^b \frac{dA(x&#039;)}{dx&#039;} G(x-x&#039;) + A(x&#039;) \frac{dG(x-x&#039;)}{dx&#039;} \; dx&#039; = \int_a^b J(x&#039;) G(x-x&#039;) - A(x&#039;) \delta(x-x&#039;) \; dx&#039;

Now, if we let a \to -\infty and b \to \infty, we cover the whole real line. We generally require the solution for G(x) to be well-behaved there, so the term on the left-hand side goes to zero. Remember also that when you integrate over a delta function, it forces the argument to zero. This leads to

0 = \int_{-\infty}^\infty J(x&#039;) G(x-x&#039;) \; dx&#039; - A(x) \implies A(x) = \int_{-\infty}^\infty J(x&#039;) G(x-x&#039;) \; dx&#039;

So, if you know the form of the Green's function for a particular differential operator and the source that generates the field, you can solve for the field through this integration. Extending this to 3D isn't too hard, but it requires some mathematical formalism that may obscure the point. The Green's function for \nabla is well known--you use it every time you talk about the field from a point charge, because we model point charges as delta function sources anyway.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top