Lösung 3.2:4c

Aus Online Mathematik Brückenkurs 2

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Aktuelle Version (10:36, 16. Sep. 2009) (bearbeiten) (rückgängig)
K (Robot: Automated text replacement (-ä +ä))
 
(Der Versionsvergleich bezieht 6 dazwischen liegende Versionen mit ein.)
Zeile 1: Zeile 1:
-
One way to determine the magnitude is to calculate the product
+
Einerseits können wir erst das Produkt der komplexen Zahlen berechnen und danach den Betrag berechnen. Aber für Produkte gilt, dass
-
<math>\left( \text{3}-\text{4}i \right)\left( \text{3}+\text{2}i \right)</math>
+
-
and then to take the magnitude of the result, but for products
+
 +
{{Abgesetzte Formel||<math>|zw| = |z|\cdot |w|</math>}}
-
<math>\left| zw \right|=\left| z \right|\centerdot \left| w \right|</math>
+
Also können wir erst die Beträge von <math>3-4i</math> und <math>3+2i</math> berechnen und dann das Produkt der Beträge berechnen,
-
 
+
{{Abgesetzte Formel||<math>\begin{align}
-
and we can take the magnitude of the factors
+
|(3-4i)(3+2i)|
-
<math>\text{3}-\text{4}i</math>
+
&= |3-4i|\cdot |3+2i|\\[5pt]
-
and
+
&= \sqrt{3^2+(-4)^2}\cdot\sqrt{3^2+2^2}\\[5pt]
-
<math>\text{3}+\text{2}i</math>
+
&= \sqrt{9+16}\sqrt{9+4}\\[5pt]
-
and then multiply the magnitudes together:
+
&= \sqrt{25}\sqrt{13}\\[5pt]
-
 
+
&= 5\sqrt{13}\,\textrm{.}
-
 
+
\end{align}</math>}}
-
<math>\begin{align}
+
-
& \left| \left( \text{3}-\text{4}i \right)\left( \text{3}+\text{2}i \right) \right|=\left| \left( \text{3}-\text{4}i \right) \right|\centerdot \left| \left( \text{3}+\text{2}i \right) \right| \\
+
-
& =\sqrt{3^{2}+\left( -4 \right)^{2}}\centerdot \sqrt{3^{2}+2^{2}} \\
+
-
& =\sqrt{9+16}\centerdot \sqrt{9+4} \\
+
-
& =\sqrt{25}\centerdot \sqrt{13}=5\sqrt{13} \\
+
-
\end{align}</math>
+

Aktuelle Version

Einerseits können wir erst das Produkt der komplexen Zahlen berechnen und danach den Betrag berechnen. Aber für Produkte gilt, dass

\displaystyle |zw| = |z|\cdot |w|

Also können wir erst die Beträge von \displaystyle 3-4i und \displaystyle 3+2i berechnen und dann das Produkt der Beträge berechnen,

\displaystyle \begin{align}

|(3-4i)(3+2i)| &= |3-4i|\cdot |3+2i|\\[5pt] &= \sqrt{3^2+(-4)^2}\cdot\sqrt{3^2+2^2}\\[5pt] &= \sqrt{9+16}\sqrt{9+4}\\[5pt] &= \sqrt{25}\sqrt{13}\\[5pt] &= 5\sqrt{13}\,\textrm{.} \end{align}