<?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=Inge14</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=Inge14"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Inge14"/>
	<updated>2026-04-29T18:30:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1036</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1036"/>
		<updated>2015-11-20T20:02:28Z</updated>

		<summary type="html">&lt;p&gt;Inge14: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
Gravitational Extension:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{gravity} = G}{\frac{M_{1}M_{2}}{r^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Glowscript Binary start program: http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython&lt;br /&gt;
&lt;br /&gt;
vPython code from the above program: &lt;br /&gt;
&lt;br /&gt;
GlowScript 1.1 VPython&lt;br /&gt;
# Binary star&lt;br /&gt;
&lt;br /&gt;
scene.caption.append(&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
Right button drag or Ctrl-drag to rotate &amp;quot;camera&amp;quot; to view scene.&lt;br /&gt;
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.&lt;br /&gt;
  On a two-button mouse, middle is left + right.&lt;br /&gt;
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.&amp;quot;&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
scene.forward = vector(0,-.3,-1)&lt;br /&gt;
&lt;br /&gt;
G = 6.7e-11&lt;br /&gt;
&lt;br /&gt;
giant = sphere(pos=vector(-1e11,0,0), radius=2e10, color=color.red, &lt;br /&gt;
                make_trail=True, trail_type=&#039;points&#039;, interval=10, retain=50)&lt;br /&gt;
giant.mass = 2e30&lt;br /&gt;
giant.p = vector(0, 0, -1e4) * giant.mass&lt;br /&gt;
&lt;br /&gt;
dwarf = sphere(pos=vector(1.5e11,0,0), radius=1e10, color=color.yellow,&lt;br /&gt;
                make_trail=True, interval=10, retain=40)&lt;br /&gt;
dwarf.mass = 1e30&lt;br /&gt;
dwarf.p = -giant.p&lt;br /&gt;
&lt;br /&gt;
dt = 1e5&lt;br /&gt;
while True:&lt;br /&gt;
    rate(200)&lt;br /&gt;
&lt;br /&gt;
    r = dwarf.pos - giant.pos&lt;br /&gt;
    F = G * giant.mass * dwarf.mass * norm(r) / mag2(r)&lt;br /&gt;
    giant.p = giant.p + F*dt&lt;br /&gt;
    dwarf.p = dwarf.p - F*dt&lt;br /&gt;
    giant.pos = giant.pos + (giant.p/giant.mass) * dt&lt;br /&gt;
    dwarf.pos = dwarf.pos + (dwarf.p/dwarf.mass) * dt&lt;br /&gt;
&lt;br /&gt;
This Program uses the gravitational extension of Newton&#039;s second law to visually represent the orbits of a binary star system.&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;
Question: A box is pushed on a frictionless surface with a force of 10N it accelerates to the right at 2m/s^2. What is the mass of the box?&lt;br /&gt;
&lt;br /&gt;
Answer: Using the acceleration form of the second law, F=ma: it can be found that the box has a mass of 5kg.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
Question: An 85kg skydiver is in free-fall. At some time later he experiences an air resistance force of 700N. Is he still accelerating and if so what is this acceleration?&lt;br /&gt;
&lt;br /&gt;
Answer: To find out if he is still accelerating the net force on the skydiver needs to be found. After drawing a Free Body Diagram it can be seen that he is experiencing a gravitational force of 833N ((9.8m/s^2)*(85kg)) downwards and an air resistance force of 700N upwards. These are not in balance so he is still accelerating with a net force of 133N downwards. Using F=ma, it can be found that at that exact moment in time the skydiver&#039;s acceleration is 1.565m/s^2.&lt;br /&gt;
===Difficult===&lt;br /&gt;
Question:A child on a sled has been given a push so that she is moving up a hill. The hill is covered with icy snow and can be treated as frictionless. The child has a mass of 22.7 kg; the sled has a mass of 3.18 kg. What is the acceleration of the child as she moves up the incline? How far will she go before coming to a stop if her speed is 2 m/s when she starts at the bottom of the hill? She holds on tightly and so does not fall off the sled, and the hill makes an angle of 15.5 0 with the horizontal. Problem found from http://www.uwgb.edu/fenclh/problems/dynamics/2D/3/&lt;br /&gt;
&lt;br /&gt;
Answer:[[File:NSL.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1035</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1035"/>
		<updated>2015-11-20T20:01:06Z</updated>

		<summary type="html">&lt;p&gt;Inge14: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
Gravitational Extension:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{gravity} = G}{\frac{M_{1}M_{2}}{r^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Glowscript Binary start program: http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython&lt;br /&gt;
&lt;br /&gt;
vPython code from the above program: &lt;br /&gt;
&lt;br /&gt;
GlowScript 1.1 VPython&lt;br /&gt;
# Binary star&lt;br /&gt;
&lt;br /&gt;
scene.caption.append(&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
Right button drag or Ctrl-drag to rotate &amp;quot;camera&amp;quot; to view scene.&lt;br /&gt;
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.&lt;br /&gt;
  On a two-button mouse, middle is left + right.&lt;br /&gt;
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.&amp;quot;&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
scene.forward = vector(0,-.3,-1)&lt;br /&gt;
&lt;br /&gt;
G = 6.7e-11&lt;br /&gt;
&lt;br /&gt;
giant = sphere(pos=vector(-1e11,0,0), radius=2e10, color=color.red, &lt;br /&gt;
                make_trail=True, trail_type=&#039;points&#039;, interval=10, retain=50)&lt;br /&gt;
giant.mass = 2e30&lt;br /&gt;
giant.p = vector(0, 0, -1e4) * giant.mass&lt;br /&gt;
&lt;br /&gt;
dwarf = sphere(pos=vector(1.5e11,0,0), radius=1e10, color=color.yellow,&lt;br /&gt;
                make_trail=True, interval=10, retain=40)&lt;br /&gt;
dwarf.mass = 1e30&lt;br /&gt;
dwarf.p = -giant.p&lt;br /&gt;
&lt;br /&gt;
dt = 1e5&lt;br /&gt;
while True:&lt;br /&gt;
    rate(200)&lt;br /&gt;
&lt;br /&gt;
    r = dwarf.pos - giant.pos&lt;br /&gt;
    F = G * giant.mass * dwarf.mass * norm(r) / mag2(r)&lt;br /&gt;
    giant.p = giant.p + F*dt&lt;br /&gt;
    dwarf.p = dwarf.p - F*dt&lt;br /&gt;
    giant.pos = giant.pos + (giant.p/giant.mass) * dt&lt;br /&gt;
    dwarf.pos = dwarf.pos + (dwarf.p/dwarf.mass) * dt&lt;br /&gt;
&lt;br /&gt;
This Program uses the gravitational extension of Newton&#039;s second law to visually represent the orbits of a binary star system.&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;
Question: A box is pushed on a frictionless surface with a force of 10N it accelerates to the right at 2m/s^2. What is the mass of the box?&lt;br /&gt;
&lt;br /&gt;
Answer: Using the acceleration form of the second law, F=ma: it can be found that the box has a mass of 5kg.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
Question: An 85kg skydiver is in free-fall. At some time later he experiences an air resistance force of 700N. Is he still accelerating and if so what is this acceleration?&lt;br /&gt;
&lt;br /&gt;
Answer: To find out if he is still accelerating the net force on the skydiver needs to be found. After drawing a Free Body Diagram it can be seen that he is experiencing a gravitational force of 833N ((9.8m/s^2)*(85kg)) downwards and an air resistance force of 700N upwards. These are not in balance so he is still accelerating with a net force of 133N downwards. Using F=ma, it can be found that at that exact moment in time the skydiver&#039;s acceleration is 1.565m/s^2.&lt;br /&gt;
===Difficult===&lt;br /&gt;
Question:A child on a sled has been given a push so that she is moving up a hill. The hill is covered with icy snow and can be treated as frictionless. The child has a mass of 22.7 kg; the sled has a mass of 3.18 kg. What is the acceleration of the child as she moves up the incline? How far will she go before coming to a stop if her speed is 2 m/s when she starts at the bottom of the hill? She holds on tightly and so does not fall off the sled, and the hill makes an angle of 15.5 0 with the horizontal. Problem found from http://www.uwgb.edu/fenclh/problems/dynamics/2D/3/&lt;br /&gt;
&lt;br /&gt;
Answer:[[File:NSL.JPG]]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1034</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1034"/>
		<updated>2015-11-20T20:00:29Z</updated>

		<summary type="html">&lt;p&gt;Inge14: /* Difficult */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
Gravitational Extension:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{gravity} = G}{\frac{M_{1}M_{2}}{r^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Glowscript Binary start program: http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython&lt;br /&gt;
&lt;br /&gt;
vPython code from the above program: &lt;br /&gt;
&lt;br /&gt;
GlowScript 1.1 VPython&lt;br /&gt;
# Binary star&lt;br /&gt;
&lt;br /&gt;
scene.caption.append(&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
Right button drag or Ctrl-drag to rotate &amp;quot;camera&amp;quot; to view scene.&lt;br /&gt;
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.&lt;br /&gt;
  On a two-button mouse, middle is left + right.&lt;br /&gt;
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.&amp;quot;&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
scene.forward = vector(0,-.3,-1)&lt;br /&gt;
&lt;br /&gt;
G = 6.7e-11&lt;br /&gt;
&lt;br /&gt;
giant = sphere(pos=vector(-1e11,0,0), radius=2e10, color=color.red, &lt;br /&gt;
                make_trail=True, trail_type=&#039;points&#039;, interval=10, retain=50)&lt;br /&gt;
giant.mass = 2e30&lt;br /&gt;
giant.p = vector(0, 0, -1e4) * giant.mass&lt;br /&gt;
&lt;br /&gt;
dwarf = sphere(pos=vector(1.5e11,0,0), radius=1e10, color=color.yellow,&lt;br /&gt;
                make_trail=True, interval=10, retain=40)&lt;br /&gt;
dwarf.mass = 1e30&lt;br /&gt;
dwarf.p = -giant.p&lt;br /&gt;
&lt;br /&gt;
dt = 1e5&lt;br /&gt;
while True:&lt;br /&gt;
    rate(200)&lt;br /&gt;
&lt;br /&gt;
    r = dwarf.pos - giant.pos&lt;br /&gt;
    F = G * giant.mass * dwarf.mass * norm(r) / mag2(r)&lt;br /&gt;
    giant.p = giant.p + F*dt&lt;br /&gt;
    dwarf.p = dwarf.p - F*dt&lt;br /&gt;
    giant.pos = giant.pos + (giant.p/giant.mass) * dt&lt;br /&gt;
    dwarf.pos = dwarf.pos + (dwarf.p/dwarf.mass) * dt&lt;br /&gt;
&lt;br /&gt;
This Program uses the gravitational extension of Newton&#039;s second law to visually represent the orbits of a binary star system.&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;
Question: A box is pushed on a frictionless surface with a force of 10N it accelerates to the right at 2m/s^2. What is the mass of the box?&lt;br /&gt;
&lt;br /&gt;
Answer: Using the acceleration form of the second law, F=ma: it can be found that the box has a mass of 5kg.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
Question: An 85kg skydiver is in free-fall. At some time later he experiences an air resistance force of 700N. Is he still accelerating and if so what is this acceleration?&lt;br /&gt;
&lt;br /&gt;
Answer: To find out if he is still accelerating the net force on the skydiver needs to be found. After drawing a Free Body Diagram it can be seen that he is experiencing a gravitational force of 833N ((9.8m/s^2)*(85kg)) downwards and an air resistance force of 700N upwards. These are not in balance so he is still accelerating with a net force of 133N downwards. Using F=ma, it can be found that at that exact moment in time the skydiver&#039;s acceleration is 1.565m/s^2.&lt;br /&gt;
===Difficult===&lt;br /&gt;
Question:A child on a sled has been given a push so that she is moving up a hill. The hill is covered with icy snow and can be treated as frictionless. The child has a mass of 22.7 kg; the sled has a mass of 3.18 kg. What is the acceleration of the child as she moves up the incline? How far will she go before coming to a stop if her speed is 2 m/s when she starts at the bottom of the hill? She holds on tightly and so does not fall off the sled, and the hill makes an angle of 15.5 0 with the horizontal. Problem found from http://www.uwgb.edu/fenclh/problems/dynamics/2D/3/&lt;br /&gt;
&lt;br /&gt;
Answer:[[File:NSL.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:NSL.JPG&amp;diff=1033</id>
		<title>File:NSL.JPG</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:NSL.JPG&amp;diff=1033"/>
		<updated>2015-11-20T19:59:56Z</updated>

		<summary type="html">&lt;p&gt;Inge14: NSL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NSL&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1032</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1032"/>
		<updated>2015-11-20T19:58:17Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
Gravitational Extension:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{gravity} = G}{\frac{M_{1}M_{2}}{r^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Glowscript Binary start program: http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython&lt;br /&gt;
&lt;br /&gt;
vPython code from the above program: &lt;br /&gt;
&lt;br /&gt;
GlowScript 1.1 VPython&lt;br /&gt;
# Binary star&lt;br /&gt;
&lt;br /&gt;
scene.caption.append(&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
Right button drag or Ctrl-drag to rotate &amp;quot;camera&amp;quot; to view scene.&lt;br /&gt;
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.&lt;br /&gt;
  On a two-button mouse, middle is left + right.&lt;br /&gt;
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.&amp;quot;&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
scene.forward = vector(0,-.3,-1)&lt;br /&gt;
&lt;br /&gt;
G = 6.7e-11&lt;br /&gt;
&lt;br /&gt;
giant = sphere(pos=vector(-1e11,0,0), radius=2e10, color=color.red, &lt;br /&gt;
                make_trail=True, trail_type=&#039;points&#039;, interval=10, retain=50)&lt;br /&gt;
giant.mass = 2e30&lt;br /&gt;
giant.p = vector(0, 0, -1e4) * giant.mass&lt;br /&gt;
&lt;br /&gt;
dwarf = sphere(pos=vector(1.5e11,0,0), radius=1e10, color=color.yellow,&lt;br /&gt;
                make_trail=True, interval=10, retain=40)&lt;br /&gt;
dwarf.mass = 1e30&lt;br /&gt;
dwarf.p = -giant.p&lt;br /&gt;
&lt;br /&gt;
dt = 1e5&lt;br /&gt;
while True:&lt;br /&gt;
    rate(200)&lt;br /&gt;
&lt;br /&gt;
    r = dwarf.pos - giant.pos&lt;br /&gt;
    F = G * giant.mass * dwarf.mass * norm(r) / mag2(r)&lt;br /&gt;
    giant.p = giant.p + F*dt&lt;br /&gt;
    dwarf.p = dwarf.p - F*dt&lt;br /&gt;
    giant.pos = giant.pos + (giant.p/giant.mass) * dt&lt;br /&gt;
    dwarf.pos = dwarf.pos + (dwarf.p/dwarf.mass) * dt&lt;br /&gt;
&lt;br /&gt;
This Program uses the gravitational extension of Newton&#039;s second law to visually represent the orbits of a binary star system.&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;
Question: A box is pushed on a frictionless surface with a force of 10N it accelerates to the right at 2m/s^2. What is the mass of the box?&lt;br /&gt;
&lt;br /&gt;
Answer: Using the acceleration form of the second law, F=ma: it can be found that the box has a mass of 5kg.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
Question: An 85kg skydiver is in free-fall. At some time later he experiences an air resistance force of 700N. Is he still accelerating and if so what is this acceleration?&lt;br /&gt;
&lt;br /&gt;
Answer: To find out if he is still accelerating the net force on the skydiver needs to be found. After drawing a Free Body Diagram it can be seen that he is experiencing a gravitational force of 833N ((9.8m/s^2)*(85kg)) downwards and an air resistance force of 700N upwards. These are not in balance so he is still accelerating with a net force of 133N downwards. Using F=ma, it can be found that at that exact moment in time the skydiver&#039;s acceleration is 1.565m/s^2.&lt;br /&gt;
===Difficult===&lt;br /&gt;
Question:A child on a sled has been given a push so that she is moving up a hill. The hill is covered with icy snow and can be treated as frictionless. The child has a mass of 22.7 kg; the sled has a mass of 3.18 kg. What is the acceleration of the child as she moves up the incline? How far will she go before coming to a stop if her speed is 2 m/s when she starts at the bottom of the hill? She holds on tightly and so does not fall off the sled, and the hill makes an angle of 15.5 0 with the horizontal. Problem found from http://www.uwgb.edu/fenclh/problems/dynamics/2D/3/&lt;br /&gt;
&lt;br /&gt;
Answer:  &lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1031</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1031"/>
		<updated>2015-11-20T19:52:24Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
Gravitational Extension:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{gravity} = G}{\frac{M_{1}M_{2}}{r^2}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Glowscript Binary start program: http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython&lt;br /&gt;
&lt;br /&gt;
vPython code from the above program: &lt;br /&gt;
&lt;br /&gt;
GlowScript 1.1 VPython&lt;br /&gt;
# Binary star&lt;br /&gt;
&lt;br /&gt;
scene.caption.append(&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
Right button drag or Ctrl-drag to rotate &amp;quot;camera&amp;quot; to view scene.&lt;br /&gt;
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.&lt;br /&gt;
  On a two-button mouse, middle is left + right.&lt;br /&gt;
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.&amp;quot;&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
scene.forward = vector(0,-.3,-1)&lt;br /&gt;
&lt;br /&gt;
G = 6.7e-11&lt;br /&gt;
&lt;br /&gt;
giant = sphere(pos=vector(-1e11,0,0), radius=2e10, color=color.red, &lt;br /&gt;
                make_trail=True, trail_type=&#039;points&#039;, interval=10, retain=50)&lt;br /&gt;
giant.mass = 2e30&lt;br /&gt;
giant.p = vector(0, 0, -1e4) * giant.mass&lt;br /&gt;
&lt;br /&gt;
dwarf = sphere(pos=vector(1.5e11,0,0), radius=1e10, color=color.yellow,&lt;br /&gt;
                make_trail=True, interval=10, retain=40)&lt;br /&gt;
dwarf.mass = 1e30&lt;br /&gt;
dwarf.p = -giant.p&lt;br /&gt;
&lt;br /&gt;
dt = 1e5&lt;br /&gt;
while True:&lt;br /&gt;
    rate(200)&lt;br /&gt;
&lt;br /&gt;
    r = dwarf.pos - giant.pos&lt;br /&gt;
    F = G * giant.mass * dwarf.mass * norm(r) / mag2(r)&lt;br /&gt;
    giant.p = giant.p + F*dt&lt;br /&gt;
    dwarf.p = dwarf.p - F*dt&lt;br /&gt;
    giant.pos = giant.pos + (giant.p/giant.mass) * dt&lt;br /&gt;
    dwarf.pos = dwarf.pos + (dwarf.p/dwarf.mass) * dt&lt;br /&gt;
&lt;br /&gt;
This Program uses the gravitational extension of Newton&#039;s second law to visually represent the orbits of a binary star system.&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;
Question: A box is pushed on a frictionless surface with a force of 10N it accelerates to the right at 2m/s^2. What is the mass of the box?&lt;br /&gt;
&lt;br /&gt;
Answer: Using the acceleration form of the second law, F=ma: it can be found that the box has a mass of 5kg.&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
Question: An 85kg skydiver is in free-fall. At some time later he experiences an air resistance force of 700N. Is he still accelerating and if so what is this acceleration?&lt;br /&gt;
&lt;br /&gt;
Answer: To find out if he is still accelerating the net force on the skydiver needs to be found. After drawing a Free Body Diagram it can be seen that he is experiencing a gravitational force of 833N ((9.8m/s^2)*(85kg)) downwards and an air resistance force of 700N upwards. These are not in balance so he is still accelerating with a net force of 133N downwards. Using F=ma, it can be found that at that exact moment in time the skydiver&#039;s acceleration is 1.565m/s^2.&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1030</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1030"/>
		<updated>2015-11-20T19:38:02Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
Glowscript Binary start program: http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython&lt;br /&gt;
&lt;br /&gt;
vPython code from the above program: &lt;br /&gt;
&lt;br /&gt;
GlowScript 1.1 VPython&lt;br /&gt;
# Binary star&lt;br /&gt;
&lt;br /&gt;
scene.caption.append(&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
Right button drag or Ctrl-drag to rotate &amp;quot;camera&amp;quot; to view scene.&lt;br /&gt;
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.&lt;br /&gt;
  On a two-button mouse, middle is left + right.&lt;br /&gt;
Touch screen: pinch/extend to zoom, swipe or two-finger rotate.&amp;quot;&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
scene.forward = vector(0,-.3,-1)&lt;br /&gt;
&lt;br /&gt;
G = 6.7e-11&lt;br /&gt;
&lt;br /&gt;
giant = sphere(pos=vector(-1e11,0,0), radius=2e10, color=color.red, &lt;br /&gt;
                make_trail=True, trail_type=&#039;points&#039;, interval=10, retain=50)&lt;br /&gt;
giant.mass = 2e30&lt;br /&gt;
giant.p = vector(0, 0, -1e4) * giant.mass&lt;br /&gt;
&lt;br /&gt;
dwarf = sphere(pos=vector(1.5e11,0,0), radius=1e10, color=color.yellow,&lt;br /&gt;
                make_trail=True, interval=10, retain=40)&lt;br /&gt;
dwarf.mass = 1e30&lt;br /&gt;
dwarf.p = -giant.p&lt;br /&gt;
&lt;br /&gt;
dt = 1e5&lt;br /&gt;
while True:&lt;br /&gt;
    rate(200)&lt;br /&gt;
&lt;br /&gt;
    r = dwarf.pos - giant.pos&lt;br /&gt;
    F = G * giant.mass * dwarf.mass * norm(r) / mag2(r)&lt;br /&gt;
    giant.p = giant.p + F*dt&lt;br /&gt;
    dwarf.p = dwarf.p - F*dt&lt;br /&gt;
    giant.pos = giant.pos + (giant.p/giant.mass) * dt&lt;br /&gt;
    dwarf.pos = dwarf.pos + (dwarf.p/dwarf.mass) * dt&lt;br /&gt;
&lt;br /&gt;
This Program uses the gravitational extension of Newton&#039;s second law to visually represent the orbits of a binary star system.&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;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1029</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1029"/>
		<updated>2015-11-20T19:31:55Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\vec{F}_{net} = m}{\vec{a}}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;F_net&#039;&#039;&#039; is the net force on the system in Newtons, &#039;&#039;&#039;m&#039;&#039;&#039; is the mass of the system in Kg and &#039;&#039;&#039;a&#039;&#039;&#039; is the acceleration of the system in m/s^2.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1028</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1028"/>
		<updated>2015-11-20T19:24:28Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{vec{F}_{net} = {m}*{vec{a}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1027</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1027"/>
		<updated>2015-11-20T19:23:29Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s second law of motion states the explicit relationship between force on an object and the change in its momentum with respect to time.&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Momentum Form:&lt;br /&gt;
&amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
Acceleration form:&lt;br /&gt;
&amp;lt;math&amp;gt;{vec{F}_{net} = {m}{vec{a}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1026</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1026"/>
		<updated>2015-11-20T19:16:31Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
Electric Field of Capacitor&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
What are the mathematical equations that allow us to model this topic.  For example &amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
&lt;br /&gt;
I am very interested in physical interactions on a celestial scale. From the inteactions between planets and there moons to how entire galaxies move, Newton&#039;s second law if vital to describing and understanding these interactions.&lt;br /&gt;
&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
&lt;br /&gt;
As an Aerospace Engineer, mechanics as a whole is a vital tool when designing any device or form of machinery. Knowing how your work with interact with its surroundings is very necessary within all fields of engineering.&lt;br /&gt;
&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
Every moving part in every machine ever built is bound by Newton&#039;s second law. &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1025</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1025"/>
		<updated>2015-11-20T19:10:16Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
Electric Field of Capacitor&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
What are the mathematical equations that allow us to model this topic.  For example &amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who:&#039;&#039;&#039;Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What:&#039;&#039;&#039;Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039;Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039;1687&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why:&#039;&#039;&#039;Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1024</id>
		<title>Newton&#039;s Second Law of Motion</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Newton%27s_Second_Law_of_Motion&amp;diff=1024"/>
		<updated>2015-11-20T19:09:10Z</updated>

		<summary type="html">&lt;p&gt;Inge14: Wiki page on Newton&amp;#039;s Second Law&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This topic covers Newton&#039;s Second Law of Motion.&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
State, in your own words, the main idea for this topic&lt;br /&gt;
Electric Field of Capacitor&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
What are the mathematical equations that allow us to model this topic.  For example &amp;lt;math&amp;gt;{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}&amp;lt;/math&amp;gt; where &#039;&#039;&#039;p&#039;&#039;&#039; is the momentum of the system and &#039;&#039;&#039;F&#039;&#039;&#039; is the net force from the surroundings.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Who:Isaac Newton working off of Kepler&#039;s &amp;quot;Law of Constant Area&amp;quot; and the principle of Galilean Relativity (http://physics.ucr.edu/~wudka/Physics7/Notes_www/node47.html). &lt;br /&gt;
&lt;br /&gt;
What:Newton established a direct relationship between force and the second derivative of position (acceleration).&lt;br /&gt;
&lt;br /&gt;
Where:Cambridge within his work titled: &amp;quot;Philosophiae Naturalis Principia Mathematica&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When:1687&lt;br /&gt;
&lt;br /&gt;
Why:Because SCIENCE.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Sir Isaac Newton: http://www.physicsbook.gatech.edu/Sir_Isaac_Newton&lt;br /&gt;
&lt;br /&gt;
Newton&#039;s First Law: http://www.physicsbook.gatech.edu/Newton%27s_First_Law_of_Motion&lt;br /&gt;
&lt;br /&gt;
Mass: http://www.physicsbook.gatech.edu/Mass&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
NASA&#039;s Explanation: https://www.grc.nasa.gov/www/K-12/airplane/newton2.html&lt;br /&gt;
&lt;br /&gt;
Study.com&#039;s lesson: http://study.com/academy/lesson/newtons-second-law-of-motion-the-relationship-between-force-and-acceleration.html&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Mandatory Khan Academy link: https://www.khanacademy.org/science/physics/forces-newtons-laws/newtons-laws-of-motion/v/newton-s-second-law-of-motion&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
http://www.physicsclassroom.com/class/newtlaws/Lesson-3/Newton-s-Second-Law&lt;br /&gt;
&lt;br /&gt;
Matter and Interactions: Modern Mechanics. Volume One. 4th Edition.&lt;br /&gt;
&lt;br /&gt;
Page Created by: Joshua Ingersoll November 20, 2015 &amp;lt;-- For Credit&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactions]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=Main_Page&amp;diff=1017</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=Main_Page&amp;diff=1017"/>
		<updated>2015-11-20T18:42:29Z</updated>

		<summary type="html">&lt;p&gt;Inge14: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Welcome to the Georgia Tech Wiki for Intro Physics.  This resources 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!&lt;br /&gt;
&lt;br /&gt;
Looking to make a contribution?&lt;br /&gt;
#Pick a specific topic from intro physics&lt;br /&gt;
#Add that topic, as a link to a new page, under the appropriate category listed below by editing this page.&lt;br /&gt;
#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 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 algebra based intro physics textbook [https://openstaxcollege.org/textbooks/college-physics College Physics]&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;
&lt;br /&gt;
== Organizing Catagories ==&lt;br /&gt;
These are the broad, overarching categories, that we cover in two semester of introductory physics.  You can add subcategories or make a new category as needed.  A single topic should direct readers to a page in one of these catagories.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
===Interactions===&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;
*[[Detecting Interactions]]&lt;br /&gt;
*[[Fundamental Interactions]]  &lt;br /&gt;
*[[System &amp;amp; Surroundings]] &lt;br /&gt;
*[[Newton&#039;s First Law of Motion]]&lt;br /&gt;
*[[Newton&#039;s Second Law of Motion]]&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;
===Theory===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Einstein&#039;s Theory of Special Relativity]]&lt;br /&gt;
*[[Quantum Theory]]&lt;br /&gt;
*[[General Relativity]]&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;
===Notable Scientists===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Albert Einstein]]&lt;br /&gt;
*[[Ernest Rutherford]]&lt;br /&gt;
*[[Michael Faraday]]&lt;br /&gt;
*[[James Maxwell]]&lt;br /&gt;
*[[Robert Hooke]]&lt;br /&gt;
*[[Marie Curie]]&lt;br /&gt;
*[[Carl Friedrich Gauss]]&lt;br /&gt;
*[[Nikola Tesla]]&lt;br /&gt;
*[[Andre Marie Ampere]]&lt;br /&gt;
*[[Sir Isaac Newton]]&lt;br /&gt;
*[[J. Robert Oppenheimer]]&lt;br /&gt;
*[[Oliver Heaviside]]&lt;br /&gt;
*[[Rosalind Franklin]]&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;
===Properties of Matter===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Mass]]&lt;br /&gt;
*[[Density]]&lt;br /&gt;
*[[Charge]]&lt;br /&gt;
*[[Spin]]&lt;br /&gt;
*[[SI Units]]&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;
===Contact Interactions===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Young&#039;s Modulus]]&lt;br /&gt;
* [[Friction]]&lt;br /&gt;
* [[Tension]]&lt;br /&gt;
* [[Hooke&#039;s Law]]&lt;br /&gt;
* [[Inelastic Collision]]&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;
===Momentum===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Vectors]]&lt;br /&gt;
* [[Kinematics]]&lt;br /&gt;
* Predicting Change in one dimension&lt;br /&gt;
* [[Predicting Change in multiple dimensions]]&lt;br /&gt;
* [[Momentum Principle]]&lt;br /&gt;
* [[Curving Motion]]&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;
===Angular Momentum===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* [[The Moments of Inertia]]&lt;br /&gt;
* [[Rotation]]&lt;br /&gt;
* [[Torque]]&lt;br /&gt;
* [[Right Hand Rule]]&lt;br /&gt;
* Predicting a Change in Rotation&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;
===Energy===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Predicting Change]]&lt;br /&gt;
*[[Rest Mass Energy]]&lt;br /&gt;
*[[Kinetic Energy]]&lt;br /&gt;
*[[Potential Energy]]&lt;br /&gt;
*[[Work]]&lt;br /&gt;
*[[Thermal Energy]]&lt;br /&gt;
*[[Conservation of Energy]]&lt;br /&gt;
*[[Electric Potential]]&lt;br /&gt;
*[[Energy Transfer due to a Temperature Difference]]&lt;br /&gt;
*[[Gravitational Potential Energy]]&lt;br /&gt;
*[[Point Particle Systems]]&lt;br /&gt;
*[[Spring 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;
===Collisions===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Collisions]]&lt;br /&gt;
*[[Inelastic Collision]]&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;
===Fields===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* [[Electric Field]] of a&lt;br /&gt;
** [[Point Charge]]&lt;br /&gt;
** [[Electric Dipole]]&lt;br /&gt;
** [[Capacitor]]&lt;br /&gt;
** [[Charged Rod]]&lt;br /&gt;
** [[Charged Ring]]&lt;br /&gt;
** [[Charged Disk]]&lt;br /&gt;
** [[Charged Spherical Shell]]&lt;br /&gt;
*[[Electric Potential]] &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;
**[[Sign of Potential Difference]]&lt;br /&gt;
*[[Electric Force]]&lt;br /&gt;
*[[Polarization]]&lt;br /&gt;
*[[Magnetic Field]]&lt;br /&gt;
**[[Right-Hand Rule]]&lt;br /&gt;
**[[Direction of Magnetic Field]]&lt;br /&gt;
**[[Bar Magnet]]&lt;br /&gt;
**[[Magnetic Force]]&lt;br /&gt;
**[[Hall Effect]]&lt;br /&gt;
**[[Lorentz Force]]&lt;br /&gt;
**[[Biot-Savart Law]]&lt;br /&gt;
**[[Integration Techniques for Magnetic Field]]&lt;br /&gt;
**[[Sparks in Air]]&lt;br /&gt;
**[[Motional Emf]]&lt;br /&gt;
**[[Detecting a Magnetic Field]]&lt;br /&gt;
**[[Moving 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;
===Simple Circuits===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Components]]&lt;br /&gt;
*[[Steady State]]&lt;br /&gt;
*[[Non Steady State]]&lt;br /&gt;
*[[Node Rule]]&lt;br /&gt;
*[[Loop Rule]]&lt;br /&gt;
*[[Power in a circuit]]&lt;br /&gt;
*[[Ammeters,Voltmeters,Ohmmeters]]&lt;br /&gt;
*[[Current]]&lt;br /&gt;
*[[Ohm&#039;s Law]]&lt;br /&gt;
*[[RC]]&lt;br /&gt;
*[[Circular Loop of Wire]]&lt;br /&gt;
*[[RL Circuit]]&lt;br /&gt;
*[[LC Circuit]]&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 Flux Theorem]]&lt;br /&gt;
**[[Electric Fields]]&lt;br /&gt;
**[[Magnetic Fields]]&lt;br /&gt;
*[[Faraday&#039;s Law]]&lt;br /&gt;
**[[Inductance]]&lt;br /&gt;
*[[Ampere-Maxwell 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;
&lt;br /&gt;
===Radiation===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Producing a Radiative Electric Field]]&lt;br /&gt;
*[[Sinusoidal Electromagnetic Radiaton]]&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;
===Sound===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*[[Doppler Effect]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
* An overview of [[VPython]]&lt;/div&gt;</summary>
		<author><name>Inge14</name></author>
	</entry>
</feed>