For any positive integer n , the n × n matrix X ( n ) has components X ( n ) i j = i 2 + j 2 1 1 ≤ i , j ≤ n Let σ n be the sum of the n 2 components of the inverse matrix X ( n ) − 1 , so that σ n = i , j = 1 ∑ n X ( n ) i j − 1 It can be shown that n = 1 ∑ ∞ σ n 1 = a − b ln c where a , b , c are positive integers, and c is prime. What is the value of a + b + c ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@Mark Hennings
sir can you please post the solution of my this
Problem
Thanks in advance.
is the main idea in this problem related to polynomial interpolation. this is not an easy problem. it requires good amount of effort.
Problem Loading...
Note Loading...
Set Loading...
The matrix X ( n ) is a special case of what is called a Cauchy matrix, namely one of the form H i j = a i − b j 1 1 ≤ i , j ≤ n where a 1 , a 2 , … , a n , b 1 , b 2 , … , b n are all distinct. It is possible to find an explicit formula for the inverse of H . To do this, define the interpolation polynomials A ( X ) A i ( X ) ≡ ≡ j = 1 ∏ n ( X − a j ) A ′ ( a i ) 1 j = i ∏ ( X − a j ) B ( X ) B i ( X ) ≡ ≡ j = 1 ∏ n ( X − b j ) B ′ ( b i ) 1 j = i ∏ ( X − b j ) 1 ≤ i ≤ n so that A i ( a j ) = B i ( b j ) = δ i j for 1 ≤ i , j ≤ n and Q ( X ) ≡ i = 1 ∑ n Q ( a i ) A i ( X ) ≡ i = 1 ∑ n Q ( b i ) B i ( X ) for any polynomial Q ( X ) of degree n − 1 or less.
Define the n × n matrix G by G i j = − A ′ ( a j ) A ( b i ) B i ( a j ) 1 ≤ i , j ≤ n Then, for 1 ≤ i ≤ n , − A ( b i ) B i ( X ) A ( X ) A ( b i ) B i ( X ) ≡ − j = 1 ∑ n A ( b i ) B i ( a j ) A j ( X ) = j = 1 ∑ n G i j k = j ∏ ( X − a k ) ≡ − j = 1 ∑ n X − a j G i j ≡ j = 1 ∑ n a j − X G i j so that j = 1 ∑ n G i j H j k = j = 1 ∑ n a j − b k G i j = A ( b k ) A ( b i ) B i ( b k ) = δ i k 1 ≤ i , k ≤ n Thus G = H − 1 ; moreover H i j − 1 = G i j = − A ′ ( a j ) B i ( a j ) ( b i − a j ) k = j ∏ ( b i − a k ) = ( a j − b i ) A j ( b i ) B i ( a j ) 1 ≤ i , j ≤ n We also note that i = 1 ∑ n A j ( b i ) B i ( a j ) = A j ( a j ) = 1 j = 1 ∑ n A j ( b i ) B i ( a j ) = B i ( b i ) = 1 and hence i , j = 1 ∑ n H i j − 1 = j = 1 ∑ n a j ( i = 1 ∑ n A j ( b i ) B i ( a j ) ) − i = 1 ∑ n b i ( j = 1 ∑ n A j ( b i ) B i ( a j ) ) = i = 1 ∑ n ( a i − b i )
In the particular case of X ( n ) , we have a i = i 2 and b j = − j 2 for 1 ≤ i , j ≤ n , and hence σ n = i = 1 ∑ n 2 i 2 = 3 1 n ( n + 1 ) ( 2 n + 1 ) n ≥ 1 Thus n = 1 ∑ N σ n 1 = 3 n = 1 ∑ N n ( n + 1 ) ( 2 n + 1 ) 1 = 3 n = 1 ∑ N ( n 1 + n + 1 1 − 2 n + 1 4 ) = 3 [ 3 + 4 n = 1 ∑ N n 1 − 4 n = 1 ∑ 2 N n 1 + N + 1 1 − 2 N + 1 4 ] = 3 [ 3 + 4 S N − 4 S 2 N − 4 ln 2 + N + 1 1 − 2 N + 1 4 ] where S N = n = 1 ∑ N n 1 − ln N is well-known to converge to the Euler-Mascheroni constant γ as N → ∞ . Thus we deduce that n = 1 ∑ ∞ σ n 1 = 3 ( 3 − 4 ln 2 ) = 9 − 1 2 ln 2 making the answer 9 + 1 2 + 2 = 2 3 .