Animated Solution for Mathematics - Three Dimensional Geometry: The equation of the line passing through (−4,3,1), parallel to the plane x+2y−z−5=0 and intersecting the line −3x+1=2y−3=−1z−2 is:
Select Answer:
Visualized Solution
Visualizing the 3D Setup
Given point A(−4,3,1).
Plane P:x+2y−z−5=0.
Given line L1:−3x+1=2y−3=−1z−2.
General Point Q on L1
Let the intersection point be Q on line L1.
Assume −3x+1=2y−3=−1z−2=λ.
General coordinates of Q=(−3λ−1,2λ+3,−λ+2).
Direction Vector AQ
The required line passes through A and Q.
Direction vector d=AQ=Q−A.
AQ=(−3λ−1−(−4),2λ+3−3,−λ+2−1).
AQ=(3−3λ,2λ,1−λ).
Parallelism Condition
The required line is parallel to the plane P.
Therefore, the line is perpendicular to the normal vector n of the plane.
Normal vector of plane P:x+2y−z−5=0 is n=(1,2,−1).
Applying the Dot Product
Condition for perpendicular vectors: AQ⋅n=0.
Substitute AQ=(3−3λ,2λ,1−λ) and n=(1,2,−1).
(1)(3−3λ)+(2)(2λ)+(−1)(1−λ)=0.
Solving for λ
Expand the equation: 3−3λ+4λ−1+λ=0.
Combine like terms: 2λ+2=0.
Solve for λ: λ=−1.
Finding Direction Ratios
Substitute λ=−1 back into AQ.
AQ=(3−3(−1),2(−1),1−(−1)).
AQ=(6,−2,2).
Simplify by dividing by 2: Direction Ratios =(3,−1,1).
Final Equation of the Line
The line passes through A(−4,3,1).
The direction ratios are (3,−1,1).
Equation of a line: ax−x1=by−y1=cz−z1.
Final Equation: 3x+4=−1y−3=1z−1.
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
Imagine you are standing in a vast, three-dimensional coordinate system. You have a fixed point A(−4,3,1) and a line L1 defined by the symmetric equations:
−3x+1=2y−3=−1z−2
You are tasked with finding a new line that passes through A, runs parallel to the plane P:x+2y−z−5=0, and intersects L1. This might seem like a daunting puzzle, but let us break it down into a beautiful, logical sequence.
The Power of Parametric Coordinates
To find our line, we need two things: a point on the line and its direction ratios. We already have the point A. The intersection point Q is the key.
Since Q lies on L1, we can represent its coordinates using a single parameter λ. By setting:
−3x+1=2y−3=−1z−2=λ
We express the coordinates of Q as x=−3λ−1, y=2λ+3, and z=−λ+2. Thus, Q=(−3λ−1,2λ+3,−λ+2). This parameter λ is our bridge to the solution.
Defining the Direction Vector
Now that we have two points on our required line, A and Q, we can easily determine the direction vector d=AQ. Subtracting the coordinates of A from Q, we get:
AQ=(−3λ−1−(−4),2λ+3−3,−λ+2−1)
This simplifies to AQ=(3−3λ,2λ,1−λ). This vector represents the orientation of our line in space, and it is currently waiting for us to find the correct value of λ.
The Geometric Constraint
The problem states that our line is parallel to the plane P. The normal vector of the plane, n, is derived from the coefficients of x,y, and z in the plane equation x+2y−z−5=0, giving us n=(1,2,−1).
Because the line is parallel to the plane, its direction vector AQ must be perpendicular to the normal vector n. This means their dot product must be zero: AQ⋅n=0.
Substituting our values, we get:
(1)(3−3λ)+(2)(2λ)+(−1)(1−λ)=0
Expanding this, we have 3−3λ+4λ−1+λ=0, which simplifies to 2λ+2=0. Solving for λ, we find λ=−1.
Final Calculation
With λ=−1, we can find the specific direction ratios of our line by substituting λ back into AQ. We get:
AQ=(3−3(−1),2(−1),1−(−1))=(6,−2,2)
To simplify, we can divide by 2 to get the direction ratios (3,−1,1). Now, we have the point A(−4,3,1) and the direction ratios (3,−1,1).
The symmetric equation of the line is given by ax−x1=by−y1=cz−z1. Substituting our values, we obtain the final result:
3x+4=−1y−3=1z−1
We have successfully navigated the 3D space to find the line that satisfies all conditions. Remember, geometry is not just about formulas; it is about visualizing the relationships between points, lines, and planes.