Find the domain and range of the function f(x) = √(x-1)
Detailed Explanation
Key Ideas You Must Know
- Square-root requirement: For a real-valued square-root function , the radicand must be non-negative ().
- Domain of a function is the set of all input values for which the expression is defined.
- Range is the set of all output values the function can actually produce.
Applying the Ideas Step-by-Step
- Set the radicand \ge 0
So the domain is . - Describe the output
If , the smallest value of is 0. The square-root of 0 is 0.
As grows without bound, also grows, and also grows without bound (though more slowly).
Hence, can be any non-negative real number. So the range is .
That is the logical chain a student should follow: first secure the input condition, then see what outputs follow from it.
Simple Explanation (ELI5)
Simply Put 😊
Imagine you have a magic box that first subtracts 1 from any number you give it, and then it takes the square-root of what is left.
- What numbers can you safely feed the box?
You can only subtract 1 and then take a square-root if the part inside the square-root is not negative. So the number you give must be 1 or bigger. - What numbers can come out of the box?
A square-root never throws out negative answers (because we only take the principal or positive root). So the result is always 0 or bigger.
That’s it!
• Domain (allowed inputs): all
• Range (possible outputs): all
Step-by-Step Solution
Step-by-Step Solution
-
Write the function
-
Find the domain Requirement for a real square-root:
Hence,
-
Find the range For , the expression is . The square-root of any non-negative number is also non-negative. The smallest value occurs when :
As , and so (unbounded). Hence,
Final Answer
• Domain:
• Range:
Examples
Example 1
Engineering: Allowed stress in a material often depends on sqrt of excess load; load must be >= base value, output stress is >=0.
Example 2
Physics: Speed of sound in gas approximates sqrt(k * T); temperature T must be positive (domain), speed is non-negative (range).
Example 3
Finance: Volatility models may use sqrt(time); time must be positive, output is non-negative volatility.