de-CH
utf-8
math polynomials
Funktionswerte nach Erhöhung um variablen Wert
e-03-02
number
50
randRange(2,6) randRangeExclude(2,100) B * 5 randRange(2,6) pow(A,K)

Gegeben sei die Funktionsgleichung einer Exponentialfunktion mit \color{orange}{f(x)=C \cdot A^x}.

Die Inputvariable x werde um \color{blue}{K} erhöht.

Um welchen Faktor verändert sich dann der Funktionswert f(x)?

L

Wird das Argument (die Inputvariable) x um \color{blue}{K} erhöht, so gilt für den neuen Funktionswert f(x+\color{blue}{K})=c\cdot a^{x+\color{blue}{K}}.

Setzen Sie die Werte für a und c in f(x+\color{blue}{K})=c\cdot a^{x+\color{blue}{K}} ein, und wenden Sie die Potenzgesetze an.

Das ergibt f(x+\color{blue}{K})= C\cdot A^{x+\color{blue}{\color{blue}{K}}} = \color{orange}{C\cdot A^x} \cdot \color{blue}{A^{\color{blue}{K}}} =\color{orange}{f(x)} \cdot \color{red}{L}.

Also f(x+\color{blue}{K})= f(x) \cdot\color{red}{L}.

Daher erhöht sich der Funktionswert f(x) um den Faktor \color{red}{L}, wenn das Argument x um \color{blue}{K} erhöht wird.