The domain of a function is the set of all possible input values (x-values) that the function can accept without causing any mathematical errors.
For functions involving a square root, like f(x) = \(\sqrt{3 - 5x}\), the radicand (the expression inside the square root) must be non-negative. This is because the square root of a negative number is not a real number.
To find the domain of f(x):
- Set the expression inside the square root to be greater than or equal to 0: 3 - 5x ≥ 0.
- Solve the inequality for x to find the possible values: 3 ≥ 5x, which simplifies to \(x \leq \frac{3}{5}\).
So, the domain of f(x) is \((-\infty, \frac{3}{5}]\).
For the composite function g(f(x)), the domain is also impacted by the domain of f(x). Since g depends on the output of f, the same limitations on x-values apply.
Therefore, the domain of g(f(x)) = 10 - 5x is also \((-\infty, \frac{3}{5}]\).