Question
Question: The line of intersection of the planes \(\overset{\to }{\mathop{r}}\,\cdot \left( 3\widehat{i}-\wide...
The line of intersection of the planes r→⋅(3i−j+k)=1 and r→⋅(i+4j−2k)=2 is A) 2x−136=−7y−135=−13zB) 2x−136=7y−135=−13zC) −2x−74=7y=−13z−75D) 2x−74=−7y=13z+75
Solution
In this to find the common intersecting line of two planes. First we convert the vector form of planes into Cartesian form. After converting into Cartesian form we will substitute one of the coordinates of the three dimensional system as some constant to convert it into two dimension system. By obtaining an equation of planes in a two dimensional system we can this equation simultaneously and obtain the parametric form of equation of lines.
Complete step by step answer:
The equation planes in vector form are r→⋅(3i−j+k)=1 and r→⋅(i+4j−2k)=2
The direction cosines of the plane r→⋅(3i−j+k)=1 are (3, -1, 1) and perpendicular distance from origin is 1. Therefore the Cartesian equation of planes r→⋅(3i−j+k)=1 is
3x – y + z = 1 …..(1)
The direction cosines of the plane r→⋅(i+4j−2k)=2 are (1, 4, -2) and perpendicular distance from origin is 2. Therefore the Cartesian equation of planes r→⋅(i+4j−2k)=2 is
x + 4y - 2z = 2 …..(2)
Put z = t in equation (1) and equation (2), we get
3x – y + t = 1
x + 4y - 2z = 2
⇒3x – y = 1 - t …..(3)
And x + 4y = 2 + 2t…..(4)
Multiplying equation (4) by 3, we get
3x + 12y = 6 + 6t…..(5)
Subtracting equation (3) from equation (5), we get
13y = 5 + 7t
y=13 5 + 7t
Using the value of y in equation (3), we get
3x - 13 5 + 7t = 1 − t
By adding 13 5 + 7t on both sides, we get
3x -13 5 + 7t+13 5 + 7t = 1 − t+13 5 + 7t
3x = 1 − t+13 5 + 7t
By cross multiplication, we get
3x =1313-13t+ 5 + 7t
3x =1318−6t
By dividing 3 on both sides, we get
x =136−2t
Hence parametric equations of line are
x =136−2t, y=13 5 + 7t, z=t
By eliminating t we get the cartesian form of the line as follows
2x−136=7y−135=−13z .
So, the correct answer is “Option A”.
Note: The different forms of equation of line is given below,\\
- Vector form: let a→ be the position vector of point A with respect to origin. Let L be a line which passes through point A and is parallel to a given vectorb→. Let r→ be the position vector of the arbitrary point P on the line. Then the vector form of equation of line is
r→=a→+λb→ - Let the coordinates of given point A be (x1, y1, z2)and the direction ratio of the lines be a, b, c. Then the parametric equation of line is
x = x1+ ka, y = y1+ kb and z = z2+ kc.
The by eliminating k, we get cartesian form of line
ax−x1=by−y1=cz−z1