- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
18、一个圆上两点 P(5,2) Q(-3,-4)是一条直径的两端,另一条直径的一端坐标为R(-2,2),求另一端坐标。 答案中有一个(4,-6)具体忘记了,就是用上x^2+y^2=R^2就可以了,PQ正好是6^2+8^2=10^2.答案中正好也有和R点凑成6和8的点。
For this question, the function decribing the circle is (x-1)^2 + (y+1) = 25
So R(-2, 2) is not on the circle !!!
R should be (-2, 3) or (-2, -5) or (-3, 2) or (5, 2). Then the answer should be (4, -5) or (4, 3) or (5, -4) or (-3, -4), respectively. |
|