0

I have the function $$f(x)=\left\{\begin{array}{cl} \dfrac{e^{x}-1}{x}, & x\neq0 \\ 1, & x=0 \end{array}\right.$$ And I gotta find its Maclaurin expansion series.

I know how to find the one from $\dfrac{e^{x}-1}{x}$. But how do get a function that $f(0)=1$?

mvfs314
  • 2,017
  • 15
  • 19

2 Answers2

2

$$e^x - 1 = \sum_{k\ge 1} {x^k\over k!}.$$ Now divide by $x$ and you are done.

ncmathsadist
  • 49,383
1

Your constant is equal to 1, as your function approaches 1 when x=0. So set your constant to 1 and just use derivatives to approximate $\dfrac{e^{x}-1}{x}$ around x=0.