To evaluate the functions \( f \) and \( g \) at the specified inputs, we will need to analyze the provided descriptions.
Given:
- The function \( f(x) \) is a V-shaped graph centered at \( (3, 0) \). Its vertex is at \( (3, 0) \), and it passes through \( (2, 1) \) and \( (4, 1) \).
- The function \( g(x) \) is a line that falls from left to right, passing through the points \( (-1, 0) \) and \( (0, -1) \).
Part 1: Evaluate \( (f + g)(-6) \)
To find \( (f + g)(-6) \):
- First, we need \( f(-6) \) and \( g(-6) \).
-
For \( f(-6) \): Given that it forms a V-shape with its vertex at \( (3, 0) \), the function \( f(x) \) can be calculated based on its symmetry:
\[ f(x) = |x - 3| \] Thus, \[ f(-6) = |-6 - 3| = |-9| = 9 \] -
For \( g(-6) \): The line \( g(x) \) can be expressed as: \[ g(x) = -x - 1 \] So, \[ g(-6) = -(-6) - 1 = 6 - 1 = 5 \]
Now, combine the results: \[ (f + g)(-6) = f(-6) + g(-6) = 9 + 5 = 14 \]
Part 2: Evaluate \( (f \circ g)(5) \)
To find \( (f \circ g)(5) \):
- First evaluate \( g(5) \).
- Then evaluate \( f(g(5)) \).
-
For \( g(5) \):
\[ g(5) = -5 - 1 = -6 \] -
Next, find \( f(-6) \):
From previous computation, \( f(-6) = 9 \).
Thus,
\[
(f \circ g)(5) = f(g(5)) = f(-6) = 9
\]
Part 3: Evaluate \( \left( \frac{f}{g} \right)(-2) \)
To find \( \left( \frac{f}{g} \right)(-2) \):
- Evaluate \( f(-2) \) and \( g(-2) \).
-
For \( f(-2) \):
\[ f(-2) = |-2 - 3| = |-5| = 5 \] -
For \( g(-2) \):
\[ g(-2) = -(-2) - 1 = 2 - 1 = 1 \]
Now, compute: \[ \left( \frac{f}{g} \right)(-2) = \frac{f(-2)}{g(-2)} = \frac{5}{1} = 5 \]
Part 4: Evaluate \( (g \circ f)(2) \)
To find \( (g \circ f)(2) \):
- Evaluate \( f(2) \).
- Then evaluate \( g(f(2)) \).
-
For \( f(2) \):
\[ f(2) = |2 - 3| = |-1| = 1 \] -
Next, find \( g(1) \):
\[ g(1) = -1 - 1 = -2 \]
Thus,
\[
(g \circ f)(2) = g(f(2)) = g(1) = -2
\]
Summary of Results
- a. \( (f + g)(-6) = 14 \)
- b. \( (f \circ g)(5) = 9 \)
- c. \( \left( \frac{f}{g} \right)(-2) = 5 \)
- d. \( (g \circ f)(2) = -2 \)