nach Aufgabentypen suchen

Aufgabentypen anhand von Beispielen durchstöbern

Browserfenster aktualisieren (F5), um neue Beispiele bei den Aufgabentypen zu sehen

lineares Integral berechnen

Beispiel:

Du hast entweder einen veralteten Browser oder Javascript ausgeschaltet. Deswegen kannst du leider das Schaubild nicht sehen :(

Im Schaubild sieht man den Graph der Funktion f. Berechne mit Hilfe des Schaubilds 0 10 f(x) x .

Lösung einblenden

0 10 f(x) x gibt den orientierten (also mit Vorzeichen behafteten) Flächeninhalt zwischen dem Graph der Funktion f und der x-Achse an.

Um diesen aus dem Schaubild zu berechnen unterteilen wir die Fläche in Rechtecke, Parallelogramme und ggf. Dreiecke:

I1 = 0 3 f(x) x : Dreiecksfläche I1 = (3 - 0) ⋅ ( - 2 ) 2 = -6 2 = -3.

I2 = 3 6 f(x) x : Dreiecksfläche I2 = (6 - 3) ⋅ 1 2 = 3 2 = 1.5.

I3 = 6 8 f(x) x : Rechtecksfläche I3 = (8 - 6) ⋅ 1 = 2 ⋅ 1 = 2.

I4 = 8 10 f(x) x : Trapezfläche I4 = (10 - 8) ⋅ 1 + 2 2 = 2 ⋅ 1.5 = 3.

Somit gilt:

0 10 f(x) x = I1 + I2 + I3 + I4 = 0 3 f(x) x + 3 6 f(x) x + 6 8 f(x) x + 8 10 f(x) x = -3 +1.5 +2 +3 = 3.5

Integrale (ganz einfach)

Beispiel:

Bestimme das Integral -3 1 ( 5 x 2 -2x ) x .

Lösung einblenden
-3 1 ( 5 x 2 -2x ) x

= [ 5 3 x 3 - x 2 ] -3 1

= 5 3 1 3 - 1 2 - ( 5 3 ( -3 ) 3 - ( -3 ) 2 )

= 5 3 1 - 1 - ( 5 3 ( -27 ) - 9 )

= 5 3 -1 - ( -45 -9 )

= 5 3 - 3 3 -1 · ( -54 )

= 2 3 +54

= 2 3 + 162 3

= 164 3


≈ 54,667

Integrale ohne Kettenregel BF

Beispiel:

Bestimme das Integral 0 1 2 π ( 2 x 3 +8 sin( x ) ) x .

Lösung einblenden
0 1 2 π ( 2 x 3 +8 sin( x ) ) x

= [ 1 2 x 4 -8 cos( x ) ] 0 1 2 π

= 1 2 ( 1 2 π ) 4 -8 cos( 1 2 π ) - ( 1 2 ( 0 ) 4 -8 cos( 0 ) )

= 1 2 ( 1 2 π ) 4 -80 - ( 1 2 0 -81 )

= 1 2 ( 1 2 π ) 4 +0 - (0 -8 )

= 1 32 π 4 +8


≈ 11,044

Integrale mit Kettenregel BF

Beispiel:

Bestimme das Integral 0 2 -3 e -x +1 x .

Lösung einblenden
0 2 -3 e -x +1 x

= [ 3 e -x +1 ] 0 2

= 3 e -2 +1 -3 e -0 +1

= 3 e -1 -3e

= 3 e -1 -3e


≈ -7,051

Integrale ohne Kettenregel

Beispiel:

Bestimme das Integral 0 π ( - 9 2 cos( x ) + 1 2 e 3x ) x .

Lösung einblenden
0 π ( - 9 2 cos( x ) + 1 2 e 3x ) x

= [ - 9 2 sin( x ) + 1 6 e 3x ] 0 π

= - 9 2 sin( π ) + 1 6 e 3π - ( - 9 2 sin( 0 ) + 1 6 e 3( 0 ) )

= - 9 2 0 + 1 6 e 3π - ( - 9 2 0 + 1 6 e 0 )

= 0 + 1 6 e 3π - (0 + 1 6 )

= 1 6 e 3π - (0 + 1 6 )

= 1 6 e 3π - 1 6


≈ 2065,108

Integrale mit Kettenregel

Beispiel:

Bestimme das Integral 1 2 π π -2 cos( 2x + 3 2 π) x .

Lösung einblenden
1 2 π π -2 cos( 2x + 3 2 π) x

= [ - sin( 2x + 3 2 π) ] 1 2 π π

= - sin( 2π + 3 2 π) + sin( 2( 1 2 π ) + 3 2 π)

= - sin( 7 2 π) + sin( 5 2 π)

= -( -1 ) +1

= 1 +1

= 2