Suppose f ( x ) is a degree- 8 polynomial such that f ( 2 i ) = 2 i 1 for all integers 0 ≤ i ≤ 8 . If f ( 0 ) = b a , where a and b are coprime positive integers, what is the value of a + b ?
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.
Most solutions used the polynomial xf(x)-1, which can be easily calculated from its roots. one can also use Lagrange Interpolation (very messy) or method of divided differences (not as messy).
Once , you get Q ( x ) = x P ( x ) − 1 = a ( x − 1 ) ( x − 2 ) . . . ( x − 2 8 ) We can complete the problem, by directly differentiating. We get result easily :)
Let's denote g ( x ) = x f ( x ) − 1 , then we have deg ( g ) = 9 and for all 0 ≤ i ≤ 8 , g ( 2 i ) = 2 i × f ( 2 i ) − 1 = 0
From Bezout theorem, we have x f ( x ) − 1 = g ( x ) = α ( x − 1 ) ( x − 2 ) ⋯ ( x − 2 8 )
Setting x = 0 , we obtain α . Note that we don't even have to determine α , since it is only an intercept factor that normalizes out − 1 from the lefthand side. Now we have f ( x ) = x 1 ( α ( x − 1 ) ( x − 2 ) ⋯ ( x − 2 8 ) + 1 )
So the value of f ( 0 ) equals the coefficient of x 1 of the polynomial above, which can be computed via Vieta's theorem, to be 2 5 6 5 1 1 .
This gives the answer of 7 6 7 to this problem
Consider the polynomial g ( x ) = x f ( x ) − 1 . Note that degree of g is 9 and g ( 2 i ) = 0 for i = 0 , 1 , . . . , 8 . So g ( x ) has nine roots, so for some constant A , g ( x ) = A i = 0 ∏ 8 ( 2 i − x ) . Because g ( 0 ) = 0 × f ( 0 ) − 1 , we get − 1 = g ( 0 ) = A i = 0 ∏ 8 ( 2 i ) , so A = − 1 / i = 0 ∏ 8 ( 2 i ) . Thus, g ( x ) = i = 0 ∏ 8 ( 2 i ) − 1 i = 0 ∏ 8 ( 2 i − x )
Now consider x g ( x ) + 1 = x ( i = 0 ∏ 8 ( 2 i ) − 1 i = 0 ∏ 8 ( 2 i − x ) ) + 1 . The constant term in the numerator is 0 , hence we have a polynomial, which will be f ( x ) . As such, we can calculate f ( 0 ) by looking at the linear term in the numerator.
We see that the linear term of the numerator is i = 0 ∑ 8 2 i 1 = 2 8 2 8 + 2 7 + . . . + 1 = 2 8 2 9 − 1 = 2 5 6 5 1 1 . So the answer is 5 1 1 + 2 5 6 = 7 6 7 .
Problem Loading...
Note Loading...
Set Loading...
Consider f ( x ) − x 1 . Actually, since this is not a polynomial, consider x f ( x ) − 1 , the previous expression multiplied by x. This new polynomial is of degree 9 (an octic times x plus a constant), and we know its roots, since f ( x ) = x 1 implies x f ( x ) − 1 = x ∗ x 1 − 1 = 1 − 1 = 0 . Since we know (all) nine of its roots are 2 i 1 for 0 ≤ i ≤ 8 , we know that x f ( x ) − 1 = a ( x − 1 ) ( x − 2 ) . . . ( x − 2 8 ) . Since f ( x ) is itself a polynomial, the RHS must have constant term -1 so x f ( x ) can have constant term 0. Therefore a ( − 1 ) ( − 2 ) . . . ( − 2 8 ) = − 1 , and dividing out -1 gives a ( − 2 ) ( − 4 ) . . . ( − 2 8 ) = 1 . Since there are an even number of terms, all the negatives on the LHS cancel out and leave us with a ∗ 2 1 + 2 + . . . + 8 = a ∗ 2 3 6 = 1 . Dividing by 2 3 6 gives us a = 2 − 3 6 . We're almost there! When multiplying by x, the constant term ( f ( 0 ) ) becomes the coefficient of x, and subtracting 1 doesn't change that. So we simply need to find the x term of x f ( x ) − 1 , which is by Vieta's the sum of the numbers 2 3 6 − i when 2 i is a root, multiplied by a. The sum mentioned is 2 2 8 + 2 2 9 + . . . + 2 3 6 = 2 2 8 ( 1 + 2 + 4 + . . . + 2 8 ) = 2 2 8 ∗ ( 2 9 − 1 ) , so multiplying by 2 − 3 6 , or dividing by 2 3 6 , gives us f ( 0 ) = 2 3 6 2 2 8 ∗ ( 2 9 − 1 ) = 2 8 2 9 − 1 . Since 2 9 − 1 is odd, it is relatively prime to 2 8 . Answer: 2 9 + 2 8 − 1 = 5 1 2 + 2 5 6 − 1 = 7 6 8 − 1 = 7 6 7 .