f ( x ) = a x 3 + b x 2 + c x + d
The Taylor Series expansion of f ( x ) about x = a is
6 d ( x − a ) 3 + ( 3 a + b + 2 d ) ( x − a ) 2 + ( 3 a 2 + c + 6 d ) ( x − a )
Determine the product a b c d , where a , b , c , and d are distinct, nonzero, coprime (not necessarily pairwise) integers.
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.
Recall the general form of the Taylor Series expansion of any function f ( x ) at x = a .
n = 0 ∑ ∞ n ! f ( n ) ( a ) ( x − a ) n
For polynomial functions of degree p , this expansion will terminate when n = p , as the ( p ) t h derivative of this polynomial will be constant.
Let us first see the derivatives of f ( x ) .
f ( 0 ) ( x ) = a x 3 + b x 2 + c x + d
f ( 1 ) ( x ) = 3 a x 2 + 2 b x + c
f ( 2 ) ( x ) = 6 a x + 2 b
f ( 3 ) ( x ) = 6 a
f ( 4 ) ( x ) = 0 ...
Substituting x = a , we get
f ( 0 ) ( a ) = a 4 + a 2 b + a c + d
f ( 1 ) ( a ) = 3 a 3 + 2 a b + c
f ( 2 ) ( a ) = 6 a 2 + 2 b
f ( 3 ) ( a ) = 6 a
Now, plugging this into the summation, we get
f ( x ) = f ( 0 ) ( a ) + f ( 1 ) ( a ) ⋅ ( x − a ) + 2 ! f ( 2 ) ( a ) ⋅ ( x − a ) 2 + 3 ! f ( 3 ) ( a ) ⋅ ( x − a ) 3
f ( x ) = ( a 4 + a 2 b + a c + d ) + ( 3 a 3 + 2 a b + c ) ⋅ ( x − a ) + 2 ! 6 a 2 + 2 b ⋅ ( x − a ) 2 + 3 ! 6 a ⋅ ( x − a ) 3
f ( x ) = ( a 4 + a 2 b + a c + d ) + ( 3 a 3 + 2 a b + c ) ⋅ ( x − a ) + ( 3 a 2 + b ) ( x − a ) 2 + a ⋅ ( x − a ) 3
From here, we get the correspondence from the given expansion in the problem
(1) a = 6 d
(2) 3 a 2 + b = 3 a + b + 2 d
(3) 3 a 3 + 2 a b + c = 3 a 2 + c + 6 d
(4) a 4 + a 2 b + a c + d = 0
Modifying (1) a bit and using d = 6 a to substitute for (2)..
we get
3 a 2 = 1 5 a , or a = 5 . Then we get d = 3 0 .
Substituting both for (3), we get b = − 1 2 . Ultimately, we will get c = − 7 1 by substituting all these values into (4).
And bingo, 5 ⋅ − 1 2 ⋅ − 7 1 ⋅ 3 0 = 1 2 7 8 0 0
That is, the polynomial f ( x ) is actually
5 x 3 − 1 2 x 2 − 7 1 x + 3 0
and its Taylor series expansion about x = 5 is
5 ( x − 5 ) 3 + 6 3 ( x − 5 ) 2 + 1 8 4 ( x − 5 )
Problem Loading...
Note Loading...
Set Loading...
It is noted that the Taylor series expansion of f ( x ) about x = a is same as f ( x ) = a x 3 + b x 2 + c x + d . (I actually found out by evaluating ∑ n = 0 3 n ! f ( n ) ( a ) ( x − a ) ) . Therefore, we have:
6 d ( x − a ) 3 + ( 3 a + b + 2 d ) ( x − a ) 2 + ( 3 a 2 + c + 6 d ) ( x − a ) = a x 3 + b x 2 + c x + d
Equating coefficients, we have:
For x 3 : 6 d = a ⟹ d = 6 a ⟹ 6 d ( x − a ) 3 = a ( x − a ) 3
For x 2 : − 3 a 2 + 3 a + b + 2 d = b ⟹ − 3 a 2 + 1 5 a = 0 ⟹ a = 5 ⟹ d = 3 0
For x :
3 a 3 − 2 a ( 3 a + b + 2 d ) + 3 a 2 + c + 6 d 3 a 2 − 2 ( 1 5 a + b ) + 3 a + 3 6 7 5 − 1 5 0 − 2 b + 1 5 + 3 6 ⟹ b = c = 0 = 0 = − 1 2
For constant:
− a 4 + a 2 ( 3 a + b + 2 d ) − a ( 3 a 2 + c + 6 d ) − a 3 + a ( 3 a + b + 2 d ) − ( 3 a 2 + c + 6 d ) − 1 2 5 + 3 1 5 − 2 5 5 − c ⟹ c = d = 6 = 6 = − 7 1
⟹ a b c d = ( 5 ) ( − 1 2 ) ( − 7 1 ) ( 3 0 ) = 1 2 7 8 0 0