The line must pass through (2,−1,3) and be perpendicular to the two given lines.
For the line 3x−2=1y−1=2z+2, the direction vector is:
b1=3i^+1j^+2k^
For the line −4x+3=−3y−5=2z+1, the direction vector is:
b2=−4i^−3j^+2k^
The direction vector of the required line is perpendicular to both given lines, so it can be found using the cross product:
b=b1×b2
b=i^3−4j^1−3k^22
b=i^(1⋅2−2⋅(−3))−j^(3⋅2−2⋅(−4))+k^(3⋅(−3)−1⋅(−4))
b=i^(2+6)−j^(6+8)+k^(−9+4)
b=8i^−14j^−5k^
The vector equation of a line passing through a point with position vector a and having direction vector b is:
r=a+λb
The position vector of point (2,−1,3) is 2i^−j^+3k^
The direction vector is 8i^−14j^−5k^
Therefore, the vector equation is:
r=(2i^−j^+3k^)+λ(8i^−14j^−5k^)