Finding the Coefficients of a Taylor Polynomial: A Tricky Integration Question

  • Thread starter Thread starter izelkay
  • Start date Start date
  • Tags Tags
    Polynomial Taylor
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
izelkay
Messages
115
Reaction score
3

Homework Statement


Here's a screenshot of the problem: http://puu.sh/2Bta5


Homework Equations





The Attempt at a Solution


As can be seen by the screenshot, the answer's already given, but I'm not sure how to go about getting it. This one has me stumped since e-4x and sin(5x) are both Maclaurin series that I can easily find. But I'm not sure where to go from there, or if I'm even supposed to use both of the Maclaurin series.
 
Last edited by a moderator:
Physics news on Phys.org
izelkay said:

Homework Statement


Here's a screenshot of the problem: http://puu.sh/2Bta5


Homework Equations





The Attempt at a Solution


As can be seen by the screenshot, the answer's already given, but I'm not sure how to go about getting it. This one has me stumped since e-4x and sin(5x) are both Maclaurin series that I can easily find. But I'm not sure where to go from there, or if I'm even supposed to use both of the Maclaurin series.
It looks like you are supposed to write a few terms of the Maclaurin series for e-4x in one area and a few terms for the series for sin(5x) in the other area.
 
Last edited by a moderator:
izelkay said:

Homework Statement


Here's a screenshot of the problem: http://puu.sh/2Bta5


Homework Equations





The Attempt at a Solution


As can be seen by the screenshot, the answer's already given, but I'm not sure how to go about getting it. This one has me stumped since e-4x and sin(5x) are both Maclaurin series that I can easily find. But I'm not sure where to go from there, or if I'm even supposed to use both of the Maclaurin series.

Using both the Maclaurin series is probably the easiest way to do it. Just multiply them together. Ignore products that will give you powers greater than 3.
 
Last edited by a moderator:
Dick said:
Using both the Maclaurin series is probably the easiest way to do it. Just multiply them together. Ignore products that will give you powers greater than 3.

Ok, that's what I thought I should do but wasn't sure if that was allowed or not.
Is this correct so far? :

http://puu.sh/2BySD

Mark44 said:
It looks like you are supposed to write a few terms of the Maclaurin series for e-4x in one area and a few terms for the series for sin(5x) in the other area.

I'll try this too, thanks.
 
Last edited by a moderator:
izelkay said:
Ok, that's what I thought I should do but wasn't sure if that was allowed or not.
Is this correct so far? :

http://puu.sh/2BySD



I'll try this too, thanks.

No, not correct. You don't multiply series term by term. You multiply them like polynomials. Write out each series up to power x^3 and then foil them. Like polynomials. Drop powers bigger than 3.
 
Last edited by a moderator:
Dick said:
No, not correct. You don't multiply series term by term. You multiply them like polynomials. Write out each series up to power x^3 and then foil them. Like polynomials. Drop powers bigger than 3.

Ah, ok. I think I understand now.
 
Never mind, still not getting it. Looking at these series for e^-4x and sin(5x), wouldn't that mean I need 4 terms (n=0 to n=3) for e^-4x to make that 3rd degree, and 2 terms (n=0 to n=1) for sin(5x) to make that 3rd degree?

So for e^-4x I have:
1 - 4x + 8x - (64/6)x3

For sin(5x):
5x + (125/6)x3

FOILing those out and ignoring powers greater than 3, I get:

5x + (125/6)x3 - 20x2 + 40x3

Is there something else I'm doing wrong?
 
Ok, never mind, found my error. That + (125/6)x3 should actually be a - (125/6)x3
 
Dick said:
For sin(5x):

5x - (125/6)x3

Not plus.

Just caught it. Thanks for your help, much appreciated.