The Octopus Polynomial

Algebra Level 4

Suppose f ( x ) f(x) is a degree- 8 8 polynomial such that f ( 2 i ) = 1 2 i f(2^i)=\frac{1}{2^i} for all integers 0 i 8 0 \leq i \leq 8 . If f ( 0 ) = a b f(0)= \frac{a}{b} , where a a and b b are coprime positive integers, what is the value of a + b ? a+b?


The answer is 767.

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.

4 solutions

Brian Reinhart
May 20, 2014

Consider f ( x ) 1 x f(x)-\frac{1}{x} . Actually, since this is not a polynomial, consider x f ( x ) 1 xf(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 ) = 1 x f(x)=\frac{1}{x} implies x f ( x ) 1 = x 1 x 1 = 1 1 = 0 xf(x)-1=x*\frac{1}{x}-1=1-1=0 . Since we know (all) nine of its roots are 1 2 i \frac{1}{2^i} for 0 i 8 0 \le i \le 8 , we know that x f ( x ) 1 = a ( x 1 ) ( x 2 ) . . . ( x 2 8 ) xf(x)-1=a(x-1)(x-2)...(x-2^8) . Since f ( x ) f(x) is itself a polynomial, the RHS must have constant term -1 so x f ( x ) xf(x) can have constant term 0. Therefore a ( 1 ) ( 2 ) . . . ( 2 8 ) = 1 a(-1)(-2)...(-2^8)=-1 , and dividing out -1 gives a ( 2 ) ( 4 ) . . . ( 2 8 ) = 1 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 36 = 1 a*2^{1+2+...+8}=a*2^{36}=1 . Dividing by 2 36 2^{36} gives us a = 2 36 a=2^{-36} . We're almost there! When multiplying by x, the constant term ( f ( 0 ) 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 xf(x)-1 , which is by Vieta's the sum of the numbers 2 36 i 2^{36-i} when 2 i 2^i is a root, multiplied by a. The sum mentioned is 2 28 + 2 29 + . . . + 2 36 = 2 28 ( 1 + 2 + 4 + . . . + 2 8 ) = 2 28 ( 2 9 1 ) 2^{28}+2^{29}+...+2^{36}=2^{28}(1+2+4+...+2^8)=2^{28}*(2^9-1) , so multiplying by 2 36 2^{-36} , or dividing by 2 36 2^{36} , gives us f ( 0 ) = 2 28 ( 2 9 1 ) 2 36 = 2 9 1 2 8 f(0)=\frac{2^{28}*(2^9-1)}{2^{36}}=\frac{2^9-1}{2^8} . Since 2 9 1 2^9-1 is odd, it is relatively prime to 2 8 2^8 . Answer: 2 9 + 2 8 1 = 512 + 256 1 = 768 1 = 767 2^9+2^8-1=512+256-1=768-1=767 .

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).

Calvin Lin Staff - 7 years ago

Once , you get Q ( x ) = x P ( x ) 1 = a ( x 1 ) ( x 2 ) . . . ( x 2 8 ) Q(x)=xP(x)-1 = a(x-1)(x-2)...(x-2^8) We can complete the problem, by directly differentiating. We get result easily :)

Shivang Jindal - 6 years, 7 months ago
Hy Hiếu Phạm
May 20, 2014

Let's denote g ( x ) = x f ( x ) 1 g(x) = x f(x) - 1 , then we have deg ( g ) = 9 \text{deg}(g) = 9 and for all 0 i 8 0 \leq i \leq 8 , g ( 2 i ) = 2 i × f ( 2 i ) 1 = 0 g(2^i) = 2^i \times f(2^i) - 1 = 0

From Bezout theorem, we have x f ( x ) 1 = g ( x ) = α ( x 1 ) ( x 2 ) ( x 2 8 ) x f(x) - 1 = g(x) = \alpha (x - 1)(x - 2) \cdots (x - 2^8)

Setting x = 0 x = 0 , we obtain α \alpha . Note that we don't even have to determine α \alpha , since it is only an intercept factor that normalizes out 1 -1 from the lefthand side. Now we have f ( x ) = 1 x ( α ( x 1 ) ( x 2 ) ( x 2 8 ) + 1 ) f(x) = \frac{1}{x} (\alpha (x - 1)(x - 2)\cdots (x - 2^8) + 1)

So the value of f ( 0 ) f(0) equals the coefficient of x 1 x^1 of the polynomial above, which can be computed via Vieta's theorem, to be 511 256 \frac{511}{256} .

This gives the answer of 767 767 to this problem

Calvin Lin Staff
May 13, 2014

Consider the polynomial g ( x ) = x f ( x ) 1 g(x)=xf(x)-1 . Note that degree of g g is 9 9 and g ( 2 i ) = 0 g(2^i)=0 for i = 0 , 1 , . . . , 8 i=0,1,...,8 . So g ( x ) g(x) has nine roots, so for some constant A A , g ( x ) = A i = 0 8 ( 2 i x ) g(x)=A \prod \limits_{i=0}^{8} (2^i-x) . Because g ( 0 ) = 0 × f ( 0 ) 1 , g(0)=0\times f(0) - 1, we get 1 = g ( 0 ) = A i = 0 8 ( 2 i ) -1 = g(0) =A \prod \limits_{i=0}^{8} (2^i) , so A = 1 / i = 0 8 ( 2 i ) A=-1/\prod \limits_{i=0}^{8} (2^i) . Thus, g ( x ) = 1 i = 0 8 ( 2 i ) i = 0 8 ( 2 i x ) g(x)=\frac{-1}{\prod \limits_{i=0}^{8} (2^i)} \prod \limits_{i=0}^{8} (2^i-x)

Now consider g ( x ) + 1 x = ( 1 i = 0 8 ( 2 i ) i = 0 8 ( 2 i x ) ) + 1 x \frac {g(x) + 1} { x} = \frac { \left( \frac{-1}{\prod \limits_{i=0}^{8} (2^i)} \prod \limits_{i=0}^{8} (2^i-x)\right) + 1 } {x} . The constant term in the numerator is 0 0 , hence we have a polynomial, which will be f ( x ) f(x) . As such, we can calculate f ( 0 ) f(0) by looking at the linear term in the numerator.

We see that the linear term of the numerator is i = 0 8 1 2 i = 2 8 + 2 7 + . . . + 1 2 8 = 2 9 1 2 8 = 511 256 \sum \limits_{i=0}^8 \frac{1}{2^i}=\frac{2^8+2^7+...+1}{2^8}=\frac{2^9-1}{2^8}=\frac{511}{256} . So the answer is 511 + 256 = 767. 511+256=767.

Kevin Anderson
May 20, 2014

f(0) = (2^9 - 1)/2^8 = 511/256

so a + b = 767

no real explanation or, perhaps, only the end of the proof got submitted.

Calvin Lin Staff - 7 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...