Analyzing the Setup
Imagine standing in the vast, silent expanse of 3D space. You are looking at a line, a mysterious entity whose direction is defined by the variables a and b.
This line is constrained by the rigid laws of geometry, forced to be perpendicular to two other lines. Our goal is to uncover the identity of this line and find its intersection with a plane.
The Language of Orthogonality
We start with the condition of perpendicularity. In 3D space, two lines with direction ratios (l1,m1,n1) and (l2,m2,n2) are perpendicular if and only if their dot product is zero:
For our first pair of lines, with direction ratios (a,−4a,−7) and (3,−1,2b), the condition becomes:
(a)(3)+(−4a)(−1)+(−7)(2b)=0
Simplifying this, we get 3a+4a−14b=0, which reduces to 7a=14b, or simply a=2b. This is a beautiful, simple relationship that anchors our understanding.
The Algebraic Bridge
Now, we apply the same logic to the second pair of lines with direction ratios (a,−4a,−7) and (b,a,−2). The dot product gives us:
(a)(b)+(−4a)(a)+(−7)(−2)=0
This expands to ab−4a2+14=0. Here is where the magic happens. We substitute our relationship a=2b into this equation:
This simplifies to 2b2−16b2+14=0, leading to −14b2=−14, or b2=1. Consequently, a2=4b2=4. We have successfully decoded the variables.
The Piercing Point
With a2=4 and b2=1, the equation of our line becomes:
This simplifies to:
To find where this line pierces the plane x−y+z=0, we introduce the parameter k. By setting the line equal to k, we get the general point (5k−1,3k+2,k).
This point must satisfy the plane equation. Substituting these coordinates into x−y+z=0, we get:
Solving for k, we find 3k−3=0, so k=1.
The Final Triumph
With k=1, the intersection point (α,β,γ) is found by substituting k back into our general point:
α=5(1)−1=4,β=3(1)+2=5,γ=1
The sum α+β+γ=4+5+1=10.
We have navigated the complexities of 3D space and arrived at the answer with precision and clarity. The final result is 10.