dobedobedo
- 28
- 0
PROBLEM STATEMENT:
I'm looking for a somewhat general method to find the expression for the distance (in \R^2 mortal, euclidean space) between a point in a certain curve and some point outside the line.
ATTEMPTS TO SOLVE THE PROBLEM:
In the case of the distance between the origin and some point (x,y), the length is just \sqrt{x^2+y^2}. This follows from the Pythagorean theorem, and can be used to minimize the distance between the origin and some point on a curve. We also observe that this formula can be used to minimize the distance between som point (a,b) and some point on a curve.
\\
In the case of the distance between a line Ax+By+C=0 and some point (x,y), it's magnitude is given by \frac{|Ax+By+C|}{\sqrt{A^2+B^2}}. This can be proven through a combination of the ``length formula'' (Pythagorean Theorem) and a theorem which says that the slope of a line which is perpendicular to a line y=kx+m is equal to \frac{-1}{k}. I found this proof on http://math.ucsd.edu/~wgarner/math4c/derivations/distance/distptline.htm I suspect that it can also be proven with some vector algebra reasoning as well. It is not a coincidence that the expression for this distance contains the length of a vector orthogonal to the line in its denominator.
In the case of minimizing the distance between a point in the circumference of a circle and some curve, things get pretty fuzzy for me. I know that once again, you use the Pythagorean theorem. What's more: since we know that the smallest distance from a line to a point is the one which forms a line perpendicular to the line in question, we know that the smallest distance from a point on the circumference on a circle and a point of some curve is the one which is perpendicular to the TANGENT LINE of the circle.
The gradient of a function is a vector which is perpendicular to the tangent line of the contour line, and therefore it shows the direction which the line must have to form the smallest distance to some other curve. How do I use this to find the expression of the smallest distance of a point on the circumference of a circle to some other point of a curve?
Other questions that I would like to find answers to are:
-what is the expression for the distance between a point of a parabola and a point?
-what is the expression for the distance between a point of a hyperbola and a point?
I'm looking for a somewhat general method to find the expression for the distance (in \R^2 mortal, euclidean space) between a point in a certain curve and some point outside the line.
ATTEMPTS TO SOLVE THE PROBLEM:
In the case of the distance between the origin and some point (x,y), the length is just \sqrt{x^2+y^2}. This follows from the Pythagorean theorem, and can be used to minimize the distance between the origin and some point on a curve. We also observe that this formula can be used to minimize the distance between som point (a,b) and some point on a curve.
\\
In the case of the distance between a line Ax+By+C=0 and some point (x,y), it's magnitude is given by \frac{|Ax+By+C|}{\sqrt{A^2+B^2}}. This can be proven through a combination of the ``length formula'' (Pythagorean Theorem) and a theorem which says that the slope of a line which is perpendicular to a line y=kx+m is equal to \frac{-1}{k}. I found this proof on http://math.ucsd.edu/~wgarner/math4c/derivations/distance/distptline.htm I suspect that it can also be proven with some vector algebra reasoning as well. It is not a coincidence that the expression for this distance contains the length of a vector orthogonal to the line in its denominator.
In the case of minimizing the distance between a point in the circumference of a circle and some curve, things get pretty fuzzy for me. I know that once again, you use the Pythagorean theorem. What's more: since we know that the smallest distance from a line to a point is the one which forms a line perpendicular to the line in question, we know that the smallest distance from a point on the circumference on a circle and a point of some curve is the one which is perpendicular to the TANGENT LINE of the circle.
The gradient of a function is a vector which is perpendicular to the tangent line of the contour line, and therefore it shows the direction which the line must have to form the smallest distance to some other curve. How do I use this to find the expression of the smallest distance of a point on the circumference of a circle to some other point of a curve?
Other questions that I would like to find answers to are:
-what is the expression for the distance between a point of a parabola and a point?
-what is the expression for the distance between a point of a hyperbola and a point?
Last edited by a moderator: