<?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=Lduffy8</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=Lduffy8"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Lduffy8"/>
	<updated>2026-04-20T00:31:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=36135</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=36135"/>
		<updated>2019-07-25T19:00:50Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
This is a simple example that corresponds to the restricted three body problem. More complex examples require computer simulations and integrators in order to solve.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The moon has a mass of &amp;lt;math&amp;gt;m_{moon}&amp;lt;/math&amp;gt; kg. If it is located a distance &amp;lt;math&amp;gt;d_1&amp;lt;/math&amp;gt; m from the Earth (mass &amp;lt;math&amp;gt;m_E&amp;lt;/math&amp;gt; kg) and a distance &amp;lt;math&amp;gt;d_2&amp;lt;/math&amp;gt; m from the Sun (mass &amp;lt;math&amp;gt;m_{Sun}&amp;lt;/math&amp;gt; kg). What are the magnitudes of the forces of the Sun on the Moon and the Earth on the Moon?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall that the following equation applies to all bodies in this problem:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_g=\frac{GM_1M_2}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Here, we can replace the relevant distances and masses into the equation relatively easily to come up with the following force magnitudes:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Sun,Moon}=\frac{Gm_{moon}m_{Sun}}{d_2^2}&amp;lt;/math&amp;gt; for the Sun on the Moon&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Earth,Moon} = \frac{Gm_{moon}m_E}{d_1^2}&amp;lt;/math&amp;gt; for the Earth on the Moon&lt;br /&gt;
&lt;br /&gt;
For a fun extra reference, the Sun&#039;s mass is about 300,000 times greater than Earth&#039;s mass, but the Sun-Moon distance is about 389 times greater than the Earth-Moon distance. Via a simple fraction, as shown below, the magnitude of the force that the Earth exerts on the Moon is thus much lesser than the magnitude of the force the Sun exerts on the Moon, despite the fact that the Moon is orbiting around the Earth.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\frac{F_{Earth}}{F_{Sun}}=\frac{m_E}{300000m_E}\frac{(389d_E)^2}{d_E^2}\approx{}\frac{150000}{300000}=0.5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Electric_Force&amp;diff=36134</id>
		<title>Electric Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Electric_Force&amp;diff=36134"/>
		<updated>2019-07-25T18:45:32Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;CLAIMED BY Luis Pimentel Spring 2018&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
There are two kinds of electric charge: positive and negative. Particles with like charges will repel each other, and particles with unlike charges attract each other. We generally approximate charges as &#039;point particles&#039;, or objects with radii and masses so small in comparison to other distances and masses used in problems that they are inconsequential. The object is then treated as if all its charge and mass were concentrated at a single point. In many of the problems we will encounter, protons and electrons are treated as point charges.&lt;br /&gt;
&lt;br /&gt;
[[File:Attract_repel_1.png|250px|thumb|right|This figure depicts how different charges either attract or repel each other.]]&lt;br /&gt;
Two charges will exert a force on each other that depends on the sign of the charges. This force will be attractive when the two charges are opposite, and repulsive when the two charges are the same. The strength of this electrical interaction is a vector quantity that has magnitude and direction. Each individual charge will additionally create an [[Electric Field]] around it, whose magnitude depends on the sign and magnitude of the charge, and which decreases in magnitude radially from the source charge. If the electric field at a particular location is known, then this field can be used to calculate the electric force of the particle being acted upon. The electric force is directly proportional to the amount of charge within each particle being acted upon by the other&#039;s electric field. Moreover, the magnitude of the force is inversely proportional to the square distance between the two interacting particles. It is important to remember that a particle cannot have an electric force on itself; there must be at least two interacting, charged components. &lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&#039;&#039;&#039;The Coulomb Force Law&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The formula for the magnitude of the electric force between two point charges is:&lt;br /&gt;
&lt;br /&gt;
::*&amp;lt;math&amp;gt;F=\frac{1}{4 \pi \epsilon_0 } \frac{|{q}_{1}{q}_{2}|}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
Where &#039;&#039;&#039;&amp;lt;math&amp;gt;{q}_{1}&amp;lt;/math&amp;gt;&#039;&#039;&#039; and &#039;&#039;&#039;&amp;lt;math&amp;gt;{q}_{2}&amp;lt;/math&amp;gt;&#039;&#039;&#039; are the magnitudes of electric charge of point 1 and point 2, and &#039;&#039;&#039;&amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt;&#039;&#039;&#039; is the distance between the two point charges. The units for electric force are the same as the units for all forces: Newtons. The expression &amp;lt;math&amp;gt;\frac{1}{4 \pi \epsilon_0 }&amp;lt;/math&amp;gt; is known as the electric constant and carries the value 9e9. Epsilon naught defines the electric permittivity of free space (the permittivity of air - this constant has different values if the force is acting in different materials!). &lt;br /&gt;
&lt;br /&gt;
Interestingly enough, one can see a relationship between this formula and the formula for gravitational force (&amp;lt;math&amp;gt;F={G} \frac{|{m}_{1}{m}_{2}|}{r^2} &amp;lt;/math&amp;gt;). From this relationship, one can conclude that the interactions of two objects as a result of their charges or masses follow similar fundamental laws of physics. Namely, these two forces are both examples of the [https://en.wikipedia.org/wiki/Inverse-square_law inverse square law].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Derivations of Electric Force&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The electric force on a particle can also be written as: &lt;br /&gt;
&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec F=q\vec E &amp;lt;/math&amp;gt;&lt;br /&gt;
Where &#039;&#039;&#039;&amp;lt;math&amp;gt;q&amp;lt;/math&amp;gt;&#039;&#039;&#039; is the charge of the particle and &#039;&#039;&#039;&amp;lt;math&amp;gt;\vec E &amp;lt;/math&amp;gt;&#039;&#039;&#039; is the external electric field. It is interesting to note that the electric field from a charge(&amp;lt;math&amp;gt;q_{1}&amp;lt;/math&amp;gt;) takes the form shown below:&lt;br /&gt;
&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec E|=\frac{1}{4 \pi \epsilon_0 } \frac{|q_1|}{r^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, the magnitude of electric force between point charge 1 and point charge 2 can be written as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|\vec F|=\frac{1}{4 \pi \epsilon_0 } \frac{|{q}_{1}{q}_{2}|}{r^2}=|{q}_{2}|\frac{1}{4 \pi \epsilon_0 } \frac{|{q}_{1}|}{r^2}=|{q}_{2}||\vec{E}_{1}| &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The units of charge are in Coulombs and the units for electric field are in Newton/Coulombs, so this derivation is correct in its dimensions since multiplying the two units gives just Newtons.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
A computational representation of the Electric force can be created using VPython.&lt;br /&gt;
The code below shows how we can find the net force, momentum and final position between two charged particles in VPython. This example uses two positively charged protons. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039; #CONSTANTS &#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 E= 9e9 &#039;&#039;&#039;&#039;&#039; # Electric Force constant &#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 q1 = +1.6e-19 &#039;&#039;&#039;&#039;&#039; # Charge of proton 1&#039;&#039;&#039;&#039;&#039;             	&lt;br /&gt;
 q2 = +1.6e-19 &#039;&#039;&#039;&#039;&#039; # Charge of proton 2 &#039;&#039;&#039;&#039;&#039;       	&lt;br /&gt;
&lt;br /&gt;
 while t &amp;lt; 200 :&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039; # Calculate electric force acting on proton 1 by proton 2 &#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
    r = proton.pos - proton2.pos&lt;br /&gt;
    rmag = mag(r)&lt;br /&gt;
    rhat = r/rmag&lt;br /&gt;
    Fnet = E*((q1*q2)/(mag2(r)))*rhat       &lt;br /&gt;
  &#039;&#039;&#039;&#039;&#039; # Calculate electric force acting on proton 1 by proton 2 &#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
    r2 = proton2.pos - proton.pos&lt;br /&gt;
    rmag2 = mag(r2)&lt;br /&gt;
    rhat2 = r2/rmag2&lt;br /&gt;
    Fnet2 = E*((q1*q2)/(mag2(r2)))*rhat2&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039; # Update positions of BOTH protons &#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
    pproton = pproton + Fnet*deltat&lt;br /&gt;
    vproton = pproton/mproton&lt;br /&gt;
    proton.pos = proton.pos + vproton*deltat&lt;br /&gt;
    pproton2 = pproton2 + Fnet2*deltat&lt;br /&gt;
    vproton2 = pproton2/mproton&lt;br /&gt;
    proton2.pos = proton2.pos + vproton2*deltat&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice that this iterative process is very similar to that working with [http://www.physicsbook.gatech.edu/Gravitational_Force Gravitational Forces]. &lt;br /&gt;
&lt;br /&gt;
Notice, however, that the direction of motion of each particle is not determined by relative position, but by the charges of the particles. The product of these charges ultimately determine whether the two particles will attract each other, or repel. This is demonstrated in the following simulations:&lt;br /&gt;
&lt;br /&gt;
The trinket model linked demonstrates the Electric force interaction of a proton and an electron. [https://trinket.io/glowscript/c1cdb42527 Proton-Electron Electric Force Interaction]&lt;br /&gt;
&lt;br /&gt;
The trinket model linked demonstrates the Electric force interaction between two protons. [https://trinket.io/glowscript/d5f7516fc2 Proton-Proton Electric Force Interaction]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;&#039;Problem: &#039;&#039;&#039;Find the electric force of a -3 C particle in a region with an electric field of &amp;lt;math&amp;gt;&amp;lt;7, 5, 0&amp;gt;&amp;lt;/math&amp;gt;N/C.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1: &#039;&#039;&#039;Substitute values into the correct formula.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec F=q\vec E &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec F=(-3 C)&amp;lt;7, 5, 0&amp;gt;&amp;lt;/math&amp;gt;N/C&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\vec F=&amp;lt;-21, -15, 0&amp;gt;&amp;lt;/math&amp;gt;N&lt;br /&gt;
&lt;br /&gt;
The electric force vector for this particle is &amp;lt;math&amp;gt;&amp;lt;-21, -15, 0&amp;gt;&amp;lt;/math&amp;gt;N.&lt;br /&gt;
&lt;br /&gt;
===Midding===&lt;br /&gt;
&#039;&#039;&#039;Problem: &#039;&#039;&#039;Find the magnitude of electric force on two charged particles located at &amp;lt;math&amp;gt; &amp;lt;0, 0, 0&amp;gt;&amp;lt;/math&amp;gt;m and &amp;lt;math&amp;gt; &amp;lt;0, 10, 0&amp;gt;&amp;lt;/math&amp;gt;m. The first particle has a charge of +5 nC and the second particle has a charge of -10 nC. Is the force attractive or repulsive?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1: &#039;&#039;&#039;Find the distance between the two point charges.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;d=\sqrt{(0 m-0 m)^2+(0 m-10 m)^2+(0 m-0 m)^2}=\sqrt{100 m}=10 &amp;lt;/math&amp;gt;m.&lt;br /&gt;
&lt;br /&gt;
The distance between the two points is 10 m.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2: &#039;&#039;&#039;Substitute values into the correct formula.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|\vec F|=\frac{1}{4 \pi \epsilon_0 } \frac{|{q}_{1}{q}_{2}|}{r^2}=\frac{1}{4 \pi \epsilon_0 } \frac{|(5 nC)(-10 nC)|}{(10m)^2} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|\vec F|=4.5e-9 &amp;lt;/math&amp;gt; N&lt;br /&gt;
&lt;br /&gt;
The magnitude of electric force is &amp;lt;math&amp;gt;|\vec F|=4.5e-9 &amp;lt;/math&amp;gt; N.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3: &#039;&#039;&#039;Determine if force is attractive or repulsive.&lt;br /&gt;
&lt;br /&gt;
Since the first particle is positively charged and the second is negatively charged, the force is attractive. The particles are attracted to each other.&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
&#039;&#039;&#039;Problem:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:SpringTest1Prob1.png]]&lt;br /&gt;
&lt;br /&gt;
Using the graphic above, find a) the net force acting on particle -q&#039; and b) the direction of the net force on this charge.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 1: &#039;&#039;&#039;Calculate the net force.&lt;br /&gt;
&lt;br /&gt;
[[File:Force1.png]]&lt;br /&gt;
[[File:Force2.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2: &#039;&#039;&#039;Evaluate the direction of the force.&lt;br /&gt;
&lt;br /&gt;
[[File:ForceDir.png]]&lt;br /&gt;
&lt;br /&gt;
Problems involving electric force exclusively will not be more complicated than the above. However, the the electric force can be used in calculation of a net force acting on a particle in combination with non-Coulomb electric force and magnetic force. &lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Electric force is ubiquitous in everyday life, although it is not always evident. One interesting example of the electric force is the attraction of clothes to one another after being washed. The charges caused by the machine-drying process create opposite, attractive charges on different pieces of clothing which cause them to stick together. Another example can be seen in refrigerator magnets due to the electromagnetic forces that enable magnetism. &lt;br /&gt;
&lt;br /&gt;
I am a physics major, and as such I must consider the electric force in a lot of different situations, and not just obvious ones. The electric and magnetic fields around ultra-dense objects such as neutron stars and black holes cause electrons to accelerate, and create radiation, for example. Knowing how to treat the electromagnetic force is extremely helpful in understanding various phenomena in Space. &lt;br /&gt;
&lt;br /&gt;
Thinking more complexly, the electric force is also prevalent in almost all forms of modern technology involving electricity. One particular example is the process of charging a smartphone: the electric force allows a current to be generated which transfers charge from outlets to the internal battery of these devices. A final, slightly more complicated example of the electric force is seen in the production of abrasive paper, whereby positively charged-smoothing particles are attracted to a negatively charged, smooth surface to create papers like sandpaper.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
French physicist Charles-Augustin de Coulomb discovered in 1785 that the magnitude of electric force between two charged particles is directly proportional to the product of the absolute value of the two charges and inversely proportional to the distance squared between the two particles. He experimented with a torsion balance which consisted of an insulated bar suspended in the air by a silk thread. Coulomb attached a metal ball with a known charge to one end of the insulated bar. He then brought another ball with the same charge near the first ball. This distance between the two balls was recorded. The balls repelled each other, causing the silk thread to twist. The angle of the twist was measured and by knowing how much force was required for the thread to twist through the recorded angle, Coulomb was able to calculate the force between the two balls and derive the formula for electric force.&lt;br /&gt;
&lt;br /&gt;
This [https://www.youtube.com/watch?v=FYSTGX-F1GM| video] explains Coulomb&#039;s experiment and the corresponding derivation of his law.&lt;br /&gt;
&lt;br /&gt;
It wasn&#039;t until much later, however, that the fundamental charge (the charge on an electron) was discovered when Millikan ran his [https://physics.aps.org/articles/v5/9 oil drop experiment] in 1913 that this value was determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
Electric Field: [http://www.physicsbook.gatech.edu/Electric_Field]&lt;br /&gt;
&lt;br /&gt;
Net Force: [http://www.physicsbook.gatech.edu/Lorentz_Force]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
Matter &amp;amp; Interactions, Vol. II: Electric and Magnetic Interactions, 4th Edition&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Coulomb&#039;s_law&lt;br /&gt;
&lt;br /&gt;
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/elefor.html&lt;br /&gt;
&lt;br /&gt;
http://www.jfinternational.com/ph/coulomb-law.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Forces]]&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36133</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36133"/>
		<updated>2019-07-25T18:42:20Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire? The magnetic field is pointing out of the page (reference the diagram at right).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
[http://physicsbook.gatech.edu/Magnetic_Force#Middling See this problem under the Magnetic Force section on the Physics 2 page]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
The magnetic force contributes heavily to specific phenomenon in astrophysics. Specifically, neutron stars have large magnetic fields, causing electrons to be accelerated and emit a type of radiation known as synchrotron radiation. Indeed, there are certain types of neutron stars known as [https://en.wikipedia.org/wiki/Magnetar magnetars] that have unusually high magnetic field strengths that then power the emission of X-rays and gamma rays (the highest energy type of electromagnetic radiation). Furthermore, there are also strong magnetic fields around black holes.&lt;br /&gt;
&lt;br /&gt;
As a physics major, understanding how magnetic fields affect the motion of particles and their behavior is fundamental.&lt;br /&gt;
&lt;br /&gt;
The magnetic force is connected directly to MRI&#039;s (magnetic resonance imaging). Using MRI&#039;s, doctors can learn a great deal about the current condition of the human body, including tracking cancerous tumors and diagnosing different injuries and diseases.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Initially, electricity and magnetism were thought to be separate forces. When Maxwell published his &#039;&#039;A Treatise on Electricity and Magnetism&#039;&#039;, however, it was realized that the two forces were interrelated. Later, in 1820, a Danish physicist realized that the magnetic field from a circuit could be turned on and off if the circuit was turned on and off. This was when it was realized that magnetic fields radiate from all sides of a wire carrying an electric current, providing proof that electricity and magnetism were definitely interrelated.&lt;br /&gt;
&lt;br /&gt;
These findings kickstarted a period of intensive research into attempting to find a mathematical representation of the relationship between electricity and magnetism, and the result would be one of the defining accomplishments of the 19th century in physics.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
::*[https://www.khanacademy.org/science/physics/magnetic-forces-and-magnetic-fields/magnets-magnetic/a/what-is-magnetic-force An introductory article from Khan Academy]&lt;br /&gt;
::*[http://hyperphysics.phy-astr.gsu.edu/hbase/magnetic/magfor.html Hyperphysics magnetic force page]&lt;br /&gt;
::*[https://en.wikipedia.org/wiki/Magnetic_resonance_imaging MRI wikipedia page; if you&#039;re curious on how they work]&lt;br /&gt;
::*[https://phys.org/news/2018-11-magnetic-fields-deep-space-wiggle.html A fun article on magnetic fields in space!]&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36132</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36132"/>
		<updated>2019-07-25T18:41:24Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire? The magnetic field is pointing out of the page (reference the diagram at right).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
[http://physicsbook.gatech.edu/Magnetic_Force#Middling See this problem under the Magnetic Force section on the Physics 2 page]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
The magnetic force contributes heavily to specific phenomenon in astrophysics. Specifically, neutron stars have large magnetic fields, causing electrons to be accelerated and emit a type of radiation known as synchrotron radiation. Indeed, there are certain types of neutron stars known as [https://en.wikipedia.org/wiki/Magnetar magnetars] that have unusually high magnetic field strengths that then power the emission of X-rays and gamma rays (the highest energy type of electromagnetic radiation). Furthermore, there are also strong magnetic fields around black holes.&lt;br /&gt;
&lt;br /&gt;
As a physics major, understanding how magnetic fields affect the motion of particles and their behavior is fundamental.&lt;br /&gt;
&lt;br /&gt;
The magnetic force is connected directly to MRI&#039;s (magnetic resonance imaging). Using MRI&#039;s, doctors can learn a great deal about the current condition of the human body, including tracking cancerous tumors and diagnosing different injuries and diseases.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Initially, electricity and magnetism were thought to be separate forces. When Maxwell published his &#039;&#039;A Treatise on Electricity and Magnetism&#039;&#039;, however, it was realized that the two forces were interrelated. Later, in 1820, a Danish physicist realized that the magnetic field from a circuit could be turned on and off if the circuit was turned on and off. This was when it was realized that magnetic fields radiate from all sides of a wire carrying an electric current, providing proof that electricity and magnetism were definitely interrelated.&lt;br /&gt;
&lt;br /&gt;
These findings kickstarted a period of intensive research into attempting to find a mathematical representation of the relationship between electricity and magnetism, and the result would be one of the defining accomplishments of the 19th century in physics.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
::*[https://www.khanacademy.org/science/physics/magnetic-forces-and-magnetic-fields/magnets-magnetic/a/what-is-magnetic-force An introductory article from Khan Academy]&lt;br /&gt;
::*[http://hyperphysics.phy-astr.gsu.edu/hbase/magnetic/magfor.html Hyperphysics magnetic force page]&lt;br /&gt;
::*[https://en.wikipedia.org/wiki/Magnetic_resonance_imaging MRI wikipedia page; if you&#039;re curious on how they work]&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Reciprocity&amp;diff=36131</id>
		<title>Reciprocity</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Reciprocity&amp;diff=36131"/>
		<updated>2019-07-25T18:38:48Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
claimed by Nicole Romer (Spring 2017)&lt;br /&gt;
&lt;br /&gt;
edited by Laurentino Castro (Spring 2018)&lt;br /&gt;
&lt;br /&gt;
This section covers the top of reciprocity which explains why forces, such as gravitational and electric forces, act upon each other with equal magnitudes. &lt;br /&gt;
&lt;br /&gt;
[[File:BookForce.JPG|thumb|This is an example of reciprocity. The book is exerting a contact force on the table and the table is exerting a contact force on the book.]]&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Reciprocity is the idea that the force object 1 exerts on object 2 is the same as the force object 2 exerts on object 1. This idea comes from Newton&#039;s Third Law of Motion, which states that every action has an equal and opposite reaction. For example, if I put my hand on a table, I am exerting a contact force on the table. Because my hand doesn&#039;t go straight through the table but instead rests on top of it, the table must also be exerting a force on me that is equivalent to the force I am placing upon it. Though it seems like I am putting in more effort, the forces are the same.&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s 3rd law implies that all forces come in pairs. The two forces are called &amp;quot;action&amp;quot; and &amp;quot;reaction&amp;quot; pairs. When forces are in these pairs, the magnitude of the two forces equal each other. However, in vector form, the two forces would be in opposite directions of each other, so one force would have a negative sign on it. This applies to both the gravitational and electric forces. Contact forces that we observe (such as the normal force) are actually due to electrical forces at the atomic level.&lt;br /&gt;
&lt;br /&gt;
Because these forces are equal, so are the changes in momentum of the objects the forces are acting upon (remember, &amp;lt;math&amp;gt;|\vec{\mathbf{F}}|=|\frac{d\vec{\mathbf{p}}}{dt}| &amp;lt;/math&amp;gt;). Two planets exerting attractive forces on each other will have the same change in momentum over the same amount of time. However if one planet is much larger it will have a much smaller change in velocity then the smaller planet. This is because p = mv and thus &amp;lt;math&amp;gt; {\Delta}v={\Delta}p/m&amp;lt;/math&amp;gt;. So even though the forces will be the same, they may appear unequal due to a smaller change in velocity in a larger object.&lt;br /&gt;
&lt;br /&gt;
The following image showcases the principle of reciprocity as the two people pulling exert an equal and opposite force on each other through tension. Also the object laying motionless on a surface has a net force of zero because the normal force of the table is equal to that of gravity on the object.&lt;br /&gt;
&lt;br /&gt;
[[File:pulling_updated.jpg]]&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The force due to gravity is:&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_g}}|=\frac{Gm_{1}m_{2}}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although the force of gravity is dependent on the mass of both objects, both will experience the same magnitude of gravitational force. This can be clearly seen from the above equation.&lt;br /&gt;
&lt;br /&gt;
The force due to electric interactions is:&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_{elec}}}|=\frac{1}{4{\pi}{\epsilon}_0}\frac{q_{1}q_{2}}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Attract_repel_1.png|250px|thumb|right|This figure depicts how different charges either attract or repel each other. The force on each charge is equal and opposite to that on the other charge in the pairing.]]&lt;br /&gt;
Electric charges that are of different sign will attract each other with the same magnitude of force. Furthermore, two like charges will repel each other, and the same magnitude of repelling force will act on each of the charges. &lt;br /&gt;
&lt;br /&gt;
A more formulaic representation of the principle of reciprocity is as follows:&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_{2 on 1}}}=\vec{\mathbf{F_{1 on 2}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be represented in vector form as follows:&lt;br /&gt;
::* &amp;lt;math&amp;gt;\vec{\mathbf{F_{2on1}}}&amp;lt;/math&amp;gt; = &#039;&#039;&amp;lt;F,0,0&amp;gt;&#039;&#039;&lt;br /&gt;
::* &amp;lt;math&amp;gt;\vec{\mathbf{F_{1on2}}}&amp;lt;/math&amp;gt; = &#039;&#039;&amp;lt;-F,0,0&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you exert 20 N on the table, what would be the normal force of the table on you?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since you are exerting 20 Newtons, due to reciprocity the table will be exerting a normal force of 20 Newtons.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you push a box to the right with a force of 15 N, what is the magnitude and direction of the reciprocal force from the box on you?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The box exerts a force of 15 N on you towards the left.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A 60 kilogram man stands on the surface of the Earth. What is the force Earth exerts on the man? What is the force the man exerts on the Earth?&#039;&#039;&lt;br /&gt;
Recall, due to reciprocity, the force that the Earth exerts on the man should be the same as the force that the man exerts on the Earth. We know how much the Man exerts on the Earth because he is standing on the Earth with a force equal to his weight.&lt;br /&gt;
::&amp;lt;math&amp;gt; \mathbf{F_g}=mg=(60kg)(9.8\frac{m}{s^2})=588N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus 588 N is the force that the man exerts on the Earth in the downwards direction. Because of reciprocity, the Earth must also be exerting 588 N on the man, but in the upwards direction.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A box is sitting on Earth&#039;s surface. The Earth exerts a force of 196 N on the box. What is the force on the Earth? What is the box&#039;s mass?&#039;&#039;&lt;br /&gt;
Here, we have the force. Because of reciprocity, the force of the box on the Earth must also be equal to 196 N. Then, finding the mass of the box is relatively straightforward, as is seen below:&lt;br /&gt;
::&amp;lt;math&amp;gt; m = F/g = 196N/9.8 = 20 kg&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Difficult===&lt;br /&gt;
[[File:reciprocity_difficult_1.png|250px|thumb|right|Problem set-up]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Two blocks of mass &amp;lt;math&amp;gt;m_1&amp;lt;/math&amp;gt; (under rod) and &amp;lt;math&amp;gt;m_3&amp;lt;/math&amp;gt; (above rod) are connected by a rod of mass &amp;lt;math&amp;gt;m_2&amp;lt;/math&amp;gt;. A constant unknown force F pulls upward on the top block while both blocks and the rod move upward at a constant velocity v near the surface of the Earth. The direction of the gravitational force on each block points down. Find &amp;lt;math&amp;gt;F_{1on2}&amp;lt;/math&amp;gt;, the magnitude of the force exerted by the bottom block on the rod.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See the diagram to the side for a depiction of the situation. Because the velocity is constant, the net force on the system, and thus on block 1, is equal to zero. &lt;br /&gt;
::&amp;lt;math&amp;gt;F_{net}=0=F_{2on1}+F_g &amp;lt;/math&amp;gt; &lt;br /&gt;
::&amp;lt;math&amp;gt;\vec{\mathbf{F_{2on1}}}-m_{1}g\hat{\mathbf{y}}=0&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;\vec{\mathbf{F_{2on1}}}=m_{1}g\hat{\mathbf{y}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because &amp;lt;math&amp;gt;\vec{\mathbf{F_{1on2}}}=-\vec{\mathbf{F_{2on1}}}&amp;lt;/math&amp;gt; it stands that:&lt;br /&gt;
::&amp;lt;math&amp;gt;\vec{\mathbf{F_{1on2}}}=-m_{1}g\hat{\mathbf{y}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;You are pulling a rope with a force of 15 N. The rope is connected to a box on a frictionless surface. The rope and box are moving at a constant rate. Find the force of the rope of the block, the block on the rope, and the rope on you.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Because the velocity of the system is constant, the net force on the system is equal to zero (&amp;lt;math&amp;gt;F_{net} = 0&amp;lt;/math&amp;gt;).&lt;br /&gt;
::The Force of the rope on you is -15 N (equal and opposite to the force you are exerting on the rope)&lt;br /&gt;
::The Force of the rope on the box is 15 N (this must be true in order to make the net force on the rope equal to zero)&lt;br /&gt;
::The Force of the box on the rope is -15 N&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
# The first physics I ever learned was Newtons laws. Before heading into any science class, I always thought, every reaction gets an equal and opposite reaction. I didnt really understand it. That is a fundamental principle that we use in almost all physics problems. It has been test questions and homework questions. The thing that intrigues me the most is how an ant can be pushing against a rhino and though the rhino is so much bigger, they are still exerting the same force.&lt;br /&gt;
#I am an industrial engineering major and though there is very minimal use of physics in that field, I do believe it is something that will help us go about our days knowing that force isn&#039;t how much effort you put in but about the action reaction pairs.&lt;br /&gt;
#Forces are something we deal with everyday. Everything we touch, me typing this page right now is all the result of forces. An important industry that deals with this is the automobile industry. If we understand the forces of the wheels on the road, we will know how to make wheels that best suit an automobile. &lt;br /&gt;
#This topics is one of the fundamental underlying principles of physics. It applies to pretty much everything in physics.&lt;br /&gt;
#Physics applies to almost any major. As an Environmental Engineer reciprocity is important to remember reciprocity, specifically in waste water management. Water pressure (force from water on pipe and force from pipe on water) is important when designing water infrastructure.&lt;br /&gt;
#Reciprocity is important to remember in buildings. When creating a structure that can sustain a storm, you have to think about how high winds will change how parts of the structure interact with each other.&lt;br /&gt;
#I remember back in elementary school the example that my teacher used was: when you kick a can, which experiences a greater force, the can or your foot? I was astonished to find out that both experienced a equal force due to reciprocity. I spent weeks kicking cans trying to understand this phenomenon until I learned for myself the forces were experienced relative to mass. This was my first real exposure to seeking to understand the world through the lens of physics.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
[[File:Issac_Newton_New1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Isaac Newton was born in Woolsthorpe, England. When he was a child, one day he was resting under an apple tree when suddenly an apple fell on his head. He thought about why things fall down and not fall back up. He spent years figuring out the phenomenon. After all this, he came up with three laws of motion. This is when he discovered gravitation as a force. Where Newton&#039;s Law comes into play is that the Earth is exerting a force on us to stay with it since closer objects exert stronger forces on each other. We are also exerting a force on Earth so that we stay on the ground and don&#039;t go flying off. The date of this story is not known, and some even believe it to be a myth. However William Stukeley, author of &#039;&#039;Memoirs of Sir Isaac Newton&#039;s Life&#039;&#039; noted that he had a conversation with Newton and Newton talked about why an apple falls to the ground due to gravitational interaction.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;1:&#039;&#039;&#039;http://www.physicsclassroom.com/class/newtlaws/Lesson-4/Newton-s-Third-Law&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;2:&#039;&#039;&#039;Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 3.4&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=NfuKfbpkIrQ&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;1:&#039;&#039;&#039; http://www.mainlesson.com/display.php?author=baldwin&amp;amp;book=thirty&amp;amp;story=newton&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;2:&#039;&#039;&#039; https://www.newscientist.com/blogs/culturelab/2010/01/newtons-apple-the-real-story.html&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;3:&#039;&#039;&#039; http://www.physicsclassroom.com/class/newtlaws/Lesson-4/Newton-s-Third-Law&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;4:&#039;&#039;&#039; http://www.schoolphysics.co.uk/age16-19/Mechanics/Statics/text/Vectors_in_equilibrium/index.html&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;5:&#039;&#039;&#039; Matter and Interactions By Ruth W. Chabay, Bruce A. Sherwood - Chapter 3.4&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36130</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36130"/>
		<updated>2019-07-25T18:36:41Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Hard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire? The magnetic field is pointing out of the page (reference the diagram at right).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
[http://physicsbook.gatech.edu/Magnetic_Force#Middling See this problem under the Magnetic Force section on the Physics 2 page]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
The magnetic force contributes heavily to specific phenomenon in astrophysics. Specifically, neutron stars have large magnetic fields, causing electrons to be accelerated and emit a type of radiation known as synchrotron radiation. Indeed, there are certain types of neutron stars known as [https://en.wikipedia.org/wiki/Magnetar magnetars] that have unusually high magnetic field strengths that then power the emission of X-rays and gamma rays (the highest energy type of electromagnetic radiation). Furthermore, there are also strong magnetic fields around black holes.&lt;br /&gt;
&lt;br /&gt;
As a physics major, understanding how magnetic fields affect the motion of particles and their behavior is fundamental.&lt;br /&gt;
&lt;br /&gt;
The magnetic force is connected directly to MRI&#039;s (magnetic resonance imaging). Using MRI&#039;s, doctors can learn a great deal about the current condition of the human body, including tracking cancerous tumors and diagnosing different injuries and diseases.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Initially, electricity and magnetism were thought to be separate forces. When Maxwell published his &#039;&#039;A Treatise on Electricity and Magnetism&#039;&#039;, however, it was realized that the two forces were interrelated. Later, in 1820, a Danish physicist realized that the magnetic field from a circuit could be turned on and off if the circuit was turned on and off. This was when it was realized that magnetic fields radiate from all sides of a wire carrying an electric current, providing proof that electricity and magnetism were definitely interrelated.&lt;br /&gt;
&lt;br /&gt;
These findings kickstarted a period of intensive research into attempting to find a mathematical representation of the relationship between electricity and magnetism, and the result would be one of the defining accomplishments of the 19th century in physics.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36129</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36129"/>
		<updated>2019-07-25T18:34:42Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire? The magnetic field is pointing out of the page (reference the diagram at right).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
The magnetic force contributes heavily to specific phenomenon in astrophysics. Specifically, neutron stars have large magnetic fields, causing electrons to be accelerated and emit a type of radiation known as synchrotron radiation. Indeed, there are certain types of neutron stars known as [https://en.wikipedia.org/wiki/Magnetar magnetars] that have unusually high magnetic field strengths that then power the emission of X-rays and gamma rays (the highest energy type of electromagnetic radiation). Furthermore, there are also strong magnetic fields around black holes.&lt;br /&gt;
&lt;br /&gt;
As a physics major, understanding how magnetic fields affect the motion of particles and their behavior is fundamental.&lt;br /&gt;
&lt;br /&gt;
The magnetic force is connected directly to MRI&#039;s (magnetic resonance imaging). Using MRI&#039;s, doctors can learn a great deal about the current condition of the human body, including tracking cancerous tumors and diagnosing different injuries and diseases.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Initially, electricity and magnetism were thought to be separate forces. When Maxwell published his &#039;&#039;A Treatise on Electricity and Magnetism&#039;&#039;, however, it was realized that the two forces were interrelated. Later, in 1820, a Danish physicist realized that the magnetic field from a circuit could be turned on and off if the circuit was turned on and off. This was when it was realized that magnetic fields radiate from all sides of a wire carrying an electric current, providing proof that electricity and magnetism were definitely interrelated.&lt;br /&gt;
&lt;br /&gt;
These findings kickstarted a period of intensive research into attempting to find a mathematical representation of the relationship between electricity and magnetism, and the result would be one of the defining accomplishments of the 19th century in physics.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36128</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=36128"/>
		<updated>2019-07-25T18:29:40Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Connectedness */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire? The magnetic field is pointing out of the page (reference the diagram at right).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
The magnetic force contributes heavily to specific phenomenon in astrophysics. Specifically, neutron stars have large magnetic fields, causing electrons to be accelerated and emit a type of radiation known as synchrotron radiation. Indeed, there are certain types of neutron stars known as [https://en.wikipedia.org/wiki/Magnetar magnetars] that have unusually high magnetic field strengths that then power the emission of X-rays and gamma rays (the highest energy type of electromagnetic radiation). Furthermore, there are also strong magnetic fields around black holes.&lt;br /&gt;
&lt;br /&gt;
As a physics major, understanding how magnetic fields affect the motion of particles and their behavior is fundamental.&lt;br /&gt;
&lt;br /&gt;
The magnetic force is connected directly to MRI&#039;s (magnetic resonance imaging). Using MRI&#039;s, doctors can learn a great deal about the current condition of the human body, including tracking cancerous tumors and diagnosing different injuries and diseases.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=36127</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=36127"/>
		<updated>2019-07-25T18:13:04Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&#039;&#039;The moon has a mass of &amp;lt;math&amp;gt;m_{moon}&amp;lt;/math&amp;gt; kg. If it is located a distance &amp;lt;math&amp;gt;d_1&amp;lt;/math&amp;gt; m from the Earth (mass &amp;lt;math&amp;gt;m_E&amp;lt;/math&amp;gt; kg) and a distance &amp;lt;math&amp;gt;d_2&amp;lt;/math&amp;gt; m from the Sun (mass &amp;lt;math&amp;gt;m_{Sun}&amp;lt;/math&amp;gt; kg). What are the magnitudes of the forces of the Sun on the Moon and the Earth on the Moon?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall that the following equation applies to all bodies in this problem:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_g=\frac{GM_1M_2}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Here, we can replace the relevant distances and masses into the equation relatively easily to come up with the following force magnitudes:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Sun,Moon}=\frac{Gm_{moon}m_{Sun}}{d_2^2}&amp;lt;/math&amp;gt; for the Sun on the Moon&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Earth,Moon} = \frac{Gm_{moon}m_E}{d_1^2}&amp;lt;/math&amp;gt; for the Earth on the Moon&lt;br /&gt;
&lt;br /&gt;
For a fun extra reference, the Sun&#039;s mass is about 300,000 times greater than Earth&#039;s mass, but the Sun-Moon distance is about 389 times greater than the Earth-Moon distance. Via a simple fraction, as shown below, the magnitude of the force that the Earth exerts on the Moon is thus much lesser than the magnitude of the force the Sun exerts on the Moon, despite the fact that the Moon is orbiting around the Earth.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\frac{F_{Earth}}{F_{Sun}}=\frac{m_E}{300000m_E}\frac{(389d_E)^2}{d_E^2}\approx{}\frac{150000}{300000}=0.5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35251</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35251"/>
		<updated>2019-07-01T22:02:31Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire? The magnetic field is pointing out of the page (reference the diagram at right).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35250</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35250"/>
		<updated>2019-07-01T22:01:51Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &amp;lt;math&amp;gt;I=6&amp;lt;/math&amp;gt; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire, according to the diagram? The magnetic field is pointing out of the page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35249</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35249"/>
		<updated>2019-07-01T22:01:22Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|300px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &#039;&#039;I=6&#039;&#039; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire, according to the diagram? The magnetic field is pointing out of the page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest first step would be to determine the direction of the magnetic force. By using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule], we can determine that when the current length, which is going up, is crossed with a vector pointing out of the page, the resulting vector would point towards the right, in the so-called positive x-direction.&lt;br /&gt;
&lt;br /&gt;
Next, we can determine the magnitude of the resultant force via the following relation. Because &amp;lt;math&amp;gt;\theta{}&amp;lt;/math&amp;gt; here is equal to 90 degrees, &amp;lt;math&amp;gt;sin(\theta{})&amp;lt;/math&amp;gt; is equal simply to one.&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_B=(6A)(0.06m)(1T)=0.36N&amp;lt;/math&amp;gt;&lt;br /&gt;
Finally, as stated before, we know that this is solely in the positive x-direction due to the right hand rule.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35247</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35247"/>
		<updated>2019-07-01T21:56:34Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
[[File:IntroBimage.png|200px|thumb|right|A diagram depicting the problem for the middling section. Here, the magnetic field is going out of the page.]]&lt;br /&gt;
&#039;&#039;Suppose you have a wire with a current &#039;&#039;I=6&#039;&#039; amps. This wire is sitting in a constant magnetic field of magnitude 1 T. This wire has length 6 cm. What is the magnitude and the direction of the force acting upon the wire, according to the diagram? The magnetic field is pointing out of the page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:IntroBimage.png&amp;diff=35246</id>
		<title>File:IntroBimage.png</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:IntroBimage.png&amp;diff=35246"/>
		<updated>2019-07-01T21:55:57Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: A problem diagram for the intro to B-field page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A problem diagram for the intro to B-field page.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35245</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35245"/>
		<updated>2019-07-01T21:49:11Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The units given in the problem statement are all proper SI units, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Main_Page&amp;diff=35244</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Main_Page&amp;diff=35244"/>
		<updated>2019-07-01T21:47:08Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Fundamental Interactions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= &#039;&#039;&#039;Georgia Tech Student Wiki for Introductory Physics.&#039;&#039;&#039; =&lt;br /&gt;
&lt;br /&gt;
This resource was created so that students can contribute and curate content to help those with limited or no access to a textbook.  When reading this website, please correct any errors you may come across. If you read something that isn&#039;t clear, please consider revising it for future students!&lt;br /&gt;
&lt;br /&gt;
Looking to make a contribution?&lt;br /&gt;
#Pick one of the topics from intro physics listed below&lt;br /&gt;
#Add content to that topic or improve the quality of what is already there.&lt;br /&gt;
#Need to make a new topic? Edit this page and add it to the list under the appropriate category.  Then copy and paste the default [[Template]] into your new page and start editing.&lt;br /&gt;
&lt;br /&gt;
Please remember that this is not a textbook and you are not limited to expressing your ideas with only text and equations.  Whenever possible embed: pictures, videos, diagrams, simulations, computational models (e.g. Glowscript), and whatever content you think makes learning physics easier for other students.&lt;br /&gt;
&lt;br /&gt;
== Source Material ==&lt;br /&gt;
All of the content added to this resource must be in the public domain or similar free resource.  If you are unsure about a source, contact the original author for permission. That said, there is a surprisingly large amount of introductory physics content scattered across the web.  Here is an incomplete list of intro physics resources (please update as needed).&lt;br /&gt;
* A physics resource written by experts for an expert audience [https://en.wikipedia.org/wiki/Portal:Physics Physics Portal]&lt;br /&gt;
* A wiki written for students by a physics expert [http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes MSU Physics Wiki]&lt;br /&gt;
* A wiki book on modern physics [https://en.wikibooks.org/wiki/Modern_Physics Modern Physics Wiki]&lt;br /&gt;
* The MIT open courseware for intro physics [http://ocw.mit.edu/resources/res-8-002-a-wikitextbook-for-introductory-mechanics-fall-2009/index.htm MITOCW Wiki]&lt;br /&gt;
* An online concept map of intro physics [http://hyperphysics.phy-astr.gsu.edu/hbase/hph.html HyperPhysics]&lt;br /&gt;
* Interactive physics simulations [https://phet.colorado.edu/en/simulations/category/physics PhET]&lt;br /&gt;
* OpenStax intro physics textbooks: [https://openstax.org/details/books/university-physics-volume-1  Vol1], [https://openstax.org/details/books/university-physics-volume-2  Vol2], [https://openstax.org/details/books/university-physics-volume-3  Vol3]&lt;br /&gt;
* The Open Source Physics project is a collection of online physics resources [http://www.opensourcephysics.org/ OSP]&lt;br /&gt;
* A resource guide compiled by the [http://www.aapt.org/ AAPT] for educators [http://www.compadre.org/ ComPADRE]&lt;br /&gt;
* The Feynman lectures on physics are free to read [http://www.feynmanlectures.caltech.edu/ Feynman]&lt;br /&gt;
* Final Study Guide for Modern Physics II created by a lab TA [https://docs.google.com/document/d/1_6GktDPq5tiNFFYs_ZjgjxBAWVQYaXp_2Imha4_nSyc/edit?usp=sharing Modern Physics II Final Study Guide]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* Commonly used wiki commands [https://en.wikipedia.org/wiki/Help:Cheatsheet Wiki Cheatsheet]&lt;br /&gt;
* A guide to representing equations in math mode [https://en.wikipedia.org/wiki/Help:Displaying_a_formula Wiki Math Mode]&lt;br /&gt;
* A page to keep track of all the physics [[Constants]]&lt;br /&gt;
* A listing of [[Notable Scientist]] with links to their individual pages &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:30%; padding:1%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physics 1==&lt;br /&gt;
===Week 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====GlowScript 101====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Python Syntax]]&lt;br /&gt;
*[[GlowScript]]&lt;br /&gt;
*[[About]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Vectors and Units====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Vectors]]&lt;br /&gt;
*[[SI Units]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====VPython====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[VPython]]&lt;br /&gt;
*[[VPython basics]]&lt;br /&gt;
*[[VPython Common Errors and Troubleshooting]]&lt;br /&gt;
*[[VPython Functions]]&lt;br /&gt;
*[[VPython Lists]]&lt;br /&gt;
*[[VPython Loops]]&lt;br /&gt;
*[[VPython Multithreading]]&lt;br /&gt;
*[[VPython Animation]]&lt;br /&gt;
*[[VPython Objects]]&lt;br /&gt;
*[[VPython 3D Objects]]&lt;br /&gt;
*[[VPython Reference]]&lt;br /&gt;
*[[VPython MapReduceFilter]]&lt;br /&gt;
*[[VPython GUIs]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Vectors and Units====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Vectors]]&lt;br /&gt;
*[[SI Units]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Interactions====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Types of Interactions and How to Detect Them]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Velocity and Momentum====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Newton&#039;s First Law of Motion]]&lt;br /&gt;
*[[Velocity]]&lt;br /&gt;
*[[Mass]]&lt;br /&gt;
*[[Speed and Velocity]]&lt;br /&gt;
*[[Relative Velocity]]&lt;br /&gt;
*[[Derivation of Average Velocity]]&lt;br /&gt;
*[[2-Dimensional Motion]]&lt;br /&gt;
*[[3-Dimensional Position and Motion]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Momentum and the Momentum Principle====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Newton&#039;s Second Law: the Momentum Principle]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Net Force]]&lt;br /&gt;
*[[Inertia]]&lt;br /&gt;
*[[Acceleration]]&lt;br /&gt;
*[[Kinematics]]&lt;br /&gt;
*[[Projectile Motion]]&lt;br /&gt;
*[[Relativistic Momentum]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Iterative Prediction with a Constant Force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Iterative Prediction]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Analytic Prediction with a Constant Force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Iterative Prediction with a Varying Force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Fundamentals of Iterative Prediction with Varying Force]]&lt;br /&gt;
*[[Simple Harmonic Motion]]&lt;br /&gt;
&amp;lt;!--*[[Hooke&#039;s Law]] folded into simple harmonic motion--&amp;gt;&lt;br /&gt;
&amp;lt;!--*[[Spring Force]] folded into simple harmonic motion--&amp;gt;&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Terminal Speed]]&lt;br /&gt;
*[[Predicting Change in multiple dimensions]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 4===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Fundamental Interactions====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Gravitational Force]]&lt;br /&gt;
*[[Gravitational Force Near Earth]]&lt;br /&gt;
*[[Gravitational Force in Space and Other Applications]]&lt;br /&gt;
*[[3 or More Body Interactions]]&lt;br /&gt;
&amp;lt;!--[[Fluid Mechanics]]--&amp;gt;&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Introduction to Magnetic Force]]&lt;br /&gt;
*[[Strong and Weak Force]]&lt;br /&gt;
*[[Reciprocity]]&lt;br /&gt;
*[[Conservation of Momentum]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 5===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Properties of Matter====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Kinds of Matter]]&lt;br /&gt;
*[[Ball and Spring Model of Matter]]&lt;br /&gt;
*[[Density]]&lt;br /&gt;
*[[Length and Stiffness of an Interatomic Bond]]&lt;br /&gt;
*[[Young&#039;s Modulus]]&lt;br /&gt;
*[[Speed of Sound in Solids]]&lt;br /&gt;
*[[Malleability]]&lt;br /&gt;
*[[Ductility]]&lt;br /&gt;
*[[Weight]]&lt;br /&gt;
*[[Hardness]]&lt;br /&gt;
*[[Boiling Point]]&lt;br /&gt;
*[[Melting Point]]&lt;br /&gt;
*[[Change of State]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 6===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Identifying Forces====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Free Body Diagram]]&lt;br /&gt;
*[[Inclined Plane]]&lt;br /&gt;
*[[Compression or Normal Force]]&lt;br /&gt;
*[[Tension]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Curving Motion====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Curving Motion]]&lt;br /&gt;
*[[Centripetal Force and Curving Motion]]&lt;br /&gt;
*[[Perpetual Freefall (Orbit)]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 7===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Energy Principle====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Energy of a Single Particle]]&lt;br /&gt;
*[[Kinetic Energy]]&lt;br /&gt;
*[[Work/Energy]]&lt;br /&gt;
*[[The Energy Principle]]&lt;br /&gt;
*[[Conservation of Energy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 8===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Work by Non-Constant Forces====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Work Done By A Nonconstant Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Potential Energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Potential Energy]]&lt;br /&gt;
*[[Potential Energy of Macroscopic Springs]]&lt;br /&gt;
*[[Spring Potential Energy]]&lt;br /&gt;
*[[Ball and Spring Model]]&lt;br /&gt;
*[[Gravitational Potential Energy]]&lt;br /&gt;
*[[Energy Graphs]]&lt;br /&gt;
*[[Escape Velocity]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 9===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Multiparticle Systems====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Center of Mass]]&lt;br /&gt;
*[[Multi-particle analysis of Momentum]]&lt;br /&gt;
*[[Potential Energy of a Multiparticle System]]&lt;br /&gt;
*[[Work and Energy for an Extended System]]&lt;br /&gt;
*[[Internal Energy]]&lt;br /&gt;
**[[Potential Energy of a Pair of Neutral Atoms]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 10===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Choice of System====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[System &amp;amp; Surroundings]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Thermal Energy, Dissipation, and Transfer of Energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Thermal Energy]]&lt;br /&gt;
*[[Specific Heat]]&lt;br /&gt;
*[[Heat Capacity]]&lt;br /&gt;
*[[Calorific Value(Heat of combustion)]]&lt;br /&gt;
*[[Specific Heat Capacity]]&lt;br /&gt;
*[[First Law of Thermodynamics]]&lt;br /&gt;
*[[Second Law of Thermodynamics and Entropy]]&lt;br /&gt;
*[[Temperature]]&lt;br /&gt;
*[[Predicting Change]]&lt;br /&gt;
*[[Energy Transfer due to a Temperature Difference]]&lt;br /&gt;
*[[Transformation of Energy]]&lt;br /&gt;
*[[The Maxwell-Boltzmann Distribution]]&lt;br /&gt;
*[[Air Resistance]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rotational and Vibrational Energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 11===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Different Models of a System====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Point Particle Systems]]&lt;br /&gt;
*[[Real Systems]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Friction====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Friction]]&lt;br /&gt;
*[[Static Friction]]&lt;br /&gt;
*[[Kinetic Friction]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 12===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Conservation of Momentum====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Conservation of Momentum]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Collisions====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Newton&#039;s Third Law of Motion]]&lt;br /&gt;
*[[Collisions]]&lt;br /&gt;
*[[Elastic Collisions]]&lt;br /&gt;
*[[Inelastic Collisions]]&lt;br /&gt;
*[[Maximally Inelastic Collision]]&lt;br /&gt;
*[[Head-on Collision of Equal Masses]]&lt;br /&gt;
*[[Head-on Collision of Unequal Masses]]&lt;br /&gt;
*[[Scattering: Collisions in 2D and 3D]]&lt;br /&gt;
*[[Rutherford Experiment and Atomic Collisions]]&lt;br /&gt;
*[[Coefficient of Restitution]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 13===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Rotations====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Rotational Kinematics]]&lt;br /&gt;
*[[Angular Velocity]]&lt;br /&gt;
*[[Eulerian Angles]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Angular Momentum====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Total Angular Momentum]]&lt;br /&gt;
*[[Translational Angular Momentum]]&lt;br /&gt;
*[[Rotational Angular Momentum]]&lt;br /&gt;
*[[The Angular Momentum Principle]]&lt;br /&gt;
*[[Angular Momentum Compared to Linear Momentum]]&lt;br /&gt;
*[[Angular Impulse]]&lt;br /&gt;
*[[Predicting the Position of a Rotating System]]&lt;br /&gt;
*[[Angular Momentum of Multiparticle Systems]]&lt;br /&gt;
*[[The Moments of Inertia]]&lt;br /&gt;
*[[Moment of Inertia for a cylinder]]&lt;br /&gt;
*[[Right Hand Rule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 14===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Analyzing Motion with and without Torque====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Torque]]&lt;br /&gt;
*[[Torque 2]]&lt;br /&gt;
*[[Systems with Zero Torque]]&lt;br /&gt;
*[[Systems with Nonzero Torque]]&lt;br /&gt;
*[[Torque vs Work]]&lt;br /&gt;
*[[Gyroscopes]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 15===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Introduction to Quantum Concepts====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Bohr Model]]&lt;br /&gt;
*[[Energy graphs and the Bohr model]]&lt;br /&gt;
*[[Quantized energy levels]]&lt;br /&gt;
*[[Electron transitions]]&lt;br /&gt;
*[[Entropy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:30%; padding:1%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physics 2==&lt;br /&gt;
===Week 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====3D Vectors====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Vectors]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
*[[Right Hand Rule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric field====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Field]]&lt;br /&gt;
*[[Electric Field and Electric Potential]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric field of a point particle====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Point Charge]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Superposition====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Superposition Principle]]&lt;br /&gt;
*[[Superposition principle]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Dipoles====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Dipole]]&lt;br /&gt;
*[[Magnetic Dipole]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Interactions of charged objects====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Field]]&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Tape experiments====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Polarization]]&lt;br /&gt;
*[[Electric Polarization]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Polarization====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Polarization]]&lt;br /&gt;
*[[Electric Polarization]]&lt;br /&gt;
*[[Polarization of an Atom]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Insulators====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Insulators]]&lt;br /&gt;
*[[Potential Difference in an Insulator]]&lt;br /&gt;
*[[Charged Conductor and Charged Insulator]]&lt;br /&gt;
*[[Charged conductor and charged insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Conductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Conductivity]]&lt;br /&gt;
*[[Charge Transfer]]&lt;br /&gt;
*[[Resistivity]]&lt;br /&gt;
*[[Polarization of a conductor]]&lt;br /&gt;
*[[Charged Conductor and Charged Insulator]]&lt;br /&gt;
*[[Charged conductor and charged insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Charging and Discharging====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charge Transfer]]&lt;br /&gt;
*[[Electrostatic Discharge]]&lt;br /&gt;
*[[Charged Conductor and Charged Insulator]]&lt;br /&gt;
*[[Charged conductor and charged insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 4===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Field of a charged rod====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Field of a Charged Rod|Charged Rod]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Field of a charged ring/disk/capacitor====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charged Ring]]&lt;br /&gt;
*[[Charged Disk]]&lt;br /&gt;
*[[Charged Capacitor]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Field of a charged sphere====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charged Spherical Shell]]&lt;br /&gt;
*[[Field of a Charged Ball]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 5===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Potential energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Potential Energy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric potential====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Path Independence of Electric Potential]]&lt;br /&gt;
*[[Potential Difference Path Independence, claimed by Aditya Mohile]] &lt;br /&gt;
*[[Potential Difference in a Uniform Field]]&lt;br /&gt;
*[[Potential Difference of Point Charge in a Non-Uniform Field]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Sign of a potential difference====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Sign of a Potential Difference]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Potential at a single location====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Potential Difference at One Location]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Path independence and round trip potential====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Path Independence of Electric Potential]]&lt;br /&gt;
*[[Potential Difference Path Independence, claimed by Aditya Mohile]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 6===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Electric field and potential in an insulator====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Potential Difference in an Insulator]]&lt;br /&gt;
*[[Electric Field in an Insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Moving charges in a magnetic field====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field]]&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Biot-Savart Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Biot-Savart Law]]&lt;br /&gt;
*[[Biot-Savart Law for Currents]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Moving charges, electron current, and conventional current====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Moving Point Charge]]&lt;br /&gt;
*[[Current]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 7===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic field of a wire====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field of a Long Straight Wire]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic field of a current-carrying loop====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field of a Loop]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic field of a Charged Disk====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field of a Disk]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic dipoles====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Dipole Moment]]&lt;br /&gt;
*[[Bar Magnet]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Atomic structure of magnets====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Atomic Structure of Magnets]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 8===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Steady state current====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Steady State]]&lt;br /&gt;
*[[Non Steady State]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Kirchoff&#039;s Laws====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Kirchoff&#039;s Laws]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Electric fields and energy in circuits====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Series circuit]]&lt;br /&gt;
*[[Node Rule]]&lt;br /&gt;
*[[Loop Rule]]&lt;br /&gt;
*[[Electric Potential Difference]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Macroscopic analysis of circuits====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Series Circuits]]&lt;br /&gt;
*[[Parallel Circuits]]&lt;br /&gt;
*[[Parallel Circuits vs. Series Circuits*]]&lt;br /&gt;
*[[Loop Rule]]&lt;br /&gt;
*[[Node Rule]]&lt;br /&gt;
*[[Fundamentals of Resistance]]&lt;br /&gt;
*[[Problem Solving]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 9===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Electric field and potential in circuits with capacitors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charging and Discharging a Capacitor]]&lt;br /&gt;
*[[RC Circuit]] &lt;br /&gt;
*[[R Circuit]]&lt;br /&gt;
*[[AC and DC]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic forces on charges and currents====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
*[[Motors and Generators]]&lt;br /&gt;
*[[Applying Magnetic Force to Currents]]&lt;br /&gt;
*[[Magnetic Force in a Moving Reference Frame]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
*[[Analysis of Railgun vs Coil gun technologies]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric and magnetic forces====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
*[[VPython Modelling of Electric and Magnetic Forces]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Velocity selector====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
*[[Combining Electric and Magnetic Forces]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 10===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Hall Effect====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Hall Effect]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
*[[Motional Emf]]&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Magnetic Torque]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Motional EMF====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Motional Emf]]&lt;br /&gt;
*[[Motional Emf using Faraday&#039;s Law]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic torque====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Torque]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 12===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Gauss&#039;s Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Gauss&#039;s Flux Theorem]]&lt;br /&gt;
*[[Gauss&#039;s Law]]&lt;br /&gt;
*[[Magnetic Flux]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Ampere&#039;s Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Ampere&#039;s Law]]&lt;br /&gt;
*[[Ampere-Maxwell Law]]&lt;br /&gt;
*[[Magnetic Field of Coaxial Cable Using Ampere&#039;s Law]]&lt;br /&gt;
*[[Magnetic Field of a Long Thick Wire Using Ampere&#039;s Law]]&lt;br /&gt;
*[[Magnetic Field of a Toroid Using Ampere&#039;s Law]]&lt;br /&gt;
*[[Magnetic Field of a Solenoid Using Ampere&#039;s Law]]&lt;br /&gt;
*[[The Differential Form of Ampere&#039;s Law]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 13===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Semiconductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Semiconductor Devices]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Faraday&#039;s Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Faraday&#039;s Law]]&lt;br /&gt;
*[[Motional Emf using Faraday&#039;s Law]]&lt;br /&gt;
*[[Lenz&#039;s Law]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Maxwell&#039;s equations====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Gauss&#039;s Law]]&lt;br /&gt;
*[[Magnetic Flux]]&lt;br /&gt;
*[[Ampere&#039;s Law]]&lt;br /&gt;
*[[Faraday&#039;s Law]]&lt;br /&gt;
*[[Maxwell&#039;s Electromagnetic Theory]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 14===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Circuits revisited====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Inductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Inductors]]&lt;br /&gt;
*[[Current in an LC Circuit]]&lt;br /&gt;
*[[Current in an RL Circuit]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 15===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
==== Electromagnetic Radiation ====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electromagnetic Radiation]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Sparks in the air====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Sparks in Air]]&lt;br /&gt;
*[[Spark Plugs]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Superconductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Superconducters]]&lt;br /&gt;
*[[Superconductors]]&lt;br /&gt;
*[[Meissner effect]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:30%; padding:1%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physics 3==&lt;br /&gt;
&lt;br /&gt;
===Week 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Classical Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Special Relativity====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Frame of Reference]]&lt;br /&gt;
*[[Einstein&#039;s Theory of Special Relativity]]&lt;br /&gt;
*[[Time Dilation]]&lt;br /&gt;
*[[Einstein&#039;s Theory of General Relativity]]&lt;br /&gt;
*[[Albert A. Micheleson &amp;amp; Edward W. Morley]]&lt;br /&gt;
*[[Magnetic Force in a Moving Reference Frame]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Photons====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Spontaneous Photon Emission]]&lt;br /&gt;
*[[Light Scattering: Why is the Sky Blue]]&lt;br /&gt;
*[[Lasers]]&lt;br /&gt;
*[[Electronic Energy Levels and Photons]]&lt;br /&gt;
*[[Quantum Properties of Light]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 4===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Matter Waves====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Wave-Particle Duality]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 5===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Wave Mechanics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Standing Waves]]&lt;br /&gt;
*[[Wavelength]]&lt;br /&gt;
*[[Wavelength and Frequency]]&lt;br /&gt;
*[[Mechanical Waves]]&lt;br /&gt;
*[[Transverse and Longitudinal Waves]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 6===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Rutherford-Bohr Model====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Rutherford Experiment and Atomic Collisions]]&lt;br /&gt;
*[[Bohr Model]]&lt;br /&gt;
*[[Quantized energy levels]]&lt;br /&gt;
*[[Energy graphs and the Bohr model]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 7===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====The Hydrogen Atom====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Quantum Theory]]&lt;br /&gt;
*[[Atomic Theory]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 8===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Many-Electron Atoms====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Quantum Theory]]&lt;br /&gt;
*[[Atomic Theory]]&lt;br /&gt;
*[[Pauli exclusion principle]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 9===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Molecules====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 10===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Statistical Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 11===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Condensed Matter Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 12===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====The Nucleus====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Nucleus]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 13===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Nuclear Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Nuclear Fission]]&lt;br /&gt;
*[[Nuclear Energy from Fission and Fusion]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 14===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Particle Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Elementary Particles and Particle Physics Theory]]&lt;br /&gt;
*[[String Theory]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35243</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35243"/>
		<updated>2019-07-01T21:44:59Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;The moon has a mass of &amp;lt;math&amp;gt;m_{moon}&amp;lt;/math&amp;gt; kg. If it is located a distance &amp;lt;math&amp;gt;d_1&amp;lt;/math&amp;gt; m from the Earth (mass &amp;lt;math&amp;gt;m_E&amp;lt;/math&amp;gt; kg) and a distance &amp;lt;math&amp;gt;d_2&amp;lt;/math&amp;gt; m from the Sun (mass &amp;lt;math&amp;gt;m_{Sun}&amp;lt;/math&amp;gt; kg). What are the magnitudes of the forces of the Sun on the Moon and the Earth on the Moon?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall that the following equation applies to all bodies in this problem:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_g=\frac{GM_1M_2}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Here, we can replace the relevant distances and masses into the equation relatively easily to come up with the following force magnitudes:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Sun,Moon}=\frac{Gm_{moon}m_{Sun}}{d_2^2}&amp;lt;/math&amp;gt; for the Sun on the Moon&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Earth,Moon} = \frac{Gm_{moon}m_E}{d_1^2}&amp;lt;/math&amp;gt; for the Earth on the Moon&lt;br /&gt;
&lt;br /&gt;
For a fun extra reference, the Sun&#039;s mass is about 300,000 times greater than Earth&#039;s mass, but the Sun-Moon distance is about 389 times greater than the Earth-Moon distance. Via a simple fraction, as shown below, the magnitude of the force that the Earth exerts on the Moon is thus much lesser than the magnitude of the force the Sun exerts on the Moon, despite the fact that the Moon is orbiting around the Earth.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\frac{F_{Earth}}{F_{Sun}}=\frac{m_E}{300000m_E}\frac{(389d_E)^2}{d_E^2}\approx{}\frac{150000}{300000}=0.5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35242</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35242"/>
		<updated>2019-07-01T21:44:25Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;The moon has a mass of &amp;lt;math&amp;gt;m_{moon}&amp;lt;/math&amp;gt; kg. If it is located a distance &amp;lt;math&amp;gt;d_1&amp;lt;/math&amp;gt; m from the Earth (mass &amp;lt;math&amp;gt;m_E&amp;lt;/math&amp;gt; kg) and a distance &amp;lt;math&amp;gt;d_2&amp;lt;/math&amp;gt; m from the Sun (mass &amp;lt;math&amp;gt;m_{Sun}&amp;lt;/math&amp;gt; kg). What are the magnitudes of the forces of the Sun on the Moon and the Earth on the Moon?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall that the following equation applies to all bodies in this problem:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_g=\frac{GM_1M_2}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Here, we can replace the relevant distances and masses into the equation relatively easily to come up with the following force magnitudes:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Sun,Moon}=\frac{Gm_{moon}m_{Sun}}{d_2^2}&amp;lt;/math&amp;gt; for the Sun on the Moon&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Earth,Moon} = \frac{Gm_{moon}m_E}{d_1^2}&amp;lt;/math&amp;gt; for the Earth on the Moon&lt;br /&gt;
&lt;br /&gt;
For a fun extra reference, the Sun&#039;s mass is about 300,000 times greater than Earth&#039;s mass, but the Sun-Moon distance is about 389 times greater than the Earth-Moon distance. Via a simple fraction, as shown below, the magnitude of the force that the Earth exerts on the Moon is thus much lesser than the magnitude of the force the Sun exerts on the Moon, despite the fact that the Moon is orbiting around the Earth.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\frac{F_{Earth}}{F_{Sun}}=\frac{m_E}{300000m_E}\frac{(389d_E)^2}{d_E^2}\approx{}0.5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35241</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35241"/>
		<updated>2019-07-01T21:41:59Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;The moon has a mass of &amp;lt;math&amp;gt;m_{moon}&amp;lt;/math&amp;gt; kg. If it is located a distance &amp;lt;math&amp;gt;d_1&amp;lt;/math&amp;gt; m from the Earth (mass &amp;lt;math&amp;gt;m_E&amp;lt;/math&amp;gt; kg) and a distance &amp;lt;math&amp;gt;d_2&amp;lt;/math&amp;gt; m from the Sun (mass &amp;lt;math&amp;gt;m_{Sun}&amp;lt;/math&amp;gt; kg). What are the magnitudes of the forces of the Sun on the Moon and the Earth on the Moon?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall that the following equation applies to all bodies in this problem:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_g=\frac{GM_1M_2}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Here, we can replace the relevant distances and masses into the equation relatively easily to come up with the following force magnitudes:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Sun,Moon}=\frac{Gm_{moon}m_{Sun}}{d_2^2}&amp;lt;/math&amp;gt; for the Sun on the Moon&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Earth,Moon} = \frac{Gm_{moon}m_E}{d_1^2}&amp;lt;/math&amp;gt; for the Earth on the Moon&lt;br /&gt;
&lt;br /&gt;
For reference, the Sun&#039;s mass is about 300,000 times greater than Earth&#039;s mass, but the Sun-Moon distance is about 389 times greater than the Earth-Moon distance. Via a simple fraction, as shown below, the magnitude of the force that the Earth exerts on the Moon is thus greater than the magnitude of the force the Sun exerts on the Moon.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\frac{F_{Earth}}{F_{Sun}}=\frac{m_E}{300000m_E}\frac{(389d_E)^2}{d_E^2}=&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35240</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35240"/>
		<updated>2019-07-01T21:41:30Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;The moon has a mass of &amp;lt;math&amp;gt;m_{moon}&amp;lt;/math&amp;gt; kg. If it is located a distance &amp;lt;math&amp;gt;d_1&amp;lt;/math&amp;gt; m from the Earth (mass &amp;lt;math&amp;gt;m_E&amp;lt;/math&amp;gt; kg) and a distance &amp;lt;math&amp;gt;d_2&amp;lt;/math&amp;gt; m from the Sun (mass &amp;lt;math&amp;gt;m_{Sun}&amp;lt;/math&amp;gt; kg). What are the magnitudes of the forces of the Sun on the Moon and the Earth on the Moon?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall that the following equation applies to all bodies in this problem:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_g=\frac{GM_1M_2}{r^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
Here, we can replace the relevant distances and masses into the equation relatively easily to come up with the following force magnitudes:&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Sun,Moon}=\frac{Gm_{moon}m_{Sun}}{d_2^2}&amp;lt;/math&amp;gt; for the Sun on the Moon&lt;br /&gt;
::*&amp;lt;math&amp;gt;F_{Earth,Moon} = \frac{Gm_{moon}m_E}{d_1^2}&amp;lt;/math&amp;gt; for the Earth on the Moon&lt;br /&gt;
&lt;br /&gt;
For reference, the Sun&#039;s mass is about 300,000 times greater than Earth&#039;s mass, but the Sun-Moon distance is about 389 times greater than the Earth-Moon distance. Via a simple fraction, as shown below, the magnitude of the force that the Earth exerts on the Moon is thus greater than the magnitude of the force the Sun exerts on the Moon.&lt;br /&gt;
::&amp;lt;math&amp;gt;*\frac{F_{Earth}}{F_{Sun}}=\frac{m_E}{300000m_E}{(389d_E)^2}{d_E^2}=&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35235</id>
		<title>3 or More Body Interactions</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=3_or_More_Body_Interactions&amp;diff=35235"/>
		<updated>2019-07-01T21:31:01Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page introduces the concept of n-body interactions (with 3 or more bodies). This is a basic overview of the concept. You do not have to know this material in detail.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
Problems involving two bodies that are interacting gravitationally are relatively easy to solve. Once there are more than two bodies, however, this is no longer the case. Generally, three or more body problems require numerical integrations to solve, and are quite complex. It becomes difficult to predict the motion of the bodies under the influence of multiple other gravitational forces, and the system most often becomes chaotic. There are, however, a number of cases where motion is not chaotic and that thus can be studied.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Restricted 3-Body Problem&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the restricted three body problem, we assume that the third body has a negligible mass, and that it moves under the influence of two other massive bodies. This simplifies calculations, as we can treat the two massive bodies as though they are in a simple two body problem to predict their motion. We assume that these two bodies orbit around their mutual center of mass, and that the third body, being of negligible mass, does not affect this motion.&lt;br /&gt;
&lt;br /&gt;
Through this, we can also assume for calculations involving only the third body that the two bodies are in fact one point mass that is located at their mutual center of mass. This greatly simplifies calculations involving, say, a planet rotating around a stellar binary and like problems.&lt;br /&gt;
&lt;br /&gt;
The restricted 3-body problem is useful for analyzing motion for many objects in the solar system, chiefly the Earth-Moon-Sun system, and other such systems involving moons. Because the moon is much less massive than the Earth, which is in turn much less massive than the Sun, we can treat that problem as a restricted 3-body problem.&lt;br /&gt;
&lt;br /&gt;
[[File:Three body problem figure-8 orbit animation.gif|250px|thumb|right|An example of a stable solution to the 3-body problem.]]&lt;br /&gt;
&#039;&#039;&#039;Other Solutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are also a number of stable orbits associated with three-body problems. One such example is a stable figure eight orbit, as depicted here.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
My research involves an n-body integrator. Using these types of simulations to predict the motion of the stars and other celestial bodies is important in understanding how systems came to form as they are today. The idea that we can use integrators to predict the motion, or to run backwards in time to see where bodies used to be is extremely interesting. Our ability to create mathematical models of space is incredibly useful in furthering our understanding of space.&lt;br /&gt;
&lt;br /&gt;
I am a physics major and, as such, 3-body problems come up quite a lot in my classes. Whether there be a problem involving a circum-stellar binary (a planet rotating around a binary system, where the orbit of the planet goes around both stars), or if there is just a problem involving our own Solar System, 3 (or more) body problems exist everywhere in nature.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The subject of three body gravitational interactions was first brought up by Isaac Newton in 1687 when &#039;&#039;Principia&#039;&#039; was published. Prior to this, attempts to predict the postion of the Moon in the Earth-Moon-Sun system were rather important for navigational purposes. Vespucci and Galileo had both, respectively, attempted to address this problem physically. This was difficult and kind of imprecise, however, due to the influence of the other planets and the Sun on the Moon&#039;s position.&lt;br /&gt;
&lt;br /&gt;
D&#039;Alembert and Clairaut would both later, in 1747, attempt to refine and further address the issue of multi-body systems. Both men would present competing analyses to the French Academy of Sciences. It was at this time that the phrase &#039;three body problem&#039; would first be applied to discuss the issue.&lt;br /&gt;
&lt;br /&gt;
Later attempts at definitively solving the n-body problem would lead to many different attempts at solutions and the beginning the foundations of [https://en.wikipedia.org/wiki/Chaos_theory chaos theory].&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35233</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35233"/>
		<updated>2019-07-01T21:23:26Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Hard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
[http://physicsbook.gatech.edu/Gravitational_Force#Difficult Please see this problem, listed generally under the gravitational force page.]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Space has always fascinated me, starting from my time as a little kid. Looking up at the stars and wondering how they came to be and how they move has always been a part of my life. Knowing how gravity works at a massive level helps to further my understanding and quench my thirst for knowledge with regards to the stars.&lt;br /&gt;
&lt;br /&gt;
I am a physics major, specifically concentrating in astrophysics, and thus this knowledge is extremely applicable to me. I do research in classical dynamics in space, and thus gravitational interactions are incredibly important to consider in my research. More broadly, however, the knowledge of how the planets move and their gravity can be used when conceptualizing how to send spacecraft in the most efficient way to other places in the solar system. Lots of launches make use of so-called [https://en.wikipedia.org/wiki/Gravity_assist gravity assist] maneuvers in order to get to the planet or body in question in the quickest possible manner without utilizing too much fuel.&lt;br /&gt;
&lt;br /&gt;
[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html GPS devices] also make use of the notion of relativity in order to locate their targets. Without considering general relativity (which takes into account gravity in space), GPS devices would not function as planned and would be impossible to use.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
::*[https://www.science.org.au/curious/space-time/gravity This link] provides a general timeline of gravity, and dives into some basics of relativity with helpful diagrams.&lt;br /&gt;
::*[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html Here, one can find] a helpful article detailing how GPS Systems are, in fact, proof of the concept of general relativity.&lt;br /&gt;
::*[https://en.wikipedia.org/wiki/History_of_gravitational_theory A general overview] of the history of gravitational theory.&lt;br /&gt;
::*[http://hyperphysics.phy-astr.gsu.edu/hbase/grav.html#grav Hyperphysics] page describing a general overview of gravity.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35231</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35231"/>
		<updated>2019-07-01T21:18:50Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Space has always fascinated me, starting from my time as a little kid. Looking up at the stars and wondering how they came to be and how they move has always been a part of my life. Knowing how gravity works at a massive level helps to further my understanding and quench my thirst for knowledge with regards to the stars.&lt;br /&gt;
&lt;br /&gt;
I am a physics major, specifically concentrating in astrophysics, and thus this knowledge is extremely applicable to me. I do research in classical dynamics in space, and thus gravitational interactions are incredibly important to consider in my research. More broadly, however, the knowledge of how the planets move and their gravity can be used when conceptualizing how to send spacecraft in the most efficient way to other places in the solar system. Lots of launches make use of so-called [https://en.wikipedia.org/wiki/Gravity_assist gravity assist] maneuvers in order to get to the planet or body in question in the quickest possible manner without utilizing too much fuel.&lt;br /&gt;
&lt;br /&gt;
[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html GPS devices] also make use of the notion of relativity in order to locate their targets. Without considering general relativity (which takes into account gravity in space), GPS devices would not function as planned and would be impossible to use.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
::*[https://www.science.org.au/curious/space-time/gravity This link] provides a general timeline of gravity, and dives into some basics of relativity with helpful diagrams.&lt;br /&gt;
::*[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html Here, one can find] a helpful article detailing how GPS Systems are, in fact, proof of the concept of general relativity.&lt;br /&gt;
::*[https://en.wikipedia.org/wiki/History_of_gravitational_theory A general overview] of the history of gravitational theory.&lt;br /&gt;
::*[http://hyperphysics.phy-astr.gsu.edu/hbase/grav.html#grav Hyperphysics] page describing a general overview of gravity.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35230</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35230"/>
		<updated>2019-07-01T21:16:04Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Space has always fascinated me, starting from my time as a little kid. Looking up at the stars and wondering how they came to be and how they move has always been a part of my life. Knowing how gravity works at a massive level helps to further my understanding and quench my thirst for knowledge with regards to the stars.&lt;br /&gt;
&lt;br /&gt;
I am a physics major, specifically concentrating in astrophysics, and thus this knowledge is extremely applicable to me. I do research in classical dynamics in space, and thus gravitational interactions are incredibly important to consider in my research. More broadly, however, the knowledge of how the planets move and their gravity can be used when conceptualizing how to send spacecraft in the most efficient way to other places in the solar system. Lots of launches make use of so-called [https://en.wikipedia.org/wiki/Gravity_assist gravity assist] maneuvers in order to get to the planet or body in question in the quickest possible manner without utilizing too much fuel.&lt;br /&gt;
&lt;br /&gt;
[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html GPS devices] also make use of the notion of relativity in order to locate their targets. Without considering general relativity (which takes into account gravity in space), GPS devices would not function as planned and would be impossible to use.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
::*[https://www.science.org.au/curious/space-time/gravity This link] provides a general timeline of gravity, and dives into some basics of relativity with helpful diagrams.&lt;br /&gt;
::*[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html Here, one can find] a helpful article detailing how GPS Systems are, in fact, proof of the concept of general relativity.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35228</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35228"/>
		<updated>2019-07-01T21:13:40Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Connectedness */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Space has always fascinated me, starting from my time as a little kid. Looking up at the stars and wondering how they came to be and how they move has always been a part of my life. Knowing how gravity works at a massive level helps to further my understanding and quench my thirst for knowledge with regards to the stars.&lt;br /&gt;
&lt;br /&gt;
I am a physics major, specifically concentrating in astrophysics, and thus this knowledge is extremely applicable to me. I do research in classical dynamics in space, and thus gravitational interactions are incredibly important to consider in my research. More broadly, however, the knowledge of how the planets move and their gravity can be used when conceptualizing how to send spacecraft in the most efficient way to other places in the solar system. Lots of launches make use of so-called [https://en.wikipedia.org/wiki/Gravity_assist gravity assist] maneuvers in order to get to the planet or body in question in the quickest possible manner without utilizing too much fuel.&lt;br /&gt;
&lt;br /&gt;
[http://www.astronomy.ohio-state.edu/~pogge/Ast162/Unit5/gps.html GPS devices] also make use of the notion of relativity in order to locate their targets. Without considering general relativity (which takes into account gravity in space), GPS devices would not function as planned and would be impossible to use.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35227</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35227"/>
		<updated>2019-07-01T21:13:12Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Connectedness */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Space has always fascinated me, starting from my time as a little kid. Looking up at the stars and wondering how they came to be and how they move has always been a part of my life. Knowing how gravity works at a massive level helps to further my understanding and quench my thirst for knowledge with regards to the stars.&lt;br /&gt;
&lt;br /&gt;
I am a physics major, specifically concentrating in astrophysics, and thus this knowledge is extremely applicable to me. I do research in classical dynamics in space, and thus gravitational interactions are incredibly important to consider in my research. More broadly, however, the knowledge of how the planets move and their gravity can be used when conceptualizing how to send spacecraft in the most efficient way to other places in the solar system. Lots of launches make use of so-called [https://en.wikipedia.org/wiki/Gravity_assist gravity assist] maneuvers in order to get to the planet or body in question in the quickest possible manner without utilizing too much fuel.&lt;br /&gt;
&lt;br /&gt;
GPS devices also make use of the notion of relativity in order to locate their targets. Without considering general relativity (which takes into account gravity in space), GPS devices would not function as planned and would be impossible to use.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35225</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35225"/>
		<updated>2019-07-01T21:09:38Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Connectedness */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
Space has always fascinated me, starting from my time as a little kid. Looking up at the stars and wondering how they came to be and how they move has always been a part of my life. Knowing how gravity works at a massive level helps to further my understanding and quench my thirst for knowledge with regards to the stars.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35224</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35224"/>
		<updated>2019-07-01T21:07:33Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35223</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35223"/>
		<updated>2019-07-01T21:07:06Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|400px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35222</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35222"/>
		<updated>2019-07-01T21:06:53Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
[[File:grtest1.png|200px|thumb|right|An image depicting how light is deflected around massive bodies, causing us to view objects at an &#039;apparent&#039; position that differs from their actual positon.]]&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Grtest1.png&amp;diff=35220</id>
		<title>File:Grtest1.png</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Grtest1.png&amp;diff=35220"/>
		<updated>2019-07-01T21:06:10Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: One of the proofs of relativity, the deflection of light around massive bodies can be seen drawn out here. Compare the apparent position with the actual position of the star.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One of the proofs of relativity, the deflection of light around massive bodies can be seen drawn out here. Compare the apparent position with the actual position of the star.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35219</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35219"/>
		<updated>2019-07-01T21:04:57Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
Isaac Newton made the connection between what keeps the planets rotating around the Sun and what keeps us standing on the Earth. In 1687, when the &#039;&#039;Principia&#039;&#039; was published, Newton noted that the force that held the planets on their orbits, and the force that kept the moon on its orbit around the Sun, must be the same.&lt;br /&gt;
&lt;br /&gt;
Through Newton&#039;s theory, the existence of Neptune was predicted and subsequently confirmed.&lt;br /&gt;
&lt;br /&gt;
As we know now, however, there are some slight discrepancies between observations and Newton&#039;s theory that couldn&#039;t be explained prior to the work of Albert Einstein. These discrepancies could, primarily, be noted in Space. One of these, for example, was an issue that arose in the way that Mercury&#039;s orbit changed over time. Simply put, there were some perturbations in the orbit that simply could not be explained by Newton&#039;s theory of gravity. This issue was first noted in 1859 by Le Verrier (who had also used gravity to predict the existence of Neptune, in fact). These precessions would not be fully explained until the early twentieth century (1915ish) when Albert Einstein first proposed the theory of relativity. Furthermore, the deflection of light around massive bodies such as the Sun, as can be seen in the diagram to the right, although somewhat predicted by Newton&#039;s theories, occurred to a much greater degree than Newton had predicted. These discrepancies, however, were perfectly in accordance with general relativity. It was in 1919 that Eddington measured these deflections.&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35218</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35218"/>
		<updated>2019-07-01T20:52:27Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35216</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35216"/>
		<updated>2019-07-01T20:49:36Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force. This force is the second strongest of the four fundamental forces, behind the nuclear strong force, and ahead of the weak force and the gravitational force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
The units are all correct, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35214</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35214"/>
		<updated>2019-07-01T20:48:13Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;Say you have a 1 C charge moving at a rate of 3 m/s. This velocity makes an angle of 60 degrees with respect to a magnetic field with strength 2 Tesla. What is the magnitude of the force the charge experiences?&#039;&#039;&lt;br /&gt;
The units are all correct, and so the numbers can just be plugged in to the following equation:&lt;br /&gt;
::&amp;lt;math&amp;gt; F_B=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;F_B=(1 C)(3 m/s)(2 T)(sin(60))=5.196 N&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus the answer to this problem is, straightforwardly, 5.196 N.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35212</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35212"/>
		<updated>2019-07-01T20:44:08Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below. Here &#039;&#039;I&#039;&#039; is the magnitude of the current, which is in units amperes, or Coulombs/second, &#039;&#039;l&#039;&#039; is in units of length, and is in the same direction as the current (for the cross product).&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35210</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35210"/>
		<updated>2019-07-01T20:29:38Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
The magnetic force also applies to a current carrying wire. Because a current is essentially made of moving charges, this means that the current carrying wire will experience a force. This force is directly proportional to the length of the wire and the current in that wire, as is displayed below:&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=I\vec{\mathbf{l}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=IlBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35065</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35065"/>
		<updated>2019-06-27T03:15:19Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above means that any particle at rest will NOT experience any magnetic force.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35059</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35059"/>
		<updated>2019-06-27T03:13:16Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35058</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35058"/>
		<updated>2019-06-27T03:13:03Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039;&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field. Here, &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; represents the angle between the velocity and magnetic field vectors. The direction of the magnetic field can be found using the [[http://physicsed.buffalostate.edu/SeatExpts/resource/rhr/rhr.htm right hand rule]].&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35057</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35057"/>
		<updated>2019-06-27T03:11:26Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35056</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35056"/>
		<updated>2019-06-27T03:11:17Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The magnetic force acts upon moving charges (or currents). This means that the magnitude of the magnetic force has a direct dependence on the velocity of the charge it is acting upon. Furthermore, the magnetic force acts via the magnetic field. This magnetic force acts in a direction perpendicular to both the velocity of the charge and the direction of the magnetic field.&lt;br /&gt;
&lt;br /&gt;
The magnetic field is a vector field (meaning that it extends in all three dimensions). Magnetic fields are provided most simply either by moving charges or by dipoles. When the magnetic field strength is known, it makes finding the magnetic force quite simple.&lt;br /&gt;
&lt;br /&gt;
Magnetic fields and electric fields are, in fact, related, and both together comprise the electromagnetic force.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
::*&amp;lt;math&amp;gt;|\vec{\mathbf{F_B}}|=qvBsin(\Theta{})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35052</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35052"/>
		<updated>2019-06-27T03:04:11Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\vec{\mathbf{F_B}}=q\vec{\mathbf{v}}\times{}\vec{\mathbf{B}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35051</id>
		<title>Introduction to Magnetic Force</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Introduction_to_Magnetic_Force&amp;diff=35051"/>
		<updated>2019-06-27T03:03:43Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: Created page with &amp;quot;This page provides a short introduction to the concept of the magnetic force. ==Main Idea== ===A Mathematical Model=== Magnetic force can be represented as follows, where &amp;#039;&amp;#039;q&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides a short introduction to the concept of the magnetic force.&lt;br /&gt;
==Main Idea==&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Magnetic force can be represented as follows, where &#039;&#039;q&#039;&#039; is the charge on a particle, &#039;&#039;v&#039; is that particles velocity, and &#039;&#039;B&#039;&#039; is the magnetic field.&lt;br /&gt;
::*&amp;lt;math&amp;gt;\mathbf{F_B}=q\mtahbf{v}\times{}\mathbf{B}&amp;lt;/math&amp;gt;&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;br /&gt;
==See Also==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Main_Page&amp;diff=35050</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Main_Page&amp;diff=35050"/>
		<updated>2019-06-27T02:59:29Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Fundamental Interactions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= &#039;&#039;&#039;Georgia Tech Student Wiki for Introductory Physics.&#039;&#039;&#039; =&lt;br /&gt;
&lt;br /&gt;
This resource was created so that students can contribute and curate content to help those with limited or no access to a textbook.  When reading this website, please correct any errors you may come across. If you read something that isn&#039;t clear, please consider revising it for future students!&lt;br /&gt;
&lt;br /&gt;
Looking to make a contribution?&lt;br /&gt;
#Pick one of the topics from intro physics listed below&lt;br /&gt;
#Add content to that topic or improve the quality of what is already there.&lt;br /&gt;
#Need to make a new topic? Edit this page and add it to the list under the appropriate category.  Then copy and paste the default [[Template]] into your new page and start editing.&lt;br /&gt;
&lt;br /&gt;
Please remember that this is not a textbook and you are not limited to expressing your ideas with only text and equations.  Whenever possible embed: pictures, videos, diagrams, simulations, computational models (e.g. Glowscript), and whatever content you think makes learning physics easier for other students.&lt;br /&gt;
&lt;br /&gt;
== Source Material ==&lt;br /&gt;
All of the content added to this resource must be in the public domain or similar free resource.  If you are unsure about a source, contact the original author for permission. That said, there is a surprisingly large amount of introductory physics content scattered across the web.  Here is an incomplete list of intro physics resources (please update as needed).&lt;br /&gt;
* A physics resource written by experts for an expert audience [https://en.wikipedia.org/wiki/Portal:Physics Physics Portal]&lt;br /&gt;
* A wiki written for students by a physics expert [http://p3server.pa.msu.edu/coursewiki/doku.php?id=183_notes MSU Physics Wiki]&lt;br /&gt;
* A wiki book on modern physics [https://en.wikibooks.org/wiki/Modern_Physics Modern Physics Wiki]&lt;br /&gt;
* The MIT open courseware for intro physics [http://ocw.mit.edu/resources/res-8-002-a-wikitextbook-for-introductory-mechanics-fall-2009/index.htm MITOCW Wiki]&lt;br /&gt;
* An online concept map of intro physics [http://hyperphysics.phy-astr.gsu.edu/hbase/hph.html HyperPhysics]&lt;br /&gt;
* Interactive physics simulations [https://phet.colorado.edu/en/simulations/category/physics PhET]&lt;br /&gt;
* OpenStax intro physics textbooks: [https://openstax.org/details/books/university-physics-volume-1  Vol1], [https://openstax.org/details/books/university-physics-volume-2  Vol2], [https://openstax.org/details/books/university-physics-volume-3  Vol3]&lt;br /&gt;
* The Open Source Physics project is a collection of online physics resources [http://www.opensourcephysics.org/ OSP]&lt;br /&gt;
* A resource guide compiled by the [http://www.aapt.org/ AAPT] for educators [http://www.compadre.org/ ComPADRE]&lt;br /&gt;
* The Feynman lectures on physics are free to read [http://www.feynmanlectures.caltech.edu/ Feynman]&lt;br /&gt;
* Final Study Guide for Modern Physics II created by a lab TA [https://docs.google.com/document/d/1_6GktDPq5tiNFFYs_ZjgjxBAWVQYaXp_2Imha4_nSyc/edit?usp=sharing Modern Physics II Final Study Guide]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* Commonly used wiki commands [https://en.wikipedia.org/wiki/Help:Cheatsheet Wiki Cheatsheet]&lt;br /&gt;
* A guide to representing equations in math mode [https://en.wikipedia.org/wiki/Help:Displaying_a_formula Wiki Math Mode]&lt;br /&gt;
* A page to keep track of all the physics [[Constants]]&lt;br /&gt;
* A listing of [[Notable Scientist]] with links to their individual pages &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:30%; padding:1%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physics 1==&lt;br /&gt;
===Week 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Help with VPython====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Python Syntax]]&lt;br /&gt;
*[[GlowScript]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Vectors and Units====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Vectors]]&lt;br /&gt;
*[[SI Units]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====VPython====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[VPython]]&lt;br /&gt;
*[[VPython basics]]&lt;br /&gt;
*[[VPython Common Errors and Troubleshooting]]&lt;br /&gt;
*[[VPython Functions]]&lt;br /&gt;
*[[VPython Lists]]&lt;br /&gt;
*[[VPython Loops]]&lt;br /&gt;
*[[VPython Multithreading]]&lt;br /&gt;
*[[VPython Animation]]&lt;br /&gt;
*[[VPython Objects]]&lt;br /&gt;
*[[VPython 3D Objects]]&lt;br /&gt;
*[[VPython Reference]]&lt;br /&gt;
*[[VPython MapReduceFilter]]&lt;br /&gt;
*[[VPython GUIs]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Vectors and Units====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Vectors]]&lt;br /&gt;
*[[SI Units]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Interactions====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Types of Interactions and How to Detect Them]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Velocity and Momentum====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Newton&#039;s First Law of Motion]]&lt;br /&gt;
*[[Velocity]]&lt;br /&gt;
*[[Mass]]&lt;br /&gt;
*[[Speed and Velocity]]&lt;br /&gt;
*[[Relative Velocity]]&lt;br /&gt;
*[[Derivation of Average Velocity]]&lt;br /&gt;
*[[2-Dimensional Motion]]&lt;br /&gt;
*[[3-Dimensional Position and Motion]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Momentum and the Momentum Principle====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Linear Momentum]]&lt;br /&gt;
*[[Newton&#039;s Second Law: the Momentum Principle]]&lt;br /&gt;
*[[Impulse and Momentum]]&lt;br /&gt;
*[[Net Force]]&lt;br /&gt;
*[[Inertia]]&lt;br /&gt;
*[[Acceleration]]&lt;br /&gt;
*[[Kinematics]]&lt;br /&gt;
*[[Projectile Motion]]&lt;br /&gt;
*[[Relativistic Momentum]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Iterative Prediction with a Constant Force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Iterative Prediction]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Analytic Prediction with a Constant Force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Analytical Prediction]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Iterative Prediction with a Varying Force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Fundamentals of Iterative Prediction with Varying Force]]&lt;br /&gt;
*[[Simple Harmonic Motion]]&lt;br /&gt;
&amp;lt;!--*[[Hooke&#039;s Law]] folded into simple harmonic motion--&amp;gt;&lt;br /&gt;
&amp;lt;!--*[[Spring Force]] folded into simple harmonic motion--&amp;gt;&lt;br /&gt;
*[[Iterative Prediction of Spring-Mass System]]&lt;br /&gt;
*[[Terminal Speed]]&lt;br /&gt;
*[[Predicting Change in multiple dimensions]]&lt;br /&gt;
*[[Determinism]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 4===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Fundamental Interactions====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Gravitational Force]]&lt;br /&gt;
*[[Gravitational Force Near Earth]]&lt;br /&gt;
*[[Gravitational Force in Space and Other Applications]]&lt;br /&gt;
*[[3 or More Body Interactions]]&lt;br /&gt;
*[[Fluid Mechanics]]&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Introduction to Magnetic Force]]&lt;br /&gt;
*[[Strong and Weak Force]]&lt;br /&gt;
*[[Reciprocity]]&lt;br /&gt;
*[[Conservation of Momentum]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 5===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Properties of Matter====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Kinds of Matter]]&lt;br /&gt;
*[[Ball and Spring Model of Matter]]&lt;br /&gt;
*[[Density]]&lt;br /&gt;
*[[Length and Stiffness of an Interatomic Bond]]&lt;br /&gt;
*[[Young&#039;s Modulus]]&lt;br /&gt;
*[[Speed of Sound in Solids]]&lt;br /&gt;
*[[Malleability]]&lt;br /&gt;
*[[Ductility]]&lt;br /&gt;
*[[Weight]]&lt;br /&gt;
*[[Hardness]]&lt;br /&gt;
*[[Boiling Point]]&lt;br /&gt;
*[[Melting Point]]&lt;br /&gt;
*[[Change of State]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 6===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Identifying Forces====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Free Body Diagram]]&lt;br /&gt;
*[[Inclined Plane]]&lt;br /&gt;
*[[Compression or Normal Force]]&lt;br /&gt;
*[[Tension]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Curving Motion====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Curving Motion]]&lt;br /&gt;
*[[Centripetal Force and Curving Motion]]&lt;br /&gt;
*[[Perpetual Freefall (Orbit)]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 7===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Energy Principle====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Energy of a Single Particle]]&lt;br /&gt;
*[[Kinetic Energy]]&lt;br /&gt;
*[[Work/Energy]]&lt;br /&gt;
*[[The Energy Principle]]&lt;br /&gt;
*[[Conservation of Energy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 8===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Work by Non-Constant Forces====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Work Done By A Nonconstant Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Potential Energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Potential Energy]]&lt;br /&gt;
*[[Potential Energy of Macroscopic Springs]]&lt;br /&gt;
*[[Spring Potential Energy]]&lt;br /&gt;
*[[Ball and Spring Model]]&lt;br /&gt;
*[[Gravitational Potential Energy]]&lt;br /&gt;
*[[Energy Graphs]]&lt;br /&gt;
*[[Escape Velocity]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 9===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Multiparticle Systems====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Center of Mass]]&lt;br /&gt;
*[[Multi-particle analysis of Momentum]]&lt;br /&gt;
*[[Momentum with respect to external Forces]]&lt;br /&gt;
*[[Potential Energy of a Multiparticle System]]&lt;br /&gt;
*[[Work and Energy for an Extended System]]&lt;br /&gt;
*[[Internal Energy]]&lt;br /&gt;
**[[Potential Energy of a Pair of Neutral Atoms]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 10===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Choice of System====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[System &amp;amp; Surroundings]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Thermal Energy, Dissipation, and Transfer of Energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Thermal Energy]]&lt;br /&gt;
*[[Specific Heat]]&lt;br /&gt;
*[[Heat Capacity]]&lt;br /&gt;
*[[Calorific Value(Heat of combustion)]]&lt;br /&gt;
*[[Specific Heat Capacity]]&lt;br /&gt;
*[[First Law of Thermodynamics]]&lt;br /&gt;
*[[Second Law of Thermodynamics and Entropy]]&lt;br /&gt;
*[[Temperature]]&lt;br /&gt;
*[[Predicting Change]]&lt;br /&gt;
*[[Energy Transfer due to a Temperature Difference]]&lt;br /&gt;
*[[Transformation of Energy]]&lt;br /&gt;
*[[The Maxwell-Boltzmann Distribution]]&lt;br /&gt;
*[[Air Resistance]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Rotational and Vibrational Energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Translational, Rotational and Vibrational Energy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 11===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Different Models of a System====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Point Particle Systems]]&lt;br /&gt;
*[[Real Systems]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Models of Friction====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Friction]]&lt;br /&gt;
*[[Static Friction]]&lt;br /&gt;
*[[Kinetic Friction]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 12===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Conservation of Momentum====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Conservation of Momentum]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Collisions====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Newton&#039;s Third Law of Motion]]&lt;br /&gt;
*[[Collisions]]&lt;br /&gt;
*[[Elastic Collisions]]&lt;br /&gt;
*[[Inelastic Collisions]]&lt;br /&gt;
*[[Maximally Inelastic Collision]]&lt;br /&gt;
*[[Head-on Collision of Equal Masses]]&lt;br /&gt;
*[[Head-on Collision of Unequal Masses]]&lt;br /&gt;
*[[Scattering: Collisions in 2D and 3D]]&lt;br /&gt;
*[[Rutherford Experiment and Atomic Collisions]]&lt;br /&gt;
*[[Coefficient of Restitution]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 13===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Rotations====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Rotational Kinematics]]&lt;br /&gt;
*[[Angular Velocity]]&lt;br /&gt;
*[[Eulerian Angles]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Angular Momentum====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Total Angular Momentum]]&lt;br /&gt;
*[[Translational Angular Momentum]]&lt;br /&gt;
*[[Rotational Angular Momentum]]&lt;br /&gt;
*[[The Angular Momentum Principle]]&lt;br /&gt;
*[[Angular Momentum Compared to Linear Momentum]]&lt;br /&gt;
*[[Angular Impulse]]&lt;br /&gt;
*[[Predicting the Position of a Rotating System]]&lt;br /&gt;
*[[Angular Momentum of Multiparticle Systems]]&lt;br /&gt;
*[[The Moments of Inertia]]&lt;br /&gt;
*[[Moment of Inertia for a cylinder]]&lt;br /&gt;
*[[Right Hand Rule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 14===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Analyzing Motion with and without Torque====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Torque]]&lt;br /&gt;
*[[Torque 2]]&lt;br /&gt;
*[[Systems with Zero Torque]]&lt;br /&gt;
*[[Systems with Nonzero Torque]]&lt;br /&gt;
*[[Torque vs Work]]&lt;br /&gt;
*[[Gyroscopes]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 15===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Introduction to Quantum Concepts====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Bohr Model]]&lt;br /&gt;
*[[Energy graphs and the Bohr model]]&lt;br /&gt;
*[[Quantized energy levels]]&lt;br /&gt;
*[[Electron transitions]]&lt;br /&gt;
*[[Entropy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:30%; padding:1%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physics 2==&lt;br /&gt;
===Week 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====3D Vectors====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Vectors]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
*[[Right Hand Rule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric field====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Field]]&lt;br /&gt;
*[[Electric Field and Electric Potential]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric field of a point particle====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Point Charge]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Superposition====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Superposition Principle]]&lt;br /&gt;
*[[Superposition principle]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Dipoles====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Dipole]]&lt;br /&gt;
*[[Magnetic Dipole]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Interactions of charged objects====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Field]]&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Tape experiments====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Polarization]]&lt;br /&gt;
*[[Electric Polarization]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Polarization====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Polarization]]&lt;br /&gt;
*[[Electric Polarization]]&lt;br /&gt;
*[[Polarization of an Atom]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Insulators====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Insulators]]&lt;br /&gt;
*[[Potential Difference in an Insulator]]&lt;br /&gt;
*[[Charged Conductor and Charged Insulator]]&lt;br /&gt;
*[[Charged conductor and charged insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Conductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Conductivity]]&lt;br /&gt;
*[[Charge Transfer]]&lt;br /&gt;
*[[Resistivity]]&lt;br /&gt;
*[[Polarization of a conductor]]&lt;br /&gt;
*[[Charged Conductor and Charged Insulator]]&lt;br /&gt;
*[[Charged conductor and charged insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Charging and Discharging====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charge Transfer]]&lt;br /&gt;
*[[Electrostatic Discharge]]&lt;br /&gt;
*[[Charged Conductor and Charged Insulator]]&lt;br /&gt;
*[[Charged conductor and charged insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 4===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Field of a charged rod====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Field of a Charged Rod|Charged Rod]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Field of a charged ring/disk/capacitor====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charged Ring]]&lt;br /&gt;
*[[Charged Disk]]&lt;br /&gt;
*[[Charged Capacitor]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Field of a charged sphere====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charged Spherical Shell]]&lt;br /&gt;
*[[Field of a Charged Ball]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 5===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Potential energy====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Potential Energy]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric potential====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Path Independence of Electric Potential]]&lt;br /&gt;
*[[Potential Difference Path Independence, claimed by Aditya Mohile]] &lt;br /&gt;
*[[Potential Difference in a Uniform Field]]&lt;br /&gt;
*[[Potential Difference of Point Charge in a Non-Uniform Field]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Sign of a potential difference====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Sign of a Potential Difference]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Potential at a single location====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Potential Difference at One Location]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Path independence and round trip potential====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Path Independence of Electric Potential]]&lt;br /&gt;
*[[Potential Difference Path Independence, claimed by Aditya Mohile]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 6===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Electric field and potential in an insulator====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Potential Difference in an Insulator]]&lt;br /&gt;
*[[Electric Field in an Insulator]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Moving charges in a magnetic field====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field]]&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Biot-Savart Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Biot-Savart Law]]&lt;br /&gt;
*[[Biot-Savart Law for Currents]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Moving charges, electron current, and conventional current====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Moving Point Charge]]&lt;br /&gt;
*[[Current]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 7===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic field of a wire====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field of a Long Straight Wire]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic field of a current-carrying loop====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field of a Loop]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic field of a Charged Disk====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Field of a Disk]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic dipoles====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Dipole Moment]]&lt;br /&gt;
*[[Bar Magnet]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Atomic structure of magnets====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Atomic Structure of Magnets]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 8===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Steady state current====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Steady State]]&lt;br /&gt;
*[[Non Steady State]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Kirchoff&#039;s Laws====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Kirchoff&#039;s Laws]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Electric fields and energy in circuits====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Series circuit]]&lt;br /&gt;
*[[Node Rule]]&lt;br /&gt;
*[[Loop Rule]]&lt;br /&gt;
*[[Electric Potential Difference]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Macroscopic analysis of circuits====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Series Circuits]]&lt;br /&gt;
*[[Parallel Circuits]]&lt;br /&gt;
*[[Parallel Circuits vs. Series Circuits*]]&lt;br /&gt;
*[[Loop Rule]]&lt;br /&gt;
*[[Node Rule]]&lt;br /&gt;
*[[Fundamentals of Resistance]]&lt;br /&gt;
*[[Problem Solving]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 9===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Electric field and potential in circuits with capacitors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Charging and Discharging a Capacitor]]&lt;br /&gt;
*[[RC Circuit]] &lt;br /&gt;
*[[R Circuit]]&lt;br /&gt;
*[[AC and DC]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic forces on charges and currents====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
*[[Motors and Generators]]&lt;br /&gt;
*[[Applying Magnetic Force to Currents]]&lt;br /&gt;
*[[Magnetic Force in a Moving Reference Frame]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
*[[Analysis of Railgun vs Coil gun technologies]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Electric and magnetic forces====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
*[[VPython Modelling of Electric and Magnetic Forces]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Velocity selector====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
*[[Combining Electric and Magnetic Forces]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 10===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Hall Effect====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Hall Effect]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
*[[Motional Emf]]&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Magnetic Torque]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Motional EMF====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Motional Emf]]&lt;br /&gt;
*[[Motional Emf using Faraday&#039;s Law]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic force====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Force]]&lt;br /&gt;
*[[Lorentz Force]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Magnetic torque====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Magnetic Torque]]&lt;br /&gt;
*[[Right-Hand Rule]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 12===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Gauss&#039;s Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Gauss&#039;s Flux Theorem]]&lt;br /&gt;
*[[Gauss&#039;s Law]]&lt;br /&gt;
*[[Magnetic Flux]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Ampere&#039;s Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Ampere&#039;s Law]]&lt;br /&gt;
*[[Ampere-Maxwell Law]]&lt;br /&gt;
*[[Magnetic Field of Coaxial Cable Using Ampere&#039;s Law]]&lt;br /&gt;
*[[Magnetic Field of a Long Thick Wire Using Ampere&#039;s Law]]&lt;br /&gt;
*[[Magnetic Field of a Toroid Using Ampere&#039;s Law]]&lt;br /&gt;
*[[Magnetic Field of a Solenoid Using Ampere&#039;s Law]]&lt;br /&gt;
*[[The Differential Form of Ampere&#039;s Law]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 13===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Semiconductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Semiconductor Devices]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Faraday&#039;s Law====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Faraday&#039;s Law]]&lt;br /&gt;
*[[Motional Emf using Faraday&#039;s Law]]&lt;br /&gt;
*[[Lenz&#039;s Law]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Maxwell&#039;s equations====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Gauss&#039;s Law]]&lt;br /&gt;
*[[Magnetic Flux]]&lt;br /&gt;
*[[Ampere&#039;s Law]]&lt;br /&gt;
*[[Faraday&#039;s Law]]&lt;br /&gt;
*[[Maxwell&#039;s Electromagnetic Theory]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 14===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Circuits revisited====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Inductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Inductors]]&lt;br /&gt;
*[[Current in an LC Circuit]]&lt;br /&gt;
*[[Current in an RL Circuit]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 15===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
==== Electromagnetic Radiation ====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Electromagnetic Radiation]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Sparks in the air====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Sparks in Air]]&lt;br /&gt;
*[[Spark Plugs]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Superconductors====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Superconducters]]&lt;br /&gt;
*[[Superconductors]]&lt;br /&gt;
*[[Meissner effect]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:30%; padding:1%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Physics 3==&lt;br /&gt;
&lt;br /&gt;
===Week 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Classical Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Special Relativity====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Frame of Reference]]&lt;br /&gt;
*[[Einstein&#039;s Theory of Special Relativity]]&lt;br /&gt;
*[[Time Dilation]]&lt;br /&gt;
*[[Einstein&#039;s Theory of General Relativity]]&lt;br /&gt;
*[[Albert A. Micheleson &amp;amp; Edward W. Morley]]&lt;br /&gt;
*[[Magnetic Force in a Moving Reference Frame]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Photons====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Spontaneous Photon Emission]]&lt;br /&gt;
*[[Light Scattering: Why is the Sky Blue]]&lt;br /&gt;
*[[Lasers]]&lt;br /&gt;
*[[Electronic Energy Levels and Photons]]&lt;br /&gt;
*[[Quantum Properties of Light]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 4===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Matter Waves====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Wave-Particle Duality]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 5===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Wave Mechanics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Standing Waves]]&lt;br /&gt;
*[[Wavelength]]&lt;br /&gt;
*[[Wavelength and Frequency]]&lt;br /&gt;
*[[Mechanical Waves]]&lt;br /&gt;
*[[Transverse and Longitudinal Waves]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 6===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Rutherford-Bohr Model====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Rutherford Experiment and Atomic Collisions]]&lt;br /&gt;
*[[Bohr Model]]&lt;br /&gt;
*[[Quantized energy levels]]&lt;br /&gt;
*[[Energy graphs and the Bohr model]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 7===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====The Hydrogen Atom====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Quantum Theory]]&lt;br /&gt;
*[[Atomic Theory]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 8===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Many-Electron Atoms====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Quantum Theory]]&lt;br /&gt;
*[[Atomic Theory]]&lt;br /&gt;
*[[Pauli exclusion principle]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 9===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Molecules====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 10===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Statistical Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 11===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Condensed Matter Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 12===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====The Nucleus====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Nucleus]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 13===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Nuclear Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Nuclear Fission]]&lt;br /&gt;
*[[Nuclear Energy from Fission and Fusion]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Week 14===&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
====Particle Physics====&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Elementary Particles and Particle Physics Theory]]&lt;br /&gt;
*[[String Theory]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35049</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35049"/>
		<updated>2019-06-27T02:57:45Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
Thus, the semimajor axis of the system is 0.3023 AU.&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35048</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35048"/>
		<updated>2019-06-27T02:57:15Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^{1/3}=((1.1+3)(0.0821)^2))^{1/3}&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35046</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35046"/>
		<updated>2019-06-27T02:56:53Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Middling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
&#039;&#039;Imagine a stellar binary. In this system, there is a 1.1 solar mass star and a 3 solar mass star orbiting each other with a period of 30 days. What is the semi-major axis of this orbit?&#039;&#039;&lt;br /&gt;
First, the period of this system must be converted from days to years.&lt;br /&gt;
::&amp;lt;math&amp;gt; years = days/365.25=30/365.25= 0.0821 years&amp;lt;/math&amp;gt;&lt;br /&gt;
This value for years can then be put into the following equations:&lt;br /&gt;
::&amp;lt;math&amp;gt;(M_1+M_2)P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=((M_1+M_2)P^2)^(1/3)=((1.1+3)(0.0821)^2))^1/3&amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;a=0.3023 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35045</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35045"/>
		<updated>2019-06-27T02:52:09Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
A more rigorous approach (with mass in solar masses, and &amp;lt;math&amp;gt;M_{total}&amp;lt;/math&amp;gt; representing the total mass of the two bodies) provides the following equation:&lt;br /&gt;
::*&amp;lt;math&amp;gt;(M_{total})P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35043</id>
		<title>Gravitational Force in Space and Other Applications</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Gravitational_Force_in_Space_and_Other_Applications&amp;diff=35043"/>
		<updated>2019-06-27T02:50:59Z</updated>

		<summary type="html">&lt;p&gt;Lduffy8: /* Hard */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page looks into the gravitational force in space, and other applications of the gravitational force. Kepler&#039;s Laws are also explained here.&lt;br /&gt;
&lt;br /&gt;
==Main Idea==&lt;br /&gt;
The gravitational force, as it acts in space, can be used to explain the motions of celestial bodies, and thus is of extreme interest when predicting future events in our Solar System. &lt;br /&gt;
&lt;br /&gt;
Johannes Kepler, prior to Newton, had created laws to explain the motion of celestial bodies. His laws, explained below, were further proven by Newton&#039;s idea of gravity, which can explain why these laws are true.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_1.png|200px|thumb|right|A diagram depicting Kepler&#039;s 1st Law: Namely, that planets revolve around the central body in an elliptical orbit, with the central body at one of the foci. The eccentricity of the ellipse has been greatly exaggerated here.]]&lt;br /&gt;
::* Kepler&#039;s first law states that all planets move about the Sun in an elliptical orbit, with the Sun at one of the foci of the ellipse. This can be further elaborated to say that every body orbits around the center of mass in its system on an elliptical orbit. For example, in the Earth-Moon system, the Moon orbits around the Earth in an elliptical orbit, with the Earth at one of the foci of the ellipse. An ellipse, in this case, can be a circle, oval, parabola, or hyperbola, depending on the type of motion of the orbiting body. The gravity of the Sun keeps the object bound on the orbit, with the force of gravity always pointing radially inwards towards the Sun. This constantly changing direction of gravitational force is what keeps the planet bound.&lt;br /&gt;
&lt;br /&gt;
[[File:Kepler_2.png|200px|thumb|right|A diagram depicting Kepler&#039;s 2nd law. The pink areas are the same, and the time it took the planet to sweep out the areas was also the same. The black dot is the central body (for us, the Sun).]]&lt;br /&gt;
::* Kepler&#039;s second law, the law of equal areas, states that a planetary body sweeps out an equal area in its orbit in equal time. This is also shown in a diagram. Basically, if you draw a line from the planet to the Sun, the area that is created in some time segment by the motion of the planet will be the same as the area created in an equivalent time segment at a different point in the objects orbit. This can also be explained by the gravitational force, and the conservation of angular momentum, which will be covered later in the course.&lt;br /&gt;
&lt;br /&gt;
[[File:Semimajor_explanation.png|200px|thumb|left|A diagram showing where the semi-major and semi-minor axes of an ellipse are located.]]&lt;br /&gt;
::* Kepler&#039;s third law states that the square of the orbital period of the planet (the time it takes to go around the Sun) is directly proportional to the cube of its semi-major axis (which is half of the length of the longer axis of the ellipse, and is shown in a diagram). This law is incredibly useful, especially in determining the semi-major axis of exoplanets when we know their period from transits (it can be detected when the planet passes in front of the star. By measuring the timing of these transits, the period of the planet can be determined). &lt;br /&gt;
&lt;br /&gt;
Newton&#039;s law of gravitation also functions in space much the same as it does almost everywhere else classically, and expressions of this force can be used to determine whether or not planets or other celestial bodies are bound to a star, or if they are just floating through space.&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
The easiest of Kepler&#039;s three laws to formulate mathematically is Kepler&#039;s 3rd Law. By setting the net force equal to the gravitational force, we can derive a simple equation for the period of the planet.&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; F_{net}=ma=\frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In a circular orbit, the acceleration of planet is equal to the square of its velocity over the radius of the orbit. This will be further explained later, when the centripetal force is covered, but for this purpose, we can accept this relationship and replace &#039;&#039;ma&#039;&#039; in our equation.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; F_{net}=\frac{mv^2}{r}= \frac{Gm_{1}m_{2}}{r^{2}} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Through simple manipulation of this net force, we can determine that the period (which is equal to &amp;lt;math&amp;gt;\frac{2{\pi}r}{v}&amp;lt;/math&amp;gt;) squared is proportional to the radius cubed. While this is just a simple derivation for a circular orbit, the same holds true for elliptical orbits, and, in fact, when you use years for the units of period, and astronomical units (1 AU = the distance from the Earth to the Sun) for the semi-major axis (&#039;&#039;a&#039;&#039;), the following equation holds true for the solar system:&lt;br /&gt;
::* &amp;lt;math&amp;gt;P^2=a^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Simple===&lt;br /&gt;
&#039;&#039;If a planet is revolving around a star with the same mass as the Sun with a period of 2 years, what is the semimajor axis of that planet?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recall, we know the formula to find the semi-major axis if period is known, as is shown below:&lt;br /&gt;
::&amp;lt;math&amp;gt; P^2 = a^3 &amp;lt;/math&amp;gt;&lt;br /&gt;
Here, P = 2 years, which can then be replaced into the formula to find the final answer.&lt;br /&gt;
::&amp;lt;math&amp;gt; a^3 = 2^2 = 4 &amp;lt;/math&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt; a = (4)^{1/3} = 1.587 AU&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Hard===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
==History==&lt;/div&gt;</summary>
		<author><name>Lduffy8</name></author>
	</entry>
</feed>