Given 2 points A ( 4 , 0 ) and B ( 0 , 3 ) on the plane and a point P on the circle x 2 + y 2 = 4 .
Find the minimum value of 2 1 P A + P B .
The answer is of the form a , please enter the value of a .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There is nothing technically wrong with this problem, except the title is misleading. I thought maybe you had an error and the task was to find the minimum of 2 P A + P B since this is more like the path from A to P to B . This answer wouldn't be an integer so there is no risk of getting it wrong.
One way to make the problem more clear would be to make C the midpoint of P A then minimize P C + P B
I do like the problem and your clever solution which avoids calculus.
Problem Loading...
Note Loading...
Set Loading...
Let Q be the point lies on the x -axis such that △ O P Q ∼ △ O A P .
Then O Q : O P = O P : O A ⟹ O Q : 2 = 2 : 4 ⟹ O Q = 1 .
Note that P Q : A P = O P : O A = 1 : 2 , we have P min { 2 1 P A + P B } = P min { P Q + P B } = Q B = 1 2 + 3 2 = 1 0 .