de-CH
utf-8
math math-format graphie
Arbeit mit gegebener Parametrisierung
va-02-02
multiple
245600
randRangeNonZero(-8,8) randRangeNonZero(-8,8) randRangeNonZero(-8,8) randRangeNonZero(-8,8) randRangeNonZero(-8,8) randRangeNonZero(-8,8) -2*X randRange(2,6)

Geben seien eine Kurve \gamma: [0,L] \to \mathbb R^3, \gamma(t) = { \color{teal}\begin{pmatrix} x(t) \\y(t) \\z (t) \end{pmatrix} = \begin{pmatrix} A \cdot t^2 + B\cdot t \\ C \cdot t + D \\ E \cdot t \end{pmatrix}} und ein Vektorfeld K: \mathbb R^3 \to \mathbb R^3 mit \color{purple}K(x,y,z) =\begin{pmatrix} X z \\ y \\ Z x \end{pmatrix}.

Berechnen Sie das Arbeitsintegral \displaystyle \int_\gamma K d\gamma.

a \displaystyle \int_\gamma K d\gamma= (X*E * B + C*C + Z*B*E)*L*L/2+ D*C*L

Das Integral \displaystyle \int_\gamma K d\gamma für \gamma: [0,{\mathbfL}] \to \mathbb R^3 ist nach Definition \displaystyle \int_0^{{\mathbfL}} {\color{red}K(\gamma(t))} \cdot {\color{blue}\gamma'(t)} dt.

Der (Geschwindigkeits-)Vektor ist { \color{blue}\gamma'(t) = \begin{pmatrix} \left(A \cdot t^2 + B \cdot t\right)' \\ \left(C \cdot t + D \right)' \\ \left(E \cdot t\right)' \end{pmatrix} = \begin{pmatrix} 2*A \cdot t + B \\ C \\ E \end{pmatrix}}.

Die Kurve ins Vektorfeld eingesetzt liefert den zweiten Faktor für das Skalarprodukt mit

\color{red}K(\gamma(t)) =\begin{pmatrix} X z(t) \\ y(t) \\ Z x(t) \end{pmatrix} = \begin{pmatrix} X \left (E t \right) \\ C \cdot t + D \\ Z \left(A \cdot t^2 + B\cdot t \right) \end{pmatrix} = \begin{pmatrix} X*E t \\ C \cdot t + D \\ Z*A \cdot t^2 + Z*B\cdot t \end{pmatrix}.

Damit erhalten wir für das Skalarprodukt

{\color{red}\begin{pmatrix} X*E t \\ C \cdot t + D \\ Z*A \cdot t^2 + Z*B\cdot t \end{pmatrix}} \cdot {\color{blue}\begin{pmatrix} 2*A \cdot t + B \\ C \\ E\end{pmatrix}} = \left( X*E t \right ) \cdot \left( 2*A t + B \right ) + (C \cdot t + D) \cdot negParens(C) + \left(Z*A \cdot t^2 + Z*B \cdot t\right) \cdot negParens(E) = X*E * B + C*C + Z*B*E \cdot t + D*C.

Auszurechnen ist das (elementare) Integral \displaystyle \int_\gamma K d\gamma = \int_0^{L} K(\gamma(t)) \cdot \gamma'(t) dt = \int_0^{L} \left(X*E * B + C*C + Z*B*E \cdot t + D*C \right ) dt .

Dies ist \displaystyle \int_0^{L} \left(X*E * B + C*C + Z*B*E \cdot t + D*C \right ) dt = \left( fractionReduce(X*E * B + C*C + Z*B*E,2) \cdot t^2 + D*C\cdot t \right)\bigg|_0^{L} = fractionReduce((X*E * B + C*C + Z*B*E)*L*L + 2 * D*C*L,2) .