2026-09-04 00:36:20: New Goals

This commit is contained in:
2026-09-04 00:36:21 -04:00
parent a4cfbf7f28
commit ed3f5ef304
5 changed files with 41 additions and 12 deletions
+21 -7
View File
@@ -49,9 +49,23 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "Kinetic Theory of Temperature and Pressure" "title": "Kinetic Theory of Temperature and Pressure"
} }
},
{
"id": "cecd41bd1ed89a81",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Tasks.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Tasks"
}
} }
], ],
"currentTab": 2 "currentTab": 3
}, },
{ {
"id": "25da4f0a48a8e7cd", "id": "25da4f0a48a8e7cd",
@@ -236,11 +250,14 @@
"obsidian-excalidraw-plugin:New drawing": false "obsidian-excalidraw-plugin:New drawing": false
} }
}, },
"active": "0cf859e0a62de9b5", "active": "cecd41bd1ed89a81",
"lastOpenFiles": [ "lastOpenFiles": [
"Literacy/Buzzwords.md", "Physics/Thermodynamics/Ideal Gas Law.md",
"Physics/Thermodynamics/Kinetic Theory of Temperature and Pressure.md",
"Physics/Thermodynamics/Thermodynamics.md", "Physics/Thermodynamics/Thermodynamics.md",
"Physics/Thermodynamics/Thermal Expansion.md",
"Physics/Thermodynamics/Kinetic Theory of Temperature and Pressure.md",
"Physics/Physics AP Exam Tips.md",
"Literacy/Buzzwords.md",
"Physics/Thermodynamics", "Physics/Thermodynamics",
"Biology/Cell Structure and Function/Cell Structure and Function.md", "Biology/Cell Structure and Function/Cell Structure and Function.md",
"Biology/Cell Structure and Function/Mechanisms of Transport.md", "Biology/Cell Structure and Function/Mechanisms of Transport.md",
@@ -262,9 +279,6 @@
"Physics/Fluids/Internal Structure and Density.md", "Physics/Fluids/Internal Structure and Density.md",
"Physics/Fluids/Pressure.md", "Physics/Fluids/Pressure.md",
"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/Forces and Freebody Diagrams.md",
"Physics/Force and Translational Dynamics/Gravitational Force.md",
"Physics/Force and Translational Dynamics/Conservation of Energy.md",
"Physics/Fluids", "Physics/Fluids",
"Physics/Oscillations", "Physics/Oscillations",
"Physics/Torque and Rotational Dynamics", "Physics/Torque and Rotational Dynamics",
+5 -4
View File
@@ -1,5 +1,6 @@
stuff needed to be done stuff needed to be done
- [ ] print a robot arm
- [ ] ⏫ 📅 2026-09-01🛫 2026-08-15 FINISH STUDYING AP BIOLOGY ATLEAST - [ ] write a scientific paper
- [ ] 🔽 FINISH DOING SOMETHING WITH THE ESP 32 - [ ] make a human brain model using c++
- [ ] 🔼 GRAB THAT 3D PRINTER - [ ] vulkan maybe? dont care too much for it
- [ ] unreal engine maybe?
+1
View File
@@ -1,2 +1,3 @@
[[Physics]] [[Physics]]
* Assume fluids are ideal unless stated otherwise. * Assume fluids are ideal unless stated otherwise.
* Kelvin is usually used over Celsius
+13
View File
@@ -0,0 +1,13 @@
[[Thermodynamics]]
# Summary
* $PV=nRT=Nk_BT$
* P = pressure V = volume T = temperature R = Ideal gas constant (8.31 mol/J) n = number of moles $k_B$ = Boltzmann constant
* Absolute temperature (kelvins)
* Extrapolating P-T or V-T graphs when V or P are constant will pass through in zero K.
# Properties of an Ideal Gas
* Particles move at random instantaneous velocity and in all direction.
* Collision between gas molecules is elastic.
* Volume of individual gas particles is negligible to the gas volume.
* Gas molecules don't experience no appreciable forces except during collisions.