The combination of functions is the act of combining multiple functions into a single function. This usually entails using basic mathematical operators such as addition or multiplication.
Arithmetic combination of functions is the creation of new functions by combining existing functions using basic arithmetic operations such as: addition, subtraction, multiplication, and division.
Combining functions by addition involves creating a new function that is the sum of two existing functions. If we have two functions, \( f(x) \) and \( g(x) \), their sum is represented as:
\((f + g)(x) = f(x) + g(x)\)
Here are the steps to combine functions by addition:
\((f + g)(x) = (2x + 3) + (x^2 - 1)\)
\((f + g)(x) = x^2 + 2x + 2\)
Combining functions by addition is a straightforward process that allows you to create new functions that encapsulate the behaviors of the original functions.
Combining functions by subtraction involves creating a new function that is the difference of two existing functions. If we have two functions, \( f(x) \) and \( g(x) \), their difference is represented as:
\((f - g)(x) = f(x) - g(x)\)
Here are the steps to combine functions by subtraction:
\((f - g)(x) = (2x + 3) - (x^2 - 1)\)
\((f - g)(x) = 2x + 3 - x^2 + 1 = -x^2 + 2x + 4\)
Combining functions by subtraction allows you to create new functions that highlight the differences between the original functions.
Combining functions by multiplication involves creating a new function that is the product of two existing functions. If we have two functions, \( f(x) \) and \( g(x) \), their product is represented as:
\((f \cdot g)(x) = f(x) \cdot g(x)\)
Here are the steps to combine functions by multiplication:
\((f \cdot g)(x) = (2x + 3) \cdot (x^2 - 1)\)
\((f \cdot g)(x) = 2x \cdot x^2 + 2x \cdot (-1) + 3 \cdot x^2 + 3 \cdot (-1) = 2x^3 - 2x + 3x^2 - 3\)
\((f \cdot g)(x) = 2x^3 + 3x^2 - 2x - 3\)
Combining functions by multiplication allows you to create new functions that incorporate the behavior of both original functions through their product.
Combining functions by division involves creating a new function that is the quotient of two existing functions. If we have two functions, \( f(x) \) and \( g(x) \), their quotient is represented as:
\(\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}\)
Here are the steps to combine functions by division:
\(\left(\frac{f}{g}\right)(x) = \frac{2x + 3}{x^2 - 1}\)
\(\left(\frac{f}{g}\right)(x) = \frac{2x + 3}{x^2 - 1}\)
\( x^2 - 1 = (x - 1)(x + 1) \)
So, the domain of \(\left(\frac{f}{g}\right)(x)\) is all real numbers except \( x \neq 1 \) and \( x \neq -1 \). In interval notation, the domain is \( (-\infty, -1) \cup (-1, 1) \cup (1, \infty) \).
Combining functions by division allows you to create new functions that incorporate the behavior of both original functions through their quotient, but it's important to carefully consider the domain to avoid division by zero.
When we arithmetically combine functions, the domain of the new function will contain the x-values that are common between the original functions. In other words, both functions must be defined at a point for their combination to be defined.
Additionally, when dividing functions, the domain is further restricted so that the denominator isn't equal to zero.
Basically, what this means is when we evaluate combined functions, we can either:
If the domain of a function, \(f\), is the set, \(A\), and the domain of the function, \(g\), is the set, \(B\), then the domain of \(f + g\) is the intersection \(A \cap B\) (note that the symbol, \(\cap\), just means "intersection") because both \(f(x)\) and \(g(x)\) have to be defined.
As with the addition and subtraction of functions, the domain for the multiplication and division of functions is the intersection.
However, when we divide functions, we need to further restrict the domain of the combined function since we can't divide by zero. So, for the division of functions, the domain is.
This is read as "the set of all values of \(x\) such that \(x\) is an element of the intersection of \(A\) and \(B\), as long as \(g(x)\) does not equal zero."
A composite function is formed when one function is applied to the result of another function. In mathematical terms, if you have two functions f and g, the composite function f ∘ g is defined as:
\( (f \circ g)(x) = f(g(x)) \)
Here, \( g(x) \) is evaluated first and then \( f \) is applied to the result of \( g(x) \). For the composite function \( f \circ g \) to be defined, the output of \( g(x) \) must lie within the domain of \( f \).
For example, if \( f(x) = 2x + 3 \) and \( g(x) = x^2 \), the composite function \( f \circ g \) would be:
\( (f \circ g)(x) = f(g(x)) = f(x^2) = 2(x^2) + 3 = 2x^2 + 3 \)
In this example, you first apply \( g \) to \( x \) to get \( x^2 \), and then apply \( f \) to the result, which is \( x^2 \), yielding \( 2x^2 + 3 \).
In general, for functions f and g such that
\(\text{ran } f \subseteq \text{dom } g\),
we define the composite function of g with f by
\( (g \circ f)(x) = g(f(x)) \)
The domain of the composite function \( g \circ f \) is given by:
\(\text{dom}(g \circ f) = \text{dom } f\)
\( x \)
\(\text{domain of } f\)
\(\text{range of } f\)
\(\text{domain of } g\)
\( g(f(x)) \)
\( \longrightarrow \)
\( \longrightarrow \)
\( \longrightarrow \)
\( \longrightarrow \)
\( \longrightarrow \)
\( f \)
\( g \)
\( g(f(x)) \)