Integratie door substitutie

In de integraalrekening is substitutie een techniek om primitieve functies te bepalen en integralen op te lossen. Het is een van de meest gebruikte technieken om primitieve functies te vinden en volgt uit de kettingregel voor afgeleiden. Eerst volgt de formele regel, daarna verduidelijkende voorbeelden.

Substitutieregel

Stel f : [ a , b ] R {\displaystyle f:[{a,b}]\to \mathbb {R} } is een continue functie en φ : [ α , β ] [ a , b ] {\displaystyle \varphi :[{\alpha ,\beta }]\to [{a,b}]} een functie die bijectief en differentieerbaar is met φ ( α ) = a {\displaystyle \varphi (\alpha )=a} en φ ( β ) = b {\displaystyle \varphi (\beta )=b} , dan geldt:

a b f ( x ) d x = α β f ( φ ( t ) ) φ ( t ) d t {\displaystyle \int _{a}^{b}{f(x)\mathrm {d} x}=\int _{\alpha }^{\beta }{f({\varphi (t)})\varphi '(t)\mathrm {d} t}}

Dit is plausibel te maken door de substitutie x = φ ( t ) {\displaystyle x=\varphi (t)} . Dan is:

d x d t = φ ( t ) {\displaystyle {\frac {\mathrm {d} x}{\mathrm {d} t}}=\varphi '(t)}

of anders geschreven

d x = φ ( t ) d t {\displaystyle \mathrm {d} x=\varphi '(t)\mathrm {d} t}

Omdat de functie f integreerbaar is, kan de integraal vanwege de hoofdstelling van de integraalrekening uitgedrukt worden in een primitieve functie F van f:

a b f ( x ) d x = F ( b ) F ( a ) = F ( φ ( β ) ) F ( φ ( α ) ) {\displaystyle \int _{a}^{b}{f\left(x\right)\mathrm {d} x}=F(b)-F(a)=F(\varphi (\beta ))-F(\varphi (\alpha ))}

Klassieke substituties

Voorbeeld 1

We weten dat sin ( x ) d x = cos ( x ) + C . {\displaystyle \int \sin(x)\,\mathrm {d} x=-\cos(x)+C.} Stel dat we sin ( 3 x 2 ) d x {\displaystyle \int \sin({3x-2})\mathrm {d} x} willen bepalen, dan gaat deze integraal door de substitutie 3 x 2 = y , {\displaystyle 3x-2=y,} dus met d x = 1 3 d y , {\displaystyle \mathrm {d} x={\tfrac {1}{3}}\mathrm {d} y,} over in

sin ( 3 x 2 ) d x = 1 3 sin ( y ) d y = 1 3 cos ( y ) + C = 1 3 cos ( 3 x 2 ) + C {\displaystyle \int \sin(3x-2)\mathrm {d} x={\tfrac {1}{3}}\int \sin(y)\mathrm {d} y=-{\tfrac {1}{3}}\cos(y)+C=-{\tfrac {1}{3}}\cos(3x-2)+C}

Voorbeeld 2

Nu passen we de formule in de andere richting toe, van rechts naar links dus. We beschouwen de volgende integraal:

sin 3 ( t ) d t = sin 2 ( t ) sin ( t ) d t = ( 1 cos 2 ( t ) ) sin ( t ) d t {\displaystyle \int \sin ^{3}(t)\mathrm {d} t=\int \sin ^{2}(t)\sin(t)\mathrm {d} t=\int \left(1-\cos ^{2}(t)\right)\sin(t)\mathrm {d} t}

Door de substitutie x = cos ( t ) {\displaystyle x=\cos(t)\,} wordt d x d t = sin ( t ) {\displaystyle {\frac {\mathrm {d} x}{\mathrm {d} t}}=-\sin(t)} en dus d t = 1 sin ( t ) d x {\displaystyle \mathrm {d} t=-{\frac {1}{\sin(t)}}\mathrm {d} x} . De integraal wordt dan

( 1 cos 2 ( t ) ) sin ( t ) d t = ( 1 x 2 ) d x = x + 1 3 x 3 + C = cos ( t ) + 1 3 cos 3 ( t ) + C {\displaystyle \int (1-\cos ^{2}(t))\sin(t)\mathrm {d} t=-\int (1-x^{2})\mathrm {d} x=-x+{\tfrac {1}{3}}x^{3}+C=-\cos(t)+{\tfrac {1}{3}}\cos ^{3}(t)+C} ,

zodat

sin 3 ( t ) d t = cos ( t ) + 1 3 cos 3 ( t ) + C {\displaystyle \int \sin ^{3}(t)\mathrm {d} t=-\cos(t)+{\tfrac {1}{3}}\cos ^{3}(t)+C}

Voorbeeld 3

Ten slotte een voorbeeld van een bepaalde integraal. Nu moet eraan gedacht worden ook de grenzen aan te passen.

0 2 x e x 2 d x {\displaystyle \int _{0}^{2}xe^{x^{2}}\mathrm {d} x} .

Substitutie: stel x 2 = y 2 x d x = d y x d x = 1 2 d y {\displaystyle x^{2}=y\Leftrightarrow 2x\mathrm {d} x=\mathrm {d} y\Leftrightarrow x\mathrm {d} x={\tfrac {1}{2}}\mathrm {d} y} .
Grenzen aanpassen: x = 0 y = 0     x = 2 y = 4 {\displaystyle x=0\Rightarrow y=0\ \wedge \ x=2\Rightarrow y=4}

1 2 0 4 e y d y = 1 2 [ e y ] 0 4 = 1 2 ( e 4 e 0 ) = e 4 1 2 {\displaystyle {\tfrac {1}{2}}\int _{0}^{4}{e^{y}}\mathrm {d} y={\tfrac {1}{2}}[{e^{y}}]_{0}^{4}={\tfrac {1}{2}}(e^{4}-e^{0})={\frac {e^{4}-1}{2}}}

In tegenstelling tot de voorgaande voorbeelden, is het bij een bepaalde integraal niet nodig achteraf terug te substitueren.

Goniometrische substituties

Bij goniometrische substituties voeren we een goniometrische functie in. Dit kan helpen bij het integreren van onder meer wortelvormen zoals x 2 a 2 {\displaystyle {\sqrt {x^{2}-a^{2}}}} , a 2 x 2 {\displaystyle {\sqrt {a^{2}-x^{2}}}} en x 2 + a 2 . {\displaystyle {\sqrt {x^{2}+a^{2}}}.} Hierbij maken we gebruik van (onder andere) de volgende goniometrische identiteiten:

1 sin 2 α = cos 2 α {\displaystyle 1-\sin ^{2}\alpha =\cos ^{2}\alpha }
1 + tan 2 α = sec 2 α {\displaystyle 1+\tan ^{2}\alpha =\sec ^{2}\alpha }
sec 2 α 1 = tan 2 α {\displaystyle \sec ^{2}\alpha -1=\tan ^{2}\alpha }

Voorbeeld 4

Een klassieker is de bepaling van

I = 1 x 2 d x {\displaystyle I=\int {\sqrt {1-x^{2}}}\,\mathrm {d} x}

voor 1 x 1 {\displaystyle -1\leq x\leq 1} .

We gebruiken als substitutie:

x = sin ( y ) {\displaystyle x=\sin(y)} , dus d x = cos ( y ) d y {\displaystyle \mathrm {d} x=\cos(y)\,\mathrm {d} y} ,

en vinden:

I = 1 sin 2 ( y ) cos ( y ) d y = cos 2 ( y ) cos ( y ) d y = cos 2 ( y ) d y {\displaystyle I=\int {\sqrt {1-\sin ^{2}(y)}}\cos(y)\,\mathrm {d} y=\int {\sqrt {\cos ^{2}(y)}}\cos(y)\,\mathrm {d} y=\int \cos ^{2}(y)\,\mathrm {d} y}

We gebruiken nu dat

cos ( 2 y ) = 2 cos 2 ( y ) 1 cos 2 ( y ) = 1 2 ( 1 + cos ( 2 y ) ) {\displaystyle \cos(2y)=2\cos ^{2}(y)-1\Leftrightarrow \cos ^{2}(y)={\tfrac {1}{2}}(1+\cos(2y))} ,

zodat:

I = 1 2 ( 1 + c o s ( 2 y ) ) d y = 1 2 d y + 1 4 cos ( 2 y ) d ( 2 y ) = 1 2 y + 1 4 sin ( 2 y ) + C {\displaystyle I=\int {\tfrac {1}{2}}(1+cos(2y))\,\mathrm {d} y={\tfrac {1}{2}}\int \mathrm {d} y+{\tfrac {1}{4}}\int \cos(2y)\,\mathrm {d} (2y)={\tfrac {1}{2}}y+{\tfrac {1}{4}}\sin(2y)+C}

Om I {\displaystyle I} als functie van x {\displaystyle x} te vinden, gebruiken we dat

sin ( y ) = x y = arcsin ( x ) {\displaystyle \sin(y)=x\Leftrightarrow y=\arcsin(x)} ,

en substitueren terug:

I = 1 2 y + 1 4 2 sin ( y ) cos ( y ) + C = 1 2 arcsin ( x ) + 1 2 x 1 x 2 + C {\displaystyle I={\tfrac {1}{2}}y+{\tfrac {1}{4}}\cdot 2\sin(y)\cos(y)+C={\tfrac {1}{2}}\arcsin(x)+{\tfrac {1}{2}}x{\sqrt {1-x^{2}}}+C}

Voorbeeld 5

De Weierstrass-substitutie, genoemd naar de Duitse wiskundige Karl Weierstrass, is een methode, die wordt gebruikt om met behulp van substitutie een integraal te berekenen.