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

Lösung einblenden

3 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:

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

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

I4 = 8 10 f(x) x : Trapezfläche I4 = (10 - 8) ⋅ -3 + ( - 4 ) 2 = 2 ⋅ ( - 3.5 ) = -7.

Somit gilt:

3 10 f(x) x = I2 + I3 + I4 = 3 6 f(x) x + 6 8 f(x) x + 8 10 f(x) x = -4.5 -6 -7 = -17.5

Integrale (ganz einfach)

Beispiel:

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

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

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

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

= 1 2 1 +5 - ( 1 2 4 +10 )

= 1 2 +5 - ( 2 +10 )

= 1 2 + 10 2 -1 · 12

= 11 2 -12

= 11 2 - 24 2

= - 13 2


= -6,5

Integrale ohne Kettenregel BF

Beispiel:

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

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

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

= - 1 6 ( 1 2 π ) 6 + 1 2 sin( 1 2 π ) - ( - 1 6 ( 0 ) 6 + 1 2 sin( 0 ) )

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

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

= 1 2 - 1 384 π 6 +0

= 1 2 - 1 384 π 6


≈ -2,004

Integrale mit Kettenregel BF

Beispiel:

Bestimme das Integral 2 3 -3 e -3x +4 x .

Lösung einblenden
2 3 -3 e -3x +4 x

= [ e -3x +4 ] 2 3

= e -33 +4 - e -32 +4

= e -9 +4 - e -6 +4

= e -5 - e -2


≈ -0,129

Integrale ohne Kettenregel

Beispiel:

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

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

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

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

= 3( -1 ) - 0 - ( 30 - 1 )

= -3 +0 - (0 -1 )

= -3 +1

= -2

Integrale mit Kettenregel

Beispiel:

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

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

= [ - 1 4 ( -2x +4 ) 4 +6x ] 1 2

= - 1 4 ( -22 +4 ) 4 +62 - ( - 1 4 ( -21 +4 ) 4 +61 )

= - 1 4 ( -4 +4 ) 4 +12 - ( - 1 4 ( -2 +4 ) 4 +6 )

= - 1 4 0 4 +12 - ( - 1 4 2 4 +6 )

= - 1 4 0 +12 - ( - 1 4 16 +6 )

= 0 +12 - ( -4 +6 )

= 12 -1 · 2

= 12 -2

= 10