Why is the range of this 2 variable function not inclusive of negative numbers?

davidp92
Messages
12
Reaction score
0

Homework Statement


In this example, the range is stated to be z=[0,3].
It shows 9-x^2-y^2<=9 which implies sqrt(9-x^2-y^2)<=3
But why don't we consider -3 as well?

Thanks
 
Physics news on Phys.org
Welcome to PF, davidp92! :smile:

Actually the range of the function f given by f(x,y)=9-x2-y2 is (∞, 9].
So I have to assume that you're talking about a different function.

Presumably you intended f(x,y)=√(9-x2-y2) which indeed has a range of [0,3].
Note that the square root function is defined as a function that always results in a non-negative number.
 
I like Serena said:
Welcome to PF, davidp92! :smile:

Actually the range of the function f given by f(x,y)=9-x2-y2 is (∞, 9].
I think you mean (-∞, 9].

I like Serena said:
So I have to assume that you're talking about a different function.

Presumably you intended f(x,y)=√(9-x2-y2) which indeed has a range of [0,3].
Note that the square root function is defined as a function that always results in a non-negative number.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top