Блог пользователя libra7z

Автор libra7z, история, 6 лет назад, По-английски

(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?)

  • Проголосовать: нравится
  • +10
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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

»
6 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

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 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

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

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

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

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +9 Проголосовать: не нравится

it should be 10.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

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 лет назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

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