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

Click For Summary

Homework Help Overview

The discussion revolves around proving that all possible lines defined by a point A(1,1,1) and a vector v=(m-1,3m-5,2m-6) in terms of the parameter m form a plane. Participants are tasked with writing the parametric and continuous equations of the line and exploring the geometric implications of these lines as m varies.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss writing the line in different forms and consider the implications of normal vectors from associated planes. Some express confusion about the linear dependence of these vectors and seek alternative methods to approach the problem. Others suggest using the scalar triple product or cross product to explore relationships between direction ratios of the lines.

Discussion Status

There is an ongoing exploration of various methods to demonstrate the relationship between the lines and the plane. Some participants have shifted their understanding based on feedback, while others continue to seek clarification on the distinction between points lying in a plane versus forming a plane.

Contextual Notes

Participants note the complexity of the problem and express uncertainty about the terminology used in different languages, particularly regarding the term "continuous form." There is also a discussion about the implications of the results obtained from different approaches, with some indicating that the points do not form a plane despite lying in one.

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.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
15
Views
3K
  • · Replies 19 ·
Replies
19
Views
2K
Replies
14
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K