Calc 2 series

joku1234

New member
Joined
Apr 12, 2015
Messages
1
I don't even know to approach these problems! Please help!

Question 2: Suppose 21+3x=\displaystyle \dfrac{2}{1\, +\, 3x}\, =\, n=0anxn\displaystyle \displaystyle{ \sum_{n\, =\, 0}^{\infty}\, a_n\, x^n}

Find a3.

Question 3: Suppose x(1+4x)2=\displaystyle \dfrac{x}{(1\, +\, 4x)^2}\, =\, n=0anxn\displaystyle \displaystyle{ \sum_{n\, =\, 0}^{\infty}\, a_n\, x^n}

Find a2.

Question 4: Suppose x2ln(1+x)dx=C+\displaystyle \int\, x^2\, \ln(1\, +\, x)\, dx\, =\, C\, +\,n=0anxn\displaystyle \displaystyle{ \sum_{n\, =\, 0}^{\infty}\, a_n\, x^n}

Find a4 and express your answer as a decimal.
 
Last edited by a moderator:
I don't even know to approach these problems! Please help!
1/(1-r) =summation of r^2.
so 1/(1+r) = 1/(1-(-r)) = summation of (-r)^2.
This should help you with the 1st question.
 
Last edited:
I don't even know to approach these problems! Please help!

I don't even know to approach these problems! Please help!

Question 2: Suppose 21+3x=\displaystyle \dfrac{2}{1\, +\, 3x}\, =\, n=0anxn\displaystyle \displaystyle{ \sum_{n\, =\, 0}^{\infty}\, a_n\, x^n}

Find a3.

Question 3: Suppose x(1+4x)2=\displaystyle \dfrac{x}{(1\, +\, 4x)^2}\, =\, n=0anxn\displaystyle \displaystyle{ \sum_{n\, =\, 0}^{\infty}\, a_n\, x^n}

Find a2.

Question 4: Suppose x2ln(1+x)dx=C+\displaystyle \int\, x^2\, \ln(1\, +\, x)\, dx\, =\, C\, +\,n=0anxn\displaystyle \displaystyle{ \sum_{n\, =\, 0}^{\infty}\, a_n\, x^n}

Find a4 and express your answer as a decimal.

The answers depend on:

what do you know?

Do you know Taylor series expansion of those functions - i.e. - (1+3x)-1, (1+4x)-2 & ln(1+x)?
 
Last edited by a moderator:
Suppose
171+12x=Σn=0anxn\displaystyle \frac{17}{1+12x}\, =\, \underset{n=0}{\overset{\infty}{\Sigma}}\, a_n\, x^n
then
17 = (1 + 12x) (a0 + a1 x + a2 x2 + a3 x3 + ...)
= a0 + a1 x + a2 x2 + a3 x3 + ... + 12 a0 x + 12 a1 x2 + 12 a2 x3 + ...
= a0 + (a1 + 12 a0) x + (a2 + 12 a1) x2 + (a3 + 12 a2) x3 + ...
Thus
a0 = 17
aj = -12 aj-1; j = 1, 2, 3, ...
which easily leads to
aj = (-1)j 17 12j; j = 1, 2, 3, ...

Of course that 'proof' holds only for the region of absolute convergence but it generally suffices in the region of convergence.
 
Another way to do this is with derivatives.

If

f(x)=n=0an(xc)n\displaystyle \displaystyle f(x) = \sum_{n=0}^{\infty} a_n(x-c)^n

then

an=f(n)(c)n!\displaystyle a_n = \dfrac{f^{(n)}(c)}{n!}

This is particularly useful if you have the aid of software, otherwise might be cumbersome. For example, and I'll use Ishuda's example, if f(x)=171+12x\displaystyle f(x) = \dfrac{17}{1+12x} then

f(0)(x)=f(x)=171+12x\displaystyle f^{(0)}(x) = f(x)= \dfrac{17}{1+12x}

f(3)(x)=176256(1+12x)4\displaystyle f^{(3)}(x) = \dfrac{-176256}{(1+12 x)^4}

so a0=f(0)=17\displaystyle a_0 = f(0) = 17 and a3=1762563!(1+12(0))4=29376\displaystyle a_3 = \dfrac{-176256}{3!\cdot (1+12 (0))^4} = -29376.
 
Just for grins and giggles, you might note that
-29376 = (-1)3 17 123

EDIT: And I certainly agree with Jomo that if you have software to make life easier, like computing the derivatives and their values, it is nice to use them if you need the answer in a hurry or as part of a larger problem you are working on.
 
Last edited:
Top