返回题库

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

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

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

题目详情

Individual Finals A

  1. Find all positive real numbers b for which there exists a positive real number k such that n − k ≤ b bn c ≤ n for all positive integers n .
  2. 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. n a n
  3. 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. 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