If the length of the perpendicular from the point (β, 0, β) (β= 0) to the line, 1x=0y−1=−1z+1 is 23, then β is equal to :
Options
Solution
1. Key Concepts and Formulas
Equation of a Line in 3D (Symmetric Form): A line passing through a point (x1,y1,z1) with direction ratios (a,b,c) can be represented as ax−x1=by−y1=cz−z1. Any general point on this line can be expressed using a parameter, say p. If a denominator is zero, like 0y−y1, it implies y−y1=0⋅p, meaning y=y1.
Direction Ratios (DRs) of a Line Segment: For two points (x1,y1,z1) and (x2,y2,z2), the direction ratios of the line segment connecting them are (x2−x1,y2−y1,z2−z1).
Condition for Perpendicularity: Two lines (or a line and a line segment) with direction ratios (a1,b1,c1) and (a2,b2,c2) are perpendicular if and only if their dot product is zero: a1a2+b1b2+c1c2=0.
Distance Formula in 3D: The distance between two points (x1,y1,z1) and (x2,y2,z2) is given by (x2−x1)2+(y2−y1)2+(z2−z1)2.
2. Step-by-Step Solution
Step 1: Represent the General Point on the Line
We are given the line L:1x=0y−1=−1z+1.
To work with this line, we represent any general point on it using a parameter, say p.
Let 1x=0y−1=−1z+1=p.
From this, we can express the coordinates of a general point A(x,y,z) on the line:
x=1⋅p⟹x=p
y−1=0⋅p⟹y=1
z+1=−1⋅p⟹z=−p−1
So, any point A on the line L can be written as A(p,1,−p−1).
The given external point is P(β,0,β).
Step 2: Find the Foot of the Perpendicular
Let A(p,1,−p−1) be the foot of the perpendicular from point P(β,0,β) to the line L.
First, we find the direction ratios (DRs) of the line segment PA:
DRsPA=(xA−xP,yA−yP,zA−zP)DRsPA=(p−β,1−0,(−p−1)−β)DRsPA=(p−β,1,−p−1−β)
Next, we identify the direction ratios (DRs) of the given line L from its symmetric form:
DRsL=(1,0,−1) (These are the denominators in the line equation).
Since the line segment PA is perpendicular to the line L, their direction ratios must satisfy the perpendicularity condition (a1a2+b1b2+c1c2=0).
DRsPA⋅DRsL=0(p−β)(1)+(1)(0)+(−p−1−β)(−1)=0p−β+0+(p+1+β)=0p−β+p+1+β=02p+1=0p=−21
Now, substitute this value of p back into the coordinates of point A to find the exact coordinates of the foot of the perpendicular:
A=(−21,1,−(−21)−1)A=(−21,1,21−1)A=(−21,1,−21)
Step 3: Calculate the Perpendicular Distance and Solve for β
We are given that the length of the perpendicular PA is 23. Therefore, PA2=23.
Using the distance formula for points P(β,0,β) and A(−21,1,−21):
PA2=(−21−β)2+(1−0)2+(−21−β)2PA2=(β+21)2+(1)2+(β+21)2PA2=2(β+21)2+1
Now, equate this expression for PA2 with the given value:
2(β+21)2+1=232(β+21)2=23−12(β+21)2=21(β+21)2=41
Take the square root of both sides:
β+21=±41β+21=±21
This gives two possible cases for β:
Case 1: β+21=21β=21−21β=0
Case 2: β+21=−21β=−21−21β=−1
The problem statement specifies that β=0. Therefore, we must choose the value β=−1.
3. Common Mistakes & Tips
Interpreting Zero Denominators: A common mistake is to misinterpret a zero in the denominator of a line's symmetric form (e.g., 0y−1). It means the numerator must be zero for any real p, implying that coordinate is constant (y=1 in this case).
Sign Errors: Be meticulous with signs, especially when substituting values or squaring negative terms. For example, (−21−β)2 is equivalent to (β+21)2.
Algebraic Precision: Double-check each step of algebraic manipulation, from solving for the parameter p to simplifying the distance equation and solving for β.
Using Constraints: Always remember to apply any given constraints (like β=0) to select the correct answer from multiple possibilities.
4. Summary
This problem effectively tests the understanding of finding the perpendicular distance from a point to a line in 3D geometry. The process involves parameterizing the line, using the perpendicularity condition (dot product of direction ratios being zero) to find the foot of the perpendicular, and then applying the distance formula. The key steps are accurate representation of a general point on the line, correct application of the dot product for perpendicularity, and careful algebraic solution. The mathematical derivation consistently leads to β=−1.
5. Final Answer
The final answer is −1, which corresponds to option (D).