Distance from a point to a set

  • Thread starter Thread starter tarheelborn
  • Start date Start date
  • Tags Tags
    Point Set
tarheelborn
Messages
121
Reaction score
0

Homework Statement


I need to find \rho((4,2), A_2) where A_2=\{(x,y)|x^2+y^2=1 \}.

Homework Equations





The Attempt at a Solution


I know that the definition says that this distance is the greatest lower bound of \{\rho(x,a)|a \in A\}. So the distance between \rho((4,2), (x,y))= \sqrt{(x-4)^2+(y-2)^2}=\sqrt{x^2+8x+16+y^2-4y+4}= \sqrt{21-8x-4y} and then I am not sure what to do.
 
Physics news on Phys.org
tarheelborn said:

Homework Statement


I need to find \rho((4,2), A_2) where A_2=\{(x,y)|x^2+y^2=1 \}.

Homework Equations




The Attempt at a Solution


I know that the definition says that this distance is the greatest lower bound of \{\rho(x,a)|a \in A\}. So the distance between \rho((4,2), (x,y))= \sqrt{(x-4)^2+(y-2)^2}=\sqrt{x^2+8x+16+y^2-4y+4}= \sqrt{21-8x-4y} and then I am not sure what to do.
Well, that is D= (x^2+ y^2+ 8x- 4y+ 20)^{1/2}. Differentiate that and set the derivative equal to 0 to find the minimum.

Or, use geometry! x^2+ y^2= 1 is a circle with center at the origin and radius 1. The nearest point to (4, 2) on that circle lies on the straight line from (0, 0) to (4, 2) (an extended radius). The equation of the line through (0, 0) and (4, 2) is y= x/2. Where does that line intersect the circle x^2+ y^2= 1
 
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