The square of the distance of the point (715,732,7) from the line 3x+1=5y+3=7z+5 in the direction of the vector i^+4j^+7k^ is:
Options
Solution
Key Concepts and Formulas
Equation of a Line in 3D: A line passing through a point (x0,y0,z0) with direction ratios (a,b,c) can be represented in symmetric form as ax−x0=by−y0=cz−z0. This can also be written in parametric form by setting it equal to a parameter, say λ, yielding x=x0+aλ, y=y0+bλ, z=z0+cλ.
Distance of a Point from a Line in a Specific Direction: To find the distance of a point P from a line L1 along the direction of a vector d, we construct a second line L2 that passes through P and is parallel to d. The point of intersection Q of L1 and L2 is the point on L1 such that PQ is parallel to d. The required distance is then the length of the segment PQ.
Distance Formula in 3D: The distance between two points (x1,y1,z1) and (x2,y2,z2) is given by D=(x2−x1)2+(y2−y1)2+(z2−z1)2.
Step-by-Step Solution
Step 1: Identify Given Information and Understand the Problem Setup
We are asked to find the square of the distance of a given point P from a line L1in the direction of a specific vector d. This means we are not looking for the shortest (perpendicular) distance, but rather the length of a line segment PQ where Q is on L1 and PQ is parallel to d.
Given Point P:P=(715,732,7).
Given Line L1 (Symmetric Form):3x+1=5y+3=7z+5.
From this, we identify that L1 passes through the point (−1,−3,−5) and has a direction vector v1=3i^+5j^+7k^.
Given Direction Vector d:d=i^+4j^+7k^.
This is the direction along which we need to measure the distance.
The strategy is to find a point Q on L1 such that the line segment PQ is parallel to d. This implies Q is the intersection of L1 and a new line L2 which passes through P and is parallel to d.
Step 2: Formulate the Parametric Equation of Line L1
To find an intersection point, it's convenient to express the coordinates of any point on L1 using a parameter.
Let's set the symmetric form of L1 equal to a parameter λ:
3x+1=5y+3=7z+5=λ
From this, the coordinates of any point Q(xQ,yQ,zQ) on L1 can be expressed as:
xQ=3λ−1yQ=5λ−3zQ=7λ−5
So, any point on L1 is Q(λ)=(3λ−1,5λ−3,7λ−5).
Step 3: Formulate the Parametric Equation of Line L2
Line L2 passes through the given point P=(715,732,7) and is parallel to the direction vector d=i^+4j^+7k^.
The symmetric form of L2 is:
1x−715=4y−732=7z−7
Let's set this equal to another parameter μ:
1x−715=4y−732=7z−7=μ
From this, the coordinates of any point R(xR,yR,zR) on L2 can be expressed as:
xR=μ+715yR=4μ+732zR=7μ+7
So, any point on L2 is R(μ)=(μ+715,4μ+732,7μ+7).
Step 4: Find the Intersection Point Q
The point Q we are looking for is the intersection of L1 and L2. At this point, the coordinates from both parametric forms must be equal. We equate the corresponding coordinates to find the values of λ and μ.
Equating x-coordinates:
3λ−1=μ+7153λ−μ=1+715⟹3λ−μ=77+15⟹3λ−μ=722 (Equation A)
Equating y-coordinates:
5λ−3=4μ+7325λ−4μ=3+732⟹5λ−4μ=721+32⟹5λ−4μ=753 (Equation B)
Equating z-coordinates:
7λ−5=7μ+77λ−7μ=7+5⟹7λ−7μ=12⟹λ−μ=712 (Equation C)
Now we solve the system of linear equations for λ and μ. We can use Equations A and C, as they are simpler.
From Equation C, we can express μ in terms of λ:
μ=λ−712
Substitute this expression for μ into Equation A:
3λ−(λ−712)=7223λ−λ+712=7222λ=722−7122λ=710λ=75
Now, substitute the value of λ back into the expression for μ:
μ=75−712μ=−77μ=−1
(Optional Verification): We can check these values in Equation B:
5(75)−4(−1)=725+4=725+28=753. This matches the right-hand side of Equation B, so our values for λ and μ are correct.
Finally, we find the coordinates of the intersection point Q by substituting λ=75 into the parametric form of L1:
xQ=3(75)−1=715−77=78yQ=5(75)−3=725−721=74zQ=7(75)−5=5−5=0
So, the intersection point is Q=(78,74,0).
Step 5: Calculate the Distance PQ
Now we calculate the distance between point P=(715,732,7) and point Q=(78,74,0) using the 3D distance formula:
PQ=(xP−xQ)2+(yP−yQ)2+(zP−zQ)2PQ=(715−78)2+(732−74)2+(7−0)2PQ=(77)2+(728)2+(7)2PQ=(1)2+(4)2+(7)2PQ=1+16+49PQ=66
Step 6: Square the Distance
The question asks for the square of the distance.
(PQ)2=(66)2=66
Common Mistakes & Tips
Perpendicular vs. Directional Distance: The most common mistake is to confuse this problem with finding the shortest (perpendicular) distance from a point to a line. Always pay close attention to the phrase "in the direction of the vector".
Fractional Arithmetic: The coordinates involve fractions. Be meticulous with arithmetic involving fractions to avoid calculation errors, especially when solving the system of equations.
Systematic Approach: Break down the problem into smaller, manageable steps (defining lines, finding intersection, calculating distance). This reduces complexity and helps in identifying errors.
Summary
To find the distance of a point from a line in a given direction, we constructed a second line through the point, parallel to the specified direction. We then found the intersection point of these two lines. The distance between the given point and this intersection point is the required distance. After calculating this distance as 66, we squared it as requested by the problem.
The final answer is 66, which corresponds to option (A).