Solving Multivariable Domain: x^2+y^2<=|z^2|

lukatwo
Messages
24
Reaction score
0

Homework Statement


I'm having a problem with solving the domain of |x^2+y^2|<=|z^2|.


Homework Equations





The Attempt at a Solution


From what I got this should be separated into two expressions:
x^2+y^2<=z^2, and x^2+y^2>=-z^2. The later doesn't have a real solution because of the negative root. The first one should then be z>=+-sqrt(x^2+y^2). I can understand that z>=+sqrt(x^2+y^2) is above the positive cone(inside), but where is z>=-sqrt(x^2+y^2) supposed to be? I'm thinking above the negative cone(outside), but I'm not sure.
 
Physics news on Phys.org
lukatwo said:

Homework Statement


I'm having a problem with solving the domain of |x^2+y^2|<=|z^2|.
x, y, and z are all real numbers, right?

If so, you can get rid of the absolute value symbols, since x2 + y2 ≥ 0 for any real numbers x and y. Similarly, z2 ≥ 0 for any real number z.
lukatwo said:

Homework Equations





The Attempt at a Solution


From what I got this should be separated into two expressions:
x^2+y^2<=z^2, and x^2+y^2>=-z^2. The later doesn't have a real solution because of the negative root. The first one should then be z>=+-sqrt(x^2+y^2). I can understand that z>=+sqrt(x^2+y^2) is above the positive cone(inside), but where is z>=-sqrt(x^2+y^2) supposed to be? I'm thinking above the negative cone(outside), but I'm not sure.
 
  • Like
Likes 1 person
Maybe should have put the part that was troubling me in the question.
I can understand that z>=+sqrt(x^2+y^2) is above the positive cone(inside), but where is z>=-sqrt(x^2+y^2) supposed to be? I'm thinking above the negative cone(outside), but I'm not sure.
So basically, where is z>=-sqrt(x^2+y^2) supposed to be?
 
If you strip out the unnecessary stuff, your inequality is x2 + y2 ≤ z2.

First off, look at the equation x2 + y2 = z2. This is part of your solution set. What does it look like?

Once you have that, then tackle the rest, which is x2 + y2 < z2. The absolute smallest that x2 + y2 can be is 0.
 
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