Maclaurin Series: Find Value of f(4)(0)

carlodelmundo
Messages
133
Reaction score
0

Homework Statement



The Maclaurin series for a function f is given by \sum\frac{x^n}{2n}. What is the value of f(4)(0), the fourth derivative of at x = 0?

a.) 1
b.) 2
c.) 3
d.) 4
e.) 5

Homework Equations



The Maclaurin Series is the infinite series centered at x = 0 with the following formula:

f(x) = f(0) + f'(0)x + \frac{f''(0)x^2}{2!} + \frac{f^n (0)x^n}{n!}

The Attempt at a Solution



I tried differentiating the series starting from f(x) to f4(x) Here is my work:

f(x) = \sum\frac{x^n}{2n}f'(x) = \sum\frac{x^{n-1}}{2}f''(x) = \sum\frac{(n-1)x^{n-2}}{2}
f'''(x) = \sum\frac{(n-1)(n-2)x^{n-3}}{2}f4(x) = \sum\frac{(n-1)(n-2)(n-3)x^{n-4}}{2}
Therefore:

f4(0) = \sum\frac{(n-1)(n-2)(n-3)(0)}{2} = 0.

0 is not in the answer choice. I would like hints please, not answers... what am I doing wrong?
 
Last edited:
Physics news on Phys.org
Depends on the limit of the sum. Say I gave you x^5+x^4+x^3+x^2+x+1=\sum_{n=0}^5 x^n and asked you what the derivative at zero was, you wouldn't say its zero would you?
 
I think you are making this much too complicated!

The nth term of a MacLaurin series is, as you say,
\frac{f^{(n)}(0)}{n!}x^n.

If a power series is \sum a_nx^n, then
\frac{f^{(n)}(0)}{n!}x^n= a_n x^n
so
f^{(n)}(0)= n!a_n

In your example, a_n= 1/2n.
 
Thank you. I see what I did wrong now then. I didn't know we can be able to equate the nth term of the MacLaurin with the series.

Thanks again!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top