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?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top