Question
The lines and intersect at the point . If the distance of from the line is , then is equal to __________.
Answer: 2
Solution
This solution will guide you through finding the intersection point of two lines and then calculating the distance from that point to a third line using vector methods.
-
Key Concepts and Formulas
-
Parametric Form of a Line in 3D: A line passing through a point with a direction vector can be represented in parametric form as: where is a parameter. This form is essential for finding points on the line and for determining the intersection of lines.
-
Intersection of Two Lines: Two lines intersect if there exists a common point that lies on both lines. To find this point, we express both lines in their parametric forms (using different parameters) and then equate their corresponding coordinates. Solving the resulting system of linear equations for the parameters will yield the values that correspond to the intersection point. A crucial step is to check if these parameter values are consistent across all three coordinate equations.
-
Distance of a Point from a Line: The shortest distance from a point to a line passing through a point with a direction vector can be calculated using vector projection. Let be the vector from point on the line to point . The square of the distance is given by: This formula stems from the Pythagorean theorem, where the distance is one leg of a right triangle, is the hypotenuse, and the projection of onto is the other leg. Alternatively, the distance can be found using the cross product: . Both methods yield the same result.
-
-
Step-by-Step Solution
Step 1: Represent the given lines in parametric form. We are given two lines, and , in symmetric form. To find their intersection point, we convert them into parametric form. This allows us to represent any point on each line using a single variable.
-
For Line : From this, we can express the coordinates of any point on in terms of parameter : So, any point on is .
-
For Line : Similarly, for using parameter : Any point on is .
Step 2: Find the intersection point P by equating coordinates. If the lines intersect, there must be a common point that satisfies both sets of parametric equations for specific values of and . We equate the corresponding coordinates:
-
Equating -coordinates:
-
Equating -coordinates:
-
Equating -coordinates:
Now, we solve the system of linear equations for and . We can use Equations 1 and 2: Adding (Equation 1) and (Equation 2) eliminates : Substitute into Equation 2 to find :
Step 3: Verify the parameters and determine the intersection point P. It is crucial to verify if the values of and obtained from two equations satisfy the third equation. If they do, the lines intersect at a unique point; otherwise, the lines are skew. Substitute and into Equation 3: Since this matches the right-hand side of Equation 3, the values are consistent, and the lines indeed intersect.
Now, substitute into the parametric equations for to find the coordinates of point : Thus, the intersection point is . (Alternatively, substituting into 's equations yields the same point ).
Step 4: Identify the components of the third line (). We need to find the distance of from the line : From the symmetric form of , we can identify:
- A point on the line : Comparing with , we get .
- The direction vector of the line : The denominators give the direction ratios, so .
Step 5: Calculate the vector and its magnitude, and the dot product with . First, form the vector from point on to point : Next, calculate the square of the magnitude of and : Finally, calculate the dot product of and :
Step 6: Apply the distance formula to find . Using the distance formula : To combine these terms, find a common denominator:
Step 7: Calculate the final required value . The problem asks for the value of .
-
-
Common Mistakes & Tips
- Using the same parameter: When finding the intersection of two lines, always use distinct parameters (e.g., and ) for each line. Using the same parameter implies the lines are identical or parallel, which is generally not the case for intersecting or skew lines.
- Consistency Check: After finding the values of the parameters from two equations, always substitute them into the third equation to verify consistency. If the third equation is not satisfied, the lines are skew and do not intersect.
- Arithmetic Errors: 3D geometry problems often involve several calculations with integers and fractions. Double-check each step, especially when solving systems of equations, performing vector operations (dot products, cross products), and simplifying fractions.
- Correctly Identifying Components: Ensure you correctly identify the point on the line and the direction vector components from the symmetric form. Remember that implies .
-
Summary
To solve this problem, we first converted the equations of the two intersecting lines into their parametric forms. By equating the corresponding coordinates, we formed a system of linear equations, which we solved to find the parameters and . A consistency check confirmed the intersection, allowing us to determine the coordinates of point . Next, we identified a point and the direction vector of the third line. Using the vector projection formula, we calculated the square of the distance () from point to this third line. Finally, we computed the required value of .
The final answer is .