Gauss's law

From Physics Book
Jump to navigation Jump to search

To be continued by Tony Chen wchen408

Topic Description

Gauss's law is a method to determine the electric field for situations where the charges are contained in a closed surface. Gauss's law relates charges distribution with the concept of electric flux, which is essentially the amount of an electric field passing through a surface. [math]\displaystyle{ \Phi_E = \mathbf{E} \cdot \mathrm{d}\mathbf{A}\cos\Theta }[/math]. Gauss's law is always true, but for physics 2, it becomes only when calculating the electric field in situations with sufficient symmetry:

Flux_Sphere

]

Qualitative description

The electric flux that passes through a closed surface can be found by adding up all the charges enclosed by the closed surface divided by the constant ε0; or by adding up all the electric field on the gaussian surface dot dA(the infinitesimal surface area). As illustrate by the equation : [math]\displaystyle{ \Phi_E = \frac{Q}{\varepsilon_0} }[/math], where ΦE is the electric flux through a closed surface S enclosing any volume V, Q is the total electric charge enclosed within S, and ε0 is the electric constant. T

Integral Form

When the surface is not uniform, we can calculate the electric flux by dividing the surface into infinite amount of small patches dA, so all the each patch is essentially flat and the field is essentially uniform over each. Therefore, the flux of each patch is dΦ = E · dA. The total flux is calculated by adding up the contribution of each patch, as illustrated by the equation below.

Equation

where E is the electric field, dA is a vector representing an infinitesimal element of area, and · represents the dot product of two vectors.

Since the flux is defined as an integral of the electric field, this expression of Gauss's law is called the integral form.


A VPython Model

Visualizing Gauss's Law in Vpython Model, consider embedding some vpython code here Python Demo By Matter & Interactions 4e

Examples

Uniform Spherical Charge

The electric field of a point charge Q can be obtained by a straightforward application of Gauss' law. Considering a Gaussian surface in the form of a sphere at radius r, the electric field has the same magnitude at every point of the sphere and is directed outward. The electric flux is then just the electric field times the area of the sphere.

Sphere_Flux

The electric field at radius r is then given by:

Sphere_Field

See also

Ampere's Law Faraday's Law

Further reading

http://www.matterandinteractions.org http://www.colorado.edu/physics/phys1120/phys1120_sm13/lecture-notes/CH21.pdf

References

http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html http://www.ux1.eiu.edu/~addavis/1360/24Gauss/SphrChrg.html http://www4.ncsu.edu/~beichner/PY208/Docs/Software.htm https://en.wikipedia.org/wiki/Gauss%27s_law http://www.colorado.edu/physics/phys1120/phys1120_sm13/lecture-notes/CH21.pdf