Angle between intersecting vectors

In summary, the problem asks to determine whether two given lines intersect and if so, find the angle between them. The attempted solution involves finding the direction vectors of both lines and using the equation cos(theta) = (a·b)/(|a||b|) to calculate the angle. However, the answer obtained may differ depending on whether the angle is measured in the acute or obtuse direction, which may depend on the interpretation of the word "angle" by the professor.
  • #1
Reefy
63
1

Homework Statement



Given 2 lines, determine whether they are intersecting or not. If they are, determine the angle between them.

Line(1): x = 1-t, y = 3-2t, z = t
Line(2): x = 2+3t, y = 3+2t, z = 1+t

Homework Equations



cos(theta) = (a·b)/([itex]\left|a\right|[/itex][itex]\left|b\right|[/itex])

The Attempt at a Solution


I know that they intersect, I've done all the work in my notebook and checked the back of the book for the answer and they indeed intersect. My problem lies with finding the angle.

Since I have those two lines up above, doesn't that mean I can find the direction vectors of both and both direction vectors will intersect with the same angle as the lines? If so, I tried using the above equation with

a = <-1,-2,1> and b=<3,2,1>

and I am unable to get 49.1° which is the answer.
 
Physics news on Phys.org
  • #2
Reefy said:

Homework Statement



Given 2 lines, determine whether they are intersecting or not. If they are, determine the angle between them.

Line(1): x = 1-t, y = 3-2t, z = t
Line(2): x = 2+3t, y = 3+2t, z = 1+t

Homework Equations



cos(theta) = (a·b)/([itex]\left|a\right|[/itex][itex]\left|b\right|[/itex])

The Attempt at a Solution


I know that they intersect, I've done all the work in my notebook and checked the back of the book for the answer and they indeed intersect. My problem lies with finding the angle.

Since I have those two lines up above, doesn't that mean I can find the direction vectors of both and both direction vectors will intersect with the same angle as the lines? If so, I tried using the above equation with

a = <-1,-2,1> and b=<3,2,1>

and I am unable to get 49.1° which is the answer.

All looks right so far. What do you get for the answer? I think the answer to your dilemma is that e.g. some people would consider an angle of 170° to be the same as angle of 10° if you aren't paying attention to the direction of the vectors. Just to the angle between them.
 
  • #3
Dick said:
All looks right so far. What do you get for the answer? I think the answer to your dilemma is that e.g. some people would consider an angle of 170° to be the same as angle of 10° if you aren't paying attention to the direction of the vectors. Just to the angle between them.

Ah, that might be it. I remember my professor saying something along those lines.

For the answer I got

arccos(-6/√84) ≈ 130.9°

Edit: The thing you were saying at the end, can you explain it a little? I think you're right because if I subtract 130.9 from 180, I get 49.1 degrees. But why do I need to subtract it from 180?
 
  • #4
Reefy said:
Ah, that might be it. I remember my professor saying something along those lines.

For the answer I got

arccos(-6/√84) ≈ 130.9°

Edit: The thing you were saying at the end, can you explain it a little? I think you're right because if I subtract 130.9 from 180, I get 49.1 degrees. But why do I need to subtract it from 180?

Because if you are measuring the angle between two lines you might interpret it to be acute angle between them. I actually think the answer 130.9 is the better answer because vectors do have a direction. But what if your professor says 'angle' means that you'd better go along.
 
  • #5
Dick said:
Because if you are measuring the angle between two lines you might interpret it to be acute angle between them. I actually think the answer 130.9 is the better answer because vectors do have a direction. But what if your professor says 'angle' means that you'd better go along.

Ah, ok. It kinda makes senses. I'm going to ask my professor which answer he would prefer.

Thanks for the help!
 

FAQ: Angle between intersecting vectors

What is the angle between two intersecting vectors?

The angle between two intersecting vectors is the angle formed by the two vectors at their point of intersection.

How do you find the angle between two intersecting vectors?

To find the angle between two intersecting vectors, you can use the dot product formula: θ = cos⁻¹((a ⋅ b) / (|a|⋅|b|)), where a and b are the two vectors and |a| and |b| represent their magnitudes.

Can the angle between two intersecting vectors be negative?

No, the angle between two intersecting vectors is always positive. However, the direction of the angle can be positive or negative depending on the orientation of the vectors.

What is the range of possible values for the angle between two intersecting vectors?

The range of possible values for the angle between two intersecting vectors is from 0 to 180 degrees (or 0 to π radians).

How does the angle between two intersecting vectors affect their relationship?

The angle between two intersecting vectors can tell us about their relationship. If the angle is 0 degrees, it means the vectors are parallel. If the angle is 90 degrees, it means the vectors are perpendicular. And if the angle is 180 degrees, it means the vectors are collinear (pointing in opposite directions).

Similar threads

Replies
2
Views
913
Replies
2
Views
1K
Replies
2
Views
615
Replies
2
Views
3K
Replies
6
Views
1K
Replies
2
Views
1K
Back
Top