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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top