Lösung 2.3:1b

Aus Online Mathematik Brückenkurs 2

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Aktuelle Version (13:55, 27. Aug. 2009) (bearbeiten) (rückgängig)
 
(Der Versionsvergleich bezieht 4 dazwischen liegende Versionen mit ein.)
Zeile 1: Zeile 1:
-
we look at the formula for partial integration,
+
Die Formel für partielle Integration lautet
 +
{{Abgesetzte Formel||<math>\int f(x)g(x)\,dx = F(x)g(x) - \int F(x)g'(x)\,dx</math>.}}
-
<math>\int{f\left( x \right)}g\left( x \right)\,dx=F\left( x \right)g\left( x \right)-\int{F\left( x \right){g}'\left( x \right)\,dx}</math>
+
Wir wählen hier <math>f(x)=\sin x</math> und <math>g(x)=x+1</math>, nachdem die Ableitung von <math>g(x)</math> nur eine Konstante ist.
-
 
+
{{Abgesetzte Formel||<math>\begin{align}
-
we see that if we choose
+
\int (x+1)\sin x\,dx
-
<math>f\left( x \right)=\text{sin }x\text{ }</math>
+
&= (x+1)\cdot (-\cos x) - \int 1\cdot (-\cos x)\,dx\\[5pt]
-
and
+
&= -(x+1)\cos x + \int \cos x\,dx\\[5pt]
-
<math>g\left( x \right)=x+\text{1}</math>, then the factor
+
&= -(x+1)\cos x + \sin x + C
-
<math>g\left( x \right)</math>
+
\end{align}</math>}}
-
will be differentiated to a constant on the right-hand side of the integral. Naturally, this presupposes that we can find a primitive function for
+
-
<math>f\left( x \right)</math>
+
-
(which we can) and that we can then integrate it. Let's try!
+
-
 
+
-
 
+
-
<math>\begin{align}
+
-
& \int{\left( x+1 \right)}\sin x\,dx=\left( x+1 \right)\centerdot \left( -\cos x \right)-\int{1\centerdot }\left( -\cos x \right)\,dx \\
+
-
& =-\left( x+1 \right)\cos x+\int{\cos x}\,dx \\
+
-
& =-\left( x+1 \right)\cos x+\sin x+C \\
+
-
\end{align}</math>
+

Aktuelle Version

Die Formel für partielle Integration lautet

\displaystyle \int f(x)g(x)\,dx = F(x)g(x) - \int F(x)g'(x)\,dx.

Wir wählen hier \displaystyle f(x)=\sin x und \displaystyle g(x)=x+1, nachdem die Ableitung von \displaystyle g(x) nur eine Konstante ist.

\displaystyle \begin{align}

\int (x+1)\sin x\,dx &= (x+1)\cdot (-\cos x) - \int 1\cdot (-\cos x)\,dx\\[5pt] &= -(x+1)\cos x + \int \cos x\,dx\\[5pt] &= -(x+1)\cos x + \sin x + C \end{align}