Ableitungsregeln.: Unterschied zwischen den Versionen
Aus KAS-Wiki
Chris1 (Diskussion | Beiträge) (→Summenregel) |
Chris1 (Diskussion | Beiträge) (→Produktregel) |
||
Zeile 56: | Zeile 56: | ||
− | ==== Beispiel ==== | + | ==== Beispiel 1 ==== |
+ | |||
+ | <math>f\!(x)=(4x^3-2x+1) \cdot (x^2-2x+5)</math> | ||
+ | |||
+ | |||
+ | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
+ | u(x)=4x^3-2x+1\\ | ||
+ | v(x)=x^2-2x+5 | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math>\mathrm{Ableitungen\ der\ Bestandteile}\ \begin{cases} | ||
+ | u'(x)=12x^2-2\\ | ||
+ | v'(x)=2x-2 | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math>f\!\,'(x)=(12x^2-2) \cdot (x^2-2x+5)+(4x^3-2x+1) \cdot (2x-2)</math> | ||
+ | |||
+ | <math>f\!\,'(x)=12x^4-24x^3+60x^2-2x^2+4x-10+8x^4-8x^3-4x^2+4x+2x-2</math> | ||
+ | |||
+ | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{20x^4-32x^3+54x^2+10x-12}}}</math> | ||
+ | |||
+ | |||
+ | |||
+ | ==== Beispiel 2 ==== | ||
+ | |||
+ | |||
+ | <math>f\!(x)=\sin(x) \cdot \cos(x)</math> | ||
+ | |||
+ | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
+ | u(x)=\sin(x)\\ | ||
+ | v(x)=\cos(x) | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math>\mathrm{Ableitungen\ der\ Bestandteile}\ \begin{cases} | ||
+ | u'(x)=\cos(x)\\ | ||
+ | v'(x)=-\sin(x) | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math>f\!\,'(x)=\cos(x) \cdot \cos(x)+\sin(x) \cdot (-\sin(x))</math> | ||
+ | |||
+ | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{\cos^2(x)-\sin^2(x)}}}</math> | ||
+ | |||
+ | |||
+ | ==== Beispiel 3 ==== | ||
+ | |||
+ | |||
+ | <math>f\!(x)=x^n \cdot e^{x}</math> | ||
+ | |||
+ | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
+ | u(x)=x^n\\ | ||
+ | v(x)=e^{x} | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math>\mathrm{Ableitungen\ der\ Bestandteile}\ \begin{cases} | ||
+ | u'(x)=n \cdot x^{n-1}\\ | ||
+ | v'(x)=e^{x} | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math>f\!\,'(x)=(n \cdot x^{n-1}) \cdot (e^{x})+(x^n) \cdot (e^{x})</math> | ||
+ | |||
+ | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{x^{n-1} \cdot e^{x} \cdot (n+x)}}}</math> | ||
=== Quotientenregel === | === Quotientenregel === |
Version vom 7. Dezember 2009, 11:02 Uhr
Inhaltsverzeichnis |
Ableitungsregeln
Potenzregel
=>
Beispiel
=>
Summenregel
=>
Beispiel
=>
Faktorregel
=>
Beispiel
Differenzregel
=>
Beispiel
Produktregel
=>
Beispiel 1
Beispiel 2
Beispiel 3
Quotientenregel
=>
Beispiel
Kettenregel
=>
Beispiel
Umkehrregel