Chapter 26: Problem 137
The radius of the circle in which the sphere \(x^{2}+y^{2}+z^{2}+2 x-2 y-4 z-19=0\) is cut by the plane \(x+2 y+2 z+7=0\) is [2003] (a) 4 (b) 1 (c) 2 (d) 3
Short Answer
Expert verified
The radius of the circle is 4, option (a).
Step by step solution
01
Express the Equation of the Sphere in Center-Radius Form
The given equation of the sphere is \(x^2 + y^2 + z^2 + 2x - 2y - 4z - 19 = 0\). First, we need to complete the square for each variable to express the equation in the center-radius form: \((x-a)^2 + (y-b)^2 + (z-c)^2 = R^2\).
02
Completing the Square
Rewrite the terms individually:\[x^2 + 2x = (x+1)^2 - 1,\]\[y^2 - 2y = (y-1)^2 - 1,\]\[z^2 - 4z = (z-2)^2 - 4.\]Incorporate these into the original equation,\((x+1)^2 - 1 + (y-1)^2 - 1 + (z-2)^2 - 4 - 19 = 0,\)which simplifies to \((x+1)^2 + (y-1)^2 + (z-2)^2 = 25.\)
03
Identify the Sphere's Center and Radius
The sphere equation \((x+1)^2 + (y-1)^2 + (z-2)^2 = 25\) has a center \((-1, 1, 2)\) and a radius of 5 (since \(R^2=25\)).
04
Determine the Distance from the Center to the Plane
The plane equation is \(x + 2y + 2z + 7 = 0\). Use the point-to-plane distance formula:\[d = \frac{|ax_1 + by_1 + cz_1 + d|}{\sqrt{a^2 + b^2 + c^2}},\]where \((a, b, c) = (1, 2, 2)\) and \((x_1, y_1, z_1) = (-1, 1, 2)\). Calculate:\[d = \frac{|1(-1) + 2(1) + 2(2) + 7|}{\sqrt{1^2 + 2^2 + 2^2}} = \frac{|9|}{\sqrt{9}} = 3.\]
05
Calculate the Radius of the Circle
The plane cuts a circle in the sphere, and this circle's radius is found using the relationship: \(r = \sqrt{R^2 - d^2}\). With \(R = 5\) and \(d = 3\), we find:\[r = \sqrt{5^2 - 3^2} = \sqrt{25 - 9} = \sqrt{16} = 4.\]
06
Conclude with the Result
The radius of the circle formed by the intersection of the sphere and plane is \(4\). Therefore, the answer is (a) 4.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Sphere Equation
The sphere equation is a mathematical representation in three-dimensional space that describes a set of points at a constant distance, called the radius, from a fixed point, known as the center. The general equation of a sphere in three dimensions is given by:
- \(x^2 + y^2 + z^2 + 2x - 2y - 4z - 19 = 0\)
Center-Radius Form
The center-radius form of a sphere's equation makes it easy to visualize the geometric characteristics of the sphere. It is expressed as:
- \((x-a)^2 + (y-b)^2 + (z-c)^2 = R^2\)
- \((a, b, c)\) is the center of the sphere.
- \(R\) is the radius.
Point-to-Plane Distance
The point-to-plane distance is a way to compute how far a point in space is from a given plane. To find this distance, we can use the formula:
- \[d = \frac{|ax_1 + by_1 + cz_1 + d|}{\sqrt{a^2 + b^2 + c^2}}\]
- \((a, b, c)\) are the coefficients of the plane equation.
- \((x_1, y_1, z_1)\) are the coordinates of the point.
- \(d\) is the constant in the plane equation.
Completing the Square
Completing the square is a powerful algebraic technique used to rearrange a quadratic equation into an easily interpretable form. For a sphere's equation, it involves isolating each squared term to identify the center and calculate the radius. Consider the expressions:
- \(x^2 + 2x,\)
- \(y^2 - 2y,\)
- \(z^2 - 4z\)
- \((x+1)^2 - 1\)
- \((y-1)^2 - 1\)
- \((z-2)^2 - 4\)