Let L1:3x−1=−1y−1=0z+1 and L2:2x−2=0y=αz+4,α∈R, be two lines, which intersect at the point B. If P is the foot of perpendicular from the point A(1,1,−1) on L2, then the value of 26α(PB)2 is _________ .
Answer: 26
Solution
This problem requires a thorough understanding of lines in 3D space, including their parametric representation, finding intersection points, determining the foot of a perpendicular from a point to a line, and calculating distances. We will systematically approach each part of the problem.
1. Key Concepts and Formulas
Parametric Form of a Line: A line passing through a point (x0,y0,z0) with direction ratios (a,b,c) can be expressed as ax−x0=by−y0=cz−z0=λ. Any point on the line is then (x0+aλ,y0+bλ,z0+cλ). If a direction ratio is zero (e.g., c=0), it implies z−z0=0, or z=z0.
Intersection of Two Lines: If two lines intersect, there exist unique parameter values (one for each line) such that the coordinates of a point on the first line are identical to the coordinates of a point on the second line.
Foot of Perpendicular from a Point to a Line: If P is the foot of the perpendicular from an external point A to a line L, then the vector AP is perpendicular to the direction vector of the line L. This means their dot product is zero: AP⋅dL=0.
Distance Formula in 3D: The distance between two points (x1,y1,z1) and (x2,y2,z2) is (x2−x1)2+(y2−y1)2+(z2−z1)2. The squared distance is (x2−x1)2+(y2−y1)2+(z2−z1)2.
2. Step-by-Step Solution
Step 1: Representing the Lines in Parametric Form
We begin by converting the given symmetric equations of the lines L1 and L2 into their parametric forms. This allows us to represent any point on the lines using a single variable.
For line L1:3x−1=−1y−1=0z+1, we set each ratio equal to a parameter, say λ. The z+1=0 implies z=−1.
Thus, any point on L1 can be written as:
L1:(x,y,z)=(3λ+1,−λ+1,−1)
The direction vector for L1 is d1=⟨3,−1,0⟩.
For line L2:2x−2=0y=αz+4, we set each ratio equal to a parameter, say μ. The y=0 implies y=0.
Thus, any point on L2 can be written as:
L2:(x,y,z)=(2μ+2,0,αμ−4)
The direction vector for L2 is d2=⟨2,0,α⟩.
Step 2: Finding the Intersection Point B and the Value of α
The lines L1 and L2 intersect at point B. This means that for specific values of λ and μ, the coordinates of a point on L1 will be equal to the coordinates of a point on L2. Let B=(xB,yB,zB).
Equating the corresponding coordinates:
x-coordinate: 3λ+1=2μ+2
y-coordinate: −λ+1=0
z-coordinate: −1=αμ−4
From equation (2), we directly find λ:
−λ+1=0⟹λ=1
Substitute λ=1 into equation (1):
3(1)+1=2μ+24=2μ+22μ=2⟹μ=1
Now, substitute μ=1 into equation (3) to find the value of α:
−1=α(1)−4−1=α−4α=3
With λ=1 (or μ=1 and α=3), we can find the coordinates of the intersection point B. Using the parametric form of L1:
B=(3(1)+1,−(1)+1,−1)=(4,0,−1)
We can verify this using L2 with μ=1 and α=3: B=(2(1)+2,0,3(1)−4)=(4,0,−1). The coordinates match.
So, the intersection point is B(4,0,−1) and the value of α is 3.
Step 3: Finding the Foot of Perpendicular P from A to L2
We are given point A(1,1,−1) and line L2. Now we know α=3, so the equation of L2 is 2x−2=0y=3z+4.
Let P be the foot of the perpendicular from A to L2. Since P lies on L2, we can represent its coordinates using the parametric form of L2 with α=3, using a new parameter, say δ:
P(2δ+2,0,3δ−4)
Next, we form the vector AP:
AP=⟨(2δ+2)−1,0−1,(3δ−4)−(−1)⟩AP=⟨2δ+1,−1,3δ−3⟩
The direction vector of L2 is d2=⟨2,0,3⟩.
Since AP is perpendicular to L2, their dot product must be zero:
AP⋅d2=0(2δ+1)(2)+(−1)(0)+(3δ−3)(3)=04δ+2+0+9δ−9=013δ−7=0δ=137
Now, substitute δ=137 back into the coordinates of P:
P=(2(137)+2,0,3(137)−4)P=(1314+1326,0,1321−1352)P=(1340,0,−1331)
Step 4: Calculate (PB)2
We need to find the squared distance between P(1340,0,−1331) and B(4,0,−1).
(PB)2=(1340−4)2+(0−0)2+(−1331−(−1))2(PB)2=(1340−52)2+0+(13−31+13)2(PB)2=(13−12)2+(13−18)2(PB)2=169144+169324(PB)2=169144+324=169468
We can simplify this fraction: 468=13×36, and 169=13×13.
(PB)2=13×1336×13=1336
Step 5: Calculate 26α(PB)2
We have α=3 and (PB)2=1336.
Substitute these values into the expression:
26α(PB)2=26×3×1336=(2×13)×3×1336=2×3×36=6×36=216
3. Common Mistakes & Tips
Distinct Parameters: Always use different parameters (e.g., λ,μ,δ) when working with multiple lines or multiple points on the same line to avoid confusion and incorrect equations.
Zero in Denominator: Understand that a zero in the denominator of a symmetric line equation (e.g., 0z+1) means the corresponding coordinate is constant (e.g., z+1=0⟹z=−1).
Dot Product for Perpendicularity: Remember that the dot product of two perpendicular vectors is zero. This is a crucial tool for finding the foot of a perpendicular.
Arithmetic Precision: Be careful with fractions and calculations, especially when simplifying expressions involving squared distances.
4. Summary
We first converted the given lines into their parametric forms. By equating the coordinates of the general points on L1 and L2, we found the intersection point B(4,0,−1) and the value of α=3. Next, to find the foot of the perpendicular P from A(1,1,−1) to L2, we represented P parametrically and used the condition that AP is perpendicular to the direction vector of L2. This allowed us to determine the coordinates of P(1340,0,−1331). Finally, we calculated the squared distance (PB)2 and substituted all values into the expression 26α(PB)2 to arrive at the final result.