Integralrechnung

Aus KAS-Wiki
Wechseln zu: Navigation, Suche

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];

partielle Integration

    [shape=ellipse];

Formeln

    [shape=ellipse];

Potenz-Summenregel

    [shape=ellipse];

Stammfunktion

    f(x) 
   [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>