Finding points of intersection using vectors

Click For Summary
SUMMARY

The discussion focuses on finding the points of intersection between two vector lines, L1 and L2. The equations for L1 are given as R = 2i + 3j + 3k + t(i - 2j + 5k), while L2 is represented by the parametric form (x + 3) / 2 = (y + 1) / 2 = -z. The calculations reveal that the parameter values derived from both lines do not match, indicating that the lines do not intersect. The conclusion is that the system of equations is overdetermined, resulting in no solution.

PREREQUISITES
  • Understanding of vector notation and operations
  • Familiarity with parametric equations
  • Knowledge of solving systems of equations
  • Basic grasp of linear algebra concepts
NEXT STEPS
  • Study vector line equations and their geometric interpretations
  • Learn about overdetermined systems and methods for analyzing them
  • Explore parametric equations in three-dimensional space
  • Investigate methods for determining line intersections in vector calculus
USEFUL FOR

Mathematicians, physics students, and engineers who are working with vector analysis and need to understand line intersections in three-dimensional space.

jaejoon89
Messages
187
Reaction score
0
Find the points of intersection of the lines...

L1: R = 2i + 3j + 3k + t(i - 2j + 5k)
L2: (x + 3) / 2 = (y + 1) / 2 = -z

(I assume the plural in points is wrong... since that would be impossible)
R, i, j, k are vectors; x, y, z are not

---

x = 2 + t
y = 3 - 2t
z = 3 + 5t
for some value(s) of t. If this point also lies on L2, then (x + 3)/2 = -z, so that:
(2 + t + 3)/2 = -(3 + 5t)
5 + t = -6 - 10t
11t = -11
t = -1
For this to really be on L2, you also need to have (y + 1)/2 = -z, or:
(3 - 2t + 1)/2 = -(3 + 5t)
4 - 2t = -6 - 10t
8t = -10
t = -5/4

The two t's don't equal each other. What am I doing wrong?
 
Physics news on Phys.org
I parametrized the equations for L2 using a different parameter: w.

x = 2w - 3
y = 2w - 1
z = -w

For any point (x, y, z) to lie on L1 and L2, it must be that the x coordinates on both lines are equal as must be the y and z coordinates.

So,
2 + t = 2w + 3
3 - 2t = 2w - 1
3 + 5t = -w

These are three equations in two unknowns, an overdetermined system.

I ended up with no solution, which means (assuming my calculations are correct) that the two lines don't intersect.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
12
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K