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

Lösung einblenden

2 9 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:

I2 = 2 4 f(x) x : Dreiecksfläche I2 = (4 - 2) ⋅ ( - 2 ) 2 = -4 2 = -2.

I3 = 4 7 f(x) x : Rechtecksfläche I3 = (7 - 4) ⋅ ( - 2 ) = 3 ⋅ ( - 2 ) = -6.

I4 = 7 9 f(x) x : Trapezfläche I4 = (9 - 7) ⋅ -2 + ( - 3 ) 2 = 2 ⋅ ( - 2.5 ) = -5.

Somit gilt:

2 9 f(x) x = I2 + I3 + I4 = 2 4 f(x) x + 4 7 f(x) x + 7 9 f(x) x = -2 -6 -5 = -13

Integrale (ganz einfach)

Beispiel:

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

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

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

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

= -1 + 1 2 1 - ( -0 + 1 2 0 )

= -1 + 1 2 - (0+0)

= - 2 2 + 1 2 +0

= - 1 2


= -0,5

Integrale ohne Kettenregel BF

Beispiel:

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

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

= [ 5 3 e 3x + 1 4 x 4 ] -2 1

= 5 3 e 31 + 1 4 1 4 - ( 5 3 e 3( -2 ) + 1 4 ( -2 ) 4 )

= 5 3 e 3 + 1 4 1 - ( 5 3 e -6 + 1 4 16 )

= 5 3 e 3 + 1 4 - ( 5 3 e -6 +4 )

= 5 3 e 3 + 1 4 - 5 3 e -6 -1 · 4

= 5 3 e 3 + 1 4 - 5 3 e -6 -4

= 5 3 e 3 - 5 3 e -6 + 1 4 -4

= 5 3 e 3 - 5 3 e -6 - 15 4


≈ 29,722

Integrale mit Kettenregel BF

Beispiel:

Bestimme das Integral 0 1 2 π 2 sin( x - 1 2 π) x .

Lösung einblenden
0 1 2 π 2 sin( x - 1 2 π) x

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

= -2 cos( 1 2 π - 1 2 π) +2 cos( 0 - 1 2 π)

= -2 cos(0) +2 cos( - 1 2 π)

= -21 +20

= -2 +0

= -2

Integrale ohne Kettenregel

Beispiel:

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

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

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

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

= -3( -1 ) +40 - ( -31 +40 )

= 3 +0 - ( -3 +0)

= 3 +3

= 6

Integrale mit Kettenregel

Beispiel:

Bestimme das Integral 1 4 -3 e -3x +5 x .

Lösung einblenden
1 4 -3 e -3x +5 x

= [ e -3x +5 ] 1 4

= e -34 +5 - e -31 +5

= e -12 +5 - e -3 +5

= e -7 - e 2


≈ -7,388