MHB #23 intersecting vector equations of 2 lines

  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Lines Vector
AI Thread Summary
To find the intersection point of two lines represented by vector equations, converting them to the slope-intercept form (y = mx + b) and solving simultaneously is one effective method. The parameters λ and t are used to traverse the lines, but they do not directly represent the intersection point. By substituting λ = -1 or t = 1 into the respective equations, the coordinates of the intersection can be determined. The calculations show that the intersection point P is (2, 3). This approach highlights the importance of manipulating the equations to find the solution accurately.
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.
 
Mathematics 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)$$
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top