New Reply

minimum distance between a point and a geometric locus

 
Share Thread Thread Tools
Aug18-12, 04:57 AM   #1
 

minimum distance between a point and a geometric locus


Hi guys I have a problem to solve, I'd like to find the minimum distance between a point and a geometric locus described in closed form, for example the intersection of two circles:

p= point coordinate
p1= center coordinate circle 1
p2=center coordinate circle 2
r1=radius of circle 1
r2=radius of circle 2

|p1|^2-r1^2<0 (region inside circle 1)
|p2|^2-r2^2<0 (region inside circle 2)
how can i find an expression that gave me the minimum distance between p and the intersection of the two circles?

thank you in advance
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Aug18-12, 06:20 AM   #2
 
Hey aliekor and welcome to the forums.

Depending on the level of knowledge you have you can do it in different ways. If you know calculus you can form what's called a minimization problem and solve for the first derivatives to be 0 and then obtain the solutions and screen out the ones that aren't required.

Have you taken calculus?
 
Aug18-12, 07:42 AM   #3
 
no is not possible. I need a closed form for my problem. actually I need to know if p is inside the intersection of the circles, I thought that a minimum distance negative can give me this information.
 
Aug18-12, 07:46 AM   #4
 

minimum distance between a point and a geometric locus


There is no reason why you can't get a closed form answer.

Also do you have an analytic expression (equality or inequality) for p? You have given constraints for everything else except for what p is mathematically.
 
Aug18-12, 08:00 AM   #5
 
No I don't. I need just the measure of the distance between a given p and the geometric locus
 
Aug18-12, 08:25 AM   #6
 
This sounds like a high school problem but I don't know the definition of a locus (and haven't seen it in more than 10 years): can you give the mathematical definition of a locus from a point p?
 
Aug18-12, 09:10 AM   #8
 
Use the definition of the norm: in two dimensions, the norm is (x - a)^2 + (y - b)^2 from some object defined at a variable position (x,y) to a point (a,b). Use some simple calculus to minimize this distance under your constraints. Minimize the square of the residual since it's easier and will correspond to the minimum of the distance since the quadratic function monotonically increases for all positive values of the distance.

This is the approach used for commonly solving these problems. You need to minimize (x - a)^2 + (y - b)^2 = 0 subject to your constraints that you have given by using Lagrange Multipliers.
 
Aug18-12, 10:59 AM   #9
 
I'll find that the minimum distance is 0.... Already have the coordinate of the point p. i have to find the minimum distance and not a point p that minimize the distance.
 
Aug18-12, 12:57 PM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Part of the problem is that you have asked for the distance from p to "intersection of the two circles" without giving any condition that the two circles do intersect! You need that the distance between p1 and p2 is less than r1+ r2. And, then, in general, there will be two points of intersection. Did you intend to require that the two circles be tangent to one another?
 
New Reply
Thread Tools


Similar Threads for: minimum distance between a point and a geometric locus
Thread Forum Replies
Minimum distance of a point on a line from the origin? Calculus 10
Minimum distance between a point and a bounded line in 3D General Math 7
Find the minimum distance from a curve to a point not on it Calculus & Beyond Homework 2
geometric proof: minimum angle to point in a line segment Differential Geometry 0
Immediate HELP! For any point A(x,y) of a locus Introductory Physics Homework 5