A circle with center O has radius 25. Chord AB of length 30 and chord CD of length 14 intersect at point P. The distance between the midpoints of the two chords is 12. The quantity OP2 can be represented as nm, where m and n are relatively prime positive integers. Find the remainder when m+n is divided by 1000.
解析
Solution 1
Let E and F be the midpoints of AB and CD, respectively, such that BE intersects CF.
Since E and F are midpoints, BE=15 and CF=7.
B and C are located on the circumference of the circle, so OB=OC=25.
The line through the midpoint of a chord of a circle and the center of that circle is perpendicular to that chord, so △OEB and △OFC are right triangles (with ∠OEB and ∠OFC being the right angles). By the Pythagorean Theorem, OE=252−152=20, and OF=252−72=24.
Let x, a, and b be lengths OP, EP, and FP, respectively. OEP and OFP are also right triangles, so x2=a2+202→a2=x2−400, and x2=b2+242→b2=x2−576
We are given that EF has length 12, so, using the Law of Cosines with △EPF:
122=a2+b2−2abcos(∠EPF)=a2+b2−2abcos(∠EPO+∠FPO)
Substituting for a and b, and applying the Cosine of Sum formula:
Combine terms and multiply both sides by x2: 144x2=2x4−976x2−2(x2−400)(x2−576)+960(x2−400)(x2−576)
Combine terms again, and divide both sides by 64: 13x2=7200−15x4−976x2+230400
Square both sides: 169x4−187000x2+51,840,000=225x4−219600x2+51,840,000
This reduces to x2=74050=(OP)2; 4050+7≡057(mod1000).
Solution 2 - Fastest
We begin as in the first solution. Once we see that △EOF has side lengths 12, 20, and 24, we can compute its area with Heron's formula:
K=s(s−a)(s−b)(s−c)=28⋅16⋅8⋅4=3214.
Thus, the circumradius of triangle △EOF is R=4Kabc=1445. Looking at EPFO, we see that ∠OEP=∠OFP=90∘, which makes it a cyclic quadrilateral. This means △EOF's circumcircle and EPFO's inscribed circle are the same.
Since EPFO is cyclic with diameter OP, we have OP=2R=1490, so OP2=74050 and the answer is 057.
Solution 3
We begin as the first solution have OE=20 and OF=24. Because ∠PEO+∠PFO=180∘, Quadrilateral EPFO is inscribed in a Circle. Assume point I is the center of this circle.
∵∠OEP=90∘
∴ point I is on OP
Link EI and FI, Made line IK⊥EF, then ∠EIK=∠EOF
On the other hand, cos∠EOF=2⋅EO⋅OFEO2+OF2−EF2=1513=cos∠EIK
sin∠EOF=sin∠EIK=1−152132=15214
As a result, IE=IO=1445
Therefore, OP2=4⋅14452=74050.
As a result, m+n=4057≡057(mod1000)
Solution 4
Let OP=x.
Proceed as the first solution in finding that quadrilateral EPFO has side lengths OE=20, OF=24, EP=x2−202, and PF=x2−242, and diagonals OP=x and EF=12.
We note that quadrilateral EPFO is cyclic and use Ptolemy's theorem to solve for x:
20⋅x2−242+12⋅x=24⋅x2−202
Solving, we have x2=74050 so the answer is 057.
-Solution by blueberrieejam
~bluesoul changes the equation to a right equation, the previous equation isn't solvable
Solution 5 (Quick Angle Solution)
Let M be the midpoint of AB and N of CD. As ∠OMP=∠ONP, quadrilateral OMPN is cyclic with diameter OP. By Cyclic quadrilaterals note that ∠MPO=∠MNO.
The area of △MNP can be computed by Herons as
[MNO]=s(s−a)(s−b)(s−c)=28⋅16⋅8⋅4=3214.
The area is also 21ON⋅MNsin∠MNO. Therefore,
Define M and N as the midpoints of AB and CD, respectively. Because ∠OMP=∠ONP=90∘, we have that ONPM is a cyclic quadrilateral. Hence, ∠PNM=∠POM. Then, let these two angles be denoted as α. Now, assume WLOG that PD=x<7 and PB=y<15 (We can do this because one of PD or PC must be less than 7, and similarly for PB and PA). Then, by Power of a Point on P with respect to the circle with center O, we have that
(14−x)x=(30−y)y(7−x)2+176=(15−y)2.
Then, let z=(7−x)2. From Law of Cosines on △NMP, we have that
cos ∠MNP=2⋅NP⋅MNNP2+MN2−MP2cos α=24⋅(7−x)(7−x)2+122−(14−x)2.
Plugging in z in gives
cos α=24⋅z−32cos α=3z−4cos 2α=9z16.
Hence,
tan 2α=9z169z9z−16=169z−16.
Then, we also know that
tan α=tan ∠MOP=OMMP=2014−y.
Squaring this, we get
tan 2α=400z+176.
Equating our expressions for z, we get 400z+176=169z−16. Solving gives us that z=718. Since ∠ONP=90∘, from the Pythagorean Theorem, OP2=ON2+PN2=252−72+z=576+z=74050, and thus the answer is 4050+7=4057, which when divided by a thousand leaves a remainder of 57.
-Mr.Sharkman
Note: my solution was very long and tedious. It was definitely the least elegant solution. The only thing I like about it is it contains no quadratic equations (unless you count LoC).
Solution 7 Analytic Geometry
Let E and F be the midpoints of AB and CD, respectively, such that BE intersects CF.
Since E and F are midpoints, BE=15 and CF=7.
B and C are located on the circumference of the circle, so OB=OC=25.
Since OE⊥AB and OF⊥CD, OE=OB2−BE2=20 and OF=OC2−OF2=24
With law of cosines, cos∠EOF=2⋅OE⋅OFOE2+OF2−EF2=1513
Since EF<OF, ∠EOF is acute angle. sin∠EOF=1−cos2∠EOF=1556 and tan∠EOF=1356
Let OF line be x axis.
Line DC equation is x=OF.
Since line AB passes point E and perpendicular to OD, its equation is y−Ey=−tan∠EOF1(x−Ex)
where Ex=OEcos∠EOF , Ey=OEsin∠EOF
Since P is the intersection of AB and CD,
Px=OF=24
Py=Ey−tan∠EOF1(OF−Ex)=−7314 (Negative means point P is between point F and C)
OP2=Px2+Py2=74050 and the answer is 057.
Note: if EF was longer, point P would be between point D and F. Then, OP would be the diagonal of quadrilateral OEPF not the side. To apply Ptolemy's theorem like solution 4, it is critical to know whether OP is the diagonal or side of quadrilateral. Equation for wrong case cannot be solved. For example,
Solution 8 (Analytic- Can use complex numbers or rotation matrix)
Solution 9
Let the midpoint of AB be M, and the midpoint of CD be N. Because ON is a perpendicular bisector of CD, we know that CN=7 and OC=25 (the radius of the circle). Therefore, by the Pythagorean Theorem, ON=24.
Now that we have all the side lengths of △OMN, we use Law of Cosines to find ∠OMN. \begin{align*} 20^2+12^2-(2)(20)(12)(\cos\angle{OMN})&=24^2\\ 544-480\cos\angle{OMN}&=576\\ \cos\angle{OMN}&=-\dfrac{1}{15}. \end{align*} Because ∠OMP is right, we know that ∠PMN=∠OMN−90∘.
We then use the cosine difference identity to find that (note that we use cos90∘=0 and sin90∘=1) \begin{align*} \cos\angle{PMN}&=\cos(\angle{OMN}-90^\circ)\\ &=\cos\angle{OMN}\cos 90^\circ + \sin\angle{OMN}\sin 90^\circ\\ &=\sin{OMN}. \end{align*} Using the identity cos2θ+sin2θ=1, and since it is an acute angle it must be positive, we find that cos∠PMN=15414.
Let PM=x, and PN=y. Using Law of Sines on △PMN, we have the equation
x2+144−(2)(x)(12)(cos∠PMN)=y2.
Simplifying, we get
x2−y2+144=1596x14.
Using Power of a Point on point P, we find that (15−x)(15+x)=(7−y)(7+y), or x2−y2=176. Substituting this in and simplifying, we find that x=1450. Finally, using the Pythagorean Theorem on △OMP, we find that
OP2=400+x2=400+142500=72800+1250=74050.
Thus, the answer to the problem is 4050+7=4057→057.
- The_Other_Guy
Solution 10
Place the circle of radius 25 at the origin, O=(0,0). Let chord AB be vertical with midpoint M=(−20,0), so that AB has length 30. Then the endpoints are A=(−20,−15),B=(−20,15).
Let chord CD have length 14, so its half-length is 7. The distance from the origin to the midpoint of CD is 252−72=625−49=24.
Let the midpoint of CD be N=(x,y). Since the distance between the midpoints of the chords is 12, we have (x+20)2+y2=122=144, and from the distance to the origin: x2+y2=242=576.
Subtracting these equations eliminates y2 and gives a simple linear equation: