Animated Solution for Mathematics - Three Dimensional Geometry: Let the line L pass through (1,1,1) and intersect the lines 2x−1=3y+1=4z−1 and 1x−3=2y−4=1z. Then, which of the following points lies on the line L ?
Select Answer:
Visualized Solution
Visualizing the Geometry
Point P(1,1,1)
Line L1:2x−1=3y+1=4z−1
Line L2:1x−3=2y−4=1z
Line L passes through P and intersects L1,L2.
The Concept of Intersecting Planes
If L intersects L1 and passes through P, it must lie in the plane containing P and L1. Let's call it π1.
Similarly, L must lie in the plane π2 containing P and L2.
Therefore, L is the line of intersection of π1 and π2.
Defining Plane π1
Plane π1 contains P(1,1,1) and L1.
L1 passes through A(1,−1,1) with direction d1=(2,3,4).
Vector PA=A−P=(1−1,−1−1,1−1)=(0,−2,0).
Normal Vector of π1
Normal n1=PA×d1
n1=i^02j^−23k^04
n1=−8i^+0j^+4k^=(−8,0,4)
Simplified normal: n1=(2,0,−1)
Equation of Plane π1
Equation: n1⋅(r−P)=0
2(x−1)+0(y−1)−1(z−1)=0
2x−2−z+1=0
π1:2x−z−1=0
Defining Plane π2
Plane π2 contains P(1,1,1) and L2.
L2 passes through B(3,4,0) with direction d2=(1,2,1).
Vector PB=B−P=(3−1,4−1,0−1)=(2,3,−1).
Normal Vector of π2
Normal n2=PB×d2
n2=i^21j^32k^−11
n2=(3−(−2))i^−(2−(−1))j^+(4−3)k^
n2=(5,−3,1)
Equation of Plane π2
Equation: n2⋅(r−P)=0
5(x−1)−3(y−1)+1(z−1)=0
5x−5−3y+3+z−1=0
π2:5x−3y+z−3=0
The Line of Intersection
Line L is the intersection of π1 and π2.
Any point on line L must satisfy both plane equations:
1) 2x−z−1=0
2) 5x−3y+z−3=0
We need to check which option satisfies both.
Verifying the Options
Let's test Option 4: (7,15,13)
In π1: 2(7)−13−1=14−14=0. (True)
In π2: 5(7)−3(15)+13−3=35−45+13−3=−10+10=0. (True)
Since it satisfies both, (7,15,13) lies on L.
Final Conclusion
Key Takeaway: A line intersecting two other lines from a given point can be found as the intersection of two planes.
Final Answer: Point (7,15,13) lies on line L.
Pro Tip: Always look for geometric interpretations to avoid lengthy algebraic calculations.
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
The Geometry of the Invisible Line
Imagine standing in a vast, three-dimensional space. You are anchored at a specific point P(1,1,1).
Floating around you are two distinct lines, L1 and L2. Your mission is to construct a new line, L, that passes through your anchor point P and pierces through both L1 and L2.
At first glance, this feels like trying to thread a needle in the dark. But here is the secret: we don't need to hunt for the line directly. We can use the power of planes to trap it.
The Plane Trap
Think about the relationship between a line and a plane. If our target line L must pass through P and intersect L1, then L must lie entirely within the flat surface—the plane—that contains both P and L1.
Let's call this plane π1. By the exact same logic, L must also lie within the plane π2 that contains P and L2.
If L is trapped in π1 and also trapped in π2, then L must be the line where these two planes intersect. This is the geometric epiphany that turns a nightmare problem into a simple, elegant calculation.
Constructing the Planes
To define π1, we need a point and a normal vector. We have point P(1,1,1). From the equation of L1, we can extract a point A(1,−1,1) and a direction vector d1=(2,3,4).
The vector connecting our anchor P to point A is PA=A−P=(0,−2,0). To find the normal vector n1, we take the cross product of PA and d1:
n1=PA×d1=i^02j^−23k^04=−8i^+4k^
We can simplify this normal vector to n1=(2,0,−1). Using the point-normal form of a plane, n1⋅(r−P)=0, we get 2(x−1)+0(y−1)−1(z−1)=0.
This simplifies beautifully to π1:2x−z−1=0.
Now, we repeat this for π2. L2 gives us a point B(3,4,0) and direction d2=(1,2,1). The vector PB=B−P=(2,3,−1).
The normal n2 is the cross product of PB and d2:
Using point P again, the equation for π2 becomes 5(x−1)−3(y−1)+1(z−1)=0. This simplifies to π2:5x−3y+z−3=0.
The Final Verification
We have successfully trapped our line L as the intersection of π1 and π2. Any point on L must satisfy both 2x−z−1=0 and 5x−3y+z−3=0.
Instead of solving for the line's parametric equation, we simply test our options. Plugging (7,15,13) into π1:
2(7)−13−1=14−14=0
It works! Plugging it into π2:
5(7)−3(15)+13−3=35−45+13−3=0
It works again! Geometry isn't just about formulas; it's about seeing the hidden structure of the world. By visualizing the planes, we didn't just solve a problem—we mastered the space.