HELP Intersection of two lines (VECTORS)

Click For Summary
SUMMARY

The intersection of the lines defined by the vector equations r = i + j + k + x(j - 3k) and s = i + y(k - j) is determined by solving for the parameters x and y. By rewriting the lines in vectorial notation, the equations become r: [x, y, z] = [1, 1, 1] + a * [0, 1, -3] and s: [x, y, z] = [1, 0, 0] + b * [0, -1, 1]. Solving the simultaneous equations leads to the intersection point (1, 2, -2), confirming that the lines do intersect.

PREREQUISITES
  • Understanding of vector notation and operations
  • Knowledge of simultaneous equations
  • Familiarity with parameterization of lines in three-dimensional space
  • Basic algebra skills for solving equations
NEXT STEPS
  • Study vector algebra and its applications in geometry
  • Learn about parameterization of lines and planes in 3D
  • Explore methods for solving simultaneous equations
  • Investigate the geometric interpretation of line intersections in three-dimensional space
USEFUL FOR

Students studying vector calculus, mathematicians, and anyone interested in understanding the geometric properties of lines in three-dimensional space.

apple53
Messages
5
Reaction score
0
HELP! Intersection of two lines (VECTORS)

Homework Statement



Find the common point of the lines r=i+j+k+x(j-3k) and r=i+y(k-j)

Homework Equations





The Attempt at a Solution



If the lines intersect then there are numbers x and y such that

i+j+k+x(j-3k)=i+y(k-j)

The two lines above does intersect at a point. But my question is how did they find that point!. I am guessing you must need to find x and y to find the point BUT HOW!

kinds regards

I will send the right answer after somebody attempts the above question which i need help on
 
Physics news on Phys.org


I think it could be helpful to see a way to solve if you put the lines in vectorial notation:
[itex]r: \left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}1\\1\\1\end{array}\right]+x\cdot\left[\begin{array}{c}0\\1\\-3\end{array}\right][/itex]
[itex]s: \left[\begin{array}{c}x\\y\\z\end{array}\right]=\left[\begin{array}{c}1\\0\\0\end{array}\right]+y\cdot\left[\begin{array}{c}0\\-1\\1\end{array}\right][/itex]

Now, it should be easy to find the intersection...

(Just check if I wrote correctly the vectors)
 
Last edited:


I can see what you mean. I wrote the vectorial notation below. Since we are writing it in this way we will have to change the x and y before parallel vector into other letter e.g. a and b. So i wrote the Vectorial notation as it should be below

r:⎡⎣xyz⎤⎦=⎡⎣111⎤⎦+a⋅⎡⎣01−3⎤⎦
r:⎡⎣xyz⎤⎦=⎡⎣100⎤⎦+b⋅⎡⎣0−11⎤⎦
This does help

From here i would write

x=1+a(0) (from this we get x=1)
x=1+b(0)

y=1+a(1)=1+a
y=0+b(-1)=-b

z=1+a(-3)=1-3a
z=0+b(1)=b

We need to find a or b to help find y and z. I have chosen to find a. I did simultaneous equations for both y to get 1-3a=-1-a. Which rearranges to give 1+1=3a-a which gives a=1

I put a in above equation to get y. e.g. y=1+1(1)=2

and put a in above equation to get z e.g. z=1-3(1)=-2

Which give me the coordinates (1,2,-2)

which is the correct answer

Thanks DiracRules
 

Similar threads

Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K