To prove the center of sphere is at i)($\frac{a}{2}$,$\frac{b}{2}$,$\frac{c}{2}$). ii) radius of sphere is ($\sqrt{a^2+b^2+c^2}$)/2units.

31 Views Asked by At

if a sphere passes through the points (0,0,0),(a,0,0),(0,b,0),(0,0,c) then show that center of sphere is at i)($\frac{a}{2}$,$\frac{b}{2}$,$\frac{c}{2}$). ii) radius of sphere is( $\sqrt{a^2+b^2+c^2}$)/2units.

1

There are 1 best solutions below

0
On

Let's call $(x,y,z)$ the center so:

$$x^2+y^2+z^2=(x-a)^2+(y-0)^2+(z-0)^2=(x-0)^2+(y-b)^2+(z-0)^2=(x-a)^2+(y-0)^2+(z-c)^2$$

and taking each equality we get:

$$(x,y,z)=(\frac{a}{2},\frac{b}{2},\frac{c}{2})$$

and once you have the center, the radius will be the distance from the center to $(0,0,0)$, for example:

$$r^2=\left(\frac{a}{2}\right)^2+\left(\frac{b}{2}\right)^2+\left(\frac{c}{2}\right)^2 \Rightarrow r=\frac{\sqrt{a^2+b^2+c^2}}{2}$$

$$$$