Let AB be a diameter of circle ω. Extend AB through A to C. Point T lies on ω so that line CT is tangent to ω. Point P is the foot of the perpendicular from A to line CT. Suppose AB=18, and let m denote the maximum possible length of segment BP. Find m2.
解析
Solution
Solution 1
Let x=OC. Since OT,AP⊥TC, it follows easily that △APC∼△OTC. Thus OTAP=COCA⟹AP=x9(x−9). By the Law of Cosines on △BAP,
BP2=AB2+AP2−2⋅AB⋅AP⋅cos∠BAP
where cos∠BAP=cos(180−∠TOA)=−OCOT=−x9, so:
BP2=182+x292(x−9)2+2(18)⋅x9(x−9)⋅x9=405+729(x22x−27)
Let k=x22x−27⟹kx2−2x+27=0; this is a quadratic, and its discriminant must be nonnegative: (−2)2−4(k)(27)≥0⟺k≤271. Thus,
BP2≤405+729⋅271=432
Equality holds when x=27.~Shen Kislay Kai
Solution 1.1 (Calculus)
Proceed as follows for Solution 1.
Once you approach the function k=(2x−27)/x2, find the maximum value by setting dk/dx=0.
Simplifying k to take the derivative, we have 2/x−27/x2, so dk/dx=−2/x2+54/x3. Setting dk/dx=0, we have 2/x2=54/x3.
Solving, we obtain x=27 as the critical value. Hence, k has the maximum value of (2∗27−27)/272=1/27. Since BP2=405+729k, the maximum value of BP occurs at k=1/27, so BP2 has a maximum value of 405+729/27=432.
Note: Please edit this solution if it feels inadequate. ~Shen Kislay Kai
Solution 2
From the diagram, we see that BQ=OT+BOsinθ=9+9sinθ=9(1+sinθ), and that QP=BAcosθ=18cosθ.
BP2BP2=BQ2+QP2=92(1+sinθ)2+182cos2θ=92[1+2sinθ+sin2θ+4(1−sin2θ)]=92[5+2sinθ−3sin2θ]
This is a quadratic equation, maximized when sinθ=−6−2=31. Thus, m2=92[5+32−31]=432.
Solution 3 (Calculus Bash)
(Diagram credit goes to Solution 2)
We let AC=x. From similar triangles, we have that PC=x+9xx2+18x (Use Pythagorean on △ωTC and then using △ωCT∼△ACP). Similarly, TP=QT=x+99x2+18x. Using the Pythagorean Theorem again and △CAP∼△CBQ, BQ=(x+18)2−(x+9(x+18)x2+18x)2. Using the Pythagorean Theorem again, BP=(x+18)2−(x+9(x+18)x2+18x)2+(x+918x2+18x)2. After a large bashful simplification, BP=405+x2+18x+811458x−6561. The fraction is equivalent to 729(x+9)22x−9. Taking the derivative of the fraction and solving for x, we get that x=18. Plugging x=18 back into the expression for BP yields 432, so the answer is (432)2=432.
Solution 4
(Diagram credit goes to Solution 2)
Let AC=x. The only constraint on x is that it must be greater than 0. Using similar triangles, we can deduce that PA=x+99x. Now, apply law of cosines on △PAB.
BP2=(x+99x2)2+182−2(18)(x+99x)cos(∠PAB).
We can see that cos(∠PAB)=cos(180∘−∠PAC)=cos(∠PAC−90∘)=−sin(∠PCA). We can find −sin(∠PCA)=−x+99. Plugging this into our equation, we get:
BP2=81((x+9)2x2+36x+4).
We want to maximize (x+9)2x2+36x. There are many ways to maximize this expression, discussed here: https://artofproblemsolving.com/community/c4h2292700_maximization. The maximum result of that expression is 34. Finally, evaluating BP2 for this value 81(34+4)=432.
~superagh
Solution 5 (Clean)
Let h be the distance from A to CT. Observe that h takes any value from 0 to r, where r is the radius of the circle.
Let Q be the foot of the altitude from B to CT. It is clear that T is the midpoint of PQ, and so the length OT is the average of AP and BQ. It follows thus that BQ=2r−h.
We compute PT=r2−(r−h)2=h(2r−h), and so BP2=PQ2+BQ2=4PT2+BQ2=4h(2r−h)+(2r−h)2=(2r−h)(2r+3h). This is 31(6r−3h)(2r+3h)≤31⋅(28r)2. Equality is attained, so thus we extract the answer of 316⋅92=27⋅16=432.
Solution 6 (Calculus)
(Diagram Credits to Solution 2)
We can see that AP=x+99x. From the Law of Cosines, we can now find the length of BP.
From here, we see that the value we need to maximize is (x+9)2x2+36x. We shall now do some calculus. Let f(x)=(x+9)2x2+36x. We need to find the first derivative. Using the quotient rule (vu)′=v2u′v−uv′, we can find the derivative which is:
f′(x)=((x+9)2)2(2x+36)(x+9)2−(x2+36x)(2)(x+9)
This simplifies to
f′(x)=(x+9)3−18x+324
Now we find the critical point by setting f′(x) to zero and solve for x.
−18x+324=0−18x=−324x=18
We now plug this value of x back into the function to find the max value of f(x)
f(18)=272182+36(18)f(18)=34
We now go back to the formula for BP2 and plug in 34 for that ugly fraction.
BP2=81(34+4)BP2=81(316)BP2=432
Thus, the value of m2 (or BP2) with the maximum value of m is 432.