#23 intersecting vector equations of 2 lines

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Lines Vector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
View attachment 1504

the calcs are mine, the only way I could see to solve this was to convert these to the $y=mx+b$ line eq and solve simultaneously to the intersection of $(x,y)$

not sure how you take them as they are given and find point P the intersection just as vectors.

also, I tried to input a vector equation of a line in W|A but my syntax didn't produce the correct line. or is there a an input for that.
 
Physics news on Phys.org
Try this, yielding $P=\langle 2,3 \rangle$.
 
nice to know that

so $(\lambda,\tau)$ is the intersection?
 
No, it is not. $\lambda$ and $t$ are two parameters that, when you change them, help you to traverse the two lines given by the two vector equations you have. To find the point, plug in $\lambda=-1$ into the first equation, or $t=1$ into the second, and the coordinates you get there will be what you need.
 
Another approach would be to write the system:

$$5+3\lambda=-2+4t$$

$$1-2\lambda=2+t$$

simplify:

$$4t-3\lambda=7$$

$$t+2\lambda=-1$$

Subtracting 4 times the latter equation from the former, we find:

$$-11\lambda=11\implies\lambda=-1$$

Hence:

$$P=(5+3(-1),1-2(-1))=(2,3)$$