<?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=Rgranger3</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=Rgranger3"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Rgranger3"/>
	<updated>2026-04-28T05:49:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Point_Charge&amp;diff=27889</id>
		<title>Point Charge</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Point_Charge&amp;diff=27889"/>
		<updated>2017-04-09T06:59:04Z</updated>

		<summary type="html">&lt;p&gt;Rgranger3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is all about the [[Electric Field]] due to a Point Charge.&#039;&#039;&#039;CLAIMED BY Richard Granger 4-8-2017&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
Every charge creates its own electric field. The two known elementary charges are the proton and electron, both of which are modeled as point charges. The electric field for point charges points radially outward in the case of the proton, and radially inward in the case of the electron. The field is calculated using Coulomb&#039;s Law. Indeed, the electric field is defined as a vector field that associates each point in space with the electric force that an infinitesimal test charge would experience. The source of the electric field in this article is the point charge.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model of Electric Field due to Point Charge===&lt;br /&gt;
&lt;br /&gt;
The Electric Field of a Point Charge can be found by using the following formula:&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;
&lt;br /&gt;
Which is derived from [[Gauss&#039;s Law]], modelling the point charge as a sphere.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\epsilon_0} &amp;lt;/math&amp;gt;  is a constant representing vacuum permittivity, the permittivity of free space, or the electric constant, and is approximately &amp;lt;math&amp;gt;8.854*10^{-12}\frac{C^2}{N m^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{1}{4 \pi \epsilon_0 } &amp;lt;/math&amp;gt; is known as Coulomb&#039;s Constant and is approximately &amp;lt;math&amp;gt;8.987*10^{9}\frac{N m^2}{C^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;r&#039;&#039;&#039;&#039;&#039; is the magnitude of the distance between the observation location and the source location &lt;br /&gt;
, &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; is the charge of the particle &lt;br /&gt;
and &amp;lt;math&amp;gt;\hat r &amp;lt;/math&amp;gt; is the unit vector in the direction of the distance from the source location to the observation point.&lt;br /&gt;
&lt;br /&gt;
The force on a given test charge is governed by &amp;lt;math&amp;gt; F = Eq &amp;lt;/math&amp;gt; where &#039;&#039;&#039;&#039;&#039;E&#039;&#039;&#039;&#039;&#039; is the electric field and &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; is the charge of a test charge in Coulombs. This can be represented by Coulomb&#039;s Law:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; F = \frac{1}{4 \pi \epsilon_0 } \frac{q_1 q_2}{r^2} \hat r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By solving for the electric field in &amp;lt;math&amp;gt; F = Eq &amp;lt;/math&amp;gt; modeled as Coulomb&#039;s Law, one obtains the equation for the electric field of the point charge:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E = \frac{F}{q_2} = \frac{1}{4 \pi \epsilon_0 } \frac{q_1}{r^2} \hat r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below is a visual representation of electric field lines due to a positive and negative point charge&lt;br /&gt;
&lt;br /&gt;
[[File:Point_charge.GIF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Below is a link to some code which can help visualize the Electric Field due to a proton.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/725d552305&lt;br /&gt;
&lt;br /&gt;
Notice how the arrows grow by a factor of &amp;lt;math&amp;gt; \frac{1}{r^{2}} &amp;lt;/math&amp;gt; as the observation location gets closer to the proton.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
There is an electron at the origin. Calculate the electric field at (4,-3,1)m. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Find &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{electron}   ((4,-3,1) - (0,0,0) = &amp;lt;4,-3,1&amp;gt; &amp;lt;/math&amp;gt;m&lt;br /&gt;
&lt;br /&gt;
Calculate the magnitude of &amp;lt;math&amp;gt;\vec r&amp;lt;/math&amp;gt;.  (&amp;lt;math&amp;gt;\sqrt{4^2+(-3)^2+1^2}=\sqrt{26}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From &amp;lt;math&amp;gt;\vec r&amp;lt;/math&amp;gt;, find the unit vector &amp;lt;math&amp;gt;\hat{r}.&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;  &amp;lt;\frac{4}{\sqrt{26}},\frac{-3}{\sqrt{26}},\frac{1}{\sqrt{26}}&amp;gt; &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Find the magnitude of the Electric Field&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} = \frac{1}{4 \pi \epsilon_0 } \frac{-1.6 * 10^{-19}}{26} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Multiply the magnitude of the Electric Field by &amp;lt;math&amp;gt;\hat{r}&amp;lt;/math&amp;gt; to find the Electric Field&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E =  \frac{1}{4 \pi \epsilon_0 } \frac{-1.6 * 10^{-19}}{26}*&amp;lt;\frac{4}{\sqrt{26}},\frac{-3}{\sqrt{26}},\frac{1}{\sqrt{26}}&amp;gt; = &amp;lt;-4.34*10^{-11},3.26*10^{-11},-1.09*10^{-11}&amp;gt;   N/C    &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
A particle of unknown charge is located at (-0.21, 0.02, 0.11) m. Its electric field at point (-0.02, 0.31, 0.28) m is &amp;lt;math&amp;gt;&amp;lt;0.124, 0.188, 0.109&amp;gt; &amp;lt;/math&amp;gt; N/C. Find the magnitude and sign of the particle&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
Given both an observation location and a source location, one can find both r and &amp;lt;math&amp;gt;\hat{r}&amp;lt;/math&amp;gt;  Given the value of the electric field, one can also find the magnitude of the electric field. Then, using the equation for the magnitude of electric field of a point charge,&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;  one can find the magnitude and sign of the charge. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; &lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{particle} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec r = (-0.02,0.31,0.28) m - (-0.21,0.02,0.11) m = &amp;lt;0.19,0.29,0.17&amp;gt; m &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec r_{mag} &amp;lt;/math&amp;gt;, find the magnitude of &amp;lt;math&amp;gt;&amp;lt;0.19,0.29,0.17&amp;gt;&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\sqrt{0.19^2+0.29^2+0.17^2}=\sqrt{0.1491}= 0.39&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Find the magnitude of the Electric Field &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E= &amp;lt;0.124, 0.188, 0.109&amp;gt; N/C&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E_{mag} = (\sqrt{0.124^2+0.188^2+0.109^2}=\sqrt{0.0626}=0.25&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Find &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; by rearranging the equation for &amp;lt;math&amp;gt;E_{mag}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By rearranging this equation we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {4 pi * epsilon_0 } *{r^2}*E_{mag} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {1/(9*10^9)} *{0.39^2}*0.25 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= + 4.3*10^{-12} C &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
The electric force on a -2mC particle at a location (3.98 , 3.98 , 3.98) m due to a particle at the origin is &amp;lt;math&amp;gt;&amp;lt; -5.5*10^{3} , -5.5*10^{3}, -5.5*10^{3}&amp;gt;&amp;lt;/math&amp;gt; N. What is the charge on the particle at the origin?&lt;br /&gt;
&lt;br /&gt;
Given the force and charge on the particle, one can calculate the surrounding electric field. With this variable found, this problem becomes much like the last one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r_{mag}^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to find the rmag value. To find &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; we can find the direction of the electric field as that is obviously going to be in the same direction as  &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;. Then, once we find  &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;, all that is left to do is multiply &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; by rmag and that will give us the  &amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt; vector. We can then find the location of the particle as we know  &amp;lt;math&amp;gt;r=r_{observation}-r_{particle}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1&#039;&#039;&#039;:&lt;br /&gt;
Find the magnitude of the Electric field.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; F = Eq &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;5.5*10^{3}, -7.6*10^{3}, 0&amp;gt; = E * -2mC &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E = \frac{&amp;lt; -5.5*10^{3} , -5.5*10^{3}, -5.5*10^{3}&amp;gt;}{-2mC} = &amp;lt;2.75*10^{6} , 2.75*10^{6} , 2.75*10^{6}&amp;gt; &amp;lt;/math&amp;gt; N/C&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039;:&lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{particle} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec r = (3.98 , 3.98 , 3.98) m - (0 , 0 , 0) m = &amp;lt;3.98 , 3.98 , 3.98&amp;gt; m &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec r_{mag} &amp;lt;/math&amp;gt;, find the magnitude of &amp;lt;math&amp;gt;&amp;lt;3.98 , 3.98 , 3.98&amp;gt;&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\sqrt{3.98^2+3.98^2+3.98^2}=\sqrt{47.52}= 6.9&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Find the magnitude of the Electric Field &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E= &amp;lt;2.75*10^{6} , 2.75*10^{6} , 2.75*10^{6}&amp;gt; &amp;lt;/math&amp;gt; N/C&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E_{mag} = (\sqrt{(2.75*10^{6})^2+2.75*10^{6})^2+2.75*10^{6})^2}=\sqrt{2.27*10^{13}}=4.76*10^{6}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 4:&#039;&#039;&#039; Find &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; by rearranging the equation for &amp;lt;math&amp;gt;E_{mag}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By rearranging this equation we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {4 pi * epsilon_0 } *{r^2}*E_{mag} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {1/(9*10^9)} *{6.9^{2}}*4.76*10^{6} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= + 0.253 C &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
1.How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
This topic is the most very basic aspect of physics relating to electricity and magnetism. As someone who is very interested in physics, this topic is important to understanding how more complex ideas that come in later on chapters work.&lt;br /&gt;
&lt;br /&gt;
2.How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As a mechanical engineer, static charges don&#039;t relate to what I do all that much, but the vector algebra certainly does.&lt;br /&gt;
&lt;br /&gt;
3.Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
The electric field of a point particle and the [[Superposition Principle]] are integral in understanding the interactions of many charges in various situations, such as a charged sphere or rod. Understanding the way charges behave is important in working with electricity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
[[File:CoulombCharles300px.jpg]]&lt;br /&gt;
&#039;&#039;Charles de Coulomb&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Charles de Coulomb was born in June 14, 1736 in central France. He spent much of his early life in the military and was placed in regions throughout the world. He only began to do scientific experiments out of curiously on his military expeditions. However, when controversy arrived with him and the French bureaucracy coupled with the French Revolution, Coulomb had to leave France and thus really began his scientific career. &lt;br /&gt;
&lt;br /&gt;
Between 1785 and 1791, de Coulomb wrote several key papers centered around multiple relations of electricity and magnetism. This helped him develop the principle known as Coulomb&#039;s Law, which confirmed that the force between two electrical charges is directly proportional to the product of the charges and inversely proportional to the square of the distance between them. This is the same relationship that is seen in the electric field equation of a point charge. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Electric Field]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[Electric Force]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[Superposition Principle]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Principles of Electrodynamics by Melvin Schwartz&lt;br /&gt;
ISBN: 9780486134673&lt;br /&gt;
&lt;br /&gt;
Electricity and Magnetism: Edition 3 , Edward M. Purcell David J. Morin &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Some more information : http://hyperphysics.phy-astr.gsu.edu/hbase/electric/epoint.html&lt;br /&gt;
&lt;br /&gt;
http://www.physics.umd.edu/courses/Phys260/agashe/S10/notes/lecture18.pdf&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions Vol. II&lt;br /&gt;
&lt;br /&gt;
PY106 Notes. (n.d.). Retrieved November 27, 2016, from http://physics.bu.edu/~duffy/py106.html&lt;br /&gt;
&lt;br /&gt;
Retrieved November 28, 2016, from http://www.biography.com/people/charles-de-coulomb-9259075#controversy-and-absolution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Fields]]&lt;/div&gt;</summary>
		<author><name>Rgranger3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Point_Charge&amp;diff=27888</id>
		<title>Point Charge</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Point_Charge&amp;diff=27888"/>
		<updated>2017-04-09T06:58:12Z</updated>

		<summary type="html">&lt;p&gt;Rgranger3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is all about the [[Electric Field]] due to a Point Charge.&#039;&#039;&#039;CLAIMED BY Richard Granger 4-8-2017&lt;br /&gt;
&#039;&#039;&#039;== Electric Field==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
Every charge creates its own electric field. The two known elementary charges are the proton and electron, both of which are modeled as point charges. The electric field for point charges points radially outward in the case of the proton, and radially inward in the case of the electron. The field is calculated using Coulomb&#039;s Law. Indeed, the electric field is defined as a vector field that associates each point in space with the electric force that an infinitesimal test charge would experience. The source of the electric field in this article is the point charge.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model of Electric Field due to Point Charge===&lt;br /&gt;
&lt;br /&gt;
The Electric Field of a Point Charge can be found by using the following formula:&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;
&lt;br /&gt;
Which is derived from [[Gauss&#039;s Law]], modelling the point charge as a sphere.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;{\epsilon_0} &amp;lt;/math&amp;gt;  is a constant representing vacuum permittivity, the permittivity of free space, or the electric constant, and is approximately &amp;lt;math&amp;gt;8.854*10^{-12}\frac{C^2}{N m^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{1}{4 \pi \epsilon_0 } &amp;lt;/math&amp;gt; is known as Coulomb&#039;s Constant and is approximately &amp;lt;math&amp;gt;8.987*10^{9}\frac{N m^2}{C^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;r&#039;&#039;&#039;&#039;&#039; is the magnitude of the distance between the observation location and the source location &lt;br /&gt;
, &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; is the charge of the particle &lt;br /&gt;
and &amp;lt;math&amp;gt;\hat r &amp;lt;/math&amp;gt; is the unit vector in the direction of the distance from the source location to the observation point.&lt;br /&gt;
&lt;br /&gt;
The force on a given test charge is governed by &amp;lt;math&amp;gt; F = Eq &amp;lt;/math&amp;gt; where &#039;&#039;&#039;&#039;&#039;E&#039;&#039;&#039;&#039;&#039; is the electric field and &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; is the charge of a test charge in Coulombs. This can be represented by Coulomb&#039;s Law:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; F = \frac{1}{4 \pi \epsilon_0 } \frac{q_1 q_2}{r^2} \hat r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By solving for the electric field in &amp;lt;math&amp;gt; F = Eq &amp;lt;/math&amp;gt; modeled as Coulomb&#039;s Law, one obtains the equation for the electric field of the point charge:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E = \frac{F}{q_2} = \frac{1}{4 \pi \epsilon_0 } \frac{q_1}{r^2} \hat r &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Below is a visual representation of electric field lines due to a positive and negative point charge&lt;br /&gt;
&lt;br /&gt;
[[File:Point_charge.GIF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Below is a link to some code which can help visualize the Electric Field due to a proton.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/725d552305&lt;br /&gt;
&lt;br /&gt;
Notice how the arrows grow by a factor of &amp;lt;math&amp;gt; \frac{1}{r^{2}} &amp;lt;/math&amp;gt; as the observation location gets closer to the proton.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
There is an electron at the origin. Calculate the electric field at (4,-3,1)m. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Find &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{electron}   ((4,-3,1) - (0,0,0) = &amp;lt;4,-3,1&amp;gt; &amp;lt;/math&amp;gt;m&lt;br /&gt;
&lt;br /&gt;
Calculate the magnitude of &amp;lt;math&amp;gt;\vec r&amp;lt;/math&amp;gt;.  (&amp;lt;math&amp;gt;\sqrt{4^2+(-3)^2+1^2}=\sqrt{26}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From &amp;lt;math&amp;gt;\vec r&amp;lt;/math&amp;gt;, find the unit vector &amp;lt;math&amp;gt;\hat{r}.&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;  &amp;lt;\frac{4}{\sqrt{26}},\frac{-3}{\sqrt{26}},\frac{1}{\sqrt{26}}&amp;gt; &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Find the magnitude of the Electric Field&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} = \frac{1}{4 \pi \epsilon_0 } \frac{-1.6 * 10^{-19}}{26} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Multiply the magnitude of the Electric Field by &amp;lt;math&amp;gt;\hat{r}&amp;lt;/math&amp;gt; to find the Electric Field&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E =  \frac{1}{4 \pi \epsilon_0 } \frac{-1.6 * 10^{-19}}{26}*&amp;lt;\frac{4}{\sqrt{26}},\frac{-3}{\sqrt{26}},\frac{1}{\sqrt{26}}&amp;gt; = &amp;lt;-4.34*10^{-11},3.26*10^{-11},-1.09*10^{-11}&amp;gt;   N/C    &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
A particle of unknown charge is located at (-0.21, 0.02, 0.11) m. Its electric field at point (-0.02, 0.31, 0.28) m is &amp;lt;math&amp;gt;&amp;lt;0.124, 0.188, 0.109&amp;gt; &amp;lt;/math&amp;gt; N/C. Find the magnitude and sign of the particle&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
Given both an observation location and a source location, one can find both r and &amp;lt;math&amp;gt;\hat{r}&amp;lt;/math&amp;gt;  Given the value of the electric field, one can also find the magnitude of the electric field. Then, using the equation for the magnitude of electric field of a point charge,&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;  one can find the magnitude and sign of the charge. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; &lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{particle} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec r = (-0.02,0.31,0.28) m - (-0.21,0.02,0.11) m = &amp;lt;0.19,0.29,0.17&amp;gt; m &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec r_{mag} &amp;lt;/math&amp;gt;, find the magnitude of &amp;lt;math&amp;gt;&amp;lt;0.19,0.29,0.17&amp;gt;&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\sqrt{0.19^2+0.29^2+0.17^2}=\sqrt{0.1491}= 0.39&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Find the magnitude of the Electric Field &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E= &amp;lt;0.124, 0.188, 0.109&amp;gt; N/C&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E_{mag} = (\sqrt{0.124^2+0.188^2+0.109^2}=\sqrt{0.0626}=0.25&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Find &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; by rearranging the equation for &amp;lt;math&amp;gt;E_{mag}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By rearranging this equation we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {4 pi * epsilon_0 } *{r^2}*E_{mag} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {1/(9*10^9)} *{0.39^2}*0.25 &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= + 4.3*10^{-12} C &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
The electric force on a -2mC particle at a location (3.98 , 3.98 , 3.98) m due to a particle at the origin is &amp;lt;math&amp;gt;&amp;lt; -5.5*10^{3} , -5.5*10^{3}, -5.5*10^{3}&amp;gt;&amp;lt;/math&amp;gt; N. What is the charge on the particle at the origin?&lt;br /&gt;
&lt;br /&gt;
Given the force and charge on the particle, one can calculate the surrounding electric field. With this variable found, this problem becomes much like the last one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r_{mag}^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to find the rmag value. To find &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; we can find the direction of the electric field as that is obviously going to be in the same direction as  &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;. Then, once we find  &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;, all that is left to do is multiply &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; by rmag and that will give us the  &amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt; vector. We can then find the location of the particle as we know  &amp;lt;math&amp;gt;r=r_{observation}-r_{particle}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1&#039;&#039;&#039;:&lt;br /&gt;
Find the magnitude of the Electric field.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; F = Eq &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; &amp;lt;5.5*10^{3}, -7.6*10^{3}, 0&amp;gt; = E * -2mC &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E = \frac{&amp;lt; -5.5*10^{3} , -5.5*10^{3}, -5.5*10^{3}&amp;gt;}{-2mC} = &amp;lt;2.75*10^{6} , 2.75*10^{6} , 2.75*10^{6}&amp;gt; &amp;lt;/math&amp;gt; N/C&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039;:&lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{particle} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec r = (3.98 , 3.98 , 3.98) m - (0 , 0 , 0) m = &amp;lt;3.98 , 3.98 , 3.98&amp;gt; m &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To find &amp;lt;math&amp;gt;\vec r_{mag} &amp;lt;/math&amp;gt;, find the magnitude of &amp;lt;math&amp;gt;&amp;lt;3.98 , 3.98 , 3.98&amp;gt;&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\sqrt{3.98^2+3.98^2+3.98^2}=\sqrt{47.52}= 6.9&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Find the magnitude of the Electric Field &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E= &amp;lt;2.75*10^{6} , 2.75*10^{6} , 2.75*10^{6}&amp;gt; &amp;lt;/math&amp;gt; N/C&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E_{mag} = (\sqrt{(2.75*10^{6})^2+2.75*10^{6})^2+2.75*10^{6})^2}=\sqrt{2.27*10^{13}}=4.76*10^{6}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 4:&#039;&#039;&#039; Find &#039;&#039;&#039;&#039;&#039;q&#039;&#039;&#039;&#039;&#039; by rearranging the equation for &amp;lt;math&amp;gt;E_{mag}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By rearranging this equation we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {4 pi * epsilon_0 } *{r^2}*E_{mag} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {1/(9*10^9)} *{6.9^{2}}*4.76*10^{6} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= + 0.253 C &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
1.How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
This topic is the most very basic aspect of physics relating to electricity and magnetism. As someone who is very interested in physics, this topic is important to understanding how more complex ideas that come in later on chapters work.&lt;br /&gt;
&lt;br /&gt;
2.How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As a mechanical engineer, static charges don&#039;t relate to what I do all that much, but the vector algebra certainly does.&lt;br /&gt;
&lt;br /&gt;
3.Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
The electric field of a point particle and the [[Superposition Principle]] are integral in understanding the interactions of many charges in various situations, such as a charged sphere or rod. Understanding the way charges behave is important in working with electricity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
[[File:CoulombCharles300px.jpg]]&lt;br /&gt;
&#039;&#039;Charles de Coulomb&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Charles de Coulomb was born in June 14, 1736 in central France. He spent much of his early life in the military and was placed in regions throughout the world. He only began to do scientific experiments out of curiously on his military expeditions. However, when controversy arrived with him and the French bureaucracy coupled with the French Revolution, Coulomb had to leave France and thus really began his scientific career. &lt;br /&gt;
&lt;br /&gt;
Between 1785 and 1791, de Coulomb wrote several key papers centered around multiple relations of electricity and magnetism. This helped him develop the principle known as Coulomb&#039;s Law, which confirmed that the force between two electrical charges is directly proportional to the product of the charges and inversely proportional to the square of the distance between them. This is the same relationship that is seen in the electric field equation of a point charge. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Electric Field]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[Electric Force]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[Superposition Principle]]&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Principles of Electrodynamics by Melvin Schwartz&lt;br /&gt;
ISBN: 9780486134673&lt;br /&gt;
&lt;br /&gt;
Electricity and Magnetism: Edition 3 , Edward M. Purcell David J. Morin &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Some more information : http://hyperphysics.phy-astr.gsu.edu/hbase/electric/epoint.html&lt;br /&gt;
&lt;br /&gt;
http://www.physics.umd.edu/courses/Phys260/agashe/S10/notes/lecture18.pdf&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions Vol. II&lt;br /&gt;
&lt;br /&gt;
PY106 Notes. (n.d.). Retrieved November 27, 2016, from http://physics.bu.edu/~duffy/py106.html&lt;br /&gt;
&lt;br /&gt;
Retrieved November 28, 2016, from http://www.biography.com/people/charles-de-coulomb-9259075#controversy-and-absolution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Fields]]&lt;/div&gt;</summary>
		<author><name>Rgranger3</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Point_Charge&amp;diff=27831</id>
		<title>Point Charge</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Point_Charge&amp;diff=27831"/>
		<updated>2017-04-09T02:14:16Z</updated>

		<summary type="html">&lt;p&gt;Rgranger3: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is all about the [[Electric Field]] due to a Point Charge.&#039;&#039;&#039;CLAIMED BY Richard Granger 4-8-2017&lt;br /&gt;
&#039;&#039;&#039;== Electric Field==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
Looking at one of the four fundamental interactions of physics, electromagnetism, you can derive the expression for Coulombs Force Law. Using this expression, there is just a simple equation that is used to derive the the exact value of the electric field. The electric field of a point charge can be directly coordinated with a couple of independent variables. The variables that are directly coordinated with the value of an electric field is the direction of the particle and the charge of the particle. Electric field of a point charge is also inversely proportional to distance.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model of Electric Field due to Point Charge===&lt;br /&gt;
&lt;br /&gt;
The Electric Field of a Point Charge can be found by using the following formula:&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;
&lt;br /&gt;
&amp;lt;math&amp;gt;Where \frac{1}{4 \pi \epsilon_0 } \text{is a constant representing the permittivity of free space, and is approximately }  9*10^{9} \frac{N m^2}{C^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
, r is the magnitude of the distance between the observation location and the source location &lt;br /&gt;
, q is the charge of the particle &lt;br /&gt;
and &amp;lt;math&amp;gt;\hat r \text { is the direction of the distance from the source location to the observation point.} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is very easy to derive Coulombs Law using the equation for the electric field of a point charge, as all you have to do is multiply the value obtained from the Electric Field of a point charge by the charge of the second particle.&lt;br /&gt;
&lt;br /&gt;
Below is a visual representation of electric fields due to a positive and negative point charge&lt;br /&gt;
&lt;br /&gt;
[[File:Point_charge.GIF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Here is a link to some code which can help visualize and compute the Electric Field due to an electron at different points. You can adjust the values of the observation locations in order to observe how the effects of distance, both magnitude and direction, can affect the electric field.&lt;br /&gt;
&lt;br /&gt;
https://trinket.io/glowscript/8d66c87ced&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe src=&amp;quot;https://trinket.io/embed/glowscript/8d66c87ced&amp;quot; width=&amp;quot;100%&amp;quot; height=&amp;quot;356&amp;quot; frameborder=&amp;quot;0&amp;quot; marginwidth=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
There is an electron at &amp;lt;0,0,0&amp;gt;m. Calculate the electric field at &amp;lt;4,-3,1&amp;gt;m. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; Find &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{electron}   (&amp;lt;4,-3,1&amp;gt; - &amp;lt;0,0,0&amp;gt; = &amp;lt;4,-3,1&amp;gt; &amp;lt;/math&amp;gt;m&lt;br /&gt;
&lt;br /&gt;
Calculate the magnitude of r.  (&amp;lt;math&amp;gt;\sqrt{4^2+(-3)^2+1^2}=\sqrt{26}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From r, find the unit vector &amp;lt;math&amp;gt;\hat{r}.&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;  &amp;lt;\frac{4}{\sqrt{26}},\frac{-3}{\sqrt{26}},\frac{1}{\sqrt{26}}&amp;gt; &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Find the magnitude of the Electric Field&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} = \frac{1}{4 \pi \epsilon_0 } \frac{-1.6 * 10^{-19}}{26} &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Multiply the magnitude of the Electric Field by &amp;lt;math&amp;gt;\hat{r}&amp;lt;/math&amp;gt; to find the Electric Field&lt;br /&gt;
&lt;br /&gt;
E= &amp;lt;math&amp;gt;  \frac{1}{4 \pi \epsilon_0 } \frac{-1.6 * 10^{-19}}{26}*&amp;lt;\frac{4}{\sqrt{26}},\frac{-3}{\sqrt{26}},\frac{1}{\sqrt{26}}&amp;gt;=&amp;lt;-4.34*10^{-11},3.26*10^{-11},-1.09*10^{-11}&amp;gt;   N/C    &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
A particle of unknown charge is located at &amp;lt;-.21, .02, .11&amp;gt; m. Its electric field at point &amp;lt;-.02, .31, .28&amp;gt; m is &amp;lt;.124, .188, .109&amp;gt; N/C . Find the value of the particles charge.&lt;br /&gt;
&lt;br /&gt;
While this problem looks challenging, lets think about it for a second. We are given both an observation location and a source location, so we can find both r and &amp;lt;math&amp;gt;\hat{r}&amp;lt;/math&amp;gt;  Since we are given the value of the electric field, we can simply find the magnitude of the electric field. Then, we can use the equation for the magnitude of electric field of a point charge,&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;  to find the charge. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1:&#039;&#039;&#039; &lt;br /&gt;
Find &amp;lt;math&amp;gt;\vec r_{obs} - \vec r_{particle}   &amp;lt;-.02,.31,.28&amp;gt; m - &amp;lt;-.21,.02,.11&amp;gt; m = &amp;lt;.19,.29,.17&amp;gt; m &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find r_{mag}, we simply find the magnitude of &amp;lt;.19,.29,.17&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
(&amp;lt;math&amp;gt;\sqrt{.19^2+.29^2+.17^2}=\sqrt{.1491}&amp;lt;/math&amp;gt;= .39&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039; Find the magnitude of the Electric Field&lt;br /&gt;
&lt;br /&gt;
E= &amp;lt;.124, .188, .109&amp;gt; N/C&lt;br /&gt;
&lt;br /&gt;
E_{mag} = (&amp;lt;math&amp;gt;\sqrt{.124^2+.188^2+.109^2}=\sqrt{.0626}&amp;lt;/math&amp;gt;=.25&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; Find q by rearranging the equation for E_{mag}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By rearranging this equation we get&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {4 pi epsilon_0 } *{r^2}*E_{mag} &amp;lt;/math&amp;gt;     &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; q= {1/(9*10^9)} *{.39^2}*.25 &amp;lt;/math&amp;gt;     &lt;br /&gt;
&lt;br /&gt;
q= 4.3*10^-12 C&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
The electric field at a location &amp;lt;.5.4, -1.8, 7.2&amp;gt;m has been found to be &amp;lt;5.5*10^3, -7.6*10^3, 0&amp;gt; N/C. There is a particle with a charge of -2nC in the surrounding area. What is the location of the particle?&lt;br /&gt;
&lt;br /&gt;
Again, while at first sight the problem may look tough, it is really not that difficult once you break it down. Since we are given the vector value for electric field, we can also find the magnitude of the electric field. Once we find the magnitude of the electric field we can use the equation&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r_{mag}^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to find the rmag value. To find &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; we can find the direction of the electric field as that is obviously going to be in the same direction as  &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;. Then, once we find  &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt;, all that is left to do is multiply &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; by rmag and that will give us the  &amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt; vector. We can then find the location of the particle as we know  &amp;lt;math&amp;gt;r=r_{observation}-r_{particle}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1&#039;&#039;&#039;:&lt;br /&gt;
Find the magnitude of the Electric field.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E&amp;lt;/math&amp;gt;= (5.5*10^3, -7.6*10^3, 0) N/C&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag} &amp;lt;/math&amp;gt; = &amp;lt;math&amp;gt;\sqrt{(5.5*10^3)^2+(-7.6*10^3)^2+0^2}=\sqrt{.8.8*10^7}= 9381&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2:&#039;&#039;&#039;:&lt;br /&gt;
Rearrange the equation for the magnitude of electric field and solve for rmag.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E_{mag}= \frac{1}{4 \pi \epsilon_0 } \frac{q}{r_{mag}^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{mag}^2= \frac{1}{4 \pi \epsilon_0 } \frac{q}{ E_{mag}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{mag}^2= \frac{1}{4 \pi \epsilon_0 } \frac{2nC}{ 9381} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{mag}^2= .00192 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{mag}= .04m &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3:&#039;&#039;&#039; &lt;br /&gt;
Find the direction of the electric field &lt;br /&gt;
&lt;br /&gt;
Because the source charge is negative, &amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;=-\hat E&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\hat E&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;= E/ E_{mag} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\hat E&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;= (&amp;lt;5.5*10^3, -7.6*10^3, 0&amp;gt; / 9381) N/C &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;=-\hat E&amp;lt;/math&amp;gt; = &amp;lt;-.56, .81,0&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 4:&#039;&#039;&#039; &lt;br /&gt;
Find &amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt; = &amp;lt;math&amp;gt;r_{mag}&amp;lt;/math&amp;gt;  *&amp;lt;math&amp;gt;\hat r&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt;  = &amp;lt;math&amp;gt; .04m * &amp;lt;-.56, .81,0&amp;gt;&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt; = &amp;lt;math&amp;gt;&amp;lt;-.02, .03, 0&amp;gt; m&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 5:&#039;&#039;&#039; &lt;br /&gt;
Find &amp;lt;math&amp;gt; r_{particle}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt;  &amp;lt;math&amp;gt;= r_{observation}-&amp;lt;/math&amp;gt;  &amp;lt;math&amp;gt; r_{particle}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{particle}&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;= r_{observation}-&amp;lt;/math&amp;gt;  &amp;lt;math&amp;gt; r&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{particle}&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;= &amp;lt;.5.4, -1.8, 7.2&amp;gt;-&amp;lt;/math&amp;gt;  &amp;lt;math&amp;gt;&amp;lt;-.02, .03, 0&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{particle}&amp;lt;/math&amp;gt; &amp;lt;math&amp;gt;=&amp;lt;5.42, -1.83, 0&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
1.How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am really interested in the electric field of a point particle because it seems as if this one fundamental idea has so connections and relations throughout physics 2. Understanding this basic principle has helped me learn about much harder topics in magnetism. &lt;br /&gt;
&lt;br /&gt;
2.How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
I am a BME major and this is related to me because there are several instances where I will have to work with electric fields and circuits and this will be the foundation of what I do/learn. &lt;br /&gt;
&lt;br /&gt;
3.Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
An interesting application is that electric fields of point charges can be used to find forces, both electric and magnetic forces. Then you can predict the motion of various particles looking at the forces that are acting upon them. .&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
[[File:CoulombCharles300px.jpg]]&lt;br /&gt;
&#039;&#039;Charles de Coulomb&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Charles de Coulomb was born in June 14, 1736 in central France. He spent much of his early life in the military and was placed in regions throughout the world. He only began to do scientific experiments out of curiously on his military expeditions. However, when controversy arrived with him and the French bureaucracy coupled with the French Revolution, Coulomb had to leave France and thus really began his scientific career. &lt;br /&gt;
&lt;br /&gt;
Between 1785 and 1791, de Coulomb wrote several key papers centered around multiple relations of electricity and magnetism. This helped him develop the principle known as Coulomb&#039;s Law, which confirmed that the force between two electrical charges is directly proportional to the product of the charges and inversely proportional to the square of the distance between them. This is the same relationship that is seen in the electric field equation of a point charge. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Electric Field]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[Electric Force]] &lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Principles of Electrodynamics by Melvin Schwartz&lt;br /&gt;
ISBN: 9780486134673&lt;br /&gt;
&lt;br /&gt;
Electricity and Magnetism: Edition 3 , Edward M. Purcell David J. Morin &lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Some more information : http://hyperphysics.phy-astr.gsu.edu/hbase/electric/epoint.html&lt;br /&gt;
&lt;br /&gt;
http://www.physics.umd.edu/courses/Phys260/agashe/S10/notes/lecture18.pdf&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions Vol. II&lt;br /&gt;
&lt;br /&gt;
PY106 Notes. (n.d.). Retrieved November 27, 2016, from http://physics.bu.edu/~duffy/py106.html&lt;br /&gt;
&lt;br /&gt;
Retrieved November 28, 2016, from http://www.biography.com/people/charles-de-coulomb-9259075#controversy-and-absolution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Fields]]&lt;/div&gt;</summary>
		<author><name>Rgranger3</name></author>
	</entry>
</feed>