Given O(0,0) and Q(1,2), consider the set of points P for which OP:PQ=5:4. It is known that this set is a circle. Find its center.
Solution
Solution:
Suppose we have P(x,y). This implies in particular that 4OP=5PQ, or 16OP2=25PQ2. Hence, we have 16(x2+y2)=25(x−1)2+25(y−2)2 This simplifies to 9x2−50x+25+9y2−100y+100=0 and, completing squares, (3x−325)2+(3y−350)2=(325)2+(350)2−25−100=92000 Our center is then given by (925,950).
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.