Intersection of 2 vectors in 3D knowing the angle between the two

Click For Summary
SUMMARY

The discussion focuses on finding the intersection point of two vectors in 3D space, specifically vector A with a start point at (0,0,0) and a direction vector of (-0.41, 0.28, -0.08), and vector B starting at (-2.70, -0.45, -0.21) with an angle of 38.3 degrees between them. The solution involves using the parametric equations of the lines formed by these vectors and applying the dot product formula to derive a single-variable equation in terms of t. By substituting the parametric equations into the dot product equation, one can solve for t and subsequently determine the intersection coordinates (x, y, z).

PREREQUISITES
  • Understanding of 3D vector representation and parametric equations
  • Knowledge of the dot product and its geometric interpretation
  • Familiarity with trigonometric concepts, specifically angles between vectors
  • Ability to solve equations involving multiple variables
NEXT STEPS
  • Study the properties of vector lines in 3D space and their parametric equations
  • Learn about the dot product and its applications in determining angles between vectors
  • Explore methods for solving single-variable equations derived from multi-variable contexts
  • Investigate geometric interpretations of vector intersections and their implications in 3D modeling
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working on vector analysis, particularly in 3D space, and those seeking to understand the geometric relationships between vectors.

calcioitalia0
Messages
4
Reaction score
0

Homework Statement



I need to find the intersection point of two vectors.

For vector A, I have it's start point (0,0,0) and it's magnitude in components (-.41, .28, -.08).

For vector B, I only know it's start point (-2.70, -.45, -.21)

I also know that the angle between the two vectors is 38.3 degrees.

I know this system has a unique solution, but I am having trouble arriving there mathematically.


Homework Equations



I am guessing I need to use some combination of AB=|A||B|cos(theta) and setting the equations of the lines equal... but haven't had any success yet.

The Attempt at a Solution



Like I said, I've tried writing equations for the two vectors and solving for them equal to each other, as well as a geometric approach.
 
Physics news on Phys.org
"Vectors" do not have a point of intersection since they are "movable". What you want is the intersection point of two lines, one of which contains the point (0, 0, 0)has direction vector <-.41, .28, -.08>. That first line can be written in parametric equations as x= -.41t, y= .28t, z= -.08t.

Now, you are told that the second line contains the point (-2.70, -.45, -.21)
and makes an angle of 38.3 degrees with the first line. Now the problem is that in three dimensions there exist an infinite number of lines that make an angle of 38.3 degrees with that first line- Take any cone at an angle of 38.3 degree to that line at any point on the line.

I think what you can do is this: let (x0, y0, z0) be a point on the first line. A vector from that line to (-2.70, -.45, -.21) is of the form <-2.7- x0, -.45- y0, -.21- z0>.

Since the dot product of two vectors, u and v, is given by [itex]u\cdot v= |u||v|cos(\theta)[/itex] we have
[tex](-2.7- x0)(-2.7)+ (-.45- y0)(-.45)+ (-.21- z0)(-.21)[/tex][tex]= \sqrt{(-2.7- x0)^2+ (-.45- y0)^2+ (-.21- z0)^2}\sqrt{(2.7)^2+ (.45)^2+ (.21)^2}[/tex]

Replace x0, y0, and z0 with x0= -.41t, y0= .28t, z0= -.08t and that becomes an equation in the single variable t. Solve for t and use that t to find x, y, and z.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 21 ·
Replies
21
Views
8K
  • · Replies 26 ·
Replies
26
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
6K
Replies
2
Views
2K