EM basics- the Maxwell Equations
All the two important problems that the EM theory trys to describe and explain are propogation and radiation of EM wave, on the basic of Maxwell Equations. So we have to talk about the Maxwell Equations firstly ,the greatest achievement in my opinion, , then the propogation problem and then, the radiation problem.
- 1 the Maxwell Equations
In most conditions,except in static electronic field or static magnetic field, the two are never exits indepently. The Maxwell Equations are explicitly summarized the relationship between E and H, and between the source of them , a time-varied electric current or a time-varied charge.
The first two equations are Gauss's law in E field and H field. That is, Equation [1] is true at any point in space. That is, if there exists electric charge somewhere, then the divergence of D ( electronic displacement vector) at that point is nonzero, otherwise it is equal to zero.Gauss' Law states that electric charge acts as sources or sinks for Electric Fields.You see that both of these equations specify the divergence of the field in question. For the top equation, we know that Gauss' Law for Electric Fields states that the divergence of the Electric Flux Density D is equal to the volume electric charge density. But the second equation, Gauss' Magnetism law states that the divergence of the Magnetic Flux Density (B) is zero.
Why? Why isn't the divergence of B equal to the magnetic charge density?
Well - it is. But it just so happens that no one has ever found magnetic charge - not in a laboratory or on the street or on the subway. And therefore, until this hypothetical magnetic charge is found, we set the right side of Gauss' Law for Magnetic Fields to zero.
Faraday's law shows that a changing magnetic field within a loop gives rise to an induced current, which is due to a force or voltage within that circuit. We can then say the following about Farday's Law:
- Electric Current gives rise to magnetic fields. Magnetic Fields around a circuit gives rise to electric current.
- A Magnetic Field Changing in Time gives rise to an E-field circulating around it.
- A circulating E-field in time gives rise to a Magnetic Field Changing in time.
- A flowing electric current (J) gives rise to a Magnetic Field that circles the current
- A time-changing Electric Flux Density (D) gives rise to a Magnetic Field that circles the D field
Ampere's Law with the contribution of Maxwell nailed down the basis for Electromagnetics as we currently understand it. And so we know that a time varyingD gives rise to an H field, but from Farday's Law we know that a varying H field gives rise to an E field.... and so on and so forth and the electromagnetic waves propagate.
502327976@qq.com
EM basics- the Maxwell Equations的更多相关文章
- cadcam
Email:kefu007@vip.qq.com 13D TIMON 2007 英語版2007 23DVIA Composer V6R2013 中文版2013 3ABQUS V6.11 6.11 4A ...
- Maxwell’s Equations
A=cos(pi*x-pi/2)i+sin(pi*x)j 正电荷形成的电场 负电荷形成的电场 正负电荷形成的电场 无限长导线上均匀分布的正电荷 电场 均匀分布电荷的平面 电场 电荷均匀分布的球面形 ...
- Radio Basics for RFID
Radio Basics for RFID The following is excerpted from Chapter 3: Radio Basics for UHF RFID from the ...
- 麦克斯韦方程组 (Maxwell's equation)的简单解释
[转载请注明出处]http://www.cnblogs.com/mashiqi 2016/12/12 以下会用高中的物理知识和大学微积分的数学知识对麦克斯韦方程组进行一个简单的解释.希望大家都能看得懂 ...
- Weka EM 协方差
Weka EM covariance description 1: Dear All, I am trying to find out what is the real meaning of the ...
- Markdown 学习笔记: Basics
Markdown 学习笔记: Basics 原文:Basics. 了解Markdown格式化句法的要点 本页对如何使用Markdown提供了一个简单的概述.在"句法"页中对Mark ...
- How-to go parallel in R – basics + tips(转)
Today is a good day to start parallelizing your code. I’ve been using the parallel package since its ...
- Markdown: Basics (快速入门)[转]
Markdown: Basics (快速入门) / (点击查看完整语法说明) Getting the Gist of Markdown's Formatting Syntax [转自:http://w ...
- ML| EM
What's xxx The EM algorithm is used to find the maximum likelihood parameters of a statistical model ...
随机推荐
- QQ视差特效和ListView侧滑删除
如图所示是效果图,当向下拉时,图片会被拉出来,松手后恢复.和ListView的侧滑删除 1.视差特效 首先图片是通过addHeaderView加上去的,所以在设置Adapter前先设置一个View ...
- jdbcTemplate queryForObject 查询 结果集 数量
1.组织sql语句, 查询参数 数组, 设置返回类型 public int countByCondtion(String title, int mediaType, String currentSta ...
- ServiceStack.Text反序列化lowercase_underscore_names格式的JSON
代码: [Test] public void Test() { JsConfig.PropertyConvention = JsonPropertyConvention.Lenient; var js ...
- 「C语言」单链表/双向链表的建立/遍历/插入/删除
最近临近期末的C语言课程设计比平时练习作业一下难了不止一个档次,第一次接触到了C语言的框架开发,了解了View(界面层).Service(业务逻辑层).Persistence(持久化层)的分离和耦合, ...
- C++模板元编程
ABC
- Android破解之Lic文件加密程序(首例)
我不会写Android,这是我第一个破解Android的例子,耗时接近一天,希望大神不要见笑! 本程序为商业软件,不便发布APK程序. 不要给我发消息,我不得回,有问题,直接回帖就可以了. 准备工作 ...
- android 读中文文本文件
AndroidManifest.xml中 加入: <!-- 在SDCard中创建与删除文件权限 --> <uses-permission android:name="and ...
- 使用RDCMan管理SharePoint虚拟机的重复要求验证的问题
首先,这个软件可以从这里下载: Remote Desktop Connection Manager 同类型的软件还有很多,我没有很多复杂功能的要求,就选择了这款微软官方的,虽然很久都没有更新过了. 为 ...
- Sharepoint学习笔记—习题系列--70-573习题解析 -(Q60-Q62)
Question 60You have a SharePoint site collection that contains 100 subsites.You plan to create a Web ...
- JavaWeb开发必过关-Servlet学习(一)
一.什么是Servlet servlet其实是一个小程序,它是运行在服务器上的,一个servlet就是一个Java类,可以通过"请求-响应"编程模型来访问这个驻留在服务器内存的Se ...