Ableitungsregeln: Unterschied zwischen den Versionen
Aus KAS-Wiki
Chris1 (Diskussion | Beiträge) (→Ableitungsregeln) |
|||
(9 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 18: | Zeile 18: | ||
=== Faktorregel === | === Faktorregel === | ||
− | <math>f\!(x)=k | + | <math>f\!(x)=k \cdot g(x)</math> |
− | => <math>f\!\,'(x)=k | + | => <math>f\!\,'(x)=k \cdot g'(x)</math> |
Zeile 33: | Zeile 33: | ||
=== Produktregel === | === Produktregel === | ||
− | <math>f\!(x)=u(x) | + | <math>f\!(x)=u(x) \cdot v(x)</math> |
− | => <math>f\!\,'(x)=u'(x) | + | => <math>f\!\,'(x)=u'(x) \cdot v(x)+u(x) \cdot v'(x)</math> |
Zeile 43: | Zeile 43: | ||
− | => <math>f\!\,'(x)=\frac{u'(x) | + | => <math>f\!\,'(x)=\frac{u'(x) \cdot v(x)-u(x) \cdot v'(x)}{(v(x))^2}</math> |
Zeile 50: | Zeile 50: | ||
<math>f\!(x)=g(h(x))</math> | <math>f\!(x)=g(h(x))</math> | ||
− | => <math>f\!\,'(x)=h'(x) | + | => <math>f\!\,'(x)=h'(x) \cdot g'(h(x))</math> |
Zeile 57: | Zeile 57: | ||
<math>f\!^-\,^1(y)\ \mathrm{sei\ die\ Umkerhfunktion\ zu\ y=f(x)}</math> | <math>f\!^-\,^1(y)\ \mathrm{sei\ die\ Umkerhfunktion\ zu\ y=f(x)}</math> | ||
− | <math>(\!f\!^-\,^1)'(f(x))=\frac{1}{f'(x)}\ \mathrm{oder}\ (\!f\!^-\,^1)'(f\!(x)) | + | <math>(\!f\!^-\,^1)'(f(x))=\frac{1}{f'(x)}\ \mathrm{oder}\ (\!f\!^-\,^1)'(f\!(x)) \cdot f\!\,'(x)=1</math> |
+ | |||
Zeile 64: | Zeile 65: | ||
=== Summenregel === | === Summenregel === | ||
+ | |||
+ | |||
+ | ==== Beispiel ==== | ||
+ | |||
<math>f\!(x)=3x^2+5x</math> | <math>f\!(x)=3x^2+5x</math> | ||
Zeile 76: | Zeile 81: | ||
− | <math>f\!(x)=(4x^3-2x+1) | + | <math>f\!(x)=(4x^3-2x+1) \cdot (x^2-2x+5)</math> |
Zeile 91: | Zeile 96: | ||
− | <math>f\!\,'(x)=(12x^2-2) | + | <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)=12x^4-24x^3+60x^2-2x^2+4x-10+8x^4-8x^3-4x^2+4x+2x-2</math> | ||
Zeile 102: | Zeile 107: | ||
− | <math>f\!(x)=\sin(x) | + | <math>f\!(x)=\sin(x) \cdot \cos(x)</math> |
<math>\mathrm{Bestandteile}\ \begin{cases} | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
Zeile 116: | Zeile 121: | ||
− | <math>f\!\,'(x)=\cos(x) | + | <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> | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{\cos^2(x)-\sin^2(x)}}}</math> | ||
Zeile 124: | Zeile 129: | ||
− | <math>f\!(x)=x^n | + | <math>f\!(x)=x^n \cdot e^{x}</math> |
<math>\mathrm{Bestandteile}\ \begin{cases} | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
Zeile 133: | Zeile 138: | ||
<math>\mathrm{Ableitungen\ der\ Bestandteile}\ \begin{cases} | <math>\mathrm{Ableitungen\ der\ Bestandteile}\ \begin{cases} | ||
− | u'(x)=n | + | u'(x)=n \cdot x^{n-1}\\ |
v'(x)=e^{x} | v'(x)=e^{x} | ||
\end{cases}</math> | \end{cases}</math> | ||
− | <math>f\!\,'(x)=(n | + | <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} | + | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{x^{n-1} \cdot e^{x} \cdot (n+x)}}}</math> |
Zeile 151: | Zeile 156: | ||
<math>f\!(x)=\frac{1-2x}{4+3x^2}</math> | <math>f\!(x)=\frac{1-2x}{4+3x^2}</math> | ||
+ | |||
+ | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
+ | u(x)=1-2x\\ | ||
+ | v(x)=4+3x^2 | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math> | ||
+ | \mathrm{Ableitungen\ der\ Bestandteile} | ||
+ | \begin{cases} | ||
+ | u'(x)=-2\\ | ||
+ | v'(x)=6x | ||
+ | \end{cases} | ||
+ | </math> | ||
+ | |||
+ | |||
+ | |||
+ | <math>f\!\,'(x)=\frac{(-2) \cdot (4+3x^2)-(1-2x) \cdot (6x)}{(4+3x^2)^2}</math> | ||
+ | |||
+ | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{\frac{6x^2-6x-8}{(4+3x^2)^2}}}}</math> | ||
+ | |||
+ | |||
+ | |||
+ | === Kettenregel === | ||
+ | |||
+ | |||
+ | ==== Beispiel ==== | ||
+ | |||
+ | |||
+ | <math>f\!(x)=e^{(x^2+2x)}</math> | ||
+ | |||
+ | |||
+ | |||
+ | <math>\mathrm{Bestandteile}\ \begin{cases} | ||
+ | u(x)=e^x\\ | ||
+ | v(x)=x^2+2x | ||
+ | \end{cases}</math> | ||
+ | |||
+ | |||
+ | <math> | ||
+ | \mathrm{Ableitungen\ der\ Bestandteile} | ||
+ | \begin{cases} | ||
+ | u'(x)=e^x\\ | ||
+ | v'(x)=2x+2 | ||
+ | \end{cases} | ||
+ | </math> | ||
+ | |||
+ | |||
+ | <math>f\!\,'(x)=\boldsymbol{\underline{\underline{e^{(x^2+2x)} \cdot (2x+2)}}}</math> |
Aktuelle Version vom 7. Dezember 2009, 10:46 Uhr
Inhaltsverzeichnis |
Ableitungsregeln
Potenzregel
=>
Summenregel
=>
Faktorregel
=>
Differenzregel
=>
Produktregel
=>
Quotientenregel
=>
Kettenregel
=>
Umkehrregel
Beispiele
Summenregel
Beispiel
=>
Produktregel
Beispiel 1
Beispiel 2
Beispiel 3
Quotientenregel
Beispiel
Kettenregel
Beispiel