To find \((f - g - h)(x)\), we need to first express the functions \(f(x)\), \(g(x)\), and \(h(x)\) and then compute the difference.
-
Functions:
- \(f(x) = 5x^2 + 3x - 6\)
- \(g(x) = |x + 1| - 7\)
- \(h(x) = -x^4 + 2x^2 + 3\)
-
Calculation of \((f - g - h)(x)\): \[ (f - g - h)(x) = f(x) - g(x) - h(x) \]
Substituting the functions: \[ (f - g - h)(x) = (5x^2 + 3x - 6) - (|x + 1| - 7) - (-x^4 + 2x^2 + 3) \]
Now, simplify this step-by-step:
-
Start with \(f(x)\): \[ 5x^2 + 3x - 6 \]
-
Subtract \(g(x)\): \[ 5x^2 + 3x - 6 - |x + 1| + 7 = 5x^2 + 3x + 1 - |x + 1| \]
-
Now subtract \(h(x)\): \[ 5x^2 + 3x + 1 - |x + 1| + x^4 - 2x^2 - 3 = x^4 + 3x^2 + 3x - |x + 1| - 2 \]
So we find: \[ (f - g - h)(x) = x^4 + 3x^2 + 3x - |x + 1| - 2 \]
-
-
Domain of \((f-g-h)(x)\): The domain of a function is typically all real numbers unless specified otherwise by pieces like absolute values which can introduce constraints. Here, for \(|x + 1|\), there are no restrictions. Thus:
The domain of \((f - g - h)(x)\) is \((-\infty, \infty)\).
So, the final answer is: \[ (f - g - h)(x) = x^4 + 3x^2 + 3x - |x + 1| - 2 \] with the domain being \((-\infty, \infty)\).