Animated Solution for Mathematics - Three Dimensional Geometry: The perpendicular distance from the origin to the plane containing the two lines, 3x+2=5y−2=7z+5 and 1x−1=4y−4=7z+4, is:
Select Answer:
Visualized Solution
Visualize the Geometry
Given lines:
L1:3x+2=5y−2=7z+5
L2:1x−1=4y−4=7z+4
Goal: Find the perpendicular distance from (0,0,0) to the plane containing L1 and L2.
Identify Direction Vectors
Direction vector of L1: b1=3i^+5j^+7k^
Direction vector of L2: b2=1i^+4j^+7k^
Finding the Normal Vector n
The normal vector n is perpendicular to both b1 and b2.
n=b1×b2=i^31j^54k^77
Calculate the Cross Product
n=i^(35−28)−j^(21−7)+k^(12−5)
n=7i^−14j^+7k^
Simplify the Normal Vector
Divide n by 7 to simplify:
n=1i^−2j^+1k^
Direction ratios of normal: (1,−2,1)
Pick a Point on the Plane
Point on L2 (and thus on the plane): P(1,4,−4)
Form the Plane Equation
Equation of plane: a(x−x1)+b(y−y1)+c(z−z1)=0
Substitute a=1,b=−2,c=1 and (x1,y1,z1)=(1,4,−4):
1(x−1)−2(y−4)+1(z+4)=0
Simplify the Equation
x−1−2y+8+z+4=0
x−2y+z+11=0
Distance from Origin Formula
Perpendicular distance d from (0,0,0) to Ax+By+Cz+D=0:
d=A2+B2+C2∣D∣
Final Calculation
d=12+(−2)2+12∣11∣
d=1+4+111
d=611
Summary and Takeaway
Key Steps:
1. Normal n=b1×b2
2. Plane eq: a(x−x1)+b(y−y1)+c(z−z1)=0
3. Distance from origin: A2+B2+C2∣D∣
Final Answer:611
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Setup
Imagine you are standing in a vast, empty room. You have two straight, rigid rods floating in the air, representing our lines L1 and L2.
These lines are not parallel and they define a single, flat surface—a plane—that contains both of them. Our goal is to find the shortest distance from the origin (0,0,0) to this invisible sheet of paper.
The Directional Foundation
Every line in 3D space is defined by a point it passes through and a direction vector. Looking at our lines:
L1:3x+2=5y−2=7z+5
L2:1x−1=4y−4=7z+4
We can immediately extract their direction vectors, which act as the 'compass headings' of our lines. For L1, the direction vector is b1=3i^+5j^+7k^. For L2, it is b2=1i^+4j^+7k^.
The Magic of the Cross Product
To define a plane, we need a normal vector—a vector that sticks straight out of the surface, perpendicular to every line on it. We find this by calculating the cross product n=b1×b2.
Setting up the determinant:
n=i^31j^54k^77
Expanding this, we get n=i^(35−28)−j^(21−7)+k^(12−5), which simplifies to n=7i^−14j^+7k^.
Simplifying the Normal
Mathematics is often about finding the most elegant path. Notice that all components of our normal vector are multiples of 7.
We can divide the entire vector by 7 to get a simpler normal vector: n=1i^−2j^+1k^. This vector (1,−2,1) carries the exact same directional information as the original, but it makes our subsequent algebra much lighter.
Constructing the Plane
Now, we need a point on the plane. Since both lines lie on the plane, we can pick any point from either line; let's take a point from L2: P(1,4,−4).
Using the point-normal form of a plane, A(x−x1)+B(y−y1)+C(z−z1)=0, we substitute our normal vector (1,−2,1) and our point (1,4,−4):
1(x−1)−2(y−4)+1(z+4)=0
Expanding this, we get x−1−2y+8+z+4=0, which simplifies beautifully to the plane equation:
x−2y+z+11=0
The Final Leap
We need the perpendicular distance from the origin (0,0,0) to the plane x−2y+z+11=0. The formula for the distance d from the origin to a plane Ax+By+Cz+D=0 is:
d=A2+B2+C2∣D∣
Substituting our values (A=1,B=−2,C=1,D=11):
d=12+(−2)2+12∣11∣=1+4+111=611
The geometry of the lines, the power of the cross product, and the elegance of the distance formula have guided us to the final answer: 611.