What is the Cartesian equation of the plane containing a given line and point?

AI Thread Summary
To find the Cartesian equation of the plane containing the line defined by x=3t, y=1+t, z=2-t and passing through the point (-1,2,1), the direction vector of the line is identified as <3, 1, -1>. The solution involves selecting a point on the line and establishing equations based on the normal vector, which can be derived from the cross product of vectors formed by points on the line and the given point. Attempts to calculate the normal vector using various points and methods, including the cross product, have led to confusion and incorrect results. Ultimately, the correct approach requires ensuring both the line and the point lie within the same plane, leading to the proper Cartesian equation.
craka
Messages
19
Reaction score
0

Homework Statement


Question is
"The Cartesian equation of the plane containing the line x=3t , y =1+t , z=2-t and passing through the point (-1,2,1) is?"


Homework Equations



<br /> \begin{array}{l}<br /> n \bullet (r - r_0 ) = 0 \\ <br /> &lt; n_1 ,n_2 ,n_3 &gt; \bullet &lt; x - x_0 ,y - y_0 ,z - z_0 &gt; = 0 \\ <br /> \end{array}<br />


The Attempt at a Solution



direction vector is < 3 , 1, -1>

<br /> \begin{array}{l}<br /> &lt; - 1,2,1 &gt; \bullet &lt; x - 3,y - 1,z + 1 &gt; = 0 \\ <br /> - x + 2y + z = 2 \\ <br /> \end{array}<br />

But this doesn't appear to be right. Could someone help me out here please. I'm at a lost on how to do this. Thanks
 
Physics news on Phys.org


1. Pick a point ON the line, (f0,1,2) for example, and set up the equation governing this.
You have three unknowns (essentially, the components of the normal vector).
Utilize the fact that irrespective of the value of t, the whole line should be included in the plane.
This will give you a single equation for the three unknowns.
2. Also require that the given solitary point should lie in the plane.
This will give you the second equation for your three unknowns.

This is what you need, you'll end up with a free scaling parameter for the normal (i.e, its length), as you should.
 


Or: Choose two points on the line, p0 and p1. Determine the vector from p0 to p1 and the vector from p0 to (-1, 2, 1). Take the cross product of those two vectors to find the normal to the plane.
 


I still haven't been able to do this.

I tried to do with cross product of <0,1,2> x <-1,2,1>
to get vector normal , which was <-3,-2,1>

than did <-3,-2,1> . < x- (-1), y-2, z-1 >=0

which worked out to be -3x-2y+z=0 however this is not the answer still.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top