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

Lösung einblenden

2 7 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 5 f(x) x : Dreiecksfläche I2 = (5 - 2) ⋅ ( - 4 ) 2 = -12 2 = -6.

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

Somit gilt:

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

Integrale (ganz einfach)

Beispiel:

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

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

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

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

= - 2 3 ( -1 ) - 1 2 1 - ( - 2 3 ( -8 ) - 1 2 4 )

= 2 3 - 1 2 - ( 16 3 -2 )

= 4 6 - 3 6 - ( 16 3 - 6 3 )

= 1 6 -1 · 10 3

= 1 6 - 10 3

= 1 6 - 20 6

= - 19 6


≈ -3,167

Integrale ohne Kettenregel BF

Beispiel:

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

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

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

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

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

= 4 π +4( -1 ) - ( 4 1 2 π +40 )

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

= -4 + 4 π - 8 π

= -4 - 4 π


≈ -5,273

Integrale mit Kettenregel BF

Beispiel:

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

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

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

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

= cos(-π) - cos(0)

= -1 - 1

= -2

Integrale ohne Kettenregel

Beispiel:

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

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

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

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

= 51 -30 - ( 50 -31 )

= 5 +0 - (0 -3 )

= 5 +3

= 8

Integrale mit Kettenregel

Beispiel:

Bestimme das Integral 0 3 3 e -3x +7 x .

Lösung einblenden
0 3 3 e -3x +7 x

= [ - e -3x +7 ] 0 3

= - e -33 +7 + e -30 +7

= - e -9 +7 + e 0 +7

= - e -2 + e 7


≈ 1096,498