\( \newcommand{\br}[1]{\left( #1\right)} \newcommand{\logpar}[1]{\log\left( #1\right)} \newcommand{\cospar}[1]{\cos\left( #1\right)} \newcommand{\sinpar}[1]{\sin\left( #1\right)} \newcommand{\tanpar}[1]{\tan\left( #1\right)} \newcommand{\arcsinpar}[1]{\sin^{-1}\!\left( #1\right)} \newcommand{\arccospar}[1]{\cos^{-1}\!\left( #1\right)} \newcommand{\arctanpar}[1]{\tan^{-1}\!\left( #1\right)} \newcommand{\asin}[1]{\sin^{-1}\! #1} \newcommand{\acos}[1]{\cos^{-1}\! #1} \newcommand{\atan}[1]{\tan^{-1}\! #1} \newcommand{\asinh}[1]{\sinh^{-1}\! #1} \newcommand{\acosh}[1]{\cosh^{-1}\! #1} \newcommand{\atanh}[1]{\tanh^{-1}\! #1} \newcommand{\logten}[1]{\log_{10}\! #1} \definecolor{explaination}{RGB}{0, 166, 226} \newcommand{\ubrace}[2][u]{ { \color{explaination}{\underbrace{ {\color{black}{#2}} }_{#1}} } } \newcommand{\obrace}[2][u]{ { \color{explaination}{\overbrace{ {\color{black}{#2}} }^{#1}} } } \definecolor{highlight}{RGB}{181, 41, 118} \newcommand{\xplain}[1]{{ \textcolor{explaination} { \footnotesize{ #1 \newline}}}} \newcommand{\hilite}[1]{{ \textcolor{highlight} { { #1 }}}} \definecolor{lightergray}{gray}{.675} \newcommand{\hide}[1]{{ \textcolor{lightergray} { \footnotesize{ #1 \newline}}}} \newcommand{\mth}[1]{ { \textcolor{black} { { \small #1 } } } } \)

Übung: Stöchiometrische Bilanz

"\\text{CH}_4" 1 roundTo(3, molarMass("C") + molarMass("H") * 4) "\\text{O}_2" 2 roundTo(3, molarMass("O") * 2) "\\text{CO}_2" 1 roundTo(3, molarMass("C") + molarMass("O") * 2) "\\text{H}_2\\text{O}" 2 true
"\\text{Mg(OH)}_2" 1 roundTo(3, molarMass("Mg") + (molarMass("O") + molarMass("H")) * 2) "\\text{HCl}" 2 roundTo(3, molarMass("H") + molarMass("Cl")) "\\text{MgCl}_2" 1 roundTo(3, (molarMass("Mg") + molarMass("Cl")) * 2) "\\text{H}_2\\text{O}" 2 true
"\\text{NaCl}" 1 roundTo(3, molarMass("Na") + molarMass("Cl")) "\\text{AgNO}_3" 1 roundTo(3, molarMass("Ag") + molarMass("N") + molarMass("O") * 3) "\\text{AgCl}" 1 roundTo(3, molarMass("Ag") + molarMass("Cl")) "\\text{NaNO}_3" 1 !!rand(2)
"\\text{C}_3\\text{H}_8" 1 roundTo(3, molarMass("C") * 3 + molarMass("H") * 8) "\\text{O}_2" 5 roundTo(3, molarMass("O") * 2) "\\text{CO}_2" 3 roundTo(3, molarMass("C") + molarMass("O") * 2) "\\text{H}_2\\text{O}" 4 true
"\\text{Zn}" 1 roundTo(3, molarMass("Zn")) "\\text{HCl}" 2 roundTo(3, molarMass("H") + molarMass("Cl")) "\\text{ZnCl}_2" 1 roundTo(3, molarMass("Zn") + molarMass("Cl") * 2) "\\text{H}_2" 1 true
"\\text{Cu}" 1 roundTo(3, molarMass("Cu")) "\\text{AgNO}_3" 2 roundTo(3, molarMass("Ag") + molarMass("N") + molarMass("O") * 3) "\\text{Ag}" 2 roundTo(3, molarMass("Ag")) "\\text{Cu(NO}_3\\text{)}_2" 1 true
"\\text{Zn}" 1 roundTo(3, molarMass("Zn")) "\\text{CuCl}_2" 1 roundTo(3, molarMass("Cu") + molarMass("Cl") * 2) "\\text{ZnCl}_2" 1 roundTo(3, molarMass("Zn") + molarMass("Cl") * 2) "\\text{Cu}" 1 true
"\\text{Fe}" 4 roundTo(3, molarMass("Fe")) "\\text{O}_2" 3 roundTo(3, molarMass("O") * 2) "\\text{Fe}_2\\text{O}_3" 2 roundTo(3, molarMass("Fe") * 2 + molarMass("O") * 3) "" true
"\\text{Na}" 2 roundTo(3, molarMass("Na")) "\\text{Cl}_2" 1 roundTo(3, molarMass("Cl") * 2) "\\text{NaCl}" 2 roundTo(3, molarMass("Na") + molarMass("Cl")) "" true
"\\text{HgO}" 2 roundTo(3, molarMass("Hg") + molarMass("O")) "" 0 0 "\\text{Hg}" 2 roundTo(3, molarMass("Hg")) "\\text{O}_2" 1 true
"\\text{H}_2\\text{O}_2" 2 roundTo(3, molarMass("H") * 2 + molarMass("O") * 2) "" 0 0 "\\text{H}_2\\text{O}" 2 roundTo(3, molarMass("H") * 2 + molarMass("O")) "\\text{O}_2" 1 true
"\\text{KClO}_3" 2 roundTo(3, molarMass("K") + molarMass("Cl") + molarMass("O") * 3) "" 0 0 "\\text{KCl}" 2 roundTo(3, molarMass("K") + molarMass("Cl")) "\\text{O}_2" 3 true
R1_GIVEN ? R1 : R2 R1_GIVEN ? R2 : R1 R1_GIVEN ? R1_RATIO : R2_RATIO R1_GIVEN ? R1_MOLAR_MASS : R2_MOLAR_MASS randRange(5, 100) roundTo(3, GIVEN_MASS / GIVEN_MOLAR_MASS) roundTo(3, GIVEN_MOL * P1_RATIO / GIVEN_RATIO) roundTo(3, P1_MOL * P1_MOLAR_MASS) $._("Gramm") $._("molare Masse von") $._("Mol") $._("") new Plural(function(num) { return $.ngettext("Mol", "Mol", num); })

Gegeben ist die folgende Reaktion:

\qquad R1_RATIO === 1 ? "" : R1_RATIOR1 + R2_RATIO === 1 ? "" : R2_RATIOR2 \rightarrow P1_RATIO === 1 ? "" : P1_RATIOP1 + P2_RATIO === 1 ? "" : P2_RATIOP2

Wie viele Mol P1 werden durch localeToFixed(GIVEN_MASS,-1) \text{g} GIVEN produziert, unter der Voraussetzung, dass NOT_GIVEN im Übermaß vorhanden ist?

 

P1_MOL eine Kommazahl, wie localeToFixed(0.75,-1) Jede Zahl innerhalb 0,1 Mol wird als richtig gewertet

\dfrac{GIVEN_MASS \cancel{\text{g}}}{GIVEN_MOLAR_MASS \cancel{\text{g}} / \text{Mol}} = \text{ localeToFixed(GIVEN_MOL,-1) Mol} \text{ OF }GIVEN [Erklärung einblenden]

Als ersten müssen wir die gegebene Menge an GIVEN von Gramm nach Mol umwandeln. Um dies zu tun, müssen wir GIVEN durch die Molmasse von GIVEN teilen.

\dfrac{\text{GRAMS_OF }GIVEN}{\text{MOLAR_MASS_OF }GIVEN} = \text{MOLES_OF }GIVEN

Um die Molmasse von GIVEN zu bestimmen, schauen wir im Periodensystem der Elemente das Atomgewicht in jedem Molekül von GIVEN nach und addieren sie. In diesem Fall erhalten wir localeToFixed(GIVEN_MOLAR_MASS,2) \text{g/mol}.

Indem wir die gegebenen GIVEN_MASS \text{g} GIVEN durch GIVEN_MOLAR_MASS \text{g/mol} teilen, wissen wir, dass wir mit \text{localeToFixed(GIVEN_MOL,3) plural_form(MOLE, GIVEN_MOL)} GIVEN beginnen.

Das molare Verhältnis von \dfrac{GIVEN}{P1} in der Reaktion ist \dfrac{GIVEN_RATIO}{P1_RATIO}. [Erklärung einblenden]

Die Reaktionsgleichung lautet \blue{GIVEN_RATIO}GIVEN + R2_RATIOR2 \rightarrow \red{P1_RATIO}P1 + P2_RATIOP2. Die Koeffizienten vor den Molekülen sagen uns in welchem Verhältnis die Moleküle miteinander reagieren. In diesem Fall cardinalThrough20(GIVEN_RATIO) GIVEN für cardinalThrough20(P1_RATIO) P1 Molekül.

Die Reaktionsgleichung lautet \blue{GIVEN_RATIO}GIVEN + R2_RATIOR2 \rightarrow \red{P1_RATIO}P1 + P2_RATIOP2. Die Koeffizienten vor den Molekülen sagen uns in welchem Verhältnis die Moleküle miteinander reagieren. In diesem Fall cardinalThrough20(GIVEN_RATIO) GIVEN für cardinalThrough20(P1_RATIO) P1 Moleküle.

\qquad \dfrac{GIVEN}{P1} = \dfrac{GIVEN_RATIO}{P1_RATIO} = \dfrac{\text{ plural(localeToFixed(GIVEN_MOL,-1), "Mol")}}{x}

x = \text{ localeToFixed(P1_MOL,-1) plural_form(MOLE, P1_MOL)} P1 werden produziert.