Minimizing Distance between Lines in R3 | Squared Distance and Equations

  • Thread starter Thread starter derryck1234
  • Start date Start date
  • Tags Tags
    Lines
derryck1234
Messages
55
Reaction score
0

Homework Statement



In R3, consider the line l given by the equations {x=t,y=t,z=t} and the line m given by the equations {x=s,y=2s-1,z=1}. Let P be a point on l, and let Q be a point on m. Find the values of t and s that minimize the distance between the lines by minimizing the squared distance abs(P-Q).

Homework Equations



[P] = A(ATA)-1AT

The Attempt at a Solution



Let the basis for l be span{(1, 1, 1)} and the basis for m be span{(1,2,0),(0,-1,1)}

From here on I actually don't know what to do:( Do I have to apply the formula to both lines?

Please help!
 
Physics news on Phys.org
hi derryck1234! :smile:

what's the difficulty? :confused:

P is (t,t,t) and Q is (s,2s-1,1), so minimise PQ2 (as the question says :wink:)
 
Ok. But are you saying that I should use calculus to do that? Because in my textbook, whenever we need to use calculus, the question has a line before it saying: FOR THOSE READERS WHO HAVE STUDIED CALCULUS...

This one doesn't?

To be honest, I don't even think I remember how to do it...would it entail working out abs(P-Q), then finding the derivative and then setting it to zero?

Thanks

Derryck
 
Thanks tiny tim. I do hope my correspondence maths course goes ok. It is not easy let me tell you...doin maths via correspondence:( Especially in South Africa!
 
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