What do dot and cross product mean in electromagnetics?

AI Thread Summary
The discussion centers on understanding the dot and cross products in the context of electromagnetics, specifically in relation to the equations ∇·B = 0 and ∇×E = 0. The first equation indicates that the divergence of a magnetic field is zero, meaning magnetic fields do not spread out due to the absence of magnetic monopoles. The second equation suggests that the curl of the electric field is zero under static charge conditions, indicating that electric fields originate and terminate at point charges. It is emphasized that these vector operations are shorthand notations rather than literal dot or cross products, especially in non-Cartesian coordinate systems. A solid understanding of vector calculus is recommended to grasp these concepts fully.
hermtm2
Messages
37
Reaction score
0
Hello.

I am taking a fundamentals of electromagnetics.
There are couple of formulas I have been using without understanding the concepts.

\nabla \cdot B = 0
\nabla X E = 0 (curl free)

In those cases, what do dot and cross product mean?


Thanks.
 
Physics news on Phys.org
If you've been using those equations in this class, I recommend you get a book on vector calculus to brush up.

The first equation states that the divergence of a magnetic field is zero. "Divergence" is just like it sounds, it's how much a field 'spreads out.' Because there are no magnetic monopoles (individual magnetic charges), magnetic fields are divergence-less ("solenoidal").

The second equation says that the curl of the electric field is zero. Again, 'curl' is an apt name, as it measures the 'circulation' of an electric field. This equation isn't universally true, like the first one. Its significance is essentially that for a static charge distribution, electric fields have to start and end from point charges.
 
They are just vector operators as zhermes described above (and do note that the operator is dependent upon the coordinate system you use). A good book to look at is "Div, Grad, Curl and All That" though any vector calculus book should have a sufficient treatment of the subject.
 
It's really a short hand. These aren't real dot-products or cross-products. However, in flat Cartesian 3-space, the divergence of vector field A is given by:

\frac{\partial A_x}{\partial x} + \frac{\partial A_y}{\partial y} + \frac{\partial A_z}{\partial z}

That can be thought of as:

\left(\frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z}\right) \cdot (A_x, A_y, A_z)

Giving shorthand:

\nabla \cdot A

Similarly, you can write out the \nabla in vector form, use the cross product rules, and end up with Cartesian 3-space expression for curl.

But because you can have divergence and curl in more complicated coordinate systems, and even in non-flat spaces, these really aren't just dot product and cross product. It's a shorthand. And if you have to perform these operations in something like spherical coordinate system, you have to derive a new expression for that, which won't look anything like dot or cross product.
 
hermtm2 said:
Hello.

I am taking a fundamentals of electromagnetics.

[...]

what do dot and cross product mean?

I have to say this bluntly: somebody screwed up. If you're taking a course in electromagnetism that uses those vector derivatives, then either:

(a) it should require a course in vector calculus as a prerequisite, and you should have taken that course; or

(b) it should teach the basic concepts of vector calculus before proceeding to using them in describing electric and magnetic fields.
 
Thanks, K^2.
 
Back
Top