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

Lösung einblenden

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

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) ⋅ 3 2 = 6 2 = 3.

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

Somit gilt:

0 7 f(x) x = I1 + I2 + I3 = 0 2 f(x) x + 2 4 f(x) x + 4 7 f(x) x = -2 +3 +9 = 10

Integrale (ganz einfach)

Beispiel:

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

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

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

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

= -21 -5 - ( -29 -15 )

= -2 -5 - ( -18 -15 )

= -7 -1 · ( -33 )

= -7 +33

= 26

Integrale ohne Kettenregel BF

Beispiel:

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

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

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

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

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

= 1 +0 - ( -1 +0)

= 1 +1

= 2

Integrale mit Kettenregel BF

Beispiel:

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

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

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

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

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

= 30 -3( -1 )

= 0 +3

= 3

Integrale ohne Kettenregel

Beispiel:

Bestimme das Integral 0 π ( 9 4 cos( x ) +5 sin( x ) ) x .

Lösung einblenden
0 π ( 9 4 cos( x ) +5 sin( x ) ) x

= [ 9 4 sin( x ) -5 cos( x ) ] 0 π

= 9 4 sin( π ) -5 cos( π ) - ( 9 4 sin( 0 ) -5 cos( 0 ) )

= 9 4 0 -5( -1 ) - ( 9 4 0 -51 )

= 0 +5 - (0 -5 )

= 5 +5

= 10

Integrale mit Kettenregel

Beispiel:

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

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

= [ - 1 9 ( -3x +3 ) 3 ] 0 3

= - 1 9 ( -33 +3 ) 3 + 1 9 ( -30 +3 ) 3

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

= - 1 9 ( -6 ) 3 + 1 9 3 3

= - 1 9 ( -216 ) + 1 9 27

= 24 +3

= 27