Animated Solution for Mathematics - Three Dimensional Geometry: Let P be the image of the point (3,1,7) with respect to the plane x−y+z=3. Then the equation of the plane passing through P and containing the straight line 1x=2y=1z is
Select Answer:
Visualized Solution
Visualizing the Setup
Given Point: A(3,1,7)
Mirror Plane: x−y+z=3
Objective: Find the image point P(x,y,z)
The Image Formula
Formula for image (x,y,z) of (x1,y1,z1) in ax+by+cz+d=0:
Substituting (a,b,c)=(1,−4,7) and (x0,y0,z0)=(0,0,0)
1(x−0)−4(y−0)+7(z−0)=0
The Final Answer
Simplifying: x−4y+7z=0
This matches Option 3.
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Setup
Welcome, fellow explorers of the mathematical universe! Today, we are going to tackle a problem that involves finding the reflection of a point in a plane and then constructing a new plane from that reflection.
We have a mirror—a plane defined by the equation x−y+z=3. Floating in front of this mirror is a point A with coordinates (3,1,7).
Our first mission is to find the image of this point, which we will call P. Think of this as finding where the point would appear if you were looking into the mirror.
Phase 1
The Mirror Reflection
To find the image point P(x,y,z), we rely on a powerful geometric relationship. The line segment connecting A and P must be perpendicular to the plane, and the plane must bisect this segment.
We use the standard formula for the image of a point (x1,y1,z1) in a plane ax+by+cz+d=0:
Here, our point A is (3,1,7), so x1=3,y1=1,z1=7. The plane is x−y+z−3=0, so a=1,b=−1,c=1, and d=−3.
Substituting these values, we get:
1x−3=−1y−1=1z−7=−212+(−1)2+12(3)−(1)+(7)−3
Simplifying the right-hand side, the numerator is 3−1+7−3=6, and the denominator is 1+1+1=3. Thus, the ratio becomes −2×(6/3)=−4.
Now, we solve for x,y, and z individually:
x−3=−4⇒x=−1y−1=4⇒y=5z−7=−4⇒z=3
Our image point P is (−1,5,3). We have successfully navigated the reflection!
Phase 2
Building the New Plane
Now, we shift gears. We need to find the equation of a new plane that passes through our newly found point P(−1,5,3) and contains the line L given by 1x=2y=1z.
First, observe that the line L passes through the origin O(0,0,0). This means our required plane contains both the origin O and the point P.
To define a plane, we need a normal vector. We can find this by taking the cross product of two vectors that lie on the plane.
The first vector is the direction vector of the line L, which is d=i^+2j^+k^. The second vector is the vector connecting the origin to P, which is OP=−1i^+5j^+3k^.
The normal vector n is the cross product d×OP:
n=i^1−1j^25k^13
Expanding this determinant:
i^(2⋅3−1⋅5)−j^(1⋅3−1⋅(−1))+k^(1⋅5−2⋅(−1))=1i^−4j^+7k^.
Our normal vector is n=i^−4j^+7k^.
Phase 3
The Final Equation
We have the normal vector (1,−4,7) and a point on the plane, the origin (0,0,0). The general equation of a plane is a(x−x0)+b(y−y0)+c(z−z0)=0.
Substituting our values:
1(x−0)−4(y−0)+7(z−0)=0
This simplifies to the final equation:
x−4y+7z=0
This is the equation of our plane. It is elegant, it is precise, and it perfectly captures the geometry of the problem.