3

I was introduced to Maclaurin series through $\sin(x)$, $\cos(x)$ and $e^x$. I have always thought that Maclaurin series works for these functions because they are infinitely differentiable.

My question is; Does this also work for functions which aren't infinitely differentiable? Like for example $$\dfrac{1}{7} x^4 - 12x^2 + 1$$

My intuition tells me that with maclaurin series you can find a function which somewhat resembles these types of functions, but not completely/ well.

3 Answers3

1

I'm sorry to answer my own question. But I was so wrong. I found out you can do it using wolfram alpha (chronic laziness, sorry for that):

enter image description here

http://www.wolframalpha.com/input/?i=maclaurin+expansion+of+17x^4%E2%88%9212x^2%2B1

Spot on...

Wolgwang
  • 1,563
  • Btw, this answer is just to show I know the answer now. If anyone has a really good answer to this, be my guest. – DeriveMe Jun 03 '13 at 15:07
1

Maclaurin's formula is simply a tool to help you find a power series representation of a function centered at zero, ie: $$f(x) = a_0 + a_1 x + a_2 x^2 + \cdots + a_n x^n + \cdots,$$ where $a_n = f^{(n)}(0)/n!$. Your function is already a power series, though, it's just that only three terms are non-zero:

$$1-12x^2 +\frac{1}{7}x^4 = 1 + 0x - 12 x^2 + 0x^3 + \frac{1}{7}{x^4} + 0x^5 + 0x^6 +\cdots$$

All the remaining terms are zero, so there's not much to do. As you even observed yourself, though, $f^{(n)}(x)=0$ for large enough $n$, so Maclaurin's formula yields the same result.

Mark McClure
  • 30,510
0

The Taylor/Maclaurin series of a polynomial is simply the same polynomial :)