Finding the range of this function of 2 variables:

JC3187
Messages
15
Reaction score
0
f(x,y) = ln(9 - x2 - y2)

Domain I got:

(x, y) in R2 such that x2 + y2 < 9

How do I find the range from the domain?

Wouldn't it be all positive numbers of ln such that it is less than ln(9)?

Answer says less than or equal to 9, I don't get why.

Any input is appreciated!
 
Physics news on Phys.org
Write the domain a little bit more precisely, and you will see why.
 
Natural domain: 9 - x2 - y2 > 0
x2 + y2 < 9

How more precise can I be with this...
 
0 <= x² + y² < 9
 
  • Like
Likes 1 person
Still am confused...
Why is it between 0 and 9?
 
JC3187 said:
Still am confused...
Why is it between 0 and 9?
Because, for the natural log to be defined, x2 + y2 < 9,
but the smallest value of x2 + y2 is 0.
Therefore, you have 0 ≤ x2 + y2 < 9
 
  • Like
Likes 1 person
Things are now clear, Thank you all!
 
Back
Top