Let x 1 , x 2 , x 3 , ⋯ x 6 be real numbers. The following equations hold true ⎩ ⎪ ⎨ ⎪ ⎧ x 1 + 4 x 2 + 9 x 3 + 1 6 x 4 + 2 5 x 5 + 3 6 x 6 = 9 4 x 1 + 9 x 2 + 1 6 x 3 + 2 5 x 4 + 3 6 x 5 + 4 9 x 6 = 9 8 9 x 1 + 1 6 x 2 + 2 5 x 3 + 3 6 x 4 + 4 9 x 5 + 6 4 x 6 = 9 8 7
Find the value of 1 6 x 1 + 2 5 x 2 + 3 6 x 3 + 4 9 x 4 + 6 4 x 5 + 8 1 x 6
Obviously the answer is not 9876
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.
The identity is related to 'finite difference',and you can find this topic on wiki.
Let a function be in the form of f ( x ) = x 1 ( x + 1 ) 2 + x 2 ( x + 2 ) 2 + x 3 ( x + 3 ) 2 + x 4 ( x + 4 ) 2 + x 5 ( x + 5 ) 2 + x 6 ( x + 6 ) 2
where x 1 , x 2 , . . . , x 6 are constants.
So, f ( 0 ) = 9 , f ( 1 ) = 9 8 , f ( 2 ) = 9 8 7 Since f ( x ) is a 2-degree function,we can find f ( 3 ) = 2 6 7 6
Let there be three constants a , b , c such that:
a ( x 1 + 4 x 2 + 9 x 3 + 1 6 x 4 + 2 5 x 5 + 3 6 x 6 ) + b ( 4 x 1 + 9 x 2 + 1 6 x 3 + 2 5 x 4 + 3 6 x 5 + 4 9 x 6 ) + c ( 9 x 1 + 1 6 x 2 + 2 5 x 3 + 3 6 x 4 + 4 9 x 5 + 6 4 x 6 ) = 1 6 x 1 + 2 5 x 2 + 3 6 x 3 + 4 9 x 4 + 6 4 x 5 + 8 1 x 6
Let us consider one of the terms, x n . Since in the first equation each x n has n 2 as its coefficient, in the second equation each x n has ( n + 1 ) 2 as its coefficient, and so on, we get this general equation for each term:
a n 2 x n + b ( n + 1 ) 2 x n + c ( n + 2 ) 2 x n ∴ a n 2 + b ( n + 1 ) 2 + c ( n + 2 ) 2 ∴ a n 2 + b n 2 + 2 b n + b + c n 2 + 4 c n + 4 c ∴ ( a + b + c ) n 2 + ( 2 b + 4 c ) n + ( b + 4 c ) Equating like terms: a + b + c = 1 ( 1 ) 2 b + 4 c = 6 ( 2 ) b + 4 c = 9 ( 3 ) = ( n + 3 ) 2 x n = ( n + 3 ) 2 = n 2 + 6 n + 9 = n 2 + 6 n + 9 Solving these 3 equations simultaneously gives a = 1 , b = − 3 , c = 3 . Now we can simply use these values to find the answer, knowing that summing the given expressions when multiplying by these numbers gives the expression we want: 1 ( 9 ) − 3 ( 9 8 ) + 3 ( 9 8 7 ) = 2 6 7 6
Problem Loading...
Note Loading...
Set Loading...
Note the three equations can be written as
∑ i = 1 6 i 2 x i ∑ i = 1 6 ( i + 1 ) 2 x i ∑ i = 1 6 ( i + 2 ) 2 x i = 9 = 9 8 = 9 8 7
and the expression we're trying to find the value of as
∑ i = 1 6 ( i + 3 ) 2 x i
so it makes sense to see whether there is a linear combination of the coefficients in the first three sums which yields the coefficients in the fourth sum.
In other words, can we find α , β and γ such that
α i 2 + β ( i + 1 ) 2 + γ ( i + 2 ) 2 α i 2 + β ( i 2 + 2 i + 1 ) + γ ( i 2 + 4 i + 4 ) i 2 ( α + β + γ ) + i ( 2 β + 4 γ ) + ( β + 4 γ ) = ( i + 3 ) 2 = i 2 + 6 i + 9 = i 2 + 6 i + 9
and equating coefficients quickly yields α = 1 , β = - 3 and γ = 3 . Therefore
∑ i = 1 6 ( i + 3 ) 2 x i = 1 ⋅ ∑ i = 1 6 i 2 x i − 3 ⋅ ∑ i = 1 6 ( i + 1 ) 2 x i + 3 ⋅ ∑ i = 1 6 ( i + 2 ) 2 x i = 1 ( 9 ) − 3 ( 9 8 ) + 3 ( 9 8 7 ) = 2 6 7 6
Note: This is related to the more general identity
i = 0 ∑ n ( - 1 ) n ( i n ) ( x + i ) n − 1 = 0
I'm almost certain I've seen this before but am drawing a blank on how to prove it; can anyone point me in the right direction?