Animated Solution for Mathematics - Three Dimensional Geometry: Let a=i^+2j^+k^ and b=2i^+7j^+3k^. Let L1:r=(−i^+2j^+k^)+λaλ∈R and L2:r=(j^+k^)+μbμ∈R be two lines. If the line L3 passes through the point of intersection of L1 and L2, and is parallel to a+b then L3 passes through the point:
Select Answer:
Visualized Solution
Visualizing the Lines L1 and L2
Let L1 and L2 be two lines in 3D space.
Line L1:r=(−i^+2j^+k^)+λ(i^+2j^+k^)
Line L2:r=(j^+k^)+μ(2i^+7j^+3k^)
Our goal is to find their point of intersectionP.
Parametric Coordinates of L1
Express L1 in parametric form by grouping components:
x=−1+λ
y=2+2λ
z=1+λ
Parametric Coordinates of L2
Express L2 in parametric form using parameter μ:
x=2μ
y=1+7μ
z=1+3μ
Equating the z-Coordinates
For intersection, equate the z-coordinates:
1+λ=1+3μ
Subtracting 1 from both sides:
λ=3μ
Solving for μ using x-Coordinates
Equate the x-coordinates:
−1+λ=2μ
Substitute λ=3μ into the equation:
−1+3μ=2μ
Rearranging gives:
μ=1
Finding λ and Verifying
Using μ=1 in the relation λ=3μ:
λ=3(1)=3
Check consistency with y-coordinates:
For L1:y=2+2(3)=8
For L2:y=1+7(1)=8
Coordinates of Intersection Point P
The point of intersection P is found by substituting μ=1 into L2:
P=(2μ,1+7μ,1+3μ)
P=(2(1),1+7(1),1+3(1))
P=(2,8,4)
Direction Vector of L3
The direction of L3 is given by v=a+b:
a=i^+2j^+k^
b=2i^+7j^+3k^
v=(1+2)i^+(2+7)j^+(1+3)k^=3i^+9j^+4k^
Equation of Line L3
The equation of line L3 passing through P(2,8,4) with direction (3,9,4) is:
r=(2i^+8j^+4k^)+t(3i^+9j^+4k^)
In parametric form:
x=3t+2
y=9t+8
z=4t+4
Testing Option (8,26,12)
Check if (8,26,12) lies on L3:
Set x-coordinate to 8:
3t+2=8
3t=6⇒t=2
Verifying y and z Coordinates
Check y and z coordinates for t=2:
y=9(2)+8=18+8=26 (Matches!)
z=4(2)+4=8+4=12 (Matches!)
Final Conclusion
Key Takeaways:
1. To find the intersection of lines, equate their parametric forms.
2. The direction of a line parallel to a+b is simply the vector sum.
3. A point lies on a line if it satisfies the line's equation for a specific parameter t.
Final Answer: The line L3 passes through (8,26,12).
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 void. You see two lines, L1 and L2, stretching out into infinity.
While they may appear to cross, in 3D space, appearances can be deceiving. Our mission is to find the exact point where these two lines meet and chart a new path, L3, that emerges from that intersection.
The Parametric Dance
To find where L1 and L2 meet, we translate their vector equations into parametric form. For L1, given by r=(−i^+2j^+k^)+λ(i^+2j^+k^), the coordinates are:
x=−1+λ,y=2+2λ,z=1+λ
Similarly, for L2, defined by r=(j^+k^)+μ(2i^+7j^+3k^), the coordinates are:
x=2μ,y=1+7μ,z=1+3μ
At the point of intersection, the x, y, and z coordinates must be identical for both lines.
Solving the System
We begin with the z-coordinates, as they provide the simplest path to the solution. Equating them, we get 1+λ=1+3μ, which simplifies to:
λ=3μ
Next, we examine the x-coordinates: −1+λ=2μ. Substituting our relation λ=3μ into this equation, we get −1+3μ=2μ, which leads directly to μ=1.
With μ=1, we find λ=3(1)=3. We must now perform a consistency check using the y-coordinates.
For L1, y=2+2(3)=8. For L2, y=1+7(1)=8. Since they match, the lines intersect at the point P(2,8,4).
Charting the New Path
Now that we have our intersection point P(2,8,4), we define L3. The problem states L3 is parallel to the vector sum a+b.
We calculate the direction vector v as follows:
v=(i^+2j^+k^)+(2i^+7j^+3k^)=3i^+9j^+4k^
Using point P and direction v, the vector equation for L3 is:
r=(2i^+8j^+4k^)+t(3i^+9j^+4k^)
This yields the parametric equations:
x=3t+2,y=9t+8,z=4t+4
The Final Verification
To verify a point such as (8,26,12), we check if there exists a value of t that satisfies all three equations. Setting x=8:
3t+2=8⇒3t=6⇒t=2
Now, we test t=2 for y and z:
y=9(2)+8=26
z=4(2)+4=12
The point matches perfectly. We have successfully navigated the 3D space and confirmed the path.