vault backup: 2021-12-10 12:02:19

This commit is contained in:
Daniel Bulant 2021-12-10 12:02:19 +01:00
parent 01e1e969ce
commit 30b1c597c2
6 changed files with 35 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{ {
"baseFontSize": 13, "baseFontSize": 10,
"theme": "obsidian", "theme": "obsidian",
"cssTheme": "Atom" "cssTheme": "Atom"
} }

View file

@ -12,8 +12,8 @@
"checkpointList": [ "checkpointList": [
{ {
"path": "/", "path": "/",
"date": "2021-12-09", "date": "2021-12-10",
"size": 616858 "size": 617731
} }
], ],
"activityHistory": [ "activityHistory": [
@ -251,6 +251,10 @@
{ {
"date": "2021-12-09", "date": "2021-12-09",
"value": 2868 "value": 2868
},
{
"date": "2021-12-10",
"value": 1245
} }
] ]
} }

11
notes/ech/Veličiny.md Normal file
View file

@ -0,0 +1,11 @@
# Veličiny
## Relativní hmotnost
Ar - relativní hmotnost prvku
Mr - relativní hmotnost molekuly (sečíst relativní hmotností prvků * počet daného prvku)
## Látkové množství
**n \[mol]**
Počet částic látky
$N_A$ - Avogardova konstanta
## Molární hmotnost
**M \[g/mol]**
Vynásobení relativní hmotnosti konstantou atomové hmotnosti.

View file

@ -17,4 +17,5 @@ imagePrefix: 'data/'
- [[ech/prvky|prvky]] - [[ech/prvky|prvky]]
- [[ech/radioaktivita|radioaktivita]] - [[ech/radioaktivita|radioaktivita]]
- [[ech/Vazby|Vazby]] - [[ech/Vazby|Vazby]]
- [[ech/Veličiny|Veličiny]]
%% Zoottelkeeper: End of the autogenerated index file list %% %% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -8,7 +8,7 @@ Vektor okamžité rychlosti je kolmý na poloměr.
V rovnoměrném pohybu má stejnou rychlost ale mění se směr. V rovnoměrném pohybu má stejnou rychlost ale mění se směr.
$t = \frac{1}{f}$ $t = \frac{1}{f}$
$v = \frac{2\Pi r}{T}$ $v = \frac{2\Pi r}{T} = \omega r$
$\omega = \frac{2 \Pi}{T}$ $\omega = \frac{2 \Pi}{T}$
$[s^{-1}] = [\frac{1}{s}]$ $[s^{-1}] = [\frac{1}{s}]$

View file

@ -24,3 +24,16 @@ $$
$$ $$
\frac{\sqrt{a} * \sqrt[3]b}{a^\frac{-1}{3} * b^2} * \frac{a^{-3}}{b^\frac{1}{4}} = \frac{a^\frac{1}{2} * b^\frac{1}{3}}{a^{-1}{2} * b^\frac{2}{1}} * \frac{a^{-3}{1}}{b^\frac{1}{4}} \frac{\sqrt{a} * \sqrt[3]b}{a^\frac{-1}{3} * b^2} * \frac{a^{-3}}{b^\frac{1}{4}} = \frac{a^\frac{1}{2} * b^\frac{1}{3}}{a^{-1}{2} * b^\frac{2}{1}} * \frac{a^{-3}{1}}{b^\frac{1}{4}}
$$ $$
---
$$
\frac{225^3 * 243}{15^2 * 45^3} = \frac{15 ^ 6 * 243}{5^2 * 3^2 * 3^2 * 15^2} = \frac{5^6 * 3^11}{5^4 * 3^6} = 5^2 * 3^5
$$
---
$$
\frac{\sqrt[4]{\sqrt{a}\sqrt[3]{a^2}}}{a^\frac{5}{3}} = \frac{(a^\frac{1}{2}*a^\frac{2}{3})^\frac{1}{4}}{a^\frac{5}{3}} =
\frac{(a^\frac{7}{6})^\frac{1}{4}}{a^\frac{5}{3}} = \frac{a^\frac{7}{24}}{a^\frac{5}{3}} = a^\frac{7}{24} * a^\frac{3}{5} =
a^\frac{7}{40}
$$
$$
\frac{1}{2} + \frac{2}{3} = \frac{3}{6} + \frac{4}{6} = \frac{7}{6}
$$