Let L1 be the line through P and Q

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Line
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Consider the points $P(2,-1,5)$ and $Q(3,-3,8)$, let $L_1$ be the line trough $P$ and $Q$

(a) Show that $\overrightarrow{PQ}=\pmatrix{ 1\cr -2\cr 3\cr}$

$\overrightarrow{PQ}=\pmatrix{3\cr -3\cr 8\cr}-\pmatrix{2\cr -1\cr 5\cr}$

(b) The line $L_1$ may be represented by $r=\pmatrix{3\cr -3\cr 8\cr}+s\pmatrix{1\cr -2\cr 3\cr}$

i don't know this notation but it looks like $r=Q+\overrightarrow{PQ}$ so we are taking a point and adding a vector to it?

more ? to come on this...
 
Physics news on Phys.org
Re: let L1 be the line through P and Q

karush said:
Consider the points $P(2,-1,5)$ and $Q(3,-3,8)$, let $L_1$ be the line trough $P$ and $Q$

(a) Show that $\overrightarrow{PQ}=\pmatrix{ 1\cr -2\cr 3\cr}$

$\overrightarrow{PQ}=\pmatrix{3\cr -3\cr 8\cr}-\pmatrix{2\cr -1\cr 5\cr}$

(b) The line $L_1$ may be represented by $r=\pmatrix{3\cr -3\cr 8\cr}+s\pmatrix{1\cr -2\cr 3\cr}$

i don't know this notation but it looks like $r=Q+\overrightarrow{PQ}$ so we are taking a point and adding a vector to it?

more ? to come on this...

$r(s)=Q+s\overrightarrow{PQ}$
 
Re: let L1 be the line through P and Q

Consider the points $P(2,-1,5)$ and $Q(3,-3,8)$, let $L_1$ be the line trough $P$ and $Q$

(a) Show that $\overrightarrow{PQ}=\pmatrix{ 1\cr -2\cr 3\cr}$

$\overrightarrow{PQ}=\pmatrix{3\cr -3\cr 8\cr}-\pmatrix{2\cr -1\cr 5\cr}$

(b) The line $L_1$ may be represented by $r=\pmatrix{3\cr -3\cr 8\cr}+s\pmatrix{1\cr -2\cr 3\cr}$

which is $r(s)=\pmatrix{3\cr -3\cr 8\cr}+s\pmatrix{1\cr -2\cr 3\cr}$

above is from OP
-------------------------------------------------------------------------------
(i) What information does the vector $\pmatrix{3\cr -3\cr 8\cr}$ give about $L_1$.
my question on this is I thot this was pointQ or can this be also a vector from $0,0,0$.

(i) Write down another vector representation for $L_1$ using $\pmatrix{3\cr -3\cr 8\cr}$
all I could come up with was $r(s)=\pmatrix{2\cr -1\cr 5\cr}-s\pmatrix{3\cr -3\cr 8\cr}=L_1$ but since $L_1$ is a line direction is not considered.
 
Re: let L1 be the line through P and Q

karush said:
Consider the points $P(2,-1,5)$ and $Q(3,-3,8)$, let $L_1$ be the line trough $P$ and $Q$

(a) Show that $\overrightarrow{PQ}=\pmatrix{ 1\cr -2\cr 3\cr}$

$\overrightarrow{PQ}=\pmatrix{3\cr -3\cr 8\cr}-\pmatrix{2\cr -1\cr 5\cr}$

(b) The line $L_1$ may be represented by $r=\pmatrix{3\cr -3\cr 8\cr}+s\pmatrix{1\cr -2\cr 3\cr}$

i don't know this notation but it looks like $r=Q+\overrightarrow{PQ}$ so we are taking a point and adding a vector to it?

more ? to come on this...

It helps if you consider the relationship between vectors and lines. Vectors are defined by their direction and their magnitude. Lines are defined by their direction, their position, and are of infinite magnitude. That means that a line is really an infinitely long vector that is positioned somewhere.

If we know that the line passes through the points [tex]\displaystyle \begin{align*} P = (2, -1, 5) \end{align*}[/tex] and [tex]\displaystyle \begin{align*} Q = (3, -3, 8) \end{align*}[/tex], then to get the equation of a line going through those points, we need a vector which goes in the same direction, so [tex]\displaystyle \begin{align*} \overrightarrow{PQ} = (1, -2, 3) \end{align*}[/tex], then you need to make it infinitely long, so multiply by a parameter [tex]\displaystyle \begin{align*} s \end{align*}[/tex] giving [tex]\displaystyle \begin{align*} s(1, -2, 3) = (s, -2s, 3s) \end{align*}[/tex], and finally we need to position it somewhere, because this vector would be defined to go through the origin. The points that it goes through tells us how much the vector needs to be moved in the direction of each of the axes, so we would add that many to each of the components, so if we move it according to point Q, we get [tex]\displaystyle \begin{align*} L_1 = (s + 3, -2s -3, 3s + 8) \end{align*}[/tex].