Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
Zeile 14: Zeile 14:
 
f´(x)/f(x)
 
f´(x)/f(x)
 
     [shape=ellipse];
 
     [shape=ellipse];
partielle Integration
+
partielleIntegration
 
     [shape=ellipse];
 
     [shape=ellipse];
 
Formeln
 
Formeln

Version vom 3. Mai 2011, 11:01 Uhr

graphviz>

  <graphviz>

digraph G {

 bgcolor="transparent";
 rankdir=LR;

f(x)

   [shape=triangle, 
    style=filled, 
    color=blue, 
    fillcolor=midnightblue, 
    fontcolor=white];

Substitution

   [shape=ellipse];

f´(x)/f(x)

    [shape=ellipse];

partielleIntegration

    [shape=ellipse];

Formeln

    [shape=ellipse];

Potenz-Summenregel

    [shape=ellipse];

Stammfunktion

   [shape=triangle, 
    style=filled, 
    color=blue, 
    fillcolor=midnightblue, 
    fontcolor=white];

Flächeninhaltsfunktion

    [shape=ellipse];

Produktsummen

    [shape=ellipse];

Lösung DGL

    [shape=ellipse];

Fläche x-Achse

    [shape=box];

Fläche f(x) - g(x)

    [shape=box];

Füllprobleme

    [shape=box];

Wirkungen

    [shape=box];

exp. Wachstum

    [shape=box];

beschr. Wachstum

    [shape=box];

f(x) -> Substitution -> Stammfunktion f(x) -> f´(x)/f(x) -> Stammfunktion f(x) -> partielle Integration -> Stammfunktion f(x) -> Formeln -> Stammfunktion f(x) -> Potenz-Summenregel -> Stammfunktion

}
</graphviz>