find the maclaurin series for the function: (x(5x+1))/(1-x)^3
http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries_files/eq0025M.gif I know it looks complex, but you just need to find f(0), and then find a few derivatives of f
it is odd that this function seems to have been cooked up to give all nice integer coefficients i am wondering if there is some sort of gimmick to get the answer perhaps partial fractions, but i am not sure if that is quicker
yea i have no idea how to do it im lost
@agent0smith do u know how to start it?
Take it one step at a time. First find f(0) (ie plug in 0 for x) Then find the first derivative, and f'(0) by plugging in x=0
ok so f(0) is 0
then i take the first deriv of the function and plug in 0 again?
Yes
i was given the series for 1/(1-3)^3 does that help?
could i take that and find the maclaurin series for the top and then just multiply it by the 1/1-x)3 answer? or no
Hmm, i don't think you can do that, since the top of this function is x(5x+1)... not just some constant.
ok cause i was given that 1/(1-x)^3 = 1/2 summattion n(n-1)x^n-2 with n=2
but idk how to use that to help me
I'm not sure you can... your function is more complex than just 1/(1-x)^3
hmm im lost...
partial fractions gives it to you if you want to use that
too bad she is gone if you decompose in to partial fractions you get three that are easy to find the expansion of, although it is still kind of a pain, but perhaps easier than taking successive derivatives
That's what i considered... but it seems it's going to give us more than just the simple series... you'll have the other fractions too.
it turns out that if you use partial fractions you get nice integer for the numerators
of course i did it with wolfram, not by hand but you get \[\frac{5}{1-x}-\frac{11}{(1-x)^2}+\frac{6}{(1-x)^3}\] and she said she was given the expansion for the last one
the first one is just the well known geometric series, and the second one is the derivative of that , except of course for the 11 up top then you combine them but it will still be hard to find a general formula question is rather a pain, but extra derivative will make it almost impossible quick
@satellite73 sorry im back i had to get wifi
oh ok, i hope you understood what i wrote it is still going to be a pain, but lots less pain than taking successive derivatives ad infinitum
i kinda understand what u have done..what is the next step?
compute the series for each the first one is the well known geometric series \[\frac{1}{1-x}=\sum_{n=1}^{\infty}x^k\] although here you have to multiply it by 5 and get\[\frac{5}{1-x}=5\sum_{n=1}^{\infty}x^k\]
but what about the rest of the numerator?
like i said, it is a pain the next one is almost \(-\frac{1}{(1-x)^2}\) which is the derivative of the first one
the derivative of \(1+x+x^2+x^3+...\) is \(1+2x+3x^2+4x^3+...\) so it expands that way, although you still have to multiply by 11
and you have to multiply it by \(-11\) giving \[-11\sum_{n=1}^{\infty}nx^{n-1}\]
so far we have \[5\sum_{n=1}^{\infty}x^n-11\sum_{n=1}^{\infty}nx^{n-1}\]
oops typo there, should start the first one at zero \[5\sum_{n=0}^{\infty}x^n-11\sum_{n=1}^{\infty}nx^{n-1}\]
1/(1-x)^3= \[\sum_{n=2}^{\infty} n(n-1)x^n-2\]
and lastly you said you were given the expansion for \(\frac{1}{(1-x)^3}\)
thats what i was given
i assume you mean \[\sum_{n=2}^{\infty}n(n-1)x^{n-2}\]
yea i couldnt get it to go in the exponent lol
ok so your last task it so combine them in to one series term by term i am not sure how you are going to get a nice formula out of this, but i am sure it is possible
yea idk how to combine them into one term
oh and you also have to remember to multiply the last one by \(-6\)
\[5\sum_{n=0}^{\infty}x^n-11\sum_{n=1}^{\infty}nx^{n-1}-\sum_{n=2}^{\infty}n(n-1)x^{n-2}\]
what about the 6?
another damn typo, it is hard to write all this out \[5\sum_{n=0}^{\infty}x^n-11\sum_{n=1}^{\infty}nx^{n-1}-6\sum_{n=2}^{\infty}n(n-1)x^{n-2}\]
its ok i am so grateful for u helping me with this
now how about a general term? lets start with \(n=0\) and see what we get
damn something is wrong
oooh i see it!
it should be \[5\sum_{n=0}^{\infty}x^n-11\sum_{n=1}^{\infty}nx^{n-1}+6\sum_{n=2}^{\infty}n(n-1)x^{n-2}\]
now it should work better
im lost as to what we do now? im sorry i missed the lesson on maclaurin serioes so im lost
if \(n=0\) you get \(0\) which is what we want
lets start with this line \[5\sum_{n=0}^{\infty}x^n-11\sum_{n=1}^{\infty}nx^{n-1}+6\sum_{n=2}^{\infty}n(n-1)x^{n-2}\]
you want the index to start at \(n=0\) for all of them
so we have to modify the last two correct?
yes
5∑n=0∞xn−11∑n=1∞nxn+6∑n=2∞n(n−1)xn
lol
sorry idk how to use these buttons well lol
lets change them all to \(k\) now the first one we can leave alonoe the second we want to start at 0, so we make \(k=n-1\) which makes \(n=k+1\)
each \(n\) gets replaced by \(k+1\) and we get for the second one \[-11\sum_{k=0}^{\infty}(k+1)x^k\]
third one we want to start at 0, so make \(k=n-2\) making \(n=k+2\) so each \(n\) gets replaced by \(k+2\)
so then its n+2 (n+1)x^n
oops another typo!
\[6\sum_{k=0}^{\infty} (k+2)(k+1)x^k\]
now they all start at the same place, and we can combine like terms as we say in the math biz
so now we can just add them?
\[5\sum_{n=0}^{\infty}x^n-11\sum_{k=0}^{\infty}(k+1)x^k+6\sum_{k=0}^{\infty}(k+2)(k+1)x^k\]
yeah add them
\[5\sum_{k=0}^{\infty}x^n-11\sum_{k=0}^{\infty}(k+1)x^k+6\sum_{k=0}^{\infty}(k+2)(k+1)x^k\]
i guess we still have to compute \[5-11(k+1)+6(k+2)(k+1)\]
something is bothering me here when \(k=0\) we should get \(0\)
what happened to the x^k in the first two?
\[5\sum_{k=0}^{\infty}x^k-11\sum_{k=0}^{\infty}(k+1)x^k+6\sum_{k=0}^{\infty}(k+2)(k+1)x^k\]
oo so we factor out x^k right
give me a second, let me see if i can figure out the mistake
ok
damn i can't see it we should be getting 0 if \(k=0\) i think right? we know the first term of the expansion is 0
hmm idk
is it possible one of the coefficient s are in correct?
idk i am not getting it right
is works if the last coefficient is 3
what do you mean?
i mean constant
if instead of 6.. if its 3
really? maybe we made a mistake in the expansion
5−11(k+1)+3(k+2)(k+1)
that gives us zero correct?
how did u get the numbers 5 11 and 6?
partial fraction decomposition
from the derivative by partial fractions?
and it ought to work, because \(5-11+6=0\)
is that part correct?
yes, i did it with wolfram maybe i am being stupid somewhere
i really dont understand the steps of the maclaurin series so idk about the parts before..but i understand the changing the series to n=0 and all that looks correct to me
lets try \(-\frac{6}{(x-1)^3}\) again we should get \(-6\) as the first term
oh i have a idea what did you say the expansion of \(\frac{1}{(x-1)^3}\) was?
\[\sum_{n=0}^{\infty} n(n-1)x^n-2\]
with the -2 in the exponent
starting at 2 right?
Join our real-time social learning platform and learn together with your friends!