Calc 2 Homework: Find Series Solutions to 2 Problems

AI Thread Summary
The discussion revolves around solving two calculus problems related to power series. For the first problem, participants analyze the power series representation of f(x) = ln(1+x^2) and debate the correctness of the integration and convergence results. The second problem involves finding the radius and interval of convergence for the series involving (-2)^n(x+3)^n/√n, with conflicting opinions on the convergence at endpoints. Participants emphasize the importance of using proper tests for convergence and the correct application of series expansion formulas. Overall, the conversation highlights common pitfalls in series solutions and the need for careful analysis in calculus problems.
gokugreene
Messages
47
Reaction score
0
Infinite Series Calculus 2 homework problem

Hello. I need help finding the answer on two of these.

#1. Find a power series representation for f(x)=ln(1+x^2)

I have
f'(x)=\frac{(2x)}{(1+x^2)}
So I factor out 2x and have \frac{1}{(1+x^2)} which is a geometric series =
\sum(-1)^{n}x^{2n} then multiply 2x times the series
2x * \sum(-1)^{n}x^{2n} = \sum(-1)^{n}2x^{2n+1}

Then, \int\sum(-1)^{n}2x^{2n+1} = \sum\frac{(-1)^{n+1}2x^{2n+2}}{2n+2}

Did I do that right??

Ok Problem #2 Find the radius of convergence and interval of convergence of the series.
\sum\frac{(-2)^{n}(x+3)^{n}}{\sqrt{n}}
for R I get 1/2 and I am having trouble figuring out whether the endpoints (5/2)<x<(7/2), are convergent.

Thanks!
 
Last edited:
Physics news on Phys.org
I'm not sure what you're doing:

f(x) = \sum _{n=0} ^{\infty } \frac{f^{(n)}(0)}{n!}x^n

what you're doing looks nothing like this, so unless I made a mistake or am missing something, what you did looks wrong. Here's a quick check:

ln(1 + 1²) = ln(2) = 0.69314718055994530941723212145818 ~ 0.69

On the other hand:

\sum\frac{(-1)^{n+1}2(1)^{2n+2}}{2n+2}

= \sum\frac{(-1)^{n+1}}{n+1}

= -\frac{1}{1} + \frac{1}{2} - \frac{1}{3} + \frac{1}{4} &lt; 0 &lt; 0.69

so that's definitely wrong.
 
Ok say I want to find the power series representation for ln(5-x)
it will be equal to ln(5)-\sum\frac{x^{n+1}}{(n+1)5^{n+1}}
 
i think

I think what you did on the first one is correct, or at least i got the same result.
I think AKG counterexample is not valid, because the power series you gave:
f(x)=ln(1+x^2)=\sum\frac{(-1)^{n+1}2x^{2n+2}}{2n+2}
only converges for -1<x<1 (This comes from the interval of convergence of the geometric where you started from).

Problem 2: Your endpoints are wrong. The power series converges absolutely for -7/2<x<-5/2 and you should check for x=-7/2 and x=-5/2. For one you should use leibnitz and for the other one is just a p-series.

Maybe i am saying something stupid, because i don't know a lot about math.
I hope this helps, Paul.
 
Well if you take x very close to 1, but less than 1, then your series will still be negative. On the other hand ln(1 + x²) will still be close to 0.69.
 
pbialos said:
I think what you did on the first one is correct, or at least i got the same result.
I think AKG counterexample is not valid, because the power series you gave:
f(x)=ln(1+x^2)=\sum\frac{(-1)^{n+1}2x^{2n+2}}{2n+2}
only converges for -1<x<1 (This comes from the interval of convergence of the geometric where you started from).

Problem 2: Your endpoints are wrong. The power series converges absolutely for -7/2<x<-5/2 and you should check for x=-7/2 and x=-5/2. For one you should use leibnitz and for the other one is just a p-series.

Maybe i am saying something stupid, because i don't know a lot about math.
I hope this helps, Paul.

I found the series to be divergent at both endpoints. Is that what you got pbialos?

AKG is he right about the first one?

Thanks for the help
 
I haven't touched series in over a year, but the formula I gave you in the second post does give the McLaurian expansion (which is just the Taylor expansion). If that's what you're doing (if that's what you mean by power series) then what you're doing looks nothing like what I've seen before. Also, if pbialos is right in that the interval of convergence is (-1,1) then the modification of my counteraxmple which I gave in post 5 should hold. Plug in x=1 and you'll see that they're very unequal: the series is negative and ln(1 + x²) = ln(2) is approximately 0.69. If 1 is not a valid counterexample, then it's still pretty clear that x = 0.9999 will give ln(1 + x²) close to 0.69 (at very least, it will be positive) and the series will still be negative.
 
correction

For the second one, i got divergent when x=-7/2 and convergent for x=-5/2.
On the first one, i am not sure, maybe AKG or someone else can show us what is wrong with your procedure. I am just studying this subject myself, and i am not really sure about a lot of things.


Paul.
 
How did you get convergent for x=-5/2?
\frac{(-2)^{n}(-\frac{1}{2})^{n}}{\sqrt{n}} = \frac{(-1)^n}{\sqrt{n}} is a divergent p-series p<1
 
  • #10
I'm not sure what you're procedure is. What does your textbook say? Have you seen a formula like this?:

f(x) = \sum _{n=0} ^{\infty } \frac{f^{(n)}(0)}{n!}x^n

I don't know if there are various power series expansions of functions, but the Taylor series expansion does express f(x) as a power series, and it is given by the formula above. Actually, the above is a special case where you expand about 0, since it's easiest to do so, but in general, the expansion is given by:

f(x) = \sum _{n=0} ^{\infty } \frac{f^{(n)}(a)}{n!}(x-a)^n

Could you tell me how you're getting what you're getting, and why you're doing it. What process does your book give you? Why are you factoring out 2x? Why aren't you computing higher order derivatives, and why is there no "n!" in your summand?
 
  • #11
no

\sum\frac{(-1)^n}{\sqrt{n}} is not a p-series, it is an alternating series. You should use the alternating series test.
 
  • #12
gokugreene said:
Then, \int\sum(-1)^{n}2x^{2n+1} = \sum\frac{(-1)^{n+1}2x^{2n+2}}{2n+2}

I you integrate the series term-wise correctly, you get:

\int\sum_{n=0}^\infty (-1)^{n}2x^{2n+1} = \sum_{n=0}^\infty \frac{(-1)^n 2x^{2n+2}}{2n+2} + C=\sum\frac{(-1)^n x^{2n+2}}{n+1} + C
So your answer had the wrong sign and you had to account for the constant of integration (which you can find by plugging in x=0 for example).

You could also get it from the power series of ln(1+x) (gotten by integrating 1/(1+x)):

\ln(1+x)=\sum_{n=0}^\infty \frac{(-1)^n x^{n+1}}{n+1}

So replacing x by x^2:

\ln(1+x^2)=\sum_{n=0}^\infty \frac{(-1)^n x^{2n+2}}{n+1}
 
  • #13
Thanks I see my mistakes!
 
Back
Top