To find \((f \cdot g \div h)(x)\), we first need to define what this means:
- We find \(f(x) \cdot g(x)\).
- We divide this result by \(h(x)\).
Starting with the functions:
- \(f(x) = x^2 - 1\)
- \(g(x) = x^2\)
- \(h(x) = 2x^2\)
Step 1: Calculate \(f(x) \cdot g(x)\)
\[ f(x) \cdot g(x) = (x^2 - 1) \cdot x^2 = x^4 - x^2 \]
Step 2: Divide by \(h(x)\)
Now we divide this result by \(h(x)\):
\[ (f \cdot g)(x) \div h(x) = \frac{x^4 - x^2}{2x^2} \]
Step 3: Simplify the expression
We can simplify this:
\[ \frac{x^4 - x^2}{2x^2} = \frac{x^2(x^2 - 1)}{2x^2} = \frac{x^2 - 1}{2}, \quad \text{(for } x \neq 0\text{)} \]
So,
\[ (f \cdot g \div h)(x) = \frac{1}{2}(x^2 - 1) = \frac{1}{2}x^2 - \frac{1}{2} \]
Step 4: Determine the domain
The only restriction on the domain comes from \(h(x)\) in the denominator, which cannot be zero. Since:
\[ h(x) = 2x^2 \]
Setting \(h(x) \neq 0\), we have:
\[ 2x^2 \neq 0 \Rightarrow x^2 \neq 0 \Rightarrow x \neq 0 \]
Thus, the domain is all real numbers except \(x = 0\).
Final Result:
So,
\((f \cdot g \div h)(x) = \frac{1}{2}x^2 - \frac{1}{2}\)
and the domain of \((f \cdot g \div h)(x)\) is \(x \neq 0\).
Therefore, the correct response is:
\((f \cdot g \div h)(x) = \frac{1}{2}x^2 - \frac{1}{2}\) and the domain of \((f \cdot g \div h)(x)\) is \(x \neq 0\).