<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eerwood3</id>
	<title>Physics Book - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eerwood3"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Eerwood3"/>
	<updated>2026-04-30T08:07:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=9160</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=9160"/>
		<updated>2015-12-03T03:01:16Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field of a sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiimage3f.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions, 4th Edition: 1-2&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=9156</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=9156"/>
		<updated>2015-12-03T02:59:36Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:wikiimage3f.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions, 4th Edition: 1-2&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=8181</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=8181"/>
		<updated>2015-12-02T18:57:16Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
[[File:wikiimage3f.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions, 4th Edition: 1-2&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=8140</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=8140"/>
		<updated>2015-12-02T18:43:36Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;By Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
[[File:wikiimage3f.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=8134</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=8134"/>
		<updated>2015-12-02T18:42:26Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
[[File:wikiimage3f.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage3f.jpg&amp;diff=8132</id>
		<title>File:Wikiimage3f.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage3f.jpg&amp;diff=8132"/>
		<updated>2015-12-02T18:41:41Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8131</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8131"/>
		<updated>2015-12-02T18:39:21Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8130</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8130"/>
		<updated>2015-12-02T18:38:49Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8129</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8129"/>
		<updated>2015-12-02T18:38:25Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8128</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8128"/>
		<updated>2015-12-02T18:37:49Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8127</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8127"/>
		<updated>2015-12-02T18:37:26Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8126</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8126"/>
		<updated>2015-12-02T18:36:55Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8125</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=8125"/>
		<updated>2015-12-02T18:36:20Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=7991</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=7991"/>
		<updated>2015-12-02T14:14:50Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=7989</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=7989"/>
		<updated>2015-12-02T14:11:21Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Eerwood3 uploaded a new version of &amp;amp;quot;File:Wikiimage2.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=7985</id>
		<title>File:Wikiimage2.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Wikiimage2.JPG&amp;diff=7985"/>
		<updated>2015-12-02T14:05:31Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7257</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7257"/>
		<updated>2015-12-02T01:38:52Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Connectedness */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7251</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7251"/>
		<updated>2015-12-02T01:37:14Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E * 4\pi*r^2= \frac{1}{\epsilon_0}Q\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7244</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7244"/>
		<updated>2015-12-02T01:33:28Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using this, one can calculate the the electric field when r&amp;lt;R for a solid sphere charged throughout.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7241</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7241"/>
		<updated>2015-12-02T01:32:11Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{\epsilon_0}\Sigma Q_{\text {inside the surface}}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7233</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7233"/>
		<updated>2015-12-02T01:28:26Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\oint \vec E \bullet \hat n dA = \frac{1}{epsilon_0}\sigma Q_{\text inside the surface}   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7216</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7216"/>
		<updated>2015-12-02T01:22:52Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7214</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7214"/>
		<updated>2015-12-02T01:22:17Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
The formula for Gauss&#039;s Law is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7209</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7209"/>
		<updated>2015-12-02T01:20:16Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7208</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7208"/>
		<updated>2015-12-02T01:19:53Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7188</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7188"/>
		<updated>2015-12-02T01:07:11Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7185</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7185"/>
		<updated>2015-12-02T01:06:49Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Looking Ahead, Gauss&amp;#039;s Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Later in this wikibook, you will learn about Gauss&#039;s Law. This will make calculating the electric field easier.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7154</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7154"/>
		<updated>2015-12-02T01:00:26Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7151</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7151"/>
		<updated>2015-12-02T01:00:10Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
use this code to see how it looks, change the r value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7149</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7149"/>
		<updated>2015-12-02T00:59:22Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/48f6efd07a&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7006</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7006"/>
		<updated>2015-12-01T23:58:19Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7005</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=7005"/>
		<updated>2015-12-01T23:57:52Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Further reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Point_Charge&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Electric_Dipole&lt;br /&gt;
&lt;br /&gt;
http://www.physicsbook.gatech.edu/Gauss%27s_Flux_Theorem&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6948</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6948"/>
		<updated>2015-12-01T23:33:25Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;br /&gt;
&lt;br /&gt;
https://www.physicsforums.com/threads/calculate-the-polarizability-a-lpha-of-atomic-hydrogen-in-terms-of-r.339994/&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6947</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6947"/>
		<updated>2015-12-01T23:32:53Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6946</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6946"/>
		<updated>2015-12-01T23:32:12Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6942</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6942"/>
		<updated>2015-12-01T23:30:12Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: Undo revision 6937 by Eerwood3 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6937</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6937"/>
		<updated>2015-12-01T23:28:21Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6936</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6936"/>
		<updated>2015-12-01T23:28:11Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \alpha = \frac{e*s}{\frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s} = 4\pi \epsilon_0 R^3&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6928</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6928"/>
		<updated>2015-12-01T23:26:04Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{e}{s^2}\frac{\frac{4}{3} \pi s^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{e}{R^3}s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6923</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6923"/>
		<updated>2015-12-01T23:23:43Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Assume an applied electric field of strength E. This electric field polarized the hydrogen atom. Now there is a spherical charge of radius s. Use the volume ratio, and then use the useful equations to find &amp;lt;math&amp;gt; \alpha &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6910</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6910"/>
		<updated>2015-12-01T23:19:37Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6899</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6899"/>
		<updated>2015-12-01T23:18:03Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
Useful equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = \alpha *E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec p = Q*s&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6892</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6892"/>
		<updated>2015-12-01T23:14:34Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6888</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6888"/>
		<updated>2015-12-01T23:13:45Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
A simplified model of a hydrogen atom is that the electron cloud is a sphere of radius R with uniform charge density and total charge −e. (The actual charge density in the ground state is nonuniform.) &lt;br /&gt;
&lt;br /&gt;
[[File:wikiimage.JPG]]&lt;br /&gt;
For the uniform-density model, calculate the polarizability α of atomic hydrogen in terms of R. Consider the case where the magnitude E of the applied electric field is much smaller than the electric field required to ionize the atom. Suggestions for your analysis: Imagine that the hydrogen atom is inside a capacitor whose uniform field polarizes but does not accelerate the atom. Consider forces on the proton in the equilibrium situation, where the proton is displaced a distance s from the center of the electron cloud &lt;br /&gt;
&lt;br /&gt;
(s « R in the diagram). (Use the following as necessary: R and ε0.)&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6729</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6729"/>
		<updated>2015-12-01T22:17:42Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elesph.html&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6724</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6724"/>
		<updated>2015-12-01T22:14:55Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6*10^{-5} C}{(10m)^3}*4m = 2160 N/C   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6088</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6088"/>
		<updated>2015-12-01T18:36:53Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E =  \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r = 9e9 * \frac{6e-5 C}{10^3}4   &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6079</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6079"/>
		<updated>2015-12-01T18:32:37Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
Next find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6075</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6075"/>
		<updated>2015-12-01T18:31:01Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that r&amp;lt;R&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6074</id>
		<title>Field of a Charged Ball</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Field_of_a_Charged_Ball&amp;diff=6074"/>
		<updated>2015-12-01T18:30:24Z</updated>

		<summary type="html">&lt;p&gt;Eerwood3: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Claimed by Eric Erwood&lt;br /&gt;
&lt;br /&gt;
In this section, the electric field due of sphere charged throughout its volume will be discussed. &lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
&lt;br /&gt;
In this section, we will focus on a scenario where a sphere has charge distributed throughout the entire object. Calculating the electric field both outside and inside the sphere will be addressed.  &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
Step 1: Given a solid charged sphere throughout its volume, the first step is to cut up the the sphere into pieces. As a result, the solid sphere will appear as a series of spherical shells. &lt;br /&gt;
&lt;br /&gt;
Step 2: Relationship between r and R.&lt;br /&gt;
Next, it is necessary to determine whether the observation point is outside or inside the sphere. &lt;br /&gt;
&lt;br /&gt;
If r&amp;gt;R, then we are outside the sphere. All the spherical shells appear as point charges at the center of the sphere. As a result, the electric field outside the sphere is a point charge: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E=\frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2} \hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
when r&amp;gt;R, and R is the radius of the sphere.&lt;br /&gt;
&lt;br /&gt;
However, when r&amp;lt;R, the observation location is inside some of the shells but outside others.&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec E_{net} &amp;lt;/math&amp;gt;, add the contributions to the electric field from the inner shells.&lt;br /&gt;
After adding the contributions of each inner shell, you should have an electric field equal to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{\Delta Q}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find &amp;lt;math&amp;gt; \Delta Q &amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta Q = Q \frac{\text {volume of inner shells}}{\text {volume of sphere}} = Q \frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We find that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{r^2}\frac{\frac{4}{3} \pi r^3}{\frac{4}{3} \pi R^3} = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^3}r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The charge inside the sphere is proportional to r. When r=R,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vec E = \frac{1}{4 \pi \epsilon_0}\frac{Q}{R^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
A sphere is charged throughout it&#039;s volume with a charge of Q= 6e-5 C. The radius of the this sphere is R=10. Find the electric field created by a sphere of radius r=4.&lt;br /&gt;
&lt;br /&gt;
Step 1: cut up the sphere into shells&lt;br /&gt;
&lt;br /&gt;
step 2: we know that the&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==Looking Ahead, Gauss&#039;s Law==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;/div&gt;</summary>
		<author><name>Eerwood3</name></author>
	</entry>
</feed>