f ( x ) = sin sin . . . sin 7 0 sines ( x ) .
Calculate the seventh derivative of f evaluated at x = 0 .
Note: Using computer software to answer this question is an even deadlier sin than nesting 70 sines inside each other, so don't do it.
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.
My solution is not materially different, only choosing the form f n ( x ) = x + 3 ! a n x 3 + 5 ! b n x 5 + 7 ! c n x 7 + ⋯ to clear all the denominators.
Still, nice writeup, and you beat me to it as well ^_^
Hey Mark, can you please explain why have you taken only terms up to x^7 in the first line? I would have assumed that higher terms would influence on the Maclaurin expansion. Thanks
Log in to reply
The higher order terms will affect the whole Maclaurin series, but will not affect the terms up to x 7 . If you consider sin f ( x ) = f ( x ) − 3 ! 1 f ( x ) 3 + 5 ! 1 f ( x ) 5 − 7 ! 1 f ( x ) 7 + 9 ! 1 f ( x ) 9 + ⋯ where f ( x ) has a Maclaurin expansion with f ( 0 ) = 0 , then the smallest order term in the expansion of f ( x ) n will be the x n term. Thus, if we are only interested in the terms of the Maclaurin expansion of sin f ( x ) up to x 7 , we do not need to worry about the terms f ( x ) 9 and beyond.
Did the same, I found b n but I made mistake(s) while solving the recurrence relation for c n (the recurrence relation was right) that I was not able to found...My expression of c n gives me − 1 9 2 9 4 3 1 0 so close !! :'(
I guess I'm in the wrong neighborhood.
I wasn't up to this. My brain can't even comprehend the simpler solution below.
This is a very neat solution! Can anyone please explain why a1 is equal to = -1/6 ? I don't get it. Where does that come from? I mean setting a,b,c to be all equal to 0 will yield the normal sin(x) expansion with the coefficient for x^3 to be -1/6, but why does a1 = -1/6 ? Does it come from a0 or something?
You need to justify some things. Like sin(sin(x)) can be obtained by substituting the power series for sin(x) in for x in the power series of sin(x). We are dealing with infinite series. Can we do all this.
Log in to reply
We are dealing with absolutely convergent infinite series. Yes we can do all this!
Log in to reply
nice solution. yes. just i wrote this as there are many problems of this type in brilliant.org. we don't have patience to write full details. but we need to justify things. these are not some algebraic expressions. we are dealing with infinite series.
Log in to reply
@Srikanth Tupurani – there is a nicebook on infinite series by bromwich. this is an amazing book. we can see some mysterious infinite series in this book.
How to solve by sinning (WolframAlpha):
I didn't dare jump to 70 nested sines and seventh derivatives so I found smaller cases and looked for a pattern.
First, any even depth derivative with any number of nested sines will give 0 at x=0
First derivatives for 1,2,3... nested sines are 1, 1, 1, 1... ok, nice pattern.
Third derivatives go -1, -2, -3, -4... also nice and simple.
Fifth derivatives go 1, 12, 33, 64, 105... messier, but it turns out to be quadratic. 5 n 2 − 4 n
I've got enough to guess at a pattern here. These are all polynomials with increasing degree. I'm guessing the next will fit a cubic.
Seventh derivatives go -1,-128, -731, -2160, -4765... It does indeed fit the cubic − 3 1 ( 1 7 5 n 3 − 3 3 6 n 2 + 1 6 4 n )
Plug 70 into this to get the answer -19463360.
I've only shared this to show how one might approach a problem of this type if all else fails. My hat is off to those who used the Maclaurin series.
[Please don't Upvote this solution, it isn't worthy. Mark's is.]
Frankly speaking, I was working on the similar lines, I first found the script for Wolfram Alpha "seventh derivative nest(sin,x,n) at x=0" for finding the series from (n=1,8) {-1, -128, -731, -2160, -4765, -8896, -14903, -23136). The wolfram alpha was showing time out beyond n=8.
I just fell short of typing "best fit (-1, -128, -731, -2160, -4765)" in wolfram alpha and I also would have got, best Cubic fit answer as -(58+1/3)n^3+112n^2-(54+2/3)n, identical to your answer.
Wolfram Alpha is tailor made app for solving this problem.
Log in to reply
Wow, I could have cheated even more than I did? I didn't try pushing wolfram alpha hard enough.
Up voting this instead of Mark's because it's iterative from an ordinary plage, instead of starting off at a series I've never heard of.
Thumbs up for the approach! I did exactly the same!
Problem Loading...
Note Loading...
Set Loading...
Consider the Maclaurin series sin ( x + a x 3 + b x 5 + c x 7 ) = x + ( a − 6 1 ) x 3 + ( b − 2 1 a + 1 2 0 1 ) x 5 + ( c − 2 1 a 2 − 2 1 b + 2 4 1 a − 5 0 4 0 1 ) x 7 + ⋯ Suppose that f n ( x ) is the n -fold composition of sin with itself, and suppose that f n has the Maclaurin expansion f n ( x ) = x + a n x 3 + b n x 5 + c n x 7 + ⋯ Then we deduce that a n + 1 b n + 1 c n + 1 = a n − 6 1 = b n − 2 1 a n + 1 2 0 1 = c n − 2 1 a n 2 − 2 1 b n + 2 4 1 a n − 5 0 4 0 1 with a 1 = − 6 1 , b 1 = 1 2 0 1 and c 1 = − 5 0 4 0 1 . Solving these recurrence relations in turn, we have a n b n c n = − 6 1 n = 1 2 0 1 n ( 5 n − 4 ) = − 1 5 1 2 0 1 n ( 1 7 5 n 2 − 3 3 6 n + 1 6 4 ) and we calculate f 7 0 ( 7 ) ( 0 ) = 7 ! × c 7 0 = − 1 9 4 6 3 3 6 0 .