Determining the equation of a 3d sphere

  • Thread starter Thread starter shemer77
  • Start date Start date
  • Tags Tags
    3d Sphere
shemer77
96
0

Homework Statement


The question is describe the surface whose equation is given
2x^2 +2y^2 + 2z^2 - 2x -3y +5z -2 = 0
now I know it needs to be grouped like this
(2x^2-2x) + (2y^2-3y) + (2z^2+5z)=2,
however from here I feel like I am forgetting some kind of basic algebra or something on how to factor this. Kind of stupid I know :/ Can someone please point me in the right direction?
 
Physics news on Phys.org
Complete the squares on all three variables.
 
thats what I thought but how would it work in this situation, especially since you have the coefficients out on the first term?
 
If you have something like 3x2+5x - 1, it is best to factor out the leading coefficient before completing the square:

3x^2 +5x -1 = 3(x^2+\frac 5 3 x - \frac 1 3)

and complete the square inside the parentheses:

3\left((x^2 +\frac 5 3 x + \frac {35}{36} + (-\frac 1 3 - \frac {35}{36})\right)<br /> =3\left((x+\frac 5 6)^2-\frac{47}{36}\right)
 
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 . 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...

Similar threads

Back
Top