Question
Question: How do you find parametric equations for the line through \({P}_{0}\)=(3, -1, 1) perpendicular to th...
How do you find parametric equations for the line through P0=(3, -1, 1) perpendicular to the plane 3x+5y−7z=29?
Solution
For finding the equation of the line, we need the coordinates of the point through which it passes, and a vector parallel to it. The coordinates of the point are given as P0=(3,−1,1), and the line is given to be normal to the plane 3x+5y−7z=29, which means that it will be parallel to the normal vector to the plane. The standard equation of a line in three dimensions is given as ax−x1=by−y1=cz−z1. On substituting the coordinates and the direction cosine of the normal vector into the standard equation, we will obtain the equation of the line. Finally, on equating each of the terms to a parameter λ, we will obtain the parametric equations.
Complete step-by-step solution:
We know that in the three dimensional geometry, a line is defined by a point through which it passes and a vector parallel to the given line. If the coordinates of the point through which the line passes are (x1,y1,z1), and the vector parallel to the line is given by v=ai^+bj^+ck^, then its equation can be given by
ax−x1=by−y1=cz−z1........(i)
Now, according to the question, the unknown line passes through a point P0 whose coordinates are given as (3,−1,1). So we have got the coordinates of the point through which the line passes. Now, we need the vector parallel to the unknown line. For this, it is given in the question that the line is normal to the plane whose equation is given as
⇒3x+5y−7z=29
Since the line is normal to the given plane, it must be parallel to the vector normal to the plane. Now, we know that the direction cosines of the normal vector to a plane are given by the coefficients of x, y and z in its equation. Therefore, from the above equation we can write the normal vector to the given plane as
⇒n=3i^+5j^−7k^
Therefore, from the equation (i) we can write the equation of the line as
⇒3x−3=5y−(−1)=−7z−1⇒3x−3=5y+1=−7z−1
For getting the parametric equation of the line, we equate each of the three terms to a parameter, say λ so that we can write
⇒3x−3=5y+1=−7z−1=λ
From the first equality, we get
⇒3x−3=λ⇒x=3λ+3⇒x=3(λ+1)
From the second equality we get
⇒5y+1=λ⇒y=5λ−1
And from the third equality, we get
⇒−7z−1=λ⇒z=−7λ+1
Hence, we have obtained the parametric equations of the line as x=3(λ+1), y=5λ−1 and z=−7λ+1.
Note: For solving the question of these types, we must be familiar with the concepts of the three dimensional geometry. The concept of line in three dimensions is different to that in the two dimensions by the fact that the orientation of the line in 3D is decided by the parallel vector instead of the slope in 2D.