返回题库

PUMaC 2008 · 个人决赛(B 组) · 第 6 题

PUMaC 2008 — Individual Finals (Division B) — Problem 6

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

题目详情

Individual Finals B n − 2 n − 1

  1. Find all pairs of positive real numbers ( a, b ) such that ≤ b bn c < for all positive integes a a n .
  2. Let P be a convex polygon, and let n ≥ 3 be a positive integer. On each side of P , erect a regular n -gon that shares that side of P , and is outside P . If none of the interiors of these regular n -gons overlap, we call P n - good . (a) Find the largest value of n such that every convex polygon is n -good. (b) Find the smallest value of n such that no convex polygon is n -good.
  3. A hypergraph consists of a set of vertices V and a set of subsets of those vertices, each of which is called an edge. (Intuitively, it’s a graph in which each edge can contain multiple vertices). Suppose that in some hypergraph, no two edges have exactly one vertex in common. Prove that one can color this hypergraph’s vertices such that every edge contains both colors of vertices. 1
解析
  1. A sequence { a } is defined by a = c for some c > 0 and a = a + . Prove that converges i 1 n +1 n a n n and find its limit. 1 1 ( ANS: Let b = a , n > 0. Then one can check that b = ( nb + ). We know that n n n +1 n n +1 b n 1 1 1 b = a = c + ≥ 2 > 1. Then we have, if b > 1, b > , so b < ( nb + b ) = b and 1 1 n n n +1 n n n c b n +1 n 1 1 b > (( n − 1) + b + ≥ 1, so we then have 1 < b < b , so the sequence converges. n +1 n n +1 n n +1 b n 1 c n Now, to show that lim b = 1, we let c = b − 1. One can check that c = ( nc − . n →∞ n n n n +1 n n +1 c +1 n c n − 1 1 Since b > 1, c < c , and thus, by induction, c < . Thus, c → 0 and thus b → 1, as n n n − 1 n n n n n claimed. CB: AL12, EPK) 2