Animated Solution for Mathematics - Three Dimensional Geometry: Let the lines L1:r=λ(i^+2j^+3k^),λ∈R and L2:r=(i^+3j^+k^)+μ(i^+j^+5k^),μ∈R intersect at the point S. If a plane ax+by−z+d=0 passes through S and is parallel to both the lines L1 and L2, then the value of a+b+d is equal to ____.
Enter Numerical Value:
Visualized Solution
Visualizing the Lines L1 and L2
Line L1:r=λ(i^+2j^+3k^)
Line L2:r=(i^+3j^+k^)+μ(i^+j^+5k^)
Goal: Find the intersection point S and the plane passing through it.
Equating Components for Intersection
For intersection, equate the x,y,z components.
x:λ=1+μ
y:2λ=3+μ
z:3λ=1+5μ
Solving for λ and μ
From x-component: λ=1+μ
Substitute into y-component: 2(1+μ)=3+μ
2+2μ=3+μ⇒μ=1
λ=1+1=2
Verifying the Intersection
Check in z-component: 3(2)=1+5(1)
6=6 (Consistent)
The lines indeed intersect at point S.
Finding the Coordinates of S
Substitute λ=2 into L1:
r=2(i^+2j^+3k^)=2i^+4j^+6k^
Point S=(2,4,6)
Normal to the Plane
The plane is parallel to L1 and L2.
Normal vector n=b1×b2
where b1=i^+2j^+3k^ and b2=i^+j^+5k^
Setting up the Cross Product
n=i^11j^21k^35
Calculating the Normal Vector
n=i^(10−3)−j^(5−3)+k^(1−2)
n=7i^−2j^−k^
Equation of the Plane
Equation of plane passing through S(2,4,6) with normal (7,−2,−1):
7(x−2)−2(y−4)−1(z−6)=0
Simplifying the Equation
7x−14−2y+8−z+6=0
Simplify: 7x−2y−z=0
Finding a,b, and d
Compare 7x−2y−z=0 with ax+by−z+d=0:
Result: a=7,b=−2,d=0
Final Calculation: a+b+d
Calculate a+b+d:
7+(−2)+0=5
Final Answer: 5
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
The Geometry of Intersection
A 3D Odyssey
Imagine you are standing in a vast, empty room. You have two thin, glowing laser beams, L1 and L2, cutting through the darkness.
They are not parallel, and they are not skew—they meet at a single, precise point S. Our mission today is to find this point and then construct a plane that perfectly aligns with both beams.
Phase 1
The Algebraic Dance of Intersection
We start with the equations of our lines:
L1:r=λ(i^+2j^+3k^)
L2:r=(i^+3j^+k^)+μ(i^+j^+5k^)
To find the intersection point S, we equate the components. If the lines meet, there must exist a specific λ and μ such that the x,y, and z coordinates are identical. This gives us a system:
1. x:λ=1+μ
2. y:2λ=3+μ
3. z:3λ=1+5μ
We solve the first two equations. Substituting λ=1+μ into the second equation, we get 2(1+μ)=3+μ, which simplifies to 2+2μ=3+μ, yielding μ=1.
Plugging this back, we find λ=2. Now, the crucial step: verification. We check these values in the third equation: 3(2)=1+5(1)⇒6=6.
The consistency confirms that the lines do indeed intersect. Substituting λ=2 into L1, we find our point S=(2,4,6).
Phase 2
The Normal Vector—The Anchor of the Plane
Now, we need a plane passing through S(2,4,6) that is parallel to both lines. A plane is defined by its normal vector n.
If the plane is parallel to both lines, its normal must be perpendicular to the direction vectors b1=(1,2,3) and b2=(1,1,5). The cross product is our tool of choice here:
n=b1×b2=i^11j^21k^35
Expanding this determinant, we get:
n=i^(10−3)−j^(5−3)+k^(1−2)=7i^−2j^−k^
This vector n=(7,−2,−1) is the backbone of our plane equation.
Phase 3
The Final Assembly
The equation of a plane passing through (x0,y0,z0) with normal (a,b,c) is a(x−x0)+b(y−y0)+c(z−z0)=0. Substituting our point S(2,4,6) and normal (7,−2,−1):
7(x−2)−2(y−4)−1(z−6)=0
7x−14−2y+8−z+6=0
7x−2y−z=0
Comparing this to the given form ax+by−z+d=0, we identify a=7, b=−2, and d=0.
The sum a+b+d=7−2+0=5. We have navigated the 3D space, verified the intersection, and constructed the plane with precision.