Sphere equation from endpoints.

  • Thread starter Thread starter graycolor
  • Start date Start date
  • Tags Tags
    Sphere
graycolor
Messages
34
Reaction score
0
Find the equation of a sphere if one of its diameters has endpoints: (-19, -15, -3) and (1, 5, 17).



Thought it would be this, but the program web-work says its wrong.

Lets assume my first coordinate is a (-19, -15, -3) and b is (1, 5, 17)

I found the midpoint since I assumed that would be the center, then I found the length from my midpoint to b ,but my equation is wrong.

(x+9)^2+(y+5)^2+(z-7)^2-640=0
 
Physics news on Phys.org
hey graycolor, method sounds right... showing your working will help finding the problem easier...

that said, I would check your radius
 
I think you calculated the radius wrong.

radius=diameter/2

diameter=\sqrt{(-19-1)^2+(-15-5)^2+(-3-17)^2}=\sqrt{3*20^2}=20\sqrt{3}

Now find the radius and then r2. :smile:
 
Thanks guys
 
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