diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ad1861e..78866cd 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -132,9 +132,23 @@ "icon": "lucide-file", "title": "Cell Structure and Function" } + }, + { + "id": "b0824d2f17928804", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "biology/Cell Structure and Function/Cell Size.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Cell Size" + } } ], - "currentTab": 8 + "currentTab": 9 }, { "id": "25da4f0a48a8e7cd", @@ -318,8 +332,10 @@ "obsidian-excalidraw-plugin:New drawing": false } }, - "active": "fd4f04ae3f91eb93", + "active": "713a2ea9096a5d46", "lastOpenFiles": [ + "biology/Cell Structure and Function/Cell Structure and Function.md", + "biology/Cell Structure and Function/Cell Size.md", "Pasted image 20260817103921.png", "Pasted image 20260817102835.png", "biology/Chemistry of Life/Macromolecules.md", @@ -327,7 +343,6 @@ "biology/Chemistry of Life/chemistry of life.md", "biology/Chemistry of Life/Elements of Life.md", "biology/Chemistry of Life/Carbohydrates.md", - "biology/Cell Structure and Function/Cell Structure and Function.md", "biology/Cell Structure and Function/Origins of Cell Compartmentalization.md", "chemistry/Matter and Chemical Bonding.md", "physics/Work Energy and Power/Power.md", @@ -358,7 +373,6 @@ "Assets/Pasted image 20260815093612.png", "Assets/Pasted image 20260814131131.png", "physics/Force and Translational Dynamics", - "Assets/Pasted image 20260813174454.png", "biology/Chemistry of Life", "Assets", "literacy", diff --git a/biology/Cell Structure and Function/Cell Size.md b/biology/Cell Structure and Function/Cell Size.md new file mode 100644 index 0000000..569b34a --- /dev/null +++ b/biology/Cell Structure and Function/Cell Size.md @@ -0,0 +1,30 @@ +[[Cell Structure and Function]] + +Surface area-to-volume ratio (SA:V) controls how well a cell exchanges materials and energy with its environment. Smaller cells have higher SA:V, so more efficient. As things get bigger, cells require more adaptations to remain fast. + +# Summary +* Higher SA:V means more efficient exchange. +* Volume grows faster than SA as a cell gets bigger, so SA:V decreases. +* Folds and projections like microvilli and root hairs increase SA without adding much V. +* Lower SA:V in larger bodies slows heat exchange and is linked to lower metabolic rate. + +Plasma membrane SA must be large enough to exchange stuff fast enough for cell needs. +SA:V doesn't only affect size, but also shape. Sphere isn't all that efficient for SA:V. + +- _Sphere:_ SA = 4πr², V = (4/3)πr³ +- _Cube:_ SA = 6s², V = s³ +- _Cylinder:_ SA = 2πrh + 2πr², V = πr²h +- _Rectangular Solid:_ SA = 2(lw + lh + wh), V = lwh + +Because SA:V impacts thermal energy transfer, larger organisms lose heat slower than smaller organisms proportionally. + +| Term | Definition | +| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| heat exchange | The transfer of thermal energy between an organism's body and the surrounding environment; rate decreases as organism size increases. | +| membrane folds | Infoldings of the cell membrane that increase surface area to facilitate more efficient material exchange in complex cells. | +| metabolic rate | The rate at which an organism uses energy; typically higher per unit body mass in smaller organisms than in larger organisms. | +| nutrient exchange | The process by which cells obtain necessary nutrients from the environment. | +| plasma membrane | The selectively permeable membrane that surrounds the cell, composed of phospholipids, proteins, and other molecules that regulate what enters and exits the cell. | +| surface area-to-volume ratio | The relationship between the total surface area and the total volume of a cell or organism; affects the efficiency of material exchange with the environment. | +| thermal energy exchange | The transfer of heat energy between an organism and its environment. | +| waste products | Byproducts of cellular metabolism that must be eliminated from cells or organisms. | \ No newline at end of file