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 2 f(x) x : Rechtecksfläche I1 = (2 - 0) ⋅ ( - 3 ) = 2 ⋅ ( - 3 ) = -6.

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

I3 = 5 8 f(x) x : Dreiecksfläche I3 = (8 - 5) ⋅ 4 2 = 12 2 = 6.

I4 = 8 10 f(x) x : Rechtecksfläche I4 = (10 - 8) ⋅ 4 = 2 ⋅ 4 = 8.

Somit gilt:

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

Integrale (ganz einfach)

Beispiel:

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

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

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

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

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

= - 5 3 - 5 2 - ( 45 - 45 2 )

= - 10 6 - 15 6 - ( 90 2 - 45 2 )

= - 25 6 -1 · 45 2

= - 25 6 - 45 2

= - 25 6 - 135 6

= - 80 3


≈ -26,667

Integrale ohne Kettenregel BF

Beispiel:

Bestimme das Integral 1 2 π π ( 4 sin( x ) +5 e -x ) x .

Lösung einblenden
1 2 π π ( 4 sin( x ) +5 e -x ) x

= [ -4 cos( x ) -5 e -x ] 1 2 π π

= -4 cos( π ) -5 e -π - ( -4 cos( 1 2 π ) -5 e -( 1 2 π ) )

= -4( -1 ) -5 e -π - ( -40 -5 e -( 1 2 π ) )

= 4 -5 e -π - (0 -5 e -( 1 2 π ) )

= -5 e -π +4 +5 e - 1 2 π


≈ 4,823

Integrale mit Kettenregel BF

Beispiel:

Bestimme das Integral 0 2 ( - ( 3x -3 ) 3 -6x ) x .

Lösung einblenden
0 2 ( - ( 3x -3 ) 3 -6x ) x

= [ - 1 12 ( 3x -3 ) 4 -3 x 2 ] 0 2

= - 1 12 ( 32 -3 ) 4 -3 2 2 - ( - 1 12 ( 30 -3 ) 4 -3 0 2 )

= - 1 12 ( 6 -3 ) 4 -34 - ( - 1 12 ( 0 -3 ) 4 -30 )

= - 1 12 3 4 -12 - ( - 1 12 ( -3 ) 4 +0)

= - 1 12 81 -12 - ( - 1 12 81 +0)

= - 27 4 -12 - ( - 27 4 +0)

= - 27 4 - 48 4 - ( - 27 4 +0)

= - 75 4 + 27 4

= -12

Integrale ohne Kettenregel

Beispiel:

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

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

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

= 3 sin( 3 2 π ) -5 cos( 3 2 π ) - ( 3 sin( 1 2 π ) -5 cos( 1 2 π ) )

= 3( -1 ) -50 - ( 31 -50 )

= -3 +0 - ( 3 +0)

= -3 -3

= -6

Integrale mit Kettenregel

Beispiel:

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

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

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

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

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

= 20 -2( -1 )

= 0 +2

= 2