Lösung zur Ableitung der Formel
Eingabefunktion
$$\frac{\sin\left(x\right)}{\mathrm{e}^{x}}$$
Start der Ableitung
$$\frac{d}{dx}{\left(\mathrm{e}^{-x}\sin\left(x\right)\right)}$$
Schritt 1 — Produktregel
Regel
$$\frac{d}{dx}(u \cdot v)=u'v+uv'$$
Mit:
- $u = \mathrm{e}^{-x}$
- $v = \sin\left(x\right)$
Aktueller Ausdruck
$$\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\frac{d}{dx}{\left(\mathrm{e}^{-x}\sin\left(x\right)\right)}\,}}}$$
Nach Produktregel
$$\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\frac{d}{dx}{\left(\mathrm{e}^{-x}\right)}\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}\,}}}$$
Schritt 2 — Ableitung der Exponentialfunktion
Regel
$$\frac{d}{dx}(e^{u})=e^{u}\cdot u'$$
Mit:
- $u = -x$
Aktueller Ausdruck
$$\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\frac{d}{dx}{\left(\mathrm{e}^{-x}\right)}\,}}}\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Nach Ableitung der Exponentialfunktion
$$\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\mathrm{e}^{-x}\ln\left(\mathrm{e}\right)\frac{d}{dx}{\left(-x\right)}\,}}}\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Vereinfacht
$$\bbox[lightgreen, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\mathrm{e}^{-x}\,}}}\frac{d}{dx}{\left(-x\right)}\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Schritt 3 — Ableitung eines negativen Terms
Regel
$$\frac{d}{dx}(-u) = -u'$$
Mit:
- $u = x$
Aktueller Ausdruck
$$\mathrm{e}^{-x}\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\frac{d}{dx}{\left(-x\right)}\,}}}\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Nach Ableitung eines negativen Terms
$$\mathrm{e}^{-x}\left(\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,-\frac{d}{dx}{\left(x\right)}\,}}}\right)\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Schritt 4 — Ableitung der Variablen
Regel
$$\frac{d}{dx}(x)=1$$
Aktueller Ausdruck
$$\mathrm{e}^{-x}\left(-\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\frac{d}{dx}{\left(x\right)}\,}}}\right)\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Nach Ableitung der Variablen
$$\mathrm{e}^{-x}\left(-\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,1\,}}}\right)\sin\left(x\right) + \mathrm{e}^{-x}\frac{d}{dx}{\left(\sin\left(x\right)\right)}$$
Schritt 5 — Ableitung des Sinus
Regel
$$\frac{d}{dx}(\sin(x)) = \cos(x)$$
Aktueller Ausdruck
$$\mathrm{e}^{-x}\left(-1\right)\sin\left(x\right) + \mathrm{e}^{-x}\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\frac{d}{dx}{\left(\sin\left(x\right)\right)}\,}}}$$
Nach Ableitung des Sinus
$$\mathrm{e}^{-x}\left(-1\right)\sin\left(x\right) + \mathrm{e}^{-x}\bbox[yellow, padding:0.12em 0.22em]{{\color{black}{\vphantom{\dfrac{d}{dx}}\,\cos\left(x\right)\,}}}$$
Ergebnis
$$\mathrm{e}^{-x}\left(-1\right)\sin\left(x\right) + \mathrm{e}^{-x}\cos\left(x\right)$$
Direkt berechnet (Maxima)
Ableitung der Eingabefunktion via Maxima:
$$\mathrm{e}^{-x}\cos\left(x\right) - \mathrm{e}^{-x}\sin\left(x\right)$$
Abgleich Schrittfolge ↔︎ Maxima:
gleich (true)