Finding Common perpendicular of two lines

ydan87
Messages
25
Reaction score
0
Hi there,
The two given lines:
1) x / 2 = (y-1) / 2 = z
2) x + 1 = y – 2 = (z + 4) / 2
I need to find the common perpendicular between them.
Though when I tried to calculate the distance between them, I get 0.

Can someone please help?

Thanks in advance
 
Physics news on Phys.org
how do you find a vector that is perpendicular to two given vectors?
 
Cross product...but how would I find the two vectors?
 
ydan87 said:
Cross product...but how would I find the two vectors?

pick any two points on the same line, what about their difference?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top