Let N be a positive integer which has exactly n positive divisors, d 1 , d 2 , d 3 , . . . . . . . . . . d n . Consider two polynomials
f ( x ) = x n + a n − 1 x n − 1 + a n − 2 x n − 2 + . . . . . . . . . . . . . . + a 2 x 2 + a 1 x + a 0
g ( x ) = x n + b n − 1 x n − 1 + b n − 2 x n − 2 + . . . . . . . . . . . . . . + b 2 x 2 + b 1 x + b 0
Roots of f ( x ) are d 1 , d 2 , d 3 , . . . . . . . . . . d n and roots of g ( x ) are 1 / d 1 , 1 / d 2 , 1 / d 3 , . . . . . . . . . . 1 / d n .
Find the value of ∑ i = 0 n − 1 b i a i .
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.
Problem Loading...
Note Loading...
Set Loading...
Let d 1 < d 2 < d 3 < . . . . . . . . . . < d n
We can easily see that d 1 = d n N , d 2 = d n − 1 N .........concluding that d k = d n + 1 − k N
From this, we can write the roots of g ( x ) as d 1 / N , d 2 / N , d 3 / N . . . . . . . . . . d n / N .
Hence from this we derive that f ( N x ) has the roots same as g(x).
Hence g ( x ) = N n f ( N x ) [make the coefficients of x n as 1 ]
From this we get b i = N n − i a i
Hence required sum is ∑ i = 0 n − 1 N n − i = N − 1 N ( N n − 1 )