JuanSolo
- 3
- 0
Homework Statement
What is the domain of f(x,y)=x^y
The Attempt at a Solution
I thought it would be all real pairs except (0,0)
but it is x>0 and y all real numbers?
JuanSolo said:Homework Statement
What is the domain of f(x,y)=x^y
The Attempt at a Solution
I thought it would be all real pairs except (0,0)
but it is x>0 and y all real numbers?
Vorde said:If ##z=x^y##, then ##ln(z)=yln(x)##
Do you see why x cannot be less than zero?
How about when x < 0, if y = 1/2 or y = √(2). What then?JuanSolo said:Sorry, I don't think I fully understand
Would it not be defined when y is something like 2 or whatever, even if x is negative?
It depends on your definition of exponentiation. If you were to restrict y to the integers, then yes, you could consistently define xy for negative values of x. On the other hand, for real numbers x and y, xy is often defined by xy=ey log x, which isn't defined if x<0.JuanSolo said:Sorry, I don't think I fully understand
Would it not be defined when y is something like 2 or whatever, even if x is negative?
Your line,loy said:but as long as x>0 , y can be defined in any value in R.
given x>0,
IF y>0 , f(x,y)=x^y .
IF y<0 , f(x,y)=x^(-y) = 1/(x^y)
IF y=0 , f(x,y)=1.
BUT when x<0 , the function is not defined , meaning , you can't get any answer, the function is discontinuous in x<0.
the domain of x is (0,∞) ,while y is (-∞,∞)