To find \((f \cdot g \div h)(x)\), we will first compute \(f(x) \cdot g(x)\) and then divide by \(h(x)\).
Given:
- \(f(x) = x^2 - 1\)
- \(g(x) = x^2\)
- \(h(x) = 2x^2\)
-
Calculate \(f(x) \cdot g(x)\): \[ f(x) \cdot g(x) = (x^2 - 1) \cdot x^2 = x^4 - x^2 \]
-
Now divide by \(h(x)\): \[ (f \cdot g)(x) \div h(x) = \frac{x^4 - x^2}{2x^2} \]
-
Simplify the expression: \[ = \frac{x^2(x^2 - 1)}{2x^2} \] For \(x^2 \neq 0\) (i.e., \(x \neq 0\)): \[ = \frac{x^2 - 1}{2} \]
Thus, we have: \[ (f \cdot g \div h)(x) = \frac{1}{2}(x^2 - 1) = \frac{1}{2}x^2 - \frac{1}{2} \]
- Determine the domain: The expression \((f \cdot g \div h)(x)\) is undefined when \(h(x) = 2x^2 = 0\), which occurs at \(x = 0\). Therefore, the domain excludes this point.
The domain of \((f \cdot g \div h)(x)\) is: \[ (-\infty, 0) \cup (0, \infty) \]
Final Answer: \((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\).