Finding the Center and Radius of a Sphere in R^3

  • Thread starter Thread starter RyanSchw
  • Start date Start date
  • Tags Tags
    Center Sphere
AI Thread Summary
To find the center and radius of a sphere from the equation x^2 - 4x + y^2 + z^2 = 0, completing the square is necessary. The correct transformation leads to the equation (x-2)^2 + (y-0)^2 + (z-0)^2 = 4, indicating a sphere centered at (2, 0, 0) with a radius of 2. The discussion highlights the importance of completing the square for accurate results. Clarifications were made regarding the steps taken to derive the final equation. The final answer confirms the center and radius as (2, 0, 0) and 2, respectively.
RyanSchw
Messages
36
Reaction score
0
Center of a Sphere in R^3

I need to find the center and radius of a sphere given the equation:

<br /> x^2 - 4x + y^2 + z^2 = 0 <br />

I would like to hope it would be as easy as just adding 4x to both sides, but having a variable as the radius probably isn’t correct.

On the other hand, I have no idea how to complete the square when no other coefficients are present. Simply adding y and z coefficients only leads to variables I cannot get rid of on the right side of the equation.

Attempts I have thus far
<br /> (x-2)^2 + (y+2)^2 + (z+2)^2 = 12 + 4y + 4z<br />
or
<br /> (x-2)^2+y^2+z^2=(\frac{4}{2})^2<br />
I’m guessing I need to somehow get x^2 on the left and have the sphere centered about the origin.

Any help would be great, thanks.
 
Physics news on Phys.org
You'll have to complete the square for the x variables then the answer should be straight forward. The cartesian equation of a square centered at (x0, y0, z0) is:

(x-x_0)^2 + (y-y_0)^2 + (z-z_0)^2= r^2
 
If I give you the equation (x-a)^2 + (y-b)^2 + (z-c)^2 = r^2, where a, b, c, and r are constants, does it describe a sphere? (Answer: yes.) What are the (x,y,z) coordinates of the center of the sphere? What is the radius?
 
So would it then be
<br /> (x-2)^2+(y-0)^2+(z-0)^2=(\frac{4}{2})^2<br />?

That's about all I can think of =(
 
OK, so what is the center? What is the radius?
 
If that's the equation for the sphere, the center would be (2,0,0) with r=2
 
RyanSchw said:
If that's the equation for the sphere, the center would be (2,0,0) with r=2

Correct! :smile: Although I don't understand where you got 4/2 from?
 
The 4/2 was the factor that I added when I completed the square on both sides. I just left it that way because I wasnt sure where to go from there.

Thank you both for your help!
 
I only got a factor of 4. Never mind you have the correct answer anyway.
 
Back
Top