10. (25 points) For any positive integers m,n, define the function f(m,n) as follows: (i) f(1,1)=1; (ii) f(m+1,n)=f(m,n)+2(m+n); (iii) f(m,n+1)=f(m,n)+2(m+n−1). (1) Find the analytical expression for f(m,n); (2) Let an=2n−1f(n,n)(n∈Z+),Sn be the sum of the first n terms of the sequence {an}, prove: Sn<6.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
10. (1) From conditions (i) and (ii), we have f(m,1)−f(1,1)=∑k=1m−1(f(k+1,1)−f(k,1))=2∑k=1m−1(k+1)⇒f(m,1)=m2+m−1⇒f(m,n)−f(m,1)=∑k=1n−1(f(m,k+1)−f(m,k))=2∑k=1n−1(m+k−1)⇒f(m,n)=(m+n)2−m−3n+1. (2) From (1), we get f(n,n)=(2n−1)2.
Then an=2n−1f(n,n)=(2n−1)(21)n−1. Thus, Sn=∑k=1n(2k−1)(21)k−1, 21Sn=k=1∑n(2k−1)(21)k.
Subtracting the two equations, we get 21Sn=1+2∑k=1n−1(21)k−(2n−1)(21)n=3−2n−21−2n2n−1.
Therefore, Sn=6−2n−12n+3<6.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.