In acute triangle ABC points P and Q are the feet of the perpendiculars from C to AB and from B to AC, respectively. Line PQ intersects the circumcircle of △ABC in two distinct points, X and Y. Suppose XP=10, PQ=25, and QY=15. The value of AB⋅AC can be written in the form mn where m and n are positive integers, and n is not divisible by the square of any prime. Find m+n.
Diagram
解析
Solution 1
First we have acosA=PQ=25, and (acosA)(ccosC)=(acosC)(ccosA)=AP⋅PB=10(25+15)=400 by PoP. Similarly, (acosA)(bcosB)=15(10+25)=525, and dividing these each by acosA gives bcosB=21,ccosC=16.
It is known that the sides of the orthic triangle are acosA,bcosB,ccosC, and its angles are π−2A,π−2B, and π−2C. We thus have the three sides of the orthic triangle now. Letting D be the foot of the altitude from A, we have, in △DPQ,
cosP,cosQ=2⋅21⋅25212+252−162,2⋅16⋅25162+252−212=3527,2011.⇒cosB=cos(21(π−P))=sin21P=354,
similarly, we get
cosC=cos(21(π−Q))=sin21Q=409.
To finish,
bc=cosBcosC(bcosB)(ccosC)=(2/35)(3/40)16⋅21=56014.
The requested sum is 574. - crazyeyemoody907
Remark: The proof that acosA=PQ can be found here: http://www.irmo.ie/5.Orthic_triangle.pdf
Solution 2
Let BC=a, AC=b, and AB=c. Let cos∠A=k. Then AP=bk and AQ=ck.
By Power of a Point theorem,
AP⋅BP=XP⋅YPAQ⋅CQ=YQ⋅XQ⟹b2k2−bck+400=0⟹c2k2−bck+525=0
Thus bck=(bk)2+400=(ck)2+525=u. Then bk=u−400, ck=u−525, and
k=u2(u−400)(u−525)
Use the Law of Cosines in △APQ to get 252=b2k2+c2k2−2bck3=2bck−925−2bck3, which rearranges to
775=bck−k2⋅bck=u−u(u−400)(u−525)
Upon simplification, this reduces to a linear equation in u, with solution u=1400. Then
AB⋅AC=bc=k1⋅bck=(u−400)(u−525)u2=56014
So the final answer is 560+14=574
By SpecialBeing2017
Solution 3
Let AP=p, PB=q, AQ=r, and QC=s. By Power of a Point,
AP⋅PB=XP⋅YPAQ⋅QC=YQ⋅XQ⟹pq=400⟹rs=525
Points P and Q lie on the circle, ω, with diameter BC, and pow(A,ω)=AP⋅AB=AQ⋅AC, so
p(p+q)=r(r+s)⟹p2−r2=125
Use Law of Cosines in △APQ to get 252=p2+r2−2prcosA; since cosA=p+qr, this simplifies as
500=2r2−p+q2pr2=2r2−p2+4002p2r2=r2+525800r2
We get r=535 and thus
r=535,p=r2+125=1010,q=p400=410,s=r525=335.
Therefore AB⋅AC=(p+q)⋅(r+s)=56014. So the answer is 560+14=574
By asr41
Solution 4 (Clean)
This solution is directly based of @CantonMathGuy's solution. We start off with a key claim.
Claim.XB∥AC and YC∥AB.
Proof.
Let E and F denote the reflections of the orthocenter over points P and Q, respectively. Since EF∥XY and
EF=2PQ=XP+PQ+QY=XY,
we have that EXYF is a rectangle. Then, since ∠XYF=90∘ we obtain ∠XBF=90∘ (which directly follows from XBYF being cyclic); hence ∠XBQ=∠AQB, or XB∥AQ⇒XB∥AC.
Similarly, we can obtain YC∥AB. ■
A direct result of this claim is that △BPX∼△APQ∼△CYQ.
Thus, we can set AP=5k and BP=2k, then applying Power of a Point on P we get 10⋅40=10k2⟹k=210⟹AB=1410. Also, we can set AQ=5l and CQ=3l and once again applying Power of a Point (but this time to Q) we get
...................15⋅35=15l2⟹l=35⟹AC=835.
Hence,
...................AB⋅AC=112350=112⋅514=56014
and the answer is 560+14=574. ~rocketsri
Solution 5
mathboy282
Solution 6
Certainly △AQP∼△ABC. Let k=AP and ℓ=AQ, and let c be the constant with BC=PQ⋅c=25c. Then PB=ℓc−k and QC=kc−ℓ. By Power of a Point at P and Q, we obtain the equations \begin{align*} AP\cdot PB &= k(\ell c-k) = k\ell c-k^2 = 400,\\ AQ\cdot QC &= \ell(kc-\ell) = k\ell c-\ell^2 = 525. \end{align*} This implies that k2−ℓ2=125. Next, by the Pythagorean theorem we have \begin{align*} PC^2 &= BC^2-BP^2 = 625c^2-(\ell c-k)^2,\\ PC^2 &= AC^2-AP^2 = k^2c^2 - k^2. \end{align*} Equating the two and simplifying, we arrive at the equation
c=k2+ℓ2−6252kℓ.
From here, substitute ℓ=k2−125. Then the first Power of a Point equation becomes
k2+400=kℓ⋅2k2−7502kℓ=k2−375k2(k2−125).
Solving, we obtain k=1000 and ℓ=875. Then we evaluate: \begin{align*} AB\cdot AC &= (ck)(c\ell) = \frac{(k\ell)^3}{(k^2-375)^2}\\ &= \frac{(\sqrt{875000})^3}{625^2} = \frac{(250\sqrt{14})^3}{625^2} \\ &= \frac{(2\cdot 5^3)^3\cdot 14\sqrt{14}}{5^8}=560\sqrt{14}. \end{align*} The answer is 560+14=574.