This commit is contained in:
parent
f4c1627d66
commit
be225c47a4
30
.obsidian/workspace.json
vendored
30
.obsidian/workspace.json
vendored
@ -13,12 +13,24 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Química/Introducción Química.md",
|
||||
"file": "Física/Cinematica.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Introducción Química"
|
||||
"title": "Cinematica"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5dd4b4bb82605fc9",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "excalidraw",
|
||||
"state": {
|
||||
"file": "Ilustraciónes/Cinematica 09-09-25_09.excalidraw.md"
|
||||
},
|
||||
"icon": "excalidraw-icon",
|
||||
"title": "Cinematica 09-09-25_09.excalidraw"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -172,14 +184,18 @@
|
||||
},
|
||||
"active": "65449c74cd8d0f53",
|
||||
"lastOpenFiles": [
|
||||
"Apuntes.md",
|
||||
"Pasted image 20250909095158.png",
|
||||
"Ilustraciónes/Cinematica 09-09-25_09.excalidraw.md",
|
||||
"Física/Cinematica.md",
|
||||
"Ilustraciónes/Cinematica 09-09-25_09.excalidraw.svg",
|
||||
"Física/Física.md",
|
||||
"Química/Introducción Química.md",
|
||||
"Apuntes.md",
|
||||
"Física",
|
||||
"Introducción Quimica/Sustancias Inorgánicas.md",
|
||||
"Introducción Quimica/Contenido/TablaPeriódica.png",
|
||||
"Introducción Quimica/Contenido/TablaPeriódicaNO.webp",
|
||||
"Introducción Quimica/Contenido/TablaPeriódica2.pdf",
|
||||
"Química/Introducción Química.md",
|
||||
"Introducción Quimica/Estequiometría de las reacciones químicas.md",
|
||||
"Resources",
|
||||
"Resources/Pasted image 20250908122619.png",
|
||||
@ -207,17 +223,13 @@
|
||||
"Introducción Quimica/Drawing 2025-09-02 10.13.03.excalidraw.md",
|
||||
"Introducción Quimica/Drawing 2025-09-02 10.01.02.excalidraw.md",
|
||||
"Ilustraciónes/Drawing 2025-09-02 09.35.04.excalidraw.md",
|
||||
"Ilustraciónes/Drawing 2025-09-02 09.35.04.excalidraw.svg",
|
||||
"Introducción Quimica/Contenido",
|
||||
"Perlite/web/conf.d/default.conf",
|
||||
"Perlite/web/conf.d",
|
||||
"Introducción Quimica/Enlaces.md",
|
||||
"Introducción Quimica/Composición de materiales.md",
|
||||
"Introducción Quimica/Elementos y átomos.md",
|
||||
"Introducción Quimica/Iones.md",
|
||||
"docker-compose.yml",
|
||||
"Perlite/web/config/default.conf",
|
||||
"Perlite/perlite/vendor/erusev/parsedown/README.md",
|
||||
"Perlite/perlite/Demo/README.md"
|
||||
"Perlite/web/config/default.conf"
|
||||
]
|
||||
}
|
||||
47
Física/Cinematica.md
Normal file
47
Física/Cinematica.md
Normal file
@ -0,0 +1,47 @@
|
||||
# Definiciones
|
||||
La cinemática describe el **movimiento** de un punto, esta posición dependerá de una magnitud.
|
||||
|
||||
- **Vector** **posición**, dependerá de un escalar
|
||||
$$
|
||||
\huge \vec{r}(t)=x(t)\vec{i}+y(t)\vec{j}+z(t)\vec{k}
|
||||
$$
|
||||
- **Vector** **desplazamiento**, dependerá de un vector
|
||||
$$
|
||||
\huge \Delta\vec{r}=\Delta x\vec{i} +\Delta y\vec{j}+\Delta z\vec{k}
|
||||
$$
|
||||
- **Velocidad** **media**, relación entre un desplazamiento y el incremento de tiempo
|
||||
$$
|
||||
\huge \vec{v}_m=\frac{\Delta\vec{r}}{\Delta t}
|
||||
$$
|
||||
- **Velocidad instantánea**, variación de posición en un instante de tiempo : Tangente de la trayectoria
|
||||
$$
|
||||
\huge \vec{v} = \lim_{\Delta t \to 0} \frac{\Delta \vec{r}}{\Delta t}
|
||||
= \frac{d\vec{r}}{dt}
|
||||
= \frac{dx}{dt} \vec{i} + \frac{dy}{dt} \vec{j} + \frac{dz}{dt} \vec{k}
|
||||
= v_x \vec{i} + v_y \vec{j} + v_z \vec{k}
|
||||
$$
|
||||
|
||||
- **Aceleración** **media**, relación entre la variación de velocidad y el incremento de tiempo
|
||||
$$
|
||||
\huge \vec{a}_m = \frac{\Delta \vec{v}}{\Delta t}
|
||||
$$
|
||||
|
||||
>[!NOTE] Nota
|
||||
>Sabiendo r(t) podemos obtener v(t) y con esta a(t), derivando
|
||||
>De la misma manera podemos saber de a(t) a v(t) a r(t), integrando
|
||||
|
||||
# Aceleración constante
|
||||
|
||||
![[../Pasted image 20250909095158.png]]
|
||||
|
||||
# Movimiento Circular
|
||||
- Coordenadas cartesianas (x, y)
|
||||
- Coordenadas polares (r, ang)
|
||||
|
||||
>[!NOTE] Nota
|
||||
>Relación entre las coordenadas es:
|
||||
>$x=r\cos(\theta)$
|
||||
>$y=r\sin(\theta)$
|
||||
|
||||
r(t) = R constant
|
||||
ang(t) variable
|
||||
518
Ilustraciónes/Cinematica 09-09-25_09.excalidraw.md
Normal file
518
Ilustraciónes/Cinematica 09-09-25_09.excalidraw.md
Normal file
@ -0,0 +1,518 @@
|
||||
---
|
||||
|
||||
excalidraw-plugin: parsed
|
||||
tags: [excalidraw]
|
||||
|
||||
---
|
||||
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving'
|
||||
|
||||
|
||||
# Excalidraw Data
|
||||
|
||||
## Text Elements
|
||||
%%
|
||||
## Drawing
|
||||
```json
|
||||
{
|
||||
"type": "excalidraw",
|
||||
"version": 2,
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.15.1",
|
||||
"elements": [
|
||||
{
|
||||
"id": "5OTGJJskc32XyTFnr8uAv",
|
||||
"type": "freedraw",
|
||||
"x": -416,
|
||||
"y": 180.7421875,
|
||||
"width": 340,
|
||||
"height": 211,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
"fillStyle": "solid",
|
||||
"strokeWidth": 0.5,
|
||||
"strokeStyle": "solid",
|
||||
"roughness": 1,
|
||||
"opacity": 100,
|
||||
"groupIds": [],
|
||||
"frameId": null,
|
||||
"index": "a2",
|
||||
"roundness": null,
|
||||
"seed": 1099364349,
|
||||
"version": 13,
|
||||
"versionNonce": 1767061523,
|
||||
"isDeleted": false,
|
||||
"boundElements": null,
|
||||
"updated": 1757403083918,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"points": [
|
||||
[
|
||||
0,
|
||||
0
|
||||
],
|
||||
[
|
||||
1,
|
||||
-1
|
||||
],
|
||||
[
|
||||
2,
|
||||
-3
|
||||
],
|
||||
[
|
||||
33,
|
||||
-29
|
||||
],
|
||||
[
|
||||
82,
|
||||
-66
|
||||
],
|
||||
[
|
||||
104,
|
||||
-81
|
||||
],
|
||||
[
|
||||
155,
|
||||
-114
|
||||
],
|
||||
[
|
||||
212,
|
||||
-148
|
||||
],
|
||||
[
|
||||
270,
|
||||
-178
|
||||
],
|
||||
[
|
||||
320,
|
||||
-202
|
||||
],
|
||||
[
|
||||
340,
|
||||
-211
|
||||
],
|
||||
[
|
||||
340,
|
||||
-211
|
||||
]
|
||||
],
|
||||
"pressures": [
|
||||
0,
|
||||
0.3315175175666809,
|
||||
0.3344777524471283,
|
||||
0.5056686997413635,
|
||||
0.5253986716270447,
|
||||
0.5253986716270447,
|
||||
0.5273670554161072,
|
||||
0.5071488618850708,
|
||||
0.4454718828201294,
|
||||
0.3675287961959839,
|
||||
0.31079575419425964,
|
||||
0
|
||||
],
|
||||
"simulatePressure": false,
|
||||
"lastCommittedPoint": [
|
||||
340,
|
||||
-211
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bwpMviuGTGm-qt_-qlTsj",
|
||||
"type": "freedraw",
|
||||
"x": -83,
|
||||
"y": -27.2578125,
|
||||
"width": 313,
|
||||
"height": 105,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
"fillStyle": "solid",
|
||||
"strokeWidth": 0.5,
|
||||
"strokeStyle": "solid",
|
||||
"roughness": 1,
|
||||
"opacity": 100,
|
||||
"groupIds": [],
|
||||
"frameId": null,
|
||||
"index": "a3",
|
||||
"roundness": null,
|
||||
"seed": 1897697107,
|
||||
"version": 16,
|
||||
"versionNonce": 1844038739,
|
||||
"isDeleted": false,
|
||||
"boundElements": null,
|
||||
"updated": 1757403085036,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"points": [
|
||||
[
|
||||
0,
|
||||
0
|
||||
],
|
||||
[
|
||||
-1,
|
||||
0
|
||||
],
|
||||
[
|
||||
0,
|
||||
0
|
||||
],
|
||||
[
|
||||
2,
|
||||
1
|
||||
],
|
||||
[
|
||||
17,
|
||||
5
|
||||
],
|
||||
[
|
||||
35,
|
||||
10
|
||||
],
|
||||
[
|
||||
58,
|
||||
17
|
||||
],
|
||||
[
|
||||
85,
|
||||
26
|
||||
],
|
||||
[
|
||||
117,
|
||||
38
|
||||
],
|
||||
[
|
||||
153,
|
||||
51
|
||||
],
|
||||
[
|
||||
193,
|
||||
64
|
||||
],
|
||||
[
|
||||
258,
|
||||
85
|
||||
],
|
||||
[
|
||||
296,
|
||||
99
|
||||
],
|
||||
[
|
||||
312,
|
||||
105
|
||||
],
|
||||
[
|
||||
312,
|
||||
105
|
||||
]
|
||||
],
|
||||
"pressures": [
|
||||
0,
|
||||
0.4592965543270111,
|
||||
0.4726176857948303,
|
||||
0.478034645318985,
|
||||
0.5258869528770447,
|
||||
0.537239670753479,
|
||||
0.5461204051971436,
|
||||
0.5515525937080383,
|
||||
0.5530327558517456,
|
||||
0.5540093183517456,
|
||||
0.5559929609298706,
|
||||
0.547112226486206,
|
||||
0.4410315155982971,
|
||||
0.29550620913505554,
|
||||
0
|
||||
],
|
||||
"simulatePressure": false,
|
||||
"lastCommittedPoint": [
|
||||
312,
|
||||
105
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5WlaBGFRpMl2qCGpiZwHK",
|
||||
"type": "freedraw",
|
||||
"x": -81,
|
||||
"y": -25.2578125,
|
||||
"width": 40,
|
||||
"height": 336,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
"fillStyle": "solid",
|
||||
"strokeWidth": 0.5,
|
||||
"strokeStyle": "solid",
|
||||
"roughness": 1,
|
||||
"opacity": 100,
|
||||
"groupIds": [],
|
||||
"frameId": null,
|
||||
"index": "a7",
|
||||
"roundness": null,
|
||||
"seed": 156970099,
|
||||
"version": 32,
|
||||
"versionNonce": 347760243,
|
||||
"isDeleted": false,
|
||||
"boundElements": null,
|
||||
"updated": 1757403091330,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"points": [
|
||||
[
|
||||
0,
|
||||
0
|
||||
],
|
||||
[
|
||||
-1,
|
||||
0
|
||||
],
|
||||
[
|
||||
-1,
|
||||
1
|
||||
],
|
||||
[
|
||||
-2,
|
||||
2
|
||||
],
|
||||
[
|
||||
-1,
|
||||
1
|
||||
],
|
||||
[
|
||||
0,
|
||||
-2
|
||||
],
|
||||
[
|
||||
0,
|
||||
-5
|
||||
],
|
||||
[
|
||||
0,
|
||||
-10
|
||||
],
|
||||
[
|
||||
1,
|
||||
-15
|
||||
],
|
||||
[
|
||||
3,
|
||||
-31
|
||||
],
|
||||
[
|
||||
4,
|
||||
-45
|
||||
],
|
||||
[
|
||||
5,
|
||||
-63
|
||||
],
|
||||
[
|
||||
6,
|
||||
-83
|
||||
],
|
||||
[
|
||||
7,
|
||||
-103
|
||||
],
|
||||
[
|
||||
10,
|
||||
-131
|
||||
],
|
||||
[
|
||||
14,
|
||||
-149
|
||||
],
|
||||
[
|
||||
17,
|
||||
-169
|
||||
],
|
||||
[
|
||||
20,
|
||||
-191
|
||||
],
|
||||
[
|
||||
22,
|
||||
-227
|
||||
],
|
||||
[
|
||||
23,
|
||||
-246
|
||||
],
|
||||
[
|
||||
24,
|
||||
-258
|
||||
],
|
||||
[
|
||||
25,
|
||||
-267
|
||||
],
|
||||
[
|
||||
28,
|
||||
-284
|
||||
],
|
||||
[
|
||||
31,
|
||||
-299
|
||||
],
|
||||
[
|
||||
35,
|
||||
-314
|
||||
],
|
||||
[
|
||||
38,
|
||||
-328
|
||||
],
|
||||
[
|
||||
37,
|
||||
-330
|
||||
],
|
||||
[
|
||||
37,
|
||||
-331
|
||||
],
|
||||
[
|
||||
37,
|
||||
-333
|
||||
],
|
||||
[
|
||||
38,
|
||||
-334
|
||||
],
|
||||
[
|
||||
38,
|
||||
-334
|
||||
]
|
||||
],
|
||||
"pressures": [
|
||||
0,
|
||||
0.22938887774944305,
|
||||
0.286625474691391,
|
||||
0.29500266909599304,
|
||||
0.32806897163391113,
|
||||
0.3463187515735626,
|
||||
0.35619133710861206,
|
||||
0.3635767102241516,
|
||||
0.3798580765724182,
|
||||
0.4262455105781555,
|
||||
0.43758296966552734,
|
||||
0.4420233368873596,
|
||||
0.4430151879787445,
|
||||
0.4469520151615143,
|
||||
0.45287251472473145,
|
||||
0.4563363194465637,
|
||||
0.4568246006965637,
|
||||
0.4474555552005768,
|
||||
0.44991225004196167,
|
||||
0.45534446835517883,
|
||||
0.45386433601379395,
|
||||
0.4469520151615143,
|
||||
0.37444114685058594,
|
||||
0.30388343334198,
|
||||
0.27774471044540405,
|
||||
0.27873656153678894,
|
||||
0.28119325637817383,
|
||||
0.2540627121925354,
|
||||
0.1287556290626526,
|
||||
0.045380331575870514,
|
||||
0
|
||||
],
|
||||
"simulatePressure": false,
|
||||
"lastCommittedPoint": [
|
||||
38,
|
||||
-334
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8OGSja4qF_6X5U-zrw-fk",
|
||||
"type": "freedraw",
|
||||
"x": 298,
|
||||
"y": -268.2578125,
|
||||
"width": 0.0001,
|
||||
"height": 0.0001,
|
||||
"angle": 0,
|
||||
"strokeColor": "#1e1e1e",
|
||||
"backgroundColor": "transparent",
|
||||
"fillStyle": "solid",
|
||||
"strokeWidth": 0.5,
|
||||
"strokeStyle": "solid",
|
||||
"roughness": 1,
|
||||
"opacity": 100,
|
||||
"groupIds": [],
|
||||
"frameId": null,
|
||||
"index": "a8",
|
||||
"roundness": null,
|
||||
"seed": 1544951027,
|
||||
"version": 3,
|
||||
"versionNonce": 1966483485,
|
||||
"isDeleted": false,
|
||||
"boundElements": null,
|
||||
"updated": 1757403099211,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"points": [
|
||||
[
|
||||
0,
|
||||
0
|
||||
],
|
||||
[
|
||||
0.0001,
|
||||
0.0001
|
||||
]
|
||||
],
|
||||
"pressures": [],
|
||||
"simulatePressure": true,
|
||||
"lastCommittedPoint": [
|
||||
0.0001,
|
||||
0.0001
|
||||
]
|
||||
}
|
||||
],
|
||||
"appState": {
|
||||
"theme": "dark",
|
||||
"viewBackgroundColor": "#ffffff",
|
||||
"currentItemStrokeColor": "#1e1e1e",
|
||||
"currentItemBackgroundColor": "transparent",
|
||||
"currentItemFillStyle": "solid",
|
||||
"currentItemStrokeWidth": 0.5,
|
||||
"currentItemStrokeStyle": "solid",
|
||||
"currentItemRoughness": 1,
|
||||
"currentItemOpacity": 100,
|
||||
"currentItemFontFamily": 5,
|
||||
"currentItemFontSize": 20,
|
||||
"currentItemTextAlign": "left",
|
||||
"currentItemStartArrowhead": null,
|
||||
"currentItemEndArrowhead": "arrow",
|
||||
"currentItemArrowType": "round",
|
||||
"currentItemFrameRole": null,
|
||||
"scrollX": 837,
|
||||
"scrollY": 484.7421875,
|
||||
"zoom": {
|
||||
"value": 1
|
||||
},
|
||||
"currentItemRoundness": "round",
|
||||
"gridSize": 20,
|
||||
"gridStep": 5,
|
||||
"gridModeEnabled": false,
|
||||
"gridColor": {
|
||||
"Bold": "rgba(217, 217, 217, 0.5)",
|
||||
"Regular": "rgba(230, 230, 230, 0.5)"
|
||||
},
|
||||
"currentStrokeOptions": null,
|
||||
"frameRendering": {
|
||||
"enabled": true,
|
||||
"clip": true,
|
||||
"name": true,
|
||||
"outline": true,
|
||||
"markerName": true,
|
||||
"markerEnabled": true
|
||||
},
|
||||
"objectsSnapModeEnabled": false,
|
||||
"activeTool": {
|
||||
"type": "freedraw",
|
||||
"customType": null,
|
||||
"locked": false,
|
||||
"fromSelection": false,
|
||||
"lastActiveTool": null
|
||||
}
|
||||
},
|
||||
"files": {}
|
||||
}
|
||||
```
|
||||
%%
|
||||
2
Ilustraciónes/Cinematica 09-09-25_09.excalidraw.svg
Normal file
2
Ilustraciónes/Cinematica 09-09-25_09.excalidraw.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.2 KiB |
BIN
Pasted image 20250909095158.png
Normal file
BIN
Pasted image 20250909095158.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user