Abschnittsübersicht

    • Für Funktionen der Form f(x)=v(x)·w(x) gilt f'(x)=v'(x)·w(x)+v(x)·w'(x).

      Beispiel:

      \(f(x)=sin(x)\cdot x^2\)

      \(v(x)=sin(x)\)     \(v'(x)=cos(x)\)

      \(w(x)=x^2\)           \( w'(x)=2x\)

      \(f'(x)=v'(x)\cdot w(x)+v(x)\cdot w'(x)=cos(x)\cdot x^2+sin(x)\cdot2x\)
    • Für Funktionen der Form f(x)=v(w(x)) gilt f'(x)=v'(w(x))·v'(x).

      Beispiel:

      \(f(x)=sin(x^2)\)

      \(v(x)=sin(x)\)     \(v'(x)=cos(x)\)

      \(w(x)=x^2\)           \( w'(x)=2x\)

      \(f'(x)=v'(w(x))\cdot v'(x)=cos(x^2)\cdot2x\)