Series representation of a function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 4K views
iFargle
Messages
7
Reaction score
0

Homework Statement


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

Homework Equations


[tex]f(x)=x^{2}tan^{-1}(x^{3})[/tex]

The Attempt at a Solution


I don't have any idea on how to even start this. First I differentiated [tex]\frac{d}{dx} arctan(x)=\frac{1}{x^2+1}[/tex], thinking I could try and manipulate it to fit a geometric series, but that quickly came to a dead end. I've tried thinking of any relate-able series representations, but all I know so far is the geometric series and natural logarithms.
 
Physics news on Phys.org
Google for Taylor Series Expansion formula, and try to apply it to your problem. If you have any questions about it, you can ask :)
 
I think I have it. I am overjoyed! Tell me if this is correct:

[tex]f(x)=x^2tan^{-1}(x^3)[/tex]
First,
[tex]\frac{d}{dx}tan^{-1}(x) = \frac{1}{x^2+1}[/tex]
[tex]\int(tan^{-1}(x))dx=\int\frac{1}{x^2+1}dx[/tex]
Rearranging it so it resembles the geometric series:
[tex]\int\frac{1}{1-(-x^2)}dx=\int\sum((-x^2)^n)dx[/tex]
Integrated and re-written:
[tex]\int\sum((-x^2)^n)dx=\sum\frac{(-1)^nx^{2n+1}}{n+1}[/tex]
So now we put x^3 where x is.
[tex]\sum\frac{(-1)^n(x^3)^{2n+1}}{n+1}=\sum\frac{(-1)^n(x)^{6n+3}}{n+1}[/tex]
So we finally have:
[tex]f(x)=x^2\sum\frac{(-1)^n(x)^{6n+3}}{n+1}=\sum\frac{(-1)^n(x)^{6n+5}}{n+1}[/tex]
For the radius of convergence, I just use the ratio test. I get that part pretty easily.
 
iFargle said:
[tex]\int{(tan^{-1}(x))dx} = \int{\frac{1}{x^2+1}dx}[/tex]

I didn't understand how did you make this equality. Am i missing a point?
 
Sorry, it was supposed to read:
[tex]tan^{-1}(x)=\int\frac{1}{x^2+1}dx[/tex]
Got carried away with formatting, haha
 
Last edited:
iFargle said:
[tex]\int\sum((-x^2)^n)dx=\sum\frac{(-1)^nx^{2n+1}}{n+1}[/tex]

You have a problem here. The denominator is n+1, but the integral of x2n isn't x2n+1/(n+1).
 
[tex]\int\frac{1}{1-(-x^2)}dx=\int\sum(-x^{2})^{n}dx[/tex]
[tex]=\sum(-1)^{n}\frac{x^{2n+1}}{2n+1}dx[/tex]
Correct? I still feel like my answer is wrong, though.
 
iFargle said:
[tex]\int\frac{1}{1-(-x^2)}dx=\int\sum(-x^{2})^{n}dx[/tex]
[tex]=\sum(-1)^{n}\frac{x^{2n+1}}{2n+1}dx[/tex]
Correct? I still feel like my answer is wrong, though.
Drop the dx. Where's the integration constant?
What you have so far is:[tex]\tan^{-1}(x)=C+\sum^{\infty}_{n=0}(-1)^{n}\frac{x^{2n+1}}{2n+1}\,.[/tex]

Evaluate the integration constant. Modify the above to get a series representation for x2 tan-1(x3). Find the radius of convergence.
 
SammyS said:
Drop the dx. Where's the integration constant?
What you have so far is:[tex]\tan^{-1}(x)=C+\sum^{\infty}_{n=0}(-1)^{n}\frac{x^{2n+1}}{2n+1}\,.[/tex]

Evaluate the integration constant. Modify the above to get a series representation for x2 tan-1(x3). Find the radius of convergence.

So then that would be...
[tex]C+x^{2}\sum^{\infty}_{n=0}(-1)^{n}\frac{x^{6n+3}}{2n+1}=C+\sum^{\infty}_{n=0}(-1)^{n}\frac{x^{6n+5}}{2n+1}[/tex]
or am I missing something huge? I don't get what you mean by evaluate the integration constant.