Whether lines are || or perendicular

  • Thread starter Thread starter jwxie
  • Start date Start date
  • Tags Tags
    Lines
jwxie
Messages
278
Reaction score
0

Homework Statement



State whether lines are || or perpendicular, and find the angle between the lines

line A is given by the following parametric equations:

x = 1 -3t
y = 2 +4t
z = -6 +t

line B:

x = 1 +2s
y = 2 -2s
z = -6 +s

Homework Equations



The Attempt at a Solution



I looked at both z values -6+t = -6+s this is only true if and only if s = t for any value.
Neverthless, I started with the dumb way, setting each equation equal to the other.

1 +2s = 1 -3t and we found s = -3/2 and substitute this back to the y equations.
2+4t = 2-2(-3/2) => t = 3/4
this clearly showed that s =/= t but and z cannot be equal...

i looked at the book's answer, it gave me a cos-1 (-13/sqrt(234))

but only if lines are perpendicular there is an angle delta between the lines. neither skew nor || lines ! so why did the book answer the second question? there shouldn't even have an angle between the two planes.
 
Physics news on Phys.org
Write both lines in the form r= a +tu

then find the dot product of the directions.

If the dot product is zero they are perpendicular, if the cross-product is zero, they are parallel.
 
right. i totally ignored the dot product angle. thanks
and of course, the two lines is neither || nor orthogonal

but how do i know when should i use the cross or dot product angle?
 
I think you are misusing the word "angle". The cross product gives you another vector; the dot product gives you access to angles.
 
The Chaz said:
I think you are misusing the word "angle". The cross product gives you another vector; the dot product gives you access to angles.

Hi. Thank you for point it out.
Yes. I probably got confused with this

For A cross B, if delta is the angle between a and b, then
<br /> |\mathbf{A}\times\mathbf{B}| = AB \sin \theta<br />
The above defintion reminds me of plane u x v = nornmal vector, and this is how i think of the angle between the two vectors (as a plane).

However, the dot product cos delta = a*b /|a| |b| is defines as:
Let delta be the angle between nonzero vectors a and b, such that a * b = |a| |b| cos delta

I am confused with the two definitions. They both mentioned "vectors A and B, although their properties are different (cross vs dot), both said something about "delta is the angle between vector a and b".
 
Dot product gives a scalar

Cross product gives another vector.

If you want the angle between two vector that lie in the same plane, you can use either really.
 
Hi rock. Thank you. Right.

I did the calculation:

for dot product a*b / |a| |b| = cos-1 i got -13/sqrt(26) *3 which is exactly what the books give. (angle => 31.8 degree

for the cross product |a cross b| / |a| |b| i got sqrt(65) / sqrt(26)*3 and this is does not return the same angle after conversion. this gives 148.2 degree

how can i verify? or did i misinterpret your statement?
 
jwxie said:
Hi rock. Thank you. Right.

I did the calculation:

for dot product a*b / |a| |b| = cos-1 i got -13/sqrt(26) *3 which is exactly what the books give. (angle => 31.8 degree

for the cross product |a cross b| / |a| |b| i got sqrt(65) / sqrt(26)*3 and this is does not return the same angle after conversion. this gives 148.2 degree

how can i verify? or did i misinterpret your statement?

They would give the same answer.

sin^{-1}(\frac{\sqrt{65}}{3\sqrt{26}}) = 31.8

They give the same acute angle.

But it is better to use the dot product since you do not know whether the angle is acute or obtuse using the cross-product.

if a.b is negative, your angle is obtuse.
 
rock.freak667 said:
They would give the same answer.

sin^{-1}(\frac{\sqrt{65}}{3\sqrt{26}}) = 31.8

They give the same acute angle.

But it is better to use the dot product since you do not know whether the angle is acute or obtuse using the cross-product.

if a.b is negative, your angle is obtuse.

Thank you. I forgot about that too.
 
  • #10
None of these responses actually answer jwxie's initial question- how can you say two lines intersect at a given angle if they are skew? Even if the dot product of two vectors is 0, the lines having those direction vectors are not "perpendicular" if they do not intersect.

Answer- they are not skew. Yes, from the z equations, we get s= t. Putting that into y= 2+ 4t= 2- 2s you get 2+ 4t= 2- 2t so that 4t= -2t and t= s= 0. Then the x equations result in x= 1. The lines intersect at (1, 2, -6).
 
Back
Top