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 8 f(x) x .

Lösung einblenden

0 8 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 2 f(x) x : Dreiecksfläche I1 = (2 - 0) ⋅ 4 2 = 8 2 = 4.

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

I3 = 5 8 f(x) x : Rechtecksfläche I3 = (8 - 5) ⋅ ( - 1 ) = 3 ⋅ ( - 1 ) = -3.

Somit gilt:

0 8 f(x) x = I1 + I2 + I3 = 0 2 f(x) x + 2 5 f(x) x + 5 8 f(x) x = 4 -1.5 -3 = -0.5

Integrale (ganz einfach)

Beispiel:

Bestimme das Integral -1 0 ( 5 x 2 +5 ) x .

Lösung einblenden
-1 0 ( 5 x 2 +5 ) x

= [ 5 3 x 3 +5x ] -1 0

= 5 3 0 3 +50 - ( 5 3 ( -1 ) 3 +5( -1 ) )

= 5 3 0 +0 - ( 5 3 ( -1 ) -5 )

= 0+0 - ( - 5 3 -5 )

= 0 - ( - 5 3 - 15 3 )

= -1 · ( - 20 3 )

= 20 3


≈ 6,667

Integrale ohne Kettenregel BF

Beispiel:

Bestimme das Integral 4 9 ( 2 3 e x - 2 3 x ) x .

Lösung einblenden
4 9 ( 2 3 e x - 2 3 x ) x
= 4 9 ( 2 3 e x - 2 3 x 1 2 ) x

= [ 2 3 e x - 4 9 x 3 2 ] 4 9

= [ 2 3 e x - 4 9 ( x ) 3 ] 4 9

= 2 3 e 9 - 4 9 ( 9 ) 3 - ( 2 3 e 4 - 4 9 ( 4 ) 3 )

= 2 3 e 9 - 4 9 3 3 - ( 2 3 e 4 - 4 9 2 3 )

= 2 3 e 9 - 4 9 27 - ( 2 3 e 4 - 4 9 8 )

= 2 3 e 9 -12 - ( 2 3 e 4 - 32 9 )

= 2 3 e 9 -12 - 2 3 e 4 -1 · ( - 32 9 )

= 2 3 e 9 -12 - 2 3 e 4 + 32 9

= 2 3 e 9 - 2 3 e 4 -12 + 32 9

= 2 3 e 9 - 2 3 e 4 - 76 9


≈ 5357,213

Integrale mit Kettenregel BF

Beispiel:

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

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

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

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

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

= -0 +0

= 0

Integrale ohne Kettenregel

Beispiel:

Bestimme das Integral 0 π ( -4 cos( x ) -4 sin( x ) ) x .

Lösung einblenden
0 π ( -4 cos( x ) -4 sin( x ) ) x

= [ -4 sin( x ) +4 cos( x ) ] 0 π

= -4 sin( π ) +4 cos( π ) - ( -4 sin( 0 ) +4 cos( 0 ) )

= -40 +4( -1 ) - ( -40 +41 )

= 0 -4 - (0 +4 )

= -4 -4

= -8

Integrale mit Kettenregel

Beispiel:

Bestimme das Integral 0 2 -2 e 2x -4 x .

Lösung einblenden
0 2 -2 e 2x -4 x

= [ - e 2x -4 ] 0 2

= - e 22 -4 + e 20 -4

= - e 4 -4 + e 0 -4

= - e 0 + e -4

= -1 + e -4


≈ -0,982