The projection of the line segment joining the points (1, –1, 3) and (2, –4, 11) on the line joining the points (–1, 2, 3) and (3, –2, 10) is ____________.
Answer: 1
Solution
Key Concepts and Formulas
Vector Representation of a Line Segment: A line segment joining two points P(x1,y1,z1) and Q(x2,y2,z2) can be represented by a vector PQ=(x2−x1)i^+(y2−y1)j^+(z2−z1)k^.
Scalar Projection of a Vector: The scalar projection of a vector a onto another vector b is a scalar quantity representing the component of a along the direction of b. It is given by the formula:
Projection of a on b=∣b∣a⋅b
Here, a⋅b is the dot product of vectors a and b, and ∣b∣ is the magnitude of vector b.
Dot Product: For a=axi^+ayj^+azk^ and b=bxi^+byj^+bzk^, their dot product is a⋅b=axbx+ayby+azbz.
Magnitude of a Vector: The magnitude of a vector b=bxi^+byj^+bzk^ is given by ∣b∣=bx2+by2+bz2.
Step-by-Step Solution
We need to find the projection of the line segment joining points A and B onto the line joining points C and D. This means we will find the scalar projection of vector AB onto vector CD.
Step 1: Define the Points and Form the Vectors
Let the given points be:
A=(1,−1,3)
B=(2,−4,11)
C=(−1,2,3)
D=(3,−2,10)
1.1. Calculate Vector AB (the vector to be projected):
This vector represents the line segment from A to B.
AB=(2−1)i^+(−4−(−1))j^+(11−3)k^AB=(1)i^+(−4+1)j^+(8)k^AB=i^−3j^+8k^
1.2. Calculate Vector CD (the vector representing the line onto which projection is made):
This vector represents the direction of the line from C to D.
CD=(3−(−1))i^+(−2−2)j^+(10−3)k^CD=(3+1)i^+(−4)j^+(7)k^CD=4i^−4j^+7k^
Step 2: Calculate the Dot Product of the Vectors AB and CD
We use the dot product formula a⋅b=axbx+ayby+azbz.
For AB=i^−3j^+8k^ and CD=4i^−4j^+7k^:
AB⋅CD=(1)(4)+(−3)(−4)+(8)(7)AB⋅CD=4+12+56AB⋅CD=72
Step 3: Calculate the Magnitude of the Vector CD
We need the magnitude of the vector onto which the projection is made, which is CD.
Using the magnitude formula ∣b∣=bx2+by2+bz2 for CD=4i^−4j^+7k^:
∣CD∣=(4)2+(−4)2+(7)2∣CD∣=16+16+49∣CD∣=81∣CD∣=9
Step 4: Apply the Projection Formula
Now, substitute the calculated dot product and magnitude into the scalar projection formula:
Projection of AB on CD=∣CD∣AB⋅CDProjection=972Projection=8
Common Mistakes & Tips
Sign Errors: Be extremely careful with negative signs, especially when subtracting coordinates or squaring negative numbers. For example, (−4)2=16, not −16.
Order of Subtraction: When forming a vector PQ from points P and Q, always subtract the coordinates of the initial point P from the final point Q (i.e., Q−P).
Distinguish Scalar vs. Vector Projection: The problem asks for "the projection," which typically implies the scalar projection. If vector projection were asked, the formula would be (∣b∣2a⋅b)b.
Summary
To find the projection of one line segment onto another, we first form vectors representing these segments. Then, we calculate the dot product of the vector being projected and the magnitude of the vector onto which it is projected. Finally, we divide the dot product by the magnitude to get the scalar projection. Following these steps, the projection of the given line segment is 8.