- #1
scolon94
- 8
- 0
Problem 1: Let S1 be a sphere centered at(0, 1, -3) with radius 1 and let S2 be a sphere centered at (3, 5, -9) with radius 2. Find the distance between the two spheres.
problem 2: Given three non-zero vectors v1, v2, v3 we say that they are mutually orthogonal when v1 dot v2= 0, v1 dot v3=0 , v2 dot v3=0. Sho wthat if v1+v2+v3 are mutually orthogonal then for any vector v we can write v= av1+ bv2+ cv3 for some real number a,b,c. (hint: Use the dot product on the equation v= av1+ bv2+cv3)
problem 2: Given three non-zero vectors v1, v2, v3 we say that they are mutually orthogonal when v1 dot v2= 0, v1 dot v3=0 , v2 dot v3=0. Sho wthat if v1+v2+v3 are mutually orthogonal then for any vector v we can write v= av1+ bv2+ cv3 for some real number a,b,c. (hint: Use the dot product on the equation v= av1+ bv2+cv3)