Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Zerlegung von Vektoren

Vektoren in zwei Dimensionen

Beispiel:
Kräftezerlegung

Aus der Zeichnung und mit Hilfe der Winkelfunktionen cos(α)\cos(\alpha) und sin(α)\sin(\alpha) ergibt sich:

F=(FxFy)=(Fcos(α)Fsin(α))\vec{F}=\left(\begin{matrix}F_{x}\\ F_{y} \end{matrix}\right)=\left(\begin{matrix}|F| \cos(\alpha)\\ |F| \sin(\alpha) \end{matrix}\right)

\hspace{6cm} wobei: \hspace{0.5cm} Fx=(Fx0)=(Fcos(α)0) \vec{F_x}= \left(\begin{matrix}F_{x}\\ 0 \end{matrix}\right)=\left(\begin{matrix}|F| \cos(\alpha)\\ 0 \end{matrix}\right) \hspace{0.5cm} und \hspace{0.5cm} Fy=(0Fy)=(0Fsin(α))\vec{F_y}=\left(\begin{matrix} 0 \\ F_{y} \end{matrix}\right)=\left(\begin{matrix} 0 \\ |F| \sin(\alpha) \end{matrix}\right)

Vektoren in drei Dimensionen