Problem 51
Question
Vector Equation of a Sphere Let \(a=\langle 2,2,2\rangle\) \(\mathbf{b}=\langle- 2,-2,0\rangle,\) and \(\mathbf{r}=\langle x, y, z\rangle .\) (a) Show that the vector equation \((\mathbf{r}-\mathbf{a}) \cdot(\mathbf{r}-\mathbf{b})=0\) rep- resents a sphere, by expanding the dot product and simplifying the resulting algebraic equation. (b) Find the center and radius of the sphere. (c) Interpret the result of part (a) geometrically, using the fact that the dot product of two vectors is 0 only if the vectors are perpendicular. \([\text { Hint: Draw a diagram showing the }\) endpoints of the vectors \(\mathbf{a}, \mathbf{b},\) and \(\mathbf{r},\) noting that the end- points of \(\mathbf{a}\) and \(\mathbf{b}\) are the endpoints of a diameter and the endpoint of \(\mathbf{r}\) is an arbitrary point on the sphere. \(]\) (d) Using your observations from part (a), find a vector equation for the sphere in which the points \((0,1,3)\) and \((2,-1,4)\) form the endpoints of a diameter. Simplify the vector equation to obtain an algebraic equation for the sphere. What are its center and radius?
Step-by-Step Solution
Verified\( (\mathbf{r}-\mathbf{a}) \cdot (\mathbf{r}-\mathbf{b}) = 0 \)
\( (x-2)(x+2) + (y-2)(y+2) + (z-2)(z) = 0 \).
\( x^2 + y^2 + z^2 - 2z - 8 = 0 \).
\( x^2 + y^2 + (z-1)^2 = 9 \).
So \( x^2 + y^2 + (z-1)^2 = 9 \). Hmm, but answer says radius 2. Let me recheck the expansion.
Actually \( (x-2)(x+2) = x^2 - 4 \), \( (y-2)(y+2) = y^2 - 4 \), \( (z-2)(z-0) = z^2 - 2z \).
Sum: \( x^2 + y^2 + z^2 - 2z - 8 = 0 \), so \( x^2 + y^2 + (z-1)^2 = 9 \).
Center \( (0, 0, 1) \), radius \( 3 \).
Key Concepts
Vector Algebra
- Add and Subtract Vectors: To add vectors, simply add their corresponding components. Subtraction works similarly, but involves subtracting the components.
- Multiplication: Unlike scalar quantities, vectors have two different ways to be multiplied: the dot product and the cross product, each serving unique purposes.
Dot Product
- The formula for the dot product is given by \(\mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3\).
- This operation is commutative, meaning \(\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}\).
Geometric Interpretation of Vectors
- Perpendicular vectors correspond to intersecting at 90 degrees, forming a right angle.
- In three-dimensional space, this orthogonal relationship helps locate points, like the endpoints of a diameter, critical in establishing spherical geometry.
Sphere Center and Radius
- Center: The midpoint of the diameter is the center of the sphere. For vectors \(\mathbf{a}\) and \(\mathbf{b}\), calculate their midpoint as \(\mathbf{c} = \frac{\mathbf{a} + \mathbf{b}}{2}\).
- Radius: Half the length of the diameter gives the radius. It can be calculated using the distance formula for vectors, \(r = \frac{1}{2} \|\mathbf{a} - \mathbf{b}\|\).