Finding Equation of an Orthogonal Line

  • Thread starter Thread starter TranscendArcu
  • Start date Start date
  • Tags Tags
    Line Orthogonal
TranscendArcu
Messages
277
Reaction score
0

Homework Statement


Let L1 be the line (0,4,5) + <1,2,-1>t and L2 be the line (-10,9,17) + <-11,3,1>t

a) Find the line L passing through and orthogonal to L1 and L2
b) What is the distance between L1 and L2

The Attempt at a Solution


I only know how to do part of part a). I can only find the direction vector of the orthogonal line by taking the cross product. I have,

<1,2,-1> x <-11,3,1> = <5,10,25>, which I simplify to <1,2,5>.

It doesn't seem very obvious to me how I can find a point (presumably on either L1 or L2) such that a line containing this point, pointing in the direction of <1,2,5>, passes through both L1 and L2.

For part b), I presume that these two lines are skew. (How do you check if lines are parallel or intersect?) The distance between these two lines is

|<5,10,25> dot [(0,4,5) - (-10,9,17)]| = |<5,10,25> dot <10,-5,-12>| = |50 - 50 - 300| = 300. So the distance is 300?
 
Physics news on Phys.org
Actually, I think I did the distance calculation wrong. What I actually have is 60/sqrt(30)
 
TranscendArcu said:
Actually, I think I did the distance calculation wrong. What I actually have is 60/sqrt(30)

Looks good.

\displaystyle \frac{60}{\sqrt{30}}=2\sqrt{30}\,
 
Okay, well it's good to know I can do part b. But what I think I really don't understand is how to do part a. One of my friends said it could be done if one has already calculated the distance, but this seems like doing the problem backwards, which I would like to avoid if possible.
 
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