| New Reply |
shortest distance between lines and the lines |
Share Thread | Thread Tools |
| May29-12, 01:37 AM | #1 |
|
|
shortest distance between lines and the lines
1. The problem statement, all variables and given/known data
Find the shortest distance between the lines r = (0,7,6) + t (-3,2,2) and the line r = (-3,6,-4) + s (2,-5,6) 3. The attempt at a solution What I did was I cross product s(2,-5,6) & t(-3,2,2) then I took (0,7,6) - (-3,6,-4) After getting both answer from the 2 steps I took the 2 equation I got and times (x) with each other. It is even correct? Because I referred this step from Shortest distance between 2 skewed lines since I have no notes or example regarding 2 lines |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| May29-12, 02:20 AM | #2 |
|
|
I didn't understand why you were doing what you said after cross product. Try giving us a conceptual recipe for your steps, such as:
The shortest segment connecting these two lines I would guess would be orthogonal to both of them. This is hard to justify (unless you come up with a slick reason), but it seems lie it might be right. So the segment should be parallel to the cross product of the directions. We can express the connecting line as a point on the first curve plus some multiple call it u times the cross product we found earlier. We'll set this expression for the connecting line to be equal to the other skew line. So we now have three unknowns, s,t and u, and one equation, the one for the line. So we don't have enough equations? Actually, our equation is a vector equation, so it is actually three equations, so we'll be able to solve. Here's another method. Consider the distance squared function, [itex]f(s,t)=d^2(r_1(s),r_2(t))=|r_1(s)-r_2(t)|^2.[/itex] This is a function from ℝ^2 to ℝ. Since we are trying to minimize it, we can just check for the partials [itex]\frac{\partial}{\partial s}f(s,t)[/itex] and [itex]\frac{\partial}{\partial t}f(s,t)[/itex] are both zero. The reason I squared the distance is so you wouldn't have to take the derivative of a square root. This is okay since distance is nonnegative, and is an increasing function there. |
| May29-12, 05:41 AM | #3 |
Recognitions:
|
|
| May29-12, 10:02 AM | #4 |
|
|
shortest distance between lines and the lines
Oops, that must be what ezsmith was going for. That works nice, very fast, clever trick.
|
| May29-12, 11:32 AM | #5 |
|
|
Sorry for the late reply and thanks for the reply algebrat and ehild.. Its really helpful as I am pretty stuck earlier. Just to make sure whether I am on the right track. After doing cross product which is -22i-22j+11k. I found the magnitude of the cross product which is 33 and then I took the (3,1,10)x(-22,-22,11) and got 198. Lastly, I took 198/33 and the final answer I got was 6.
|
| May29-12, 04:01 PM | #6 |
Recognitions:
|
ehild |
| New Reply |
| Thread Tools | |
Similar Threads for: shortest distance between lines and the lines
|
||||
| Thread | Forum | Replies | ||
| Shortest distance between two lines | Precalculus Mathematics Homework | 3 | ||
| Shortest distance between two skew lines | Calculus & Beyond Homework | 2 | ||
| Shortest distance between two lines | Calculus & Beyond Homework | 8 | ||
| shortest distance between lines..... | General Math | 2 | ||
| find the shortest distance between 2 non-paralle lines (skew lines) in 3-space | Calculus | 4 | ||