Manipulating Polynomial Derivatives

Calculus Level 5

A monic polynomial f ( x ) f(x) with integer coefficients has the property f ( x ) f ( x ) ( f ) 2 = 6 x 10 + 600 x f(x)\cdot f''(x) -\left(f' \right)^2 = -6x^{10}+600x Find f ( 2 ) . f(2).


The answer is 154.

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.

1 solution

Pi Han Goh
Feb 14, 2014

Let the degree of f f be n n , where n n is a positive integer

The leading term of f ( x ) f(x) is x n x^n because it's a monic polynomial

The leading term of f ( x ) f'(x) is n x n 1 n x^{n-1}

The leading term of f ( x ) f''(x) is n ( n 1 ) x n 2 n(n-1) x^{n-2}

Given f ( x ) f ( x ) ( f ( x ) ) 2 = 6 x 10 + 600 x f(x) \cdot f''(x) - \left ( f'(x) \right )^2 = -6x^{10} + 600x , we just take the leading terms to determine the value of n n

( x n + O ( x n 1 ) ) ( n ( n 1 ) x n 2 + O ( x n 3 ) ) ( n x n 1 + O ( x n 2 ) ) 2 = 6 x 10 + 600 x \left ( x^n + O \left ( x^{n-1} \right ) \right ) \cdot \left ( n(n-1) x^{n-2} + O \left ( x^{n-3} \right ) \right ) - \left ( n x^{n-1} + O \left ( x^{n-2} \right ) \right )^2 = -6x^{10} + 600x

Because Deg(LHS) = Deg(RHS) \text{Deg(LHS)} = \text{Deg(RHS) }

n ( n 1 ) x 2 n 2 n 2 x 2 n 2 = 6 x 10 n = 6 n (n-1) x^{2n-2} - n^2 x^{2n-2} = -6x^{10} \Rightarrow n = 6 , thus

f ( x ) = x 6 + a x 5 + b x 4 + c x 3 + d x 2 + e x + f f(x) = x^6 + ax^5 + bx^4 + cx^3 + dx^2 + ex + f for integers a , b , c , d , e , f a,b,c,d,e,f

f ( x ) = 6 x 5 + 5 a x 4 + 4 b x 3 + 3 c x 2 + 2 d x + e \Rightarrow f'(x) = 6x^5+5ax^4 + 4bx^3+3cx^2+2dx+e

f ( x ) = 30 x 4 + 20 a x 3 + 12 b x 2 + 6 c x + 2 d \Rightarrow f''(x) = 30x^4 + 20ax^3 + 12bx^2 + 6cx + 2d

With the given equation, we multiply them together as such, simplify and compare the different powers of x x

x 10 : 30 a 36 a = 0 a = 0 x 9 : 0 = 0 Useless x 8 : 30 b + 12 b 2 6 4 b = 0 b = 0 x 7 : 30 c + 6 c 2 6 3 a = 0 Useless x 6 : 2 d + 30 d 24 d = 0 d = 0 x 5 : 30 e 12 e = 0 e = 0 x 4 : 6 c 2 + 30 f 9 c 2 = 0 c 2 = 10 f x 3 : 0 = 0 Useless x 2 : 0 = 0 Useless x 1 : 6 c f = 600 c f = 100 \begin{aligned} x^{10} & : & 30a - 36 a = 0 \Rightarrow a = 0 \\ x^9 & : & 0 = 0 \Rightarrow \text{ Useless} \\ x^8 & : & 30b + 12b - 2 \cdot 6 \cdot 4b = 0 \Rightarrow b = 0 \\ x^7 & : & 30c + 6c - 2 \cdot 6 \cdot 3 a = 0 \Rightarrow \text{ Useless} \\ x^6 & : & 2d + 30d - 24d = 0 \Rightarrow d = 0 \\ x^5 & : & 30e - 12e = 0 \Rightarrow e = 0 \\ x^4 & : & 6c^2+30f-9c^2 = 0 \Rightarrow c^2 = 10f \\ x^3 & : & 0 = 0 \Rightarrow \text{ Useless} \\ x^2 & : & 0 = 0 \Rightarrow \text{ Useless} \\ x^1 & : & 6cf = 600 \Rightarrow cf = 100 \\ \end{aligned}

Because c 2 = 10 f c 3 = 10 c f = 1000 = 1 0 3 c = 10 c^2 = 10f \Rightarrow c^3 = 10cf = 1000 = 10^3 \Rightarrow c = 10 only because c c is a real number, then f = 100 / c = 10 f = 100/c = 10

Therefore, f ( x ) = x 6 + 10 x 3 + 10 f ( 2 ) = 2 6 + 10 2 3 + 10 = 154 f(x) = x^6 + 10x^3 + 10 \Rightarrow f(2) = 2^6 + 10 \cdot 2^3 + 10 = \boxed{154 }

I was hoping for a simpler solution :P

Mridul Sachdeva - 7 years, 3 months ago

Let the degree of f ( x ) be n , where n is a positive integer. \text{Let the degree of } f(x) \text{be } n \text{, where }n \text{ is a positive integer.}

Since it’s a monic polynomial, therefore f ( x ) = i = 0 n a i x i \text{Since it's a monic polynomial, therefore }f(x)=\sum_{i=0}^n a_{i}x^i Therefore \text{Therefore } f ( x ) = i = 0 n 1 ( i + 1 ) a i + 1 x i and f ( x ) = i = 0 n 2 ( i + 1 ) ( i + 2 ) a i + 2 x i f'(x)=\sum_{i=0}^{n-1} (i+1)a_{i+1}x^i \text{and }f''(x)=\sum_{i=0}^{n-2} (i+1)(i+2)a_{i+2}x^i

O ( f ( x ) f ( x ) ) = O ( ( f ( x ) ) 2 ) = 2 n 2 = 10 ; n=6 and, O(f(x)f''(x))=O((f'(x))^2)=2n-2=10\text{; n=6 and, } 30 a 6 a 6 ( 6 a 6 ) 2 = 6 = > a 6 = 1 30a_{6}a_{6}-(6a_{6})^2 =-6 => a_{6}=1 Therefore f ( x ) = x 6 + i = 0 5 a i x i f(x)=x^6+\sum_{i=0}^5 a_{i}x^i f ( x ) = 6 x 5 + i = 0 4 ( i + 1 ) a i + 1 x i f'(x)=6x^5+\sum_{i=0}^{4} (i+1)a_{i+1}x^i f ( x ) = 30 x 4 + i = 0 3 ( i + 2 ) ( i + 1 ) a i + 2 x i f''(x)=30x^4+\sum_{i=0}^{3} (i+2)(i+1)a_{i+2}x^i 6 a 0 a 3 + 2 a 1 a 2 4 a 2 a 1 = 600 or, 3 a 0 a 3 2 a 2 a 1 = 300 6a_{0}a_{3}+2a_{1}a_{2}-4a_{2}a_{1}=600 \text{ or, } 3a_{0}a_{3}-2a_{2}a_{1}=300 And all others are zero. \text{And all others are zero.} So, it is safe to assume a 4 = a 5 = 0 \text{So, it is safe to assume } a_{4}=a_{5}=0 Now, for the coefficient of x 2 we have \text{Now, for the coefficient of } x^{2} \text{ we have } 2 ( a 2 ) 2 + 6 a 3 a 1 6 a 3 a 1 ( 2 a 2 ) 2 = 0 or, a 2 = 0 2(a_{2})^2+6a_{3}a_{1}-6a_{3}a_{1}-(2a_{2})^2=0 \text{ or, } a_{2}=0 But, for constant term we have 2 a 2 a 0 a 1 2 = 0 or, a 1 = 0 \text{But, for constant term we have } 2a_{2}a_{0}-a_{1}^2=0 \text{ or, } a_{1}=0 Therefore, a 0 a 3 = 100 and, from the coefficient of x 4 \text{Therefore, }a_{0}a_{3}=100 \text{ and, from the coefficient of } x^{4} we have 30 a 0 + 6 ( a 3 ) 2 ( 3 a 3 ) 2 = 0 or, 10 a 0 = a 3 2 \text{ we have } 30a_{0}+6(a_{3})^2-(3a_{3})^2=0 \text{ or, } 10a_{0}=a_{3}^2 or, a 0 = a 3 = 10 Therefore, the function f ( x ) = x 6 + 10 x 3 + 10 \text{ or, } a_{0}=a_{3}=10 \text{ Therefore, the function }f(x)=x^6+10x^3+10 f ( 2 ) = 154 f(2)=154

Al Imran - 7 years, 2 months ago

Well, the equations are really taxing to get!

Karttikeya Mangalam - 7 years, 3 months ago

I'll post a similar but an easier method (or atleast one that is less exhausting) in a bit :).

Muhammad Shariq - 7 years, 3 months ago

Log in to reply

Please post your solution...

Mridul Sachdeva - 7 years, 3 months ago

dint get...

vinit kumar - 7 years, 3 months ago

My logic was the following :

X^N + a(n-1) x^(N-1) + a(N-2)X^(n-2) + . a(3)x^3. + a(2)x^2 + a(1)x + a0 ..... f'(x) = Nx^(N-1) + a(n-1) X^(N-2) +......... 3a(3)x^2..+2a(2)x + a1 f"(x) = N(N-1)X^n-2 + ............ 6a(3)x + 2a(2)

Now the X^(N-2) X N gives us the x^10 term

Therefore, N-2+N = 10

Therefore, 2N = 12

N = 6 So it is a 6 degree polynomial

One interesting observation is that the term f(x)f"(x) - f(x)^2 is the numerator of the derivative of ln(f(x) , that is (f'(x) / f(x))'. What is interesting about the above expression is the following :

If we let f(x) = (x-a1)^n1*(x-b)^n2 .....

ln(f(x) = n1ln(x-a1) + n2ln(x-a2) + ....

So f'(x) / f'(x) = n1 / (x-a) +...

which allows to determine .the multiplicity etc

So the derivative of the above would be : -n1/(x-a)^2 - n2/(x-b)^2 + ........

which in our case would be .(f(x)f"(x) - f'(x)^2) / f(x)^2

My chain of thought was the following :

The above numerator term (-6x^10 + 600x) does not contain a constant. So i felt that one of the roots would be zero which would make the product zero (otherwise there would be a nonzero constant). I felt that the f(x) term in the denominator would not make much of a difference

[Another observation was that other than 6 , the n1, n2 terms etc do not appear from the x^10 term which can be thought of as the sum of the (x-a2)^2*(x-c)^2 +.... upto a maximum of 5 since there are 6 factors giving us the -6x^10. My analysis was that there are 6 factors , all of multiplicity 1. Looks like , my analysis went wrong somewhere.

Anyway, my further reasoning was as follows : The contribution to the x term is due to the square of the (2a2x + a1) term in f'(x) and the 6a(3) a(0) + a(1) a(2) term in the numerator We also have the constraint that 2a2 = a1^2 since there is no constant in the expression

But somehow, the above leads to non integral values of the coeffs . Maybe , my reasoning was incomplete

I felt that more sophisticated methods would become important in a general case where the problem cannot be solved by trial and error

Sundar R - 7 years, 3 months ago

Log in to reply

One could also look at zeros of (ln(f(x))' , (ln(f(x))" , f'(x) = 0, f"(x) = 0, f(x) = 0, f(x) = 1 (when the denominator term vanishes). One could also use methods from complex analysis (especially Cauchy's Residue theorem etc) in a more general situation. The constant term in the numerator above seems to be something of the sort : -(bcdef)^2 - (acdef)^2 ..... = -(a0^2 / a^2 + a0^2/b^2 + .....) where a0 is the last term and denotes the product of the roots and since there is no constant term in the given expression, it should be zero The bracketed expression = a0^2(1/a^2 + 1/b^2 + .....) = a0^2(some term involving a(1), the square of roots , which involves sum of product of roots such as abcde + bcdef + ......6 terms and their squares. My analysis was that since the above term is zero and the term on the right is a sum of squares a0 = 0 and the denominator does not matter in this case because we are looking at zeros

Sundar R - 7 years, 3 months ago

Log in to reply

It seems the roots are all complex which possibly explains the confusion

Sundar R - 7 years, 3 months ago

Log in to reply

@Sundar R The above seems to be a quadratic in x^3 which possibly explains the combination of non-multiplicity of the roots and yet satisfying a quadratic with all the associated symmetries

Sundar R - 7 years, 3 months ago

in line 9 and 10........i'm confused how u have done this???? can someone tell me?/

adeel shahbaz - 7 years, 3 months ago

Log in to reply

2 n 2 = 10 n = 6 2n-2 = 10 \Rightarrow n = 6 , the coefficients also confirms that. So it's a 6 th 6^{\text{th}} degree monic polynomial with integer coefficients

Pi Han Goh - 7 years, 3 months ago

Whoa!!Looks like a lot of work!!!

Biswadeep Sen - 7 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...