2026-08-15 09:42:57: newton laws

This commit is contained in:
2026-08-15 09:42:58 -04:00
parent 3481c07c87
commit b4abce10a4
6 changed files with 13 additions and 8 deletions
+6 -7
View File
@@ -139,12 +139,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "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", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Newton's First Law" "title": "Newton's Second Law"
} }
}, },
{ {
@@ -416,16 +416,17 @@
}, },
"active": "9b4390c4f5792fc6", "active": "9b4390c4f5792fc6",
"lastOpenFiles": [ "lastOpenFiles": [
"Assets/Pasted image 20260814125859.png",
"physics/Force and Translational Dynamics/Newton's Second Law.md", "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/Newton's Third Law.md",
"physics/Force and Translational Dynamics/System and Center of Mass.md", "physics/Force and Translational Dynamics/System and Center of Mass.md",
"literacy/fallacies.md", "literacy/fallacies.md",
"literacy/literacy.md", "literacy/literacy.md",
"physics/Force and Translational Dynamics/Newton's First Law.md",
"physics/Force and Translational Dynamics/Forces and Freebody Diagrams.md", "physics/Force and Translational Dynamics/Forces and Freebody Diagrams.md",
"Pasted image 20260814131131.png", "Assets/Pasted image 20260814131131.png",
"chemistry/polar molecules.md", "chemistry/polar molecules.md",
"Pasted image 20260814125859.png",
"physics/Force and Translational Dynamics/Force and Translational Dynamics.md", "physics/Force and Translational Dynamics/Force and Translational Dynamics.md",
"physics/Force and Translational Dynamics", "physics/Force and Translational Dynamics",
"physics/acceleration.md", "physics/acceleration.md",
@@ -444,7 +445,6 @@
"Assets/Pasted image 20260813174228.png", "Assets/Pasted image 20260813174228.png",
"Pasted image 20260813174730.png", "Pasted image 20260813174730.png",
"Assets/Pasted image 20260813171126.png", "Assets/Pasted image 20260813171126.png",
"Assets/Pasted image 20260813174224.png",
"biology/Chemistry of Life/Nucleic Acids.md", "biology/Chemistry of Life/Nucleic Acids.md",
"medical/medical.md", "medical/medical.md",
"medical/classes of drugs.md", "medical/classes of drugs.md",
@@ -452,7 +452,6 @@
"physics/plancks constant.md", "physics/plancks constant.md",
"physics/schrodinger equations.md", "physics/schrodinger equations.md",
"math/multivariable calculus.md", "math/multivariable calculus.md",
"chemistry/electronegativity.md",
"biology/Chemistry of Life", "biology/Chemistry of Life",
"Assets", "Assets",
"literacy", "literacy",

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -1,7 +1,9 @@
[[Force and Translational Dynamics]] [[Force and Translational Dynamics]]
# Net Force and Translational Equilibrium # 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 # 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. Unless an external force acts on an object, an object in motion stays in motion and an object at rest stays at rest.
@@ -1 +1,5 @@
[[Force and Translational Dynamics]] [[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.