Animated Solution for Mathematics - Three Dimensional Geometry: The distance of the line 2x−2=3y−6=4z−3 from the point (1,4,0) along the line 1x=2y−2=3z+3 is:
Select Answer:
Visualized Solution
Visualizing the Point P and Line L1
Given Point: P(1,4,0)
Target Line L1: 2x−2=3y−6=4z−3
Objective: Find distance from P to L1 along the direction of line L2.
Identifying the Direction Vector d
Directional Line L2: 1x=2y−2=3z+3
Direction Ratios of L2: (1,2,3)
Direction Vector d=i^+2j^+3k^
Equation of the Path L3
Line L3 passes through P(1,4,0) and is parallel to d(1,2,3)
Imagine you are standing in a vast, three-dimensional space at the point P(1,4,0). Before you lies a target, a line L1 defined by the equation:
2x−2=3y−6=4z−3
Your goal is to reach this line, but you are bound by a specific direction dictated by a second line, L2, given by:
1x=2y−2=3z+3
Phase 1
Defining the Path
To reach our destination, we must first define our path. We are starting at P(1,4,0) and moving in the direction of L2. The direction ratios of L2 are (1,2,3).
Therefore, our path, which we shall call L3, is a line passing through P with the direction vector d=i^+2j^+3k^. Using the point-direction form, the equation of our path L3 is:
1x−1=2y−4=3z−0=t
Here, t is our parameter. Any point Q on this path can be expressed in terms of t as:
Q=(t+1,2t+4,3t)
Phase 2
The Intersection
We seek the point where our path L3 intersects the target line L1. For this to happen, the point Q must satisfy the equation of L1. We substitute the coordinates of Q into the equation of L1:
2(t+1)−2=3(2t+4)−6=43t−3
Simplifying the numerators, we obtain:
2t−1=32t−2=43t−3
To solve for t, we equate the first two parts:
2t−1=32(t−1)
Cross-multiplying yields 3(t−1)=4(t−1), which implies t−1=0, or t=1. This confirms that at t=1, our path intersects the target line.
Phase 3
The Final Distance
With t=1, we find the exact coordinates of our intersection point Q by substituting t=1 back into our expression for Q:
x=1+1=2,y=2(1)+4=6,z=3(1)=3
Thus, the intersection point is Q(2,6,3). We now calculate the distance between our starting point P(1,4,0) and our destination Q(2,6,3) using the 3D distance formula:
PQ=(2−1)2+(6−4)2+(3−0)2
PQ=12+22+32=1+4+9=14
The final distance is 14. Through the power of parametric equations, we have navigated the 3D space to arrive at the solution.