A function f is defined for all real numbers and satisfies
f ( 0 ) = 1 , f ( 1 ) ( 0 ) = 0 , f ( 2 ) ( 0 ) = 0 , f ( 3 ) ( 0 ) = − 1 , f ( 4 ) ( 0 ) = 0 ,
and, in general, f ( k ) ( 0 ) = ( − 1 ) k if k is divisible by 3, and f ( k ) ( 0 ) = 0 otherwise.
What is the Maclaurin series of f ?
Clarification: In the answer choices, ! denotes the factorial function. For example, 8 ! = 1 × 2 × 3 × ⋯ × 8 .
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.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Maclaurin Series
Note that the summation should start at k = 0 to include the constant term. The coefficient of x n is n ! ( − 1 ) n , and the only terms that need to be included in the summation are those with degree divisible by 3 , e.g. n = 3 k . Thus,
f ( x ) = k = 0 ∑ ∞ ( 3 k ) ! ( − 1 ) 3 k x 3 k = k = 0 ∑ ∞ ( 3 k ) ! ( − 1 ) k x 3 k .
Note further that f ( x ) = cos ( x 3 / 2 ) .