Cheatsheet: Points to Remember for Finding the Domain of FunctionsWhen finding the domain of a function (all \(x\) values where the function gives a real number), look for operations that make the function undefined. Here’s what to check:
1. Division by Zero (Fractions)
If there’s a denominator, like in \(\frac{1}{x - 2}\), it can’t be zero. Solve \(\text{denominator} = 0\) and exclude those \(x\) values. Example: \(x - 2 = 0 \implies x \neq 2\).
2. Square Roots (Even Roots)
For \(\sqrt{\text{expression}}\) or even roots like \(\sqrt[4]{\text{expression}}\), the expression inside must be non-negative: \(\text{expression} \geq 0\). Solve this. Example: \(\sqrt{x + 3}\) needs \(x + 3 \geq 0 \implies x \geq -3\).
3. Rational Inequalities (e.g., Inside a Root)
If a fraction is inside a root, like \(\sqrt{\frac{x - 1}{x + 2}}\), make the expression fit the root’s rule: \(\frac{x - 1}{x + 2} \geq 0\). Find where the numerator and denominator are zero (\(x - 1 = 0 \implies x = 1\), \(x + 2 = 0 \implies x = -2\)), test values between these points, and exclude where the denominator is zero.
4. Combining Multiple Restrictions
If the function has multiple parts, like \(\frac{\sqrt{x - 1}}{x + 2}\), check each part:
- \(\sqrt{x - 1}\): \(x \geq 1\).
- Denominator \(x + 2 \neq 0 \implies x \neq -2\).
The domain is where all conditions overlap.
5. No Restrictions Means All Real Numbers
If there are no restricting operations, like in \(f(x) = x^2 + 3\), the domain is all real numbers.
6. Quick Tips
- Break the function into parts and check each for restrictions.
- Solve inequalities step-by-step for roots.
- Always exclude points where the function is undefined (like division by zero).
- Express the domain as inequalities, like \(x \geq 1\) or \(x \neq 2\).