Find the smallest odd positive integer such that the derivative of at is not a power of 2.
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.
Let f ( x ) = tan x , then the coefficients of its Maclaurin series are n ! f ( n ) ( 0 ) , where n = 0 , 1 , 2 , . . . non-negative integers. The Maclaurin series up to n = 9 is as follows (Eqn. 29) (note that f ( n ) ( 0 ) = 0 for even n ):
tan x = x + 3 1 x 3 + 1 5 2 x 5 + 3 1 5 1 7 x 7 + 2 8 3 5 6 2 + . . . = 1 ! f ′ ( 0 ) x + 3 ! f ′ ′ ′ ( 0 ) x 3 + 5 ! f ( 5 ) ( 0 ) x 5 + 7 ! f ( 7 ) ( 0 ) x 7 + 9 ! f ( 9 ) ( 0 ) x 9 + . . .
Therefore, we have:
\(\begin{array} {} f'(0) = 1 \cdot 1! = 1 & = \color{red}{2^0} \\ f'''(0) = \frac 13 \cdot 3! = 2 & = \color{red}{2^1} \\ f^{(5)}(0) = \frac 2{15} \cdot 5! = 16 & = \color{red}{2^4} \\ f^{(7)}(0) = \frac {17}{315} \cdot 7! = 272 & = \color{blue}{\text{Not a power of 3 } - \text{ accepted.}} \end{array} \)
⟹ n = 7 .
f ( n ) ( 0 ) for odd n is also given by (Eqn. 50) :
d x 2 n + 1 d 2 n + 1 tan x ∣ ∣ ∣ ∣ x = 0 = 2 n + 2 ( − 1 ) n 2 2 n + 2 ( 2 2 n + 2 − 1 ) B 2 n + 2
where B n is a Bernoulli number .
The first few f ( n ) ( 0 ) are given below:
n = 0 , n = 1 , n = 2 , n = 3 , n = 4 , f ′ ( 0 ) f ′ ′ ′ ( 0 ) f ( 5 ) ( 0 ) f ( 7 ) ( 0 ) f ( 9 ) ( 0 ) = 2 ( 1 ) ( 4 ) ( 3 ) ( 6 1 ) = 4 ( − 1 ) ( 1 6 ) ( 1 5 ) ( − 3 0 1 ) = 6 ( 1 ) ( 6 4 ) ( 6 3 ) ( 4 2 1 ) = 8 ( − 1 ) ( 2 5 6 ) ( 2 5 5 ) ( − 3 0 1 ) = 1 0 ( 1 ) ( 1 0 2 4 ) ( 1 0 2 3 ) ( 6 6 5 ) = 1 = 2 = 1 6 = 2 7 2 = 7 9 3 6