Processing Math: Done
To print higher-resolution math symbols, click the
Hi-Res Fonts for Printing button on the jsMath control panel.

jsMath

Lösung 2.3:1a

Aus Online Mathematik Brückenkurs 2

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
K (Robot: Automated text replacement (-{{Displayed math +{{Abgesetzte Formel))
Zeile 1: Zeile 1:
The formula for integration by parts reads
The formula for integration by parts reads
-
{{Displayed math||<math>\int f(x)g(x)\,dx = F(x)g(x) - \int F(x)g'(x)\,dx\,,</math>}}
+
{{Abgesetzte Formel||<math>\int f(x)g(x)\,dx = F(x)g(x) - \int F(x)g'(x)\,dx\,,</math>}}
where <math>F(x)</math> is a primitive function of <math>f(x)</math> and <math>g'(x)</math> is a derivative of <math>g(x)</math>.
where <math>F(x)</math> is a primitive function of <math>f(x)</math> and <math>g'(x)</math> is a derivative of <math>g(x)</math>.
Zeile 10: Zeile 10:
In the integral
In the integral
-
{{Displayed math||<math>\int 2xe^{-x}\,dx\,,</math>}}
+
{{Abgesetzte Formel||<math>\int 2xe^{-x}\,dx\,,</math>}}
it can seem appropriate to choose <math>f(x)=e^{-x}</math> and <math>g(x) = 2x</math>, because then <math>g'(x) = 2</math> and we have only <math>F(x) = -e^{-x}</math> left,
it can seem appropriate to choose <math>f(x)=e^{-x}</math> and <math>g(x) = 2x</math>, because then <math>g'(x) = 2</math> and we have only <math>F(x) = -e^{-x}</math> left,
-
{{Displayed math||<math>\begin{align}
+
{{Abgesetzte Formel||<math>\begin{align}
\int 2x\cdot e^{-x}\,dx
\int 2x\cdot e^{-x}\,dx
&= 2x\cdot \bigl(-e^{-x}\bigr) - \int 2\cdot \bigl(-e^{-x}\bigr)\,dx\\[5pt]
&= 2x\cdot \bigl(-e^{-x}\bigr) - \int 2\cdot \bigl(-e^{-x}\bigr)\,dx\\[5pt]
Zeile 22: Zeile 22:
It remains only to integrate <math>e^{-x}</math> and we are finished,
It remains only to integrate <math>e^{-x}</math> and we are finished,
-
{{Displayed math||<math>\begin{align}
+
{{Abgesetzte Formel||<math>\begin{align}
\phantom{\int 2x\cdot e^{-x}\,dx}{}
\phantom{\int 2x\cdot e^{-x}\,dx}{}
&= \rlap{-2xe^{-x} + 2\bigl(-e^{-x}\bigr) + C}\phantom{2x\cdot \bigl(-e^{-x}\bigr) - \int 2\cdot \bigl(-e^{-x}\bigr)\,dx}\\[5pt]
&= \rlap{-2xe^{-x} + 2\bigl(-e^{-x}\bigr) + C}\phantom{2x\cdot \bigl(-e^{-x}\bigr) - \int 2\cdot \bigl(-e^{-x}\bigr)\,dx}\\[5pt]

Version vom 13:03, 10. Mär. 2009

The formula for integration by parts reads

f(x)g(x)dx=F(x)g(x)F(x)g(x)dx 

where F(x) is a primitive function of f(x) and g(x) is a derivative of g(x).

If we are to use integration by parts, the integrand has to be divided up into two factors, a factor f(x) which we integrate and a factor g(x) which we differentiate. It is only when the product F(x)g(x) becomes simpler than f(x)g(x) that there is any point in integrating by parts.

In the integral

2xexdx 

it can seem appropriate to choose f(x)=ex and g(x)=2x, because then g(x)=2 and we have only F(x)=ex left,

2xexdx=2xex2exdx=2xex+2exdx.

It remains only to integrate ex and we are finished,

=2xex+2ex+C=2xex2ex+C=2(x+1)ex+C.