libra7z's blog

By libra7z, history, 6 years ago, In English

(Actually a problem of geometry)

you are given a circle $$$O$$$ whose radius is $$$2$$$.

And there are two fixed points $$$A$$$ and $$$B$$$ out of the circle. it is known that $$$OA = 4, OB = 4\sqrt 2$$$, and also $$$\angle AOB = 45^\circ$$$.

There's another moving point $$$P$$$ on circle $$$O$$$ (which means that $$$OP = 2$$$).

You are required to write the minimum value of $$$2\sqrt 2PA + PB$$$.

(I guess I may not put the figure here?)

  • Vote: I like it
  • +10
  • Vote: I do not like it

| Write comment?
»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by libra7z (previous revision, new revision, compare).

»
6 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Another note is that the problem is the last problem in our school's monthly test for Junior 3 (so I guess it won't be very hard, even if I haven't work it out

»
6 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

How is an angle between a circle and two points (your $$$\angle AOB$$$) defined?

»
6 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Is the answer (32)^(1/2) + (20)^(1/2)?

»
6 years ago, hide # |
 
Vote: I like it +9 Vote: I do not like it

it should be 10.

»
6 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

I did it in the least elegant way possible (by making the equation of circle, finding the formula for that value and differentiating it) and the answer is 10. I hope someone has a much better and easier approach.

»
6 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

I know you were probably expecting an elegant solution. But the best I could come up with was:

Let ∠AOP = x, therefore ∠BOP = x + 45

So using cosine rule,

AP = sqrt(OA^2 + OP^2 — 2.OA.OP.cos(x))

BP = sqrt(OB^2 + OP^2 — 2.OB.OP.cos(x+45))

Plugging in all necessary values, gives us a single variable function:

2.sqrt(2)PA+PB = 4.sqrt(10 — 8.cosx) + 2.sqrt(9 — 4.cosx + 4.sinx)

You can differentiate it with x and find the minima, or just plug in a grapher and check the minimum point.

Comes out to be 10 at x = -6.58480112 degrees

  • »
    »
    6 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Let ∠AOP = x, therefore ∠BOP = x + 45.
    These is not a case for all time.
    Sometimes, it will be x, 45 — x.

    • »
      »
      »
      6 years ago, hide # ^ |
       
      Vote: I like it +8 Vote: I do not like it

      Without loss of generality u can assume anticlockwise angle to be positive, -ve values will take care of 45-x. The answer he got is in turn negative, implying that it is in the opposite direction of what he assumed it to be in.