diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index a232df1..6310700 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -139,12 +139,12 @@ "state": { "type": "markdown", "state": { - "file": "physics/Force and Translational Dynamics/Newton's First Law.md", + "file": "physics/Force and Translational Dynamics/Newton's Second Law.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Newton's First Law" + "title": "Newton's Second Law" } }, { @@ -416,16 +416,17 @@ }, "active": "9b4390c4f5792fc6", "lastOpenFiles": [ + "Assets/Pasted image 20260814125859.png", "physics/Force and Translational Dynamics/Newton's Second Law.md", + "physics/Force and Translational Dynamics/Newton's First Law.md", + "Assets/Pasted image 20260815093612.png", "physics/Force and Translational Dynamics/Newton's Third Law.md", "physics/Force and Translational Dynamics/System and Center of Mass.md", "literacy/fallacies.md", "literacy/literacy.md", - "physics/Force and Translational Dynamics/Newton's First Law.md", "physics/Force and Translational Dynamics/Forces and Freebody Diagrams.md", - "Pasted image 20260814131131.png", + "Assets/Pasted image 20260814131131.png", "chemistry/polar molecules.md", - "Pasted image 20260814125859.png", "physics/Force and Translational Dynamics/Force and Translational Dynamics.md", "physics/Force and Translational Dynamics", "physics/acceleration.md", @@ -444,7 +445,6 @@ "Assets/Pasted image 20260813174228.png", "Pasted image 20260813174730.png", "Assets/Pasted image 20260813171126.png", - "Assets/Pasted image 20260813174224.png", "biology/Chemistry of Life/Nucleic Acids.md", "medical/medical.md", "medical/classes of drugs.md", @@ -452,7 +452,6 @@ "physics/plancks constant.md", "physics/schrodinger equations.md", "math/multivariable calculus.md", - "chemistry/electronegativity.md", "biology/Chemistry of Life", "Assets", "literacy", diff --git a/Pasted image 20260814125859.png b/Assets/Pasted image 20260814125859.png similarity index 100% rename from Pasted image 20260814125859.png rename to Assets/Pasted image 20260814125859.png diff --git a/Pasted image 20260814131131.png b/Assets/Pasted image 20260814131131.png similarity index 100% rename from Pasted image 20260814131131.png rename to Assets/Pasted image 20260814131131.png diff --git a/Assets/Pasted image 20260815093612.png b/Assets/Pasted image 20260815093612.png new file mode 100644 index 0000000..2d717b0 Binary files /dev/null and b/Assets/Pasted image 20260815093612.png differ diff --git a/physics/Force and Translational Dynamics/Newton's First Law.md b/physics/Force and Translational Dynamics/Newton's First Law.md index 58fabea..5b23e10 100644 --- a/physics/Force and Translational Dynamics/Newton's First Law.md +++ b/physics/Force and Translational Dynamics/Newton's First Law.md @@ -1,7 +1,9 @@ [[Force and Translational Dynamics]] # Net Force and Translational Equilibrium +Net force is the vector sum of all individual forces in a system. - +Translational equilibrium is when it equals to zero. The derived equation is $\Sigma \vec{F}=0$ +![[Pasted image 20260815093612.png]] # Newton’s First Law Unless an external force acts on an object, an object in motion stays in motion and an object at rest stays at rest. diff --git a/physics/Force and Translational Dynamics/Newton's Second Law.md b/physics/Force and Translational Dynamics/Newton's Second Law.md index a69c4f1..acda767 100644 --- a/physics/Force and Translational Dynamics/Newton's Second Law.md +++ b/physics/Force and Translational Dynamics/Newton's Second Law.md @@ -1 +1,5 @@ [[Force and Translational Dynamics]] + +# Newton’s Second Law +Essentially the formula: $$\vec F=ma$$ and $$\vec a_{sys}=\frac{\Sigma \vec F}{m_{sys}}$$ +$\vec F$ represents force, m mass, and a acceleration.