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

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 10 f(x) x : Trapezfläche I4 = (10 - 7) ⋅ 2 + 3 2 = 3 ⋅ 2.5 = 7.5.

Somit gilt:

0 10 f(x) x = I1 + I2 + I3 + I4 = 0 2 f(x) x + 2 4 f(x) x + 4 7 f(x) x + 7 10 f(x) x = -2 +2 +6 +7.5 = 13.5

Integrale (ganz einfach)

Beispiel:

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

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

= [ x 3 -4x ] 1 2

= 2 3 -42 - ( 1 3 -41 )

= 8 -8 - ( 1 -4 )

= 8 -8 -1 · 1 -1 · ( -4 )

= 8 -8 -1 +4

= 3

Integrale ohne Kettenregel BF

Beispiel:

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

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

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

= -6 sin( 3 2 π ) + 2 3 cos( 3 2 π ) - ( -6 sin( 0 ) + 2 3 cos( 0 ) )

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

= 6 +0 - (0 + 2 3 )

= 6 - (0 + 2 3 )

= 6 - 2 3

= 18 3 - 2 3

= 16 3


≈ 5,333

Integrale mit Kettenregel BF

Beispiel:

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

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

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

= 1 6 ( 24 -4 ) 3 - 1 6 ( 21 -4 ) 3

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

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

= 1 6 64 - 1 6 ( -8 )

= 32 3 + 4 3

= 12

Integrale ohne Kettenregel

Beispiel:

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

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

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

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

= 50 -51 - ( 51 -50 )

= 0 -5 - ( 5 +0)

= -5 -5

= -10

Integrale mit Kettenregel

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

= 1 +1

= 2