So... The smallest POSSIBLE value of g(x) is when x = 3. YES Does that mean that 3 is the domain and once you substitute 3 for x and it's all said and done it equals 6. So 6 is the range..? (3-3)(3-3)=0, 0+6=6? NO
The concept of a function is so unbelievably simple that kids have a hard time getting it. (At least, I had a hard time getting it back when the dinosaurs made walking to school dangerous.) I suspect that kids say to themselves "A teacher cannot possibly be saying something so obvious and simple so I must be dense."
To be fairly general, a function is an
unambiguous rule that says what mathematical operations to perform on a vector. You put a vector in and get a vector out. What is a vector? Well, in the simplest case, it is just a number. So, in the simple case that you are learning, a function is an
unambiguous rule that says what arithmetic operations to perform on a number.
f(x) = x + 2 means to add 2 to whatever number is inside the parentheses.
f(x) = 3x means to multiply whatever number is in the parentheses by 3.
f(x) = x means to do nothing to the number in the parentheses.
It's that easy. Why then do we bother with it?
Suppose \(\displaystyle k(x) = \dfrac{(x - 3)^2}{\sqrt{x^2 + 2}} - x^x.\)
It is a whole lot easier to write k(x) than that mess. But it is still just a rule that tells you what operations to perform on x.
Now many times a function is defined for only certain numbers. The numbers for which it is defined are the function's domain. The rule does not apply to numbers outside the function's domain. Sometimes the domain is given explicitly as it was in your problem, where x > 0. Other times, the domain is not given explicitly. If it is not given explicitly, what is meant is that the rule applies to all numbers where the operations required by the rule are permitted. For example, the domain of
\(\displaystyle g(x) = \dfrac{1}{x}\) is all real numbers EXCEPT 0 unless the definition of the function specifies otherwise.
0 is excluded from the domain of the function above because division by 0 is not permitted.
\(\displaystyle h(x) = \dfrac{1}{x}\ for\ x < 0\) has the domain of all negative real numbers because the domain is specified explicitly in the definition of the function.
Got the concept of domain? It is the set of numbers to which the rule applies.
The concept of range is very different. It is the set of numbers which results from applying the function's rule to any number in the domain.
So the range of the function in the problem you gave is any real number greater than or equal to 6. Usually, the range will not be a single number (although it can be).
Any questions?