Determining which of the following is a Maclaurin Series

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
MathewsMD
Messages
430
Reaction score
7

Homework Statement



In attached image.

2. The attempt at a solution

Now, after looking at the solution, the only real conclusion I can come up with is that a Maclaurin series must have x's with non-negative integer value as the exponents, correct? This is because for the the general representation of the Maclaurin series, ##c_n = \frac {f^{(n)}(0)}{n!}## and if n is negative, then you're taking the antiderivative and the factorial is also negative (undefined). Is this not allowed? Is this not allowed for Maclaurin series only or any Taylor series in general, since in this case a = 0? This is the only conclusion I've been able to come up with I believe it's flawed.

I was also looking at option D, and isn't ## \frac {1-e^x}{x} = \frac {1}{x} - ∑^∞_{n=0} \frac {x^{n-1}}{n!}## and wouldn't this too have a negative exponent on x for the first term at n = 0?

Is there anything I am blatantly missing here?
Any explanations for the question and its solution would be much appreciated!
 

Attachments

  • Screen Shot 2014-04-26 at 5.15.06 PM.png
    Screen Shot 2014-04-26 at 5.15.06 PM.png
    11.9 KB · Views: 517
Last edited:
on Phys.org
MathewsMD said:

Homework Statement



In attached image.

2. The attempt at a solution

Now, after looking at the solution, the only real conclusion I can come up with is that a Maclaurin series must have x's with non-negative integer value as the exponents, correct? This is because for the the general representation of the Maclaurin series, ##c_n = \frac {f^{(n)}(0)}{n!}## and if n is negative, then you're taking the antiderivative and the factorial is also negative (undefined). Is this not allowed? Is this not allowed for Maclaurin series only or any Taylor series in general, since in this case a = 0? This is the only conclusion I've been able to come up with I believe it's flawed.

I was also looking at option D, and isn't ## \frac {1-e^x}{x} = \frac {1}{x} - ∑^∞_{n=0} \frac {x^{n-1}}{n!}## and wouldn't this too have a negative exponent on x for the first term at n = 0?

Is there anything I am blatantly missing here?
Any explanations for the question and its solution would be much appreciated!

Yes, the series must have all nonnegative integer exponents. And for option D the series expansion of e^x is 1+x+x^2/2!+... That 1 cancels the other 1.
 
Dick said:
Yes, the series must have all nonnegative integer exponents. And for option D the series expansion of e^x is 1+x+x^2/2!+... That 1 cancels the other 1.

I missed that cancellation. Thank you!