(Multivariable Calc) Given four points, find a sphere.help me.

Vampire
Messages
11
Reaction score
0

Homework Statement


Find the radius and center for the sphere determined by the four points
(3,2,-1), (5,-2,1), (-3,1,2), (0,2,4).
Give the exact location of the center but approximate the radius to the nearest 0.1.

Homework Equations


Equation of a sphere: x2 + y2 + z2 + Gx +Hy +Iz +J = 0
or C(h,k,l) (x-h)2 + (y-k)2 + (z-l)2 - r2 = 0

There's also a 5x5 matrix with the determinant equal to zero, but I have no idea how to use it (seen at line 29 here: http://mathworld.wolfram.com/Sphere.html). I believe this is beyond 12.1 in multivariable calculus.

The Attempt at a Solution


I tried to use the determinant formula, but I got lost as I don't even know how to use it.

Is there any other way?

EDIT: Solved. Thank you.
 
Last edited:
Physics news on Phys.org
(x-h)2 + (y-k)2 + (z-l)2 - r2 = 0

Using this, I'd just substitute the 4 coordinates to get me 4 equations with 4 unknowns in them. Then just use row reduction to get h,k,l and r
 
So I can substitute, then treat the different lines as a system of equations?
 
Vampire said:
So I can substitute, then treat the different lines as a system of equations?

well your variables would be h2,k2,l2,r2 and not h,k,l,r like I previously said.
 
Alright I will try that. Thank you very much.
 
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