Funktionskompositionsrechner
Berechnen Sie Funktionszusammensetzungen (f∘g)(x) und (g∘f)(x) mit Schritt-für-Schritt-Lösungen und Graphenvisualisierung
Beispiele: f(x)=x^2, g(x)=x+1
Ergebnisse
Geben Sie Werte ein und klicken Sie auf Berechnen, um das Ergebnis zu sehen.
Theorie & Formel
Function composition
Function composition connects two functions such that the output of one function becomes the input of the other.
Notation
\((f \circ g)(x) = f(g(x))\)
Gelesen als „f verkettet mit g von x“ oder „f von g von x“
Eigenschaften
Not commutative:
\(f \circ g \neq g \circ f\) (im Allgemeinen)
Assoziativ:
\((f \circ g) \circ h = f \circ (g \circ h)\)
Identitätsfunktion:
\(f \circ I = I \circ f = f\) where \(I(x) = x\)
Beispiel
Sei f(x) = x² und g(x) = x + 1:
\(f(x) = x^2, \quad g(x) = x + 1\)\((f \circ g)(x) = f(g(x)) = f(x+1) = (x+1)^2 = x^2 + 2x + 1\)\((g \circ f)(x) = g(f(x)) = g(x^2) = x^2 + 1\)
Beachte, dass f∘g ≠ g∘f
Verwandte Rechner
Polynomial calculator
Work with polynomial expressions: add, subtract, multiply, divide, and factor
Quadratic equation calculator
Lösen Sie quadratische Gleichungen der Form ax² + bx + c = 0 mit Schritt-für-Schritt-Lösungen
Equation system calculator
Solve systems of linear equations with 2-3 variables using different methods