Equation of a plane containing a line and parallel to a vector

skyflashings
Messages
15
Reaction score
0
Hi! Any help would be appreciated!

Give the equation of a plane containing the line r = i + 2j + 3k + t(i - j + k) and is parallel to vector v = -i + 2j + 3k.


I'm using this as reference.


My guess is to treat the problem similar to finding an equation of a plane which contains a line and passes through a point. So, I would get a vector on the line (say from t = 0 and t = 1), and a vector from a point on the line (say t = 0) to the vector v (since it is parallel, any multiple of (-1, 2, 3) will suffice). Using these two vectors get the normal, which we can use to derive the equation of the plane.

Is this approach to the solution correct or is there more to it than that? I believe I may be oversimplifying the problem in regards to the parallel vector v.
 
Physics news on Phys.org
skyflashings said:
Hi! Any help would be appreciated!

Give the equation of a plane containing the line r = i + 2j + 3k + t(i - j + k) and is parallel to vector v = -i + 2j + 3k.


I'm using this as reference.


My guess is to treat the problem similar to finding an equation of a plane which contains a line and passes through a point. So, I would get a vector on the line (say from t = 0 and t = 1), and a vector from a point on the line (say t = 0) to the vector v (since it is parallel, any multiple of (-1, 2, 3) will suffice).
I don't think the part about getting a vector from a point on the given line to the vector v will work. Plus, I'm not even sure what you mean by getting a vector from a point to another vector.

The most straightforward way to approach this problem, I believe, is to find a vector that has the same direction as the given line, and then take the cross product of that vector and v. That will give you a third vector that is perpendicular to both vectors, that will serve as a normal to the plane. Once you have that vector, all you need is a point on the plane, and you can write the equation of the plane.
skyflashings said:
Using these two vectors get the normal, which we can use to derive the equation of the plane.

Is this approach to the solution correct or is there more to it than that? I believe I may be oversimplifying the problem in regards to the parallel vector v.
 
Ah, yes you are right. I wasn't thinking of taking the cross between the vector and a vector 'in the direction of' the line. Thanks very much!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top