<?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=Acowart6</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=Acowart6"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Acowart6"/>
	<updated>2026-04-30T22:34:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22718</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22718"/>
		<updated>2016-04-18T00:22:10Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Acowart6|Acowart6]] ([[User talk:Acowart6|talk]]) 20:22, 17 April 2016 (EDT)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22717</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22717"/>
		<updated>2016-04-18T00:21:34Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Acowart6|Acowart6]] ([[User talk:Acowart6|talk]]) 20:21, 17 April 2016 (EDT)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22716</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22716"/>
		<updated>2016-04-18T00:21:22Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;br /&gt;
&lt;br /&gt;
--[[User:Acowart6|Acowart6]] ([[User talk:Acowart6|talk]]) 20:21, 17 April 2016 (EDT)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22715</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22715"/>
		<updated>2016-04-18T00:21:01Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;br /&gt;
--[[User:Acowart6|Acowart6]] ([[User talk:Acowart6|talk]]) 20:21, 17 April 2016 (EDT)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22710</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22710"/>
		<updated>2016-04-18T00:20:22Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22708</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22708"/>
		<updated>2016-04-18T00:19:10Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: /* Brief History and Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22707</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22707"/>
		<updated>2016-04-18T00:18:27Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. &lt;br /&gt;
&lt;br /&gt;
The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22706</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22706"/>
		<updated>2016-04-18T00:17:07Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Brief History and Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. &lt;br /&gt;
&lt;br /&gt;
The phenomenon of this interaction or electric force between charged particles was finally confirmed and stated as a law in 1785 by French physicist Charles-Augustin de Coulomb, hence &amp;quot;Coulomb&#039;s Law.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Coulaw.gif]]&lt;br /&gt;
&lt;br /&gt;
Coulomb&#039;s Law&lt;br /&gt;
&lt;br /&gt;
The example of a uniformly charged rod can be applicable to situations where the rod is interacting with other charged objects, whether they are large or microscopic, in the case of charged particles like protons or electrons travelling in the rod&#039;s field.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Coulomb&#039;s Law.&amp;quot; n.d. Georgia State University, Atlanta. HyperPhysics. Web. 17 Apr. 2016. [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html Coulomb&#039;s Law]&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Coulaw.gif&amp;diff=22668</id>
		<title>File:Coulaw.gif</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Coulaw.gif&amp;diff=22668"/>
		<updated>2016-04-17T23:50:31Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22667</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22667"/>
		<updated>2016-04-17T23:47:03Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: /* Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Like Charges Repel&amp;quot; and &amp;quot;Opposite Charges Attract.&amp;quot; n.d. The Physics Classroom, n.a. Physics Tutorial, Static Electricity, Charge Interactions. Web. 17 Apr. 2016. [http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions Like Charges Repel and Opposite Charges Attract]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22665</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22665"/>
		<updated>2016-04-17T23:45:06Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
[[File:Attract.gif]] [[File:Repel.gif]]&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 16 Apr. 2016. [http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html Electric field of a charged rod at many locations]&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Like Charges Repel&amp;quot; and &amp;quot;Opposite Charges Attract.&amp;quot; n.d. The Physics Classroom, n.a. Physics Tutorial, Static Electricity, Charge Interactions. Web. 17 Apr. 2016. [http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions Like Charges Repel and Opposite Charges Attract]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22659</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22659"/>
		<updated>2016-04-17T23:40:14Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
[[File:Attract.gif]] [[File:Repel.gif]]&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22658</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22658"/>
		<updated>2016-04-17T23:39:39Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
[[File:Attract.gif]]&lt;br /&gt;
&lt;br /&gt;
[[File:Repel.gif]]&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Repel.gif&amp;diff=22656</id>
		<title>File:Repel.gif</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Repel.gif&amp;diff=22656"/>
		<updated>2016-04-17T23:39:03Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Attract.gif&amp;diff=22655</id>
		<title>File:Attract.gif</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Attract.gif&amp;diff=22655"/>
		<updated>2016-04-17T23:38:21Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22654</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22654"/>
		<updated>2016-04-17T23:37:39Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
[[File:Attract.gif]]&lt;br /&gt;
[[File:Repel.gif]]&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22651</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22651"/>
		<updated>2016-04-17T23:36:03Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
[[File:U8I1c2.gif]][[File:U8I1c3.gif]]&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:U8l1c3.gif&amp;diff=22649</id>
		<title>File:U8l1c3.gif</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:U8l1c3.gif&amp;diff=22649"/>
		<updated>2016-04-17T23:35:05Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:U8l1c2.gif&amp;diff=22648</id>
		<title>File:U8l1c2.gif</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:U8l1c2.gif&amp;diff=22648"/>
		<updated>2016-04-17T23:34:25Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.physicsclassroom.com/class/estatics/Lesson-1/Charge-Interactions&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22646</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22646"/>
		<updated>2016-04-17T23:33:57Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges.&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22633</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22633"/>
		<updated>2016-04-17T23:27:03Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Physicists and scientists make use of electric fields and charged objects all the time. Many times we may need to know what objects are contributing how much charge in certain areas. Charged objects may attract or repel (depending on the signs of their charge), so we often need to know how objects will interact with each other based on their charges. &lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Shell]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22631</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22631"/>
		<updated>2016-04-17T23:25:12Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Spherical Ball]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22630</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22630"/>
		<updated>2016-04-17T23:24:38Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
Along with calculating electric fields of uniformly charged thin rods, many real-world examples require the electric fields of other shapes and objects to be known. Information on this wiki about some of these topics can be found below.&lt;br /&gt;
&lt;br /&gt;
[[Point Charge]]&lt;br /&gt;
[[Electric Dipole]]&lt;br /&gt;
[[Charged Ring]]&lt;br /&gt;
[[Charged Spherical Ball]]&lt;br /&gt;
[[Charged Disk]]&lt;br /&gt;
[[Charged Capacitor]]&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay, Ruth and Sherwood, Bruce. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039; 4th ed. New Jersey: Wiley, 2015. Print.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
N.a. &amp;quot;Electric field of a charged rod at many locations.&amp;quot; n.d. Shodor Education Foundation, n.a. Shodor Visioning WORKshop, Computational Labs for Electric and Magnetic Interactions (M&amp;amp;I Vol. 2). Web. 17 Apr. 2016. http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22628</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22628"/>
		<updated>2016-04-17T23:23:22Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay and Sherwood. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22627</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22627"/>
		<updated>2016-04-17T23:22:49Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Undo revision 21869 by Acowart6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_x = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay and Sherwood. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22624</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=22624"/>
		<updated>2016-04-17T23:22:11Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Undo revision 21868 by Acowart6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay and Sherwood. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21869</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21869"/>
		<updated>2016-04-16T21:59:22Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;------Edits claimed by Ashton Cowart (Spring 2016)------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_y = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay and Sherwood. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21868</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21868"/>
		<updated>2016-04-16T21:53:00Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;------Edits claimed by Ashton Cowart (Spring 2016)------&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_x = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay and Sherwood. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21866</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21866"/>
		<updated>2016-04-16T21:49:08Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_x = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;.  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and necessary for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is long enough, the electric field for the rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incomplete&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Chabay and Sherwood. &#039;&#039;Matter and Interactions, Volume II.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21863</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21863"/>
		<updated>2016-04-16T21:40:25Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_x = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. &lt;br /&gt;
This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the rod to the observation location.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The above method of calculating the electric field of a uniformly charged rod is most accurate and best used for problems with rods that aren&#039;t very long relative to the observation distance. For problems where the rod is substantially long enough, the electric field for the uniformly charged rod can be approximated as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{2Q/L}{r}   &amp;lt;/math&amp;gt; &lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21861</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21861"/>
		<updated>2016-04-16T21:36:56Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E_x = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{x} \cdot \frac{1}{(\sqrt{x^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem. This equation can be written more generally as &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt; where r represents the distance from the &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21860</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21860"/>
		<updated>2016-04-16T21:31:53Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21859</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21859"/>
		<updated>2016-04-16T21:27:56Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21857</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21857"/>
		<updated>2016-04-16T21:26:17Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{(-x)^2 + y^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; -x,y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; -x,y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21855</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21855"/>
		<updated>2016-04-16T21:23:22Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; centered on and lying along the x-axis. The rod is being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with numerical summation, or separating the object into a finite number of small pieces, calculating the individual contributing electric fields, and then summing them.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21853</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21853"/>
		<updated>2016-04-16T21:19:53Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; lying along the x-axis and being observed from above at a point on the y-axis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the total electric field of the rod.  This process is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the first step, we determined that the changing variable for this rod was its x-coordinate.  This should signify that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any single slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substitute the expression for the integration variable into the formula for the electric field of one slice. Separating the equation into separate x and y components, we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dx  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta x &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21847</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21847"/>
		<updated>2016-04-16T21:04:27Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? As with point charges, the direction of the field is determined by the sign of the object&#039;s charge (positive-points away, negative-points toward) and the size of the field is determined by the observation distance and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
A VPython image of the approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Equation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21843</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21843"/>
		<updated>2016-04-16T20:56:03Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? The direction of the field is determined by the sign of the object&#039;s charge and the size of the field is determined by the observation location and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
The approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
The process of calculating a uniformly charged rod&#039;s electric field may seem quite tedious, but breaking the process down into several steps makes the task much easier. Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Approximation Method&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
==Brief History==&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21838</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21838"/>
		<updated>2016-04-16T20:47:03Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? The direction of the field is determined by the sign of the object&#039;s charge and the size of the field is determined by the observation location and the magnitude of the object&#039;s charge.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
The approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21836</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21836"/>
		<updated>2016-04-16T20:46:40Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? The direction of the field is determined by the sign of the object&#039;s charge and the size of the field is determined by the observation location and the magnitude of the object&#039;s charge.&lt;br /&gt;
 &lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
 &lt;br /&gt;
The approximate electric field for a positively charged uniform rod. The field is directed away from the rod at all locations.&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21835</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21835"/>
		<updated>2016-04-16T20:45:08Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? The direction of the field is determined by the sign of the object&#039;s charge and the size of the field is determined by the observation location and the magnitude of the object&#039;s charge.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Erod.jpg&amp;diff=21833</id>
		<title>File:Erod.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Erod.jpg&amp;diff=21833"/>
		<updated>2016-04-16T20:43:48Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Acowart6 uploaded a new version of &amp;amp;quot;File:Erod.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Erod.jpg&amp;diff=21832</id>
		<title>File:Erod.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Erod.jpg&amp;diff=21832"/>
		<updated>2016-04-16T20:43:30Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Acowart6 uploaded a new version of &amp;amp;quot;File:Erod.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21831</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21831"/>
		<updated>2016-04-16T20:42:15Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Edits claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, known as numerical summation or integration, of dividing an object into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like? The direction of the field is determined by the sign of the object&#039;s charge and the size of the field is determined by the observation location and the magnitude of the object&#039;s charge.&lt;br /&gt;
&lt;br /&gt;
[[File:Erod.jpg]]&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Image Sources&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Erod.jpg&amp;diff=21827</id>
		<title>File:Erod.jpg</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Erod.jpg&amp;diff=21827"/>
		<updated>2016-04-16T20:37:16Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://compphysed.shodor.org/documents/Info%20materials/WrkGrp-1/VPython_EM/index.html&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21821</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21821"/>
		<updated>2016-04-16T20:10:57Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Undo revision 21815 by Acowart6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
--[[User:Spennell3|Spennell3]] ([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21820</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21820"/>
		<updated>2016-04-16T20:10:41Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Undo revision 21816 by Acowart6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, numerical integration, of dividing an object&#039;s surface into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like?&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress.&lt;br /&gt;
([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)([[User talk:Acowart6|talk]]) 16:05, 16 April 2016 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21819</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21819"/>
		<updated>2016-04-16T20:10:12Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: Undo revision 21817 by Acowart6 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, numerical integration, of dividing an object&#039;s surface into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like?&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress.&lt;br /&gt;
([[User talk:Spennell3|talk]])([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;br /&gt;
([[User talk:Acowart6|talk]]) 16:05, 16 April 2016 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21817</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21817"/>
		<updated>2016-04-16T20:08:01Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, numerical integration, of dividing an object&#039;s surface into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like?&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress--([[User talk:Spennell3|talk]])([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21816</id>
		<title>Charged Rod</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Charged_Rod&amp;diff=21816"/>
		<updated>2016-04-16T20:06:58Z</updated>

		<summary type="html">&lt;p&gt;Acowart6: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claimed by Ashton Cowart (Spring 2016)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page provides a brief overview of electric fields created by uniformly charged thin rods. The case of a uniformly charged thin rod is a fundamental example of electric field patterns and calculations within physics. Its implications can be applied to various situations of charged objects.&lt;br /&gt;
&lt;br /&gt;
==A Uniformly Charged Thin Rod==&lt;br /&gt;
&lt;br /&gt;
In many situations, objects, especially conductors, may have charges spread all over their surface. Sometimes it is necessary to calculate the electric fields of these objects, and this requires a process, numerical integration, of dividing an object&#039;s surface into many pieces and summing the individual pieces&#039; electric field contributions. But what do these electric field patterns look like?&lt;br /&gt;
&lt;br /&gt;
==The Algorithm==&lt;br /&gt;
&lt;br /&gt;
Consider a uniformly charged thin rod of Length &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;  and positive Charge &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;First Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Imagine dividing the rod into a series of very thin slices, each with the same charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt;. This charge &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; is a small part of the overall charge.  Imagine it as a point charge.  Each slice contributes its own electric field, &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt;.  Summing all these individual slices of &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; gives you the Electric Field of the rod.  You may recall from your calculus training that this is the same as taking an integral, as each thickness approaches 0 and the the number of slices approaches infinity.  Note that in this example, the variable that is changing for each slice is its x-coordinate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Second Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second step is to write a mathematical expression for the field &amp;lt;math&amp;gt;\Delta E&amp;lt;/math&amp;gt; contributed by a single slice of the rod.  Because we are imagining each slice as a point charge, we use the formula for a point charge.  First, determine &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;, the vector pointing from the source to the observation location.  For our example, this is &amp;lt;math&amp;gt; r = obs - source = &amp;lt;0,y,0&amp;gt; - &amp;lt; x,0,0&amp;gt; = &amp;lt;-x,y,0&amp;gt;&amp;lt;/math&amp;gt;.  Now use this to calculate the magnitude and direction of &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;.  So &amp;lt;math&amp;gt;|\vec{r}| = \sqrt{x^2 + (-y)^2} = \sqrt{x^2 + y^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat{r} = \frac{\vec{r}}{\hat{r}} = \frac{&amp;lt; x,-y,0&amp;gt;}{\sqrt{x^2 + y^2}} &amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt; \hat{r}&amp;lt;/math&amp;gt; is the vector portion of the expression for the field.  The scalar portion is &amp;lt;math&amp;gt; \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{|\vec{r}|^2}&amp;lt;/math&amp;gt;.  Thus the expression for one slice of the rod is:&lt;br /&gt;
&amp;lt;math&amp;gt; \Delta \vec{E} = \frac{1}{4\pi\epsilon_0} \cdot \frac{\Delta Q}{(\sqrt{x^2+y^2})^{3/2}} \cdot &amp;lt; x,-y,0&amp;gt; &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Determining &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; and the integration variable&#039;&#039;&#039;&lt;br /&gt;
In the first step we determined that the changing variable for this rod was its &#039;&#039;x&#039;&#039; coordinate.  This should signify to you that the integration variable is &amp;lt;math&amp;gt; dx&amp;lt;/math&amp;gt;.  We need to put this integration variable into our expression for the electric field. More specifically, we need to express &amp;lt;math&amp;gt;\Delta Q&amp;lt;/math&amp;gt; in terms of the integration variable.  Recall that the rod is uniformly charged, so the charge on any slice of it is: &amp;lt;math&amp;gt;&lt;br /&gt;
\Delta Q = (\frac{\Delta x}{L})\cdot Q&amp;lt;/math&amp;gt;.  This quantity can also be expressed in terms of the charge density.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expression for &amp;lt;math&amp;gt; \Delta \vec{E}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Substituting what we just found into our previous expression and dividing into x and y components we get &amp;lt;math&amp;gt; \Delta \vec{E_x} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{x}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \Delta \vec{E_y} = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy  &amp;lt;/math&amp;gt;.  Note that we have replaced &amp;lt;math&amp;gt; \Delta y &amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt; dy&amp;lt;/math&amp;gt; in preparation for integration.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Third Step&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The third step is to sum all of our slices.  One way is with Numerical summation.  Another, more precise method is to integrate.  Most of the work of finding the field of a uniformly charged object is setting up this integral. If you have reached the correct expression to integrate, the rest is simple math.  The bounds for integration are the coordinates of the start and stop of the rod.  In this example the bounds are from &amp;lt;math&amp;gt;-L/2&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;+L/2&amp;lt;/math&amp;gt;.  So the expression is &amp;lt;math&amp;gt; \int\limits_{-L/2}^{L/2}\ \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{L} \cdot \frac{-y}{(\sqrt{x^2+y^2})^{3/2}} \cdot dy. &amp;lt;/math&amp;gt;  Solving this gives the final expression &amp;lt;math&amp;gt; E = \frac{1}{4\pi\epsilon_0} \cdot \frac{Q}{r} \cdot \frac{1}{(\sqrt{r^2+ (L/2)^2})}    &amp;lt;/math&amp;gt;  Note that the field parallel to the x axis is zero.  This can be observed due to the symmetry of the problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress.&lt;br /&gt;
([[User talk:Spennell3|talk]])([[User talk:Spennell3|talk]]) 14:47, 2 December 2015 (EST)&lt;br /&gt;
([[User talk:Acowart6|talk]]) 16:05, 16 April 2016 (EST)&lt;/div&gt;</summary>
		<author><name>Acowart6</name></author>
	</entry>
</feed>