Math for Non-Geeks/ Computing derivatives

From testwiki
Jump to navigation Jump to search

{{#invoke:Math for Non-Geeks/Seite|oben}} In the last chapter we defined the derivative function f:D of another differentiable function f:D as follows: f(x~):=limxx~f(x)f(x~)xx~. However, evaluating this limit can be a very cumbersome way to determine the derivative. For example, take the function g: with g(x)=x2ln(x). To calculate their derivatives we would have to determine limxx~x2ln(x)x~2ln(x~)xx~ for every x~.

It would be great to apply some rules to directly find an expression for the derivative function, which saves us the differential quotient computation. And luckily there are indeed derivative rules that trace derivatives of a complicated function back to derivatives of some very basic functions that are known exactly.

If f and g are differentiable functions, with the compositions af (with a), f+g, fg, fg and fg being all well-defined and differentiable, Then the following derivative rules apply:

Name Regel
Factor rule (af)=af
Sum rule (f±g)=f±g
Product rule (fg)=fg+fg
Quotient rule (fg)=gffgg2
Inverse rule (1g)=gg2
Chain rule (fg)=(fg)g
Special cases of the chain rule (fn)=nfn1f(f)=f2f(expf)=(expf)f(lnf)=ff
Inverse rule (yet missing) (f1)=1ff1

All rules at one glance

The derivatives rules can be explained in simple words:

  • Factor rule (af)=af: The derivative is linear, so we can pull out any real (or even complex) number.
  • Sum and difference rule (f±g)=f±g: The derivative is linear, so for a sum, we can take the derivative of both summands separately.
  • Product rule (fg)=fg+fg: "Derive the first function and the second remains unchanged plus derive the second function and the first remains unchanged".
  • Quotient rule (fg)=gffgg2: DDE-EDD is a simple memorization rule for the numerator ("denominator derivative enumerator minus enumerator derivative denominator")
  • Inverse rule (1g)=gg2: This is the special case of the quotient rule with f1 (enumerator is constant 1).
  • Chain rule (fg)=(fg)g: "Derive the outer function times derive the inner function". Caution, the derivative of the outer function must be taken with the inner function inserted (f(g(x))). The differentiation of the inner function must not be forgotten either.

Factor rule

Math for Non-Geeks: Template:Satz

Sum rule

Theorem

Now we want to determine the derivative of a function g+f, where g:D and f:D are both differentiable functions.

Math for Non-Geeks: Template:Satz

Example

Math for Non-Geeks: Template:Beispiel

Difference rule

Math for Non-Geeks: Template:Aufgabe

Product rule

Math for Non-Geeks: Template:Satz

Quotient rule

Math for Non-Geeks: Template:Satz

Chain rule Template:Anchor

Math for Non-Geeks: Template:Satz

Math for Non-Geeks: Template:Hinweis

{{#invoke:Math for Non-Geeks/Seite|unten|quellen=

  • von Harten, G. Die Regeln der Differentialrechnung and ihre direkte Herleitung. Mitteilungen der Gesellschaft für Didaktik der Mathematik. Juli 2016, 8. PDF-Version.

}}

Template:BookCat