Visualizing a strange quadric surface

  • Context: Undergrad 
  • Thread starter Thread starter Woland
  • Start date Start date
  • Tags Tags
    Strange Surface
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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
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?