1 Answers
🤔 What are Domain and Range?
- Domain: All possible input values (usually 'x') that make the function work. Think of it as what you're allowed to plug into the function.
- Range: All possible output values (usually 'y') that the function can produce. This is what you get out of the function after plugging in the domain.
📈 Finding Domain and Range: Simple Cases
1. Linear Equations
For simple linear equations (like $y = 2x + 3$), the domain and range are usually all real numbers. This means you can plug in any number for 'x', and you'll get a real number out for 'y'.
2. Restrictions on Domain
Sometimes, there are restrictions on what 'x' can be. Here are a few common cases:
a. Division by Zero
You can't divide by zero! If your function has a fraction, make sure the denominator is never zero. For example:
y = 1 / (x - 2)
In this case, $x$ cannot be 2, because that would make the denominator zero. So, the domain is all real numbers except 2.
b. Square Roots
You can't take the square root of a negative number (at least, not and get a real number). So, anything under a square root must be zero or positive. For example:
y = √(x + 3)
In this case, $x + 3$ must be greater than or equal to zero. So, $x ≥ -3$. The domain is all real numbers greater than or equal to -3.
✍️ How to Express Domain and Range
There are a few ways to write domain and range:
- Set Notation: {x | x ≠ 2} (x such that x is not equal to 2)
- Interval Notation: (-∞, 2) ∪ (2, ∞) (all numbers from negative infinity to 2, and from 2 to infinity)
💡 Examples
Example 1: $y = 3x - 5$
- Domain: All real numbers (no restrictions)
- Range: All real numbers (no restrictions)
Example 2: $y = 1 / (x + 4)$
- Domain: All real numbers except -4 (because $x + 4$ cannot be zero)
- Range: All real numbers except 0 (because the fraction can never equal zero)
Example 3: $y = √(x - 1)$
- Domain: All real numbers greater than or equal to 1 (because $x - 1$ must be zero or positive)
- Range: All real numbers greater than or equal to 0 (because the square root is always zero or positive)
🔑 Key Takeaways
- Look for restrictions like division by zero and square roots of negative numbers.
- Practice with different functions to get comfortable.
Keep practicing, and you'll get the hang of it! 👍
Know the answer? Login to help.
Login to Answer