返回题库

HMMT 二月 2009 · CALC 赛 · 第 7 题

HMMT February 2009 — CALC Round — Problem 7

专题
Discrete Math / 离散数学
难度
L3
来源
HMMT

题目详情

  1. [ 5 ] A line in the plane is called strange if it passes through ( a, 0) and (0 , 10 − a ) for some a in the interval [0 , 10]. A point in the plane is called charming if it lies in the first quadrant and also lies below some strange line. What is the area of the set of all charming points?
解析
  1. [ 5 ] A line in the plane is called strange if it passes through ( a, 0) and (0 , 10 − a ) for some a in the interval [0 , 10]. A point in the plane is called charming if it lies in the first quadrant and also lies below some strange line. What is the area of the set of all charming points? Answer: 50 / 3 Solution: The strange lines form an envelope (set of tangent lines) of a curve f ( x ), and we first find ′ the equation for f on [0 , 10]. Assuming the derivative f is continuous, the point of tangency of the line ` through ( a, 0) and (0 , b ) to f is the limit of the intersection points of this line with the lines ` passing through ( a + , 0) and (0 , b − ) as → 0. If these limits exist, then the derivative is indeed continuous and we can calculate the function from the points of tangency. a ( a − ) The intersection point of ` and ` can be calculated to have x -coordinate , so the tangent point a + b 2 2 2 2 a ( a − ) (10 − a ) a a b of ` has x -coordinate lim = = . Similarly, the y -coordinate is = . Thus, → 0 a + b a + b 10 10 10 2 √ √ solving for the y coordinate in terms of the x coordinate for a ∈ [0 , 10], we find f ( x ) = 10 − 2 10 x + x , and so the area of the set of charming points is ∫ 10 ( ) √ √ 10 − 2 10 x + x dx = 50 / 3 . 0