Wolfram Computation Meets Knowledge

Electric Field of Hollow Charged Sphere

The electric field of a hollow charged sphere describes a vector field that associates to each point in space the Coulomb force that would be experienced per unit of electric charge, by an infinitesimal test charge at that point.

The electric field of a hollow charged sphere depends on position, total charge and the radius of the sphere. Outside the sphere, it can be treated as a point charge decreasing with increasing distance. Inside the sphere, the electric potential is constant while the field strength is zero.

Formula

{QuantityVariable["ϕ", "ElectricPotential"] == Piecewise[{{(Quantity[Rational[1, 4]/Pi, "ElectricConstant"^(-1)]*QuantityVariable["Q", "ElectricCharge"])/QuantityVariable["R", "Radius"], QuantityVariable["r", "Distance"] <= QuantityVariable["R", "Radius"]}, {(Quantity[Rational[1, 4]/Pi, "ElectricConstant"^(-1)]*QuantityVariable["Q", "ElectricCharge"])/QuantityVariable["r", "Distance"], QuantityVariable["r", "Distance"] > QuantityVariable["R", "Radius"]}}, 0], QuantityVariable["E", "ElectricFieldStrength"] == Piecewise[{{0, QuantityVariable["r", "Distance"] <= QuantityVariable["R", "Radius"]}, {(Quantity[Rational[1, 4]/Pi, "ElectricConstant"^(-1)]*QuantityVariable["Q", "ElectricCharge"])/QuantityVariable["r", "Distance"]^2, QuantityVariable["r", "Distance"] > QuantityVariable["R", "Radius"]}}, 0]}

symbol description physical quantity
ϕ electric potential "ElectricPotential"
Q electric charge "ElectricCharge"
R radius "Radius"
r distance "Distance"
E electric field strength "ElectricFieldStrength"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Electric Field of Hollow Charged Sphere"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Electric Field of Hollow Charged Sphere"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Electric Field of Hollow Charged Sphere"], {QuantityVariable[
   "E","ElectricFieldStrength"] -> 
   Quantity[10000000000, ("Volts")/("Meters")], 
  QuantityVariable["R","Radius"] -> Quantity[1, "Meters"], 
  QuantityVariable["r","Distance"] -> Quantity[1.5`, "Meters"]}]
Out[3]=

Publisher Information