- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
Simple
Two points on the curve y = x^2. So these two points are (a, a^2) and (c, c^2) Also ac = N
Both points should fit the following equation: y = mx + b And we need to find the value of b
Put both points into the straight line equation a^2 = am + b c^2 = cm + b
So a^2 - c^2 = (a - c)m So (a + c) = m
Take the value of m into one of the equations: a^2 = a*(a+c) + b So b = - ac = - N N is known.
BBBBBBBBBBBBBBBBB |
|