Find power series representation

rcmango
Messages
232
Reaction score
0

Homework Statement



Find a power series representation for the function and determine the radius of convergence.

heres the problem: http://img301.imageshack.us/img301/4514/30437250jj2.png

Homework Equations





The Attempt at a Solution



i believe the derivative of arctant = 1/(1+t^2)

thats all i know for now, what's next?
 
Last edited by a moderator:
Physics news on Phys.org
so now it has been manipulated to look like a geometric series.

so |-t^2| < 1 converges when | t |< 1

taking square root of t, and both sides of the equation.

so interval of convergence = -1 < |t| < 1?

what I'm thinking: http://img166.imageshack.us/img166/4083/65255560ec7.png

...also have we yet shown the power series representation above? Or must it look simliliar to something in the pic i posted?

thanks.
 
Last edited by a moderator:
The derivative of the function f(x) is easy if you know the fundamental theorem of Calculus. Apply that.
 
so now, just plug in 0?

wait, now getting slightly confused, i realized that the derivative of arctant is 1/(1+t^2)

but is that the derivative of the original problem that you've put at the end of your post?

is the problem almost done, or did we figure out a similar example?

thanks.
 
what happened to all the work we have just done?
 
Just start again shall we? Yes it's nice the derivative of arctan t is 1/(1+t^2).

The first derivative of that integral is given by the fundamental theorem of calculus. After that, derivatives are easy to computer with the product rule. At the end, replace all expressions of arctan by its series representation and presto.
 
You don't really need to calculate any derivatives.

By the formula for a geometric series,
\frac{1}{1+ t^2}= \frac{1}{1-(-t^2)}= \sum_{n=0}^{\infty}(-t^2)^n
Since arctan is the integral of that, and we can integrate power series term by term inside their radius of convergence,
arctan(t)= \sum_{n=0}^\infty(-1)^n\frac{1}{n+1}t^{n+1}
\frac{arctan(t)}{t}= \sum_{n=0}^\infty (-1)^n\frac{1}{n+1}t^n

Now integrate that term by term.
 
Back
Top