Puzzling Polynomial

Calculus Level 3

There exists a polynomial such that f ( x ) = ( f ( x ) ) 2 f(x)=(f'(x))^{2} for all x x .

Given that f ( 0 ) = 1 f(0)=1 and that all coefficients are positive find f ( 9 ) f(9) .

If f ( 9 ) f(9) can be written as a b \frac{a}{b} , where a a and b b are coprime positive integers, return a + b a+b as your answer.


The answer is 125.

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.

3 solutions

First we need the order of the polynomial. If the leading term is a x n ax^{n} then the leading term of the differential is a n x n 1 anx^{n-1} meaning that a 2 n 2 x 2 n 2 = a x n a^{2}n^{2}x^{2n-2}=ax^{n} . Therefore 2n-2=n (n=2).

From this we can also tell that 4 a 2 = a 4a^{2}=a Which implies a=0, 0.25 a cannot be 0 as otherwise n would be 1 so a=0.25.

Now we have f ( x ) = x 2 4 + b x + c f(x)=\frac{x^{2}}{4} +bx+c = f ( x ) 2 f'(x)^{2} = x 2 4 + b x + b 2 \frac{x^{2}}{4}+bx+b^{2} , b 2 = c = 1 b^{2}=c=1 (as f(0)=1). So f ( x ) = x 2 4 + x + 1 f(x)=\frac{x^{2}}{4} +x+1 , f(9)=121/4.

121+4=125

Isn't f ( x ) = x 2 4 x + 1 f(x)=\dfrac{x^2}4-x+1 also possible?

Rishabh Jain - 3 years, 11 months ago

Log in to reply

Yeah, I missed that solution! I've altered the problem now so that there's only one solution.

William Whitehouse - 3 years, 11 months ago
Jaydee Lucero
Jul 3, 2017

Letting y = f ( x ) y=f(x) and d y d x = f ( x ) \dfrac{dy}{dx}=f'(x) , we have f ( x ) = ( f ( x ) ) 2 y = ( d y d x ) 2 d y d x = ± y = y f(x)=(f'(x))^2 \Longrightarrow y=\left(\frac{dy}{dx}\right)^2 \Longrightarrow \frac{dy}{dx}=\pm \sqrt{y} = \sqrt{y} Here, we only take the positive value of y \sqrt{y} , for since the coefficients of f ( x ) f(x) are all positive, then f ( x ) > 0 f(x)>0 and f ( x ) > 0 f'(x) > 0 for all real x 0 x\geqslant 0 . By separation of variables, we have 1 y d y = y 1 / 2 d y = d x y = 1 y = f ( 9 ) y 1 / 2 d y = x = 0 x = 9 d x [ 2 y 1 / 2 ] 1 f ( 9 ) = [ x ] 0 9 2 f ( 9 ) 2 = 9 0 f ( 9 ) = 11 2 f ( 9 ) = 121 4 \begin{aligned} \frac{1}{\sqrt{y}} dy = y^{-1/2} dy &= dx \\ \int_{y=1}^{y=f(9)} y^{-1/2} dy &= \int_{x = 0}^{x = 9} dx\\ \left[2y^{1/2}\right]_1^{f(9)} &= [x]_0^9 \\ 2\sqrt{f(9)} - 2 &= 9-0 \\ \sqrt{f(9)} &= \frac{11}{2} \\ f(9) &= \frac{121}{4} \end{aligned} Therefore a + b = 121 + 4 = 125 a+b=121+4=\boxed{125} .

@William Whitehouse one way to find the value of f ( 9 ) f(9) without finding the closed form of f ( x ) f(x) . hehe :)

Jaydee Lucero - 3 years, 11 months ago
Arthur Conmy
Aug 1, 2017

Let d d denote the degree of f f . Then note that the degree of the RHS is 2 ( d 1 ) 2(d-1) as differentiation lowers the degree of a (non-zero) polynomial by 1 1 , and squaring doubles the degree. So d = 2 ( d 1 ) d=2(d-1) (by the given equation) so d = 2 d=2 .

Since d = 2 d=2 , then we can write f ( x ) f(x) as a x 2 + b x + c ax^2+bx+c with a 0 a \neq 0 , and since f ( 0 ) = 1 f(0)=1 , in fact f ( x ) = a x 2 + b x + 1 f(x)=ax^2+bx+1 .

So f ( x ) = 2 a x + b f'(x)=2ax+b , and ( f ( x ) ) 2 = 4 a 2 x 2 + 4 a b x + b 2 (f'(x))^2=4a^2x^2+4abx+b^2

By the equation, a x 2 + b x + 1 = 4 a 2 x 2 + 4 a b x + b 2 ax^2+bx+1=4a^2x^2+4abx+b^2 , so equating coefficients:

( 1 ) a = 4 a 2 (^1) a=4a^2 , ( 2 ) b = 4 a b (^2) b=4ab and ( 3 ) 1 = b 2 (^3) 1=b^2

By ( 1 ) (^1) , a = 0 a=0 or a = 1 4 a=\frac{1}{4} , but since a 0 a \neq 0 , a = 1 4 a=\frac{1}{4} .

By ( 3 ) (^3) , b = 1 b=1 or b = 1 b=-1 , but since all coefficients of f f are positive, b = 1 b=1 .

So f ( x ) = 1 4 x 2 + x + 1 f(x)=\frac{1}{4}x^2+x+1 , and f ( 9 ) = 81 4 + 10 = 121 4 f(9)=\frac{81}{4}+10=\frac{121}{4} , so a + b = 121 + 4 = 125 a+b=121+4=\boxed{125}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...