online advertising
Processing math: 100%

Sunday, March 27, 2016

A primer for mathematics competitions - Section 1.2 - Appetizer Problem

Problem:


Solution:

Here I present my solution. The book's solution is MUCH simpler but that is not mine.

We know BX:XC=2:3, so let BX=2p. XC=3p.
Similarly, CY=q, YA=2q.

Let AB=r, our goal is to compute the length ratios.

AX=AB+BX=r+2p.
AX=AC+CX=(3q)3p.

Therefore: AX=15(3r6q) (Just eliminate p from the equations above)

BY=BA+AY=r2q

Observe that we have two ways to get to O, either starting from A or B.

Let AO=αAX
Let BO=βBY

Now α(15(3r6q))=αAX=AO=AB+BO=r+βBY=r+β(r2q)

Now the amazing thing happens, we can solve α and β at the same time by equating coefficients.

α(15(3r6q))=r+β(r2q)

35α=1β (matching coefficients of r)
65α=2β (matching coefficients of q)

Solving, get α=56, β=12.

So AO:OX=5:1, BO:OY=1:1.

Next, we tackle the CO:OZ and AZ:ZB. To do that, we compute CO in two ways.

Let CO=γCZ
Let AZ=δAB

CO=CB+BO=CA+AB+12BY=3q+r+12(r2q)=12(r+4q)

CZ=CA+AZ=3q+δAB=3q+δr.

Now 12(r+4q)CO=γCZ=γ(3q+δr)

Now we equate coefficients again and get

12=γδ (matching coefficients of r)
2=3γ

Solving, get γ=23, δ=34.

So CG:GZ=2:1, AZ:ZB=1:3.

Now at this point, we have all the length ratios we wanted. For triangles with opposite angle, we know triangle area is 12absinθ, so the length ratio give us triangle area ratios.

Since we do not need to vectors anymore, abusing the notation, we reuse PQRSTU to mean the triangle areas of AOZ,AOY,ZOB,YOC,BOX,XOC.

The length ratios give us these equations:

2P=5U
R=2S
5T=Q

We wanted R+T, but we do not know Q, so even more is required. Here is another observation, ABX:ACX=2:3 because they share the same height but with different base, that gives 3(P+R+T)=2(Q+S+U), at this point, we can solve Q=5.5U+4S1.4, and therefore R+T=2a+16.5b+4a7.

Even then, it is not enough, because we have no matching answer, now we pull in one more equation with the observation that CAE:CBE=3:1 using the similar argument, now we get 5 equations:

2P=5U
R=2S
5T=Q
3(P+R+T)=2(Q+S+U)
P+Q+S=3(R+T+U),

We know these equations will not give an exact answer because it is simply up to scaling. We arbitrarily set U=1 and solve these equations (with a solver, coz I am lazy), we finally get our answers.

P = 2.500
Q = 4.722
R = 0.556
S = 0.278
T = 0.944
U = 1.000

So R + T = 1.5 and that is 9213=9b2

So finally, that's our answer! Phew.

No comments:

Post a Comment