Here are examples of each of the specified function types:
-
Linear Function: \[ f(x) = mx + b \] Example: \[ f(x) = 2x + 3 \]
-
Quadratic Function: \[ f(x) = ax^2 + bx + c \] Example: \[ f(x) = x^2 - 4x + 4 \]
-
Absolute Value Function: \[ f(x) = |x| \] Example: \[ f(x) = |2x - 5| \]
-
Exponential Growth Function: \[ f(x) = a \cdot b^x \quad \text{(where } b > 1\text{)} \] Example: \[ f(x) = 3 \cdot 2^x \]
-
Exponential Decay Function: \[ f(x) = a \cdot b^{-x} \quad \text{(or equivalently, } f(x) = a \cdot \frac{1}{b^x} \text{ where } b > 1\text{)} \] Example: \[ f(x) = 5 \cdot (0.5)^x \]
-
Cube Root Function: \[ f(x) = \sqrt[3]{x} \] Example: \[ f(x) = \sqrt[3]{x - 2} \]
-
Cubic Function: \[ f(x) = ax^3 + bx^2 + cx + d \] Example: \[ f(x) = 2x^3 - 3x^2 + x - 5 \]
-
Square Root Function: \[ f(x) = \sqrt{x} \] Example: \[ f(x) = \sqrt{x + 3} \]
Feel free to ask if you need any additional information or clarification on these functions!