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

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

I3 = 5 7 f(x) x : Rechtecksfläche I3 = (7 - 5) ⋅ ( - 1 ) = 2 ⋅ ( - 1 ) = -2.

Somit gilt:

0 7 f(x) x = I1 + I2 + I3 = 0 3 f(x) x + 3 5 f(x) x + 5 7 f(x) x = 3 -1 -2 = 0

Integrale (ganz einfach)

Beispiel:

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

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

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

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

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

= 2 3 -2 - ( 18 -6 )

= 2 3 - 6 3 -1 · 12

= - 4 3 -12

= - 4 3 - 36 3

= - 40 3


≈ -13,333

Integrale ohne Kettenregel BF

Beispiel:

Bestimme das Integral 4 16 ( 3 cos( x ) - 5 4 x ) x .

Lösung einblenden
4 16 ( 3 cos( x ) - 5 4 x ) x
= 4 16 ( 3 cos( x ) - 5 4 x 1 2 ) x

= [ 3 sin( x ) - 5 6 x 3 2 ] 4 16

= [ 3 sin( x ) - 5 6 ( x ) 3 ] 4 16

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

= 3 sin( 16 ) - 5 6 4 3 - ( 3 sin( 4 ) - 5 6 2 3 )

= 3 sin( 16 ) - 5 6 64 - ( 3 sin( 4 ) - 5 6 8 )

= 3 sin( 16 ) - 160 3 - ( 3 sin( 4 ) - 20 3 )

= 3 sin( 16 ) - 160 3 -1 · 3 sin( 4 ) -1 · ( - 20 3 )

= 3 sin( 16 ) - 160 3 -3 sin( 4 ) + 20 3

= 3 sin( 16 ) -3 sin( 4 ) - 160 3 + 20 3

= 3 sin( 16 ) -3 sin( 4 ) - 140 3


≈ -45,26

Integrale mit Kettenregel BF

Beispiel:

Bestimme das Integral 0 2 2 e -x +1 x .

Lösung einblenden
0 2 2 e -x +1 x

= [ -2 e -x +1 ] 0 2

= -2 e -2 +1 +2 e -0 +1

= -2 e -1 +2e

= -2 e -1 +2e


≈ 4,701

Integrale ohne Kettenregel

Beispiel:

Bestimme das Integral 0 π ( 7 4 sin( x ) -3 cos( x ) ) x .

Lösung einblenden
0 π ( 7 4 sin( x ) -3 cos( x ) ) x

= [ - 7 4 cos( x ) -3 sin( x ) ] 0 π

= - 7 4 cos( π ) -3 sin( π ) - ( - 7 4 cos( 0 ) -3 sin( 0 ) )

= - 7 4 ( -1 ) -30 - ( - 7 4 1 -30 )

= 7 4 +0 - ( - 7 4 +0)

= 7 4 +0 - ( - 7 4 +0)

= 7 4 + 7 4

= 7 2


= 3,5

Integrale mit Kettenregel

Beispiel:

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

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

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

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

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

= -2( -1 ) +21

= 2 +2

= 4