Problem 137

Question

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

Step-by-Step Solution

Verified
Answer
The radius of the circle is 4, option (a).
1Step 1: 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\).
2Step 2: 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.\)
3Step 3: 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\)).
4Step 4: 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.\]
5Step 5: 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.\]
6Step 6: 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.

Key Concepts

Sphere EquationCenter-Radius FormPoint-to-Plane DistanceCompleting the Square
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\)
This equation is expanded and needs simplification to determine the center and radius of the sphere. To solve this, one effective method used is 'completing the square'. By doing so, we can transform it into a more recognizable form.
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\)
Where
  • \((a, b, c)\) is the center of the sphere.
  • \(R\) is the radius.
To convert a given quadratic form into the center-radius form, we complete the square for each variable. This process helps identify the center by isolating the terms pertaining to each coordinate, and the constant on the right side gives the square of 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}}\]
In this formula:
  • \((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.
This metric helps us determine whether the intersection of the sphere and the plane results in an empty set, a point, or a circle. A distance less than the sphere's radius indicates that a circle is formed.
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\)
Each of these can be rewritten as perfect squares:
  • \((x+1)^2 - 1\)
  • \((y-1)^2 - 1\)
  • \((z-2)^2 - 4\)
After combining and simplification, they help in deriving the center-radius form. This transformation simplifies multiple algebraic processes, making the problem more approachable and solvable.