The domain of a function defines all the possible input values (x-values) for which the function is defined. For logarithmic functions, determining the domain often requires solving inequalities to ensure the argument inside the logarithm is always positive. Let's break down the domain determination for \(y = \log_4\left(\frac{x-4}{x}\right)\).
First, set up the inequality \(\frac{x-4}{x} > 0\) to find where the argument is positive. Solving this inequality involves:
- Finding critical points (where numerator and denominator are zero)
- Setting up and testing intervals
- Combining intervals where the inequality holds
In this function, \x = 4\ and \x = 0\ are the critical points. Testing intervals gives us \{-\inf < x < 0\}\ and \{4 < x < inf\}. Thus, the domain is \{-\inf < x < 0\}\ union \{4 < x < inf\}. Remember, the argument of the logarithmic function must never be zero or negative to keep the function valid.