Digital Garden
Maths
Calculus
Integrals
Integration by Parts

Integration by Parts

Die Partielle Integrationsmethode wird auch oft Produkt integration genannt. Wir kΓΆnnen diese Integrationsmethode wenn schon aus einem Produkt von 2 Funktionen besteht oder es als Produkt von 2 Funktionen darstellbar ist z.B. ∫xβ‹…ex dx\int{x\cdot e^x \,dx}

∫f(x) dx=∫u(x)β‹…v(x) dx\int{f(x)\,dx}=\int{u(x)\cdot v(x)\,dx}

Wichtig dabei ist, dass auch eines der Faktoren einfach integrierbar ist, wir sehen also schnell das eines der Faktoren eine Ableitung ist.

Aus der Produktregel der Differentialrechnung kΓΆnnen wir folgendes bilden

(u(x)β‹…v(x))β€²=uβ€²(x)β‹…v(x)+u(x)β‹…vβ€²(x)β‡’u(x)β‹…vβ€²(x)=(u(x)β‹…v(x))β€²βˆ’uβ€²(x)β‹…v(x)\begin{align*} &(u(x)\cdot v(x))'=u'(x)\cdot v(x)+u(x)\cdot v'(x) \\ &\Rightarrow u(x)\cdot v'(x)=(u(x)\cdot v(x))'-u'(x)\cdot v(x) \end{align*}

Unbestimmte Integration auf beiden Seiten fΓΌhrt dann zu

∫u(x)β‹…vβ€²(x) dx=∫(u(x)β‹…v(x))′ dxβˆ’βˆ«uβ€²(x)β‹…v(x) dxβ‡’βˆ«u(x)β‹…vβ€²(x) dx=u(x)β‹…v(x)βˆ’βˆ«uβ€²(x)β‹…v(x) dx\begin{align*} &\int{u(x)\cdot v'(x)\,dx}= \int{(u(x)\cdot v(x))'\,dx}-\int{u'(x)\cdot v(x)\,dx} \\ &\Rightarrow \int{u(x)\cdot v'(x)\,dx}= u(x)\cdot v(x)-\int{u'(x)\cdot v(x)\,dx} \end{align*}

Mit dieser Formel kann man dann die Integration lΓΆsen wenn man u(x)u(x) ableitet und v(x)v(x) integriert.

Genau so kann man auch vorgehen wenn es ein bestimmtes Integral ist nur ist es dann

∫abu(x)β‹…vβ€²(x) dx=∣u(x)β‹…v(x)∣abβˆ’βˆ«abuβ€²(x)β‹…v(x) dx\int_a^b{u(x)\cdot v'(x)\,dx} = \Big|u(x)\cdot v(x)\Big|_a^b-\int_a^b{u'(x)\cdot v(x)\,dx}

Mehr dazu findest du auch hier (opens in a new tab)

:::note Beispiel Partielle Integration

Wir wollen das follgende Problem lΓΆsen

∫xβ‹…ex dx=?\int{x\cdot e^x \, dx}=?

Zuerst zerlegen wir den Integrand wie oben beschrieben.

  • u(x)=xu(x)=x
  • uβ€²(x)=1u'(x)=1
  • vβ€²(x)=exv'(x)=e^x
  • v(x)=exv(x)=e^x

Aus der Formel kΓΆnnen wir dann folgende berechnen

\int{x\cdot e^x \, dx}&=x \cdot e^x - \int{1 \cdot e^x \,dx} \\ &\Rightarrow x \cdot e^x - e^x + C = (x-1) \cdot e^x + C \end{align*}$$ :::