Distance between a point and a line.

  • Thread starter Thread starter MarcL
  • Start date Start date
  • Tags Tags
    Line Point
MarcL
Messages
170
Reaction score
2

Homework Statement



Find the distance from the point (5, 1, 5) to the line x = 0, y = 1 + 1t, z = 5 + 3t

Homework Equations



I was thinking of the equation I learned in Linear Algebra but that one only relates a line to a point in 2d, when it falls in 3d it relates a plane to a point...


The Attempt at a Solution



I was thinking of using my normal vector ( 0,1,3) to then find a point on my line because I already have one point (which is (0,1,5)) But I get stuck afterwards ... :/
 
Physics news on Phys.org
MarcL said:

Homework Statement



Find the distance from the point (5, 1, 5) to the line x = 0, y = 1 + 1t, z = 5 + 3t

Homework Equations



I was thinking of the equation I learned in Linear Algebra but that one only relates a line to a point in 2d, when it falls in 3d it relates a plane to a point...


The Attempt at a Solution



I was thinking of using my normal vector ( 0,1,3) to then find a point on my line because I already have one point (which is (0,1,5)) But I get stuck afterwards ... :/

Look at the vector representing the difference between (5,1,5) and a point on your line (0,1+t,5+3t). You want to minimize the length of that vector. What should t be? What kind of course is this?
 
Cal 3. It's weird we already did vector function and all, this just happened to be in my online assignment. Anyway, apart from that,

what do you mean by minimizing? And on the line I have a vector <0,1,3> ( don't know why I said normal).
 
MarcL said:
Cal 3. It's weird we already did vector function and all, this just happened to be in my online assignment. Anyway, apart from that,

what do you mean by minimizing? And on the line I have a vector <0,1,3> ( don't know why I said normal).

If it's calculus then you shouldn't have any problems with minimizing and you don't need any formulas. The distance from (5,1,5) to the line is the distance to the point on the line that minimizes the distance from (5,1,5) to (0,1+t,5+3t). Set it up as a minimization. It seems to be deliberately set up to super easy.
 
I have never heard of minimization. I mean we used gradients, partial derivatives, vector derivative, etc... but never have I done minimization, sorry this might sounds somewhat stupid but it's not a term we've used in class
 
MarcL said:
I have never heard of minimization. I mean we used gradients, partial derivatives, vector derivative, etc... but never have I done minimization, sorry this might sounds somewhat stupid but it's not a term we've used in class

The distance from a point to a line is the smallest distance between the point and any point on the line. What's the distance between the point and a point on the line? It's a function of t, right? Now find the smallest distance, by taking a derivative, setting it to zero, etc, etc. It's easier if you extremize distance squared rather than distance.
 
Last edited:
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