Abschnittsübersicht

    • Der Vektor von A nach B errechnet sich als:

      \(\vec{0\mathrm{A}}=\left(\begin{array}{c} x_1 \\ y_1 \\ z_1 \end{array}\right)\)

      \(\vec{0\mathrm{B}}=\left(\begin{array}{c} x_2 \\ y_2 \\ z_2 \end{array}\right)\)

      \(\vec{\mathrm{AB}}=\vec{0\mathrm{B}}-\vec{\mathrm{0}A}=\left(\begin{array}{c} x_2 \\ y_2 \\ z_2 \end{array}\right)-\left(\begin{array}{c} x_1 \\ y_1 \\ z_1 \end{array}\right)=\left(\begin{array}{c} x_2-x_1 \\ y_2-y_1 \\ z_2-z_1 \end{array}\right)\)

    • Die Länge eines Vektors \(\vec{a}=\left(\begin{array}{c} x \\ y \\ z \end{array}\right)\) wird auch als Betrag des Vektors bezeichnet.

      Sie ergibt sich als \(L=|\vec{a}|=\sqrt{x^2+y^2+z^2}\).