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.

Bestimmte Integrale

Bestimmte Integrale besitzen im Gegensatz zu unbestimmten Integralen Integrationsgrenzen.

Wir überlegen uns die Definition bzw. Berechnung von bestimmten Integralen anhand eines Schaubilds:

Mit bestimmten Integralen lassen sich anschaulich abgegrenzte Flächeninhalte bestimmen, die der Graph einer Funktion f(x)f(x) mit der xx-Achse in einem bestimmten Intervall einschließt.

Berechnung bestimmter Integrale

Beispiele:
  1. 13x4 \int\limits_{-1}^{3} x^4 dxdx =[15x5]13=(153515(1)5)=15(243(1))=2445= [\frac{1}{5} x^5]_{-1}^{3} = (\frac{1}{5} \cdot 3^5 - \frac{1}{5} \cdot (-1)^5) = \frac{1}{5} (243- (-1)) = \frac{244}{5}

  2. 1e1x \int\limits_{1}^{e} \frac{1}{x} dxdx =[lnx]1e=lneln1=10=1= [ln\vert x \vert]_{1}^{e} = ln \vert e \vert - ln \vert 1 \vert = 1-0 =1

  3. 01e5t \int\limits_{0}^{1} e^{-5t} dxdx =[15e5t]01=15(e51e50)=15(e5t1)=[- \frac{1}{5} e^{-5t}]_{0}^{1} = - \frac{1}{5} (e^{-5 \cdot 1} - e^{-5 \cdot 0}) = - \frac{1}{5} (e^{-5t} -1 )