Visualizing a strange quadric surface

  • Thread starter Thread starter Woland
  • Start date Start date
  • Tags Tags
    Strange Surface
Woland
Messages
18
Reaction score
0
Hi all,

I am trying to visualize the following quadric surface:
x^2 + y^2 + z^2 = z

Could someone please help me understand what this surface looks like? I could not find an example of this one on the internet.

Thank you.
 
Physics news on Phys.org
Do some algebra to simplify it. (e.g. things like collecting similar terms, completing the square, factoring, change of variable, etc)
 
Consider what the surface
(x-a)^2 + (y-b)^2 + (z-c)^2 = d

looks like
 
(x-a)^2 + (y-b)^2 + (z-c)^2 = d is a sphere centered at a, b, c with radius square root of d.

Now regarding the first post, I can bring the z over to the left hand side:

x^2 + y^2 + z^2 - z = 0

Then complete the square

x^2 + y^2 + (z - 1/2)^2 -1/4 = 0
[(z - 1/2)^2 = z^2 - 2*1/2 z + 1/4]

Then

x^2 + y^2 + (z-1/2)^2 = 1/4

This means that this is a sphere centered at 0,0, 1/2. Is that correct?
 
This means that this is a sphere centered at 0,0, 1/2. Is that correct?

Yes and the radius is 1/2.
 
Back
Top