Prove that all possible lines in function of m form a plane

AI Thread Summary
The discussion revolves around proving that all lines defined by a point A(1,1,1) and a vector v=(m-1,3m-5,2m-6) for varying m form a plane. The parametric equations of the line are provided, and attempts to express the lines as intersections of two planes were explored. A key insight is that the normal vectors of the planes do not need to be linearly dependent for the lines to form a plane. Ultimately, it was clarified that while the points lie in a plane, they do not necessarily form one, as not all points in the plane can be represented by the given equations. The cross product method was suggested as an effective way to demonstrate this relationship.
powerof
Messages
43
Reaction score
0

Homework Statement


We are given a point A(1,1,1) and a vector v=(m-1,3m-5,2m-6). We are asked to write the parametric and continuous (I don't know if that's the appropriate term; in Spanish it's called "forma continua" but you'll see right away what I mean) equations of the line formed by these two.

Then prove that all the possible lines in function of m form a plane.

2. The equations mentioned above

\left\{\begin{matrix} x=1+(m-1)\lambda <br /> \\ y=1+(3m-5)\lambda <br /> \\ z=1+(2m-6)\lambda<br /> \end{matrix}\right.

\frac{x-1}{m-1}=\frac{y-1}{3m-5}=\frac{z-1}{2m-6}

The Attempt at a Solution



I tried to develop from the second equation the other form to write the line, that is, as an intersection of two planes. I wanted to see if the two normal vectors of the planes happened to be linearly dependent but I haven't had any luck so far. You get the following possible pair of planes:

\left\{\begin{matrix}\pi&#039;\equiv (2m-6)x+(1-m)z+5-m=0<br /> \\ \pi&#039;&#039;\equiv(3m-5)x+(1-m)y+4-2m=0<br /> \end{matrix}\right.

\begin{matrix}\overrightarrow{u}_{\pi&#039;}=(2m-6,0,1-m)<br /> \\ <br /> \overrightarrow{u}_{\pi&#039;&#039;}=(3m-5,1-m,0)<br /> \end{matrix}

I honestly don't like this way, it's way too messy in my opinion and I get lost easily. If possible, can I get a few pointers in another direction, to do it another way?
 
Physics news on Phys.org
powerof said:

Homework Statement


We are given a point A(1,1,1) and a vector v=(m-1,3m-5,2m-6). We are asked to write the parametric and continuous (I don't know if that's the appropriate term; in Spanish it's called "forma continua" but you'll see right away what I mean) equations of the line formed by these two.

Then prove that all the possible lines in function of m form a plane.

2. The equations mentioned above

\left\{\begin{matrix} x=1+(m-1)\lambda <br /> \\ y=1+(3m-5)\lambda <br /> \\ z=1+(2m-6)\lambda<br /> \end{matrix}\right.

\frac{x-1}{m-1}=\frac{y-1}{3m-5}=\frac{z-1}{2m-6}

The Attempt at a Solution



I tried to develop from the second equation the other form to write the line, that is, as an intersection of two planes. I wanted to see if the two normal vectors of the planes happened to be linearly dependent but I haven't had any luck so far. You get the following possible pair of planes:

\left\{\begin{matrix}\pi&#039;\equiv (2m-6)x+(1-m)z+5-m=0<br /> \\ \pi&#039;&#039;\equiv(3m-5)x+(1-m)y+4-2m=0<br /> \end{matrix}\right.

\begin{matrix}\overrightarrow{u}_{\pi&#039;}=(2m-6,0,1-m)<br /> \\ <br /> \overrightarrow{u}_{\pi&#039;&#039;}=(3m-5,1-m,0)<br /> \end{matrix}

I honestly don't like this way, it's way too messy in my opinion and I get lost easily. If possible, can I get a few pointers in another direction, to do it another way?

I am not familiar with the method you are using. One thing you can do is consider the three lines with direction ratios ##<m_i-1,3m_i-5,2m_i-6>## for ##i=1,2,3## and show that the scalar triple product of these directions ratios is zero.
 
Yes, after a good night's sleep I realized my first attempt to do it doesn't make any sense so disregard it.

The normal vectors of the two planes don't have to be linearly dependent for all the possible lines to form a plane.

I did it the way you proposed and I got the correct solution:

\begin{vmatrix}<br /> m_{1}-1 &amp;3m_{1}-5 &amp;2m_{1}-6 \\ <br /> m_{2}-1 &amp;3m_{2}-5 &amp;2m_{2}-6 \\ <br /> m_{3}-1&amp;3m_{3}-5 &amp; m_{3}-6<br /> \end{vmatrix}=\begin{vmatrix}<br /> m_{1}-1 &amp;3m_{1}-5 &amp;2m_{1}-6 \\ <br /> m_{2}-m_{1} &amp;3(m_{2}-m_{1}) &amp;2(m_{2}-m_{1}) \\ <br /> m_{3}-m_{1}&amp;3(m_{3}-m_{1}) &amp; 2(m_{3}-m_{1})<br /> \end{vmatrix}=(m_{3}-m_{1})(m_{2}-m_{1})\begin{vmatrix}<br /> m_{1}-1 &amp;3m_{1}-5 &amp;2m_{1}-6 \\ <br /> 1 &amp;3 &amp;2 \\ <br /> 1&amp;3 &amp; 2<br /> \end{vmatrix}=0

The first step I did was to subtract from the second and third rows the first one. After that the rest should be obvious at first sight.

Thank you very much for your help.
 
Last edited:
powerof said:

Homework Statement


We are given a point A(1,1,1) and a vector v=(m-1,3m-5,2m-6). We are asked to write the parametric and continuous (I don't know if that's the appropriate term; in Spanish it's called "forma continua" but you'll see right away what I mean) equations of the line formed by these two.

Then prove that all the possible lines in function of m form a plane.

2. The equations mentioned above

\left\{\begin{matrix} x=1+(m-1)\lambda <br /> \\ y=1+(3m-5)\lambda <br /> \\ z=1+(2m-6)\lambda<br /> \end{matrix}\right.

\frac{x-1}{m-1}=\frac{y-1}{3m-5}=\frac{z-1}{2m-6}

The Attempt at a Solution



I tried to develop from the second equation the other form to write the line, that is, as an intersection of two planes. I wanted to see if the two normal vectors of the planes happened to be linearly dependent but I haven't had any luck so far. You get the following possible pair of planes:

\left\{\begin{matrix}\pi&#039;\equiv (2m-6)x+(1-m)z+5-m=0<br /> \\ \pi&#039;&#039;\equiv(3m-5)x+(1-m)y+4-2m=0<br /> \end{matrix}\right.

\begin{matrix}\overrightarrow{u}_{\pi&#039;}=(2m-6,0,1-m)<br /> \\ <br /> \overrightarrow{u}_{\pi&#039;&#039;}=(3m-5,1-m,0)<br /> \end{matrix}

I honestly don't like this way, it's way too messy in my opinion and I get lost easily. If possible, can I get a few pointers in another direction, to do it another way?

There is a big difference between saying that the points "lie in a plane" vs. saying the points "form a plane". Certainly those points all lie in a certain plane ##P##, but the issue is: do all the points in ##P## have the indicated form? In other words, given ##(x,y,z)## in the plane ##P##, can we always find ##\lambda## and ##m## that satisfy your three equations? If that is true the points truly do form a plane; but if it is not true you can only say they lie in a plane, not that they "form" one.

Hint: they do NOT form a plane!
 
Last edited:
You could try taking the cross product of v(m) and v(m').
 
Joffan said:
You could try taking the cross product of v(m) and v(m').

Thanks, that's another way, and even easier (I think). I checked it and it works. For any m and m' when you do the cross product you get a multiple of the same vector (if I'm not wrong it's (2,2,1) in it's simplest form). I'm too lazy to write it all in latex.
 
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...

Similar threads

Back
Top