Power 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
1 reply · 3K views
quasar_4
Messages
273
Reaction score
0

Homework Statement



Find a power series representation for f(x) using termwise integration, where [tex]f(x) = \int_{0}^{x} sin(t^3) dt[/tex].


Homework Equations





The Attempt at a Solution



I've never done this before, but apparently, if I have a power series representation for sin(t^3), I can use the fact that [tex]f(x) = \int_{0}^{x} f(t) dt = \sum_{n=0}^{\infty} \frac{a_n x^{n+1}}{n+1}[/tex]. Is that right?

So my approach was to use the power series representation of sine, replacing sin x with sin t^3 - this gave me [tex]sin(t^3) \approx \sum_{n=0}^{\infty} \frac{(-1)^n (x^3)^{2n+1}}{(2n+1)!}[/tex]. Now do I just change this to the sum
[tex]\sum_{n=0}^{\infty} \frac{(-1)^n (x^3)^{2n+3}}{(2n+3)! (n+1)}[/tex]? It's not at all clear to me that this is what I'm supposed to do...
 
Physics news on Phys.org
quasar_4 said:

Homework Statement



Find a power series representation for f(x) using termwise integration, where [tex]f(x) = \int_{0}^{x} sin(t^3) dt[/tex].


Homework Equations





The Attempt at a Solution



I've never done this before, but apparently, if I have a power series representation for sin(t^3), I can use the fact that [tex]f(x) = \int_{0}^{x} f(t) dt = \sum_{n=0}^{\infty} \frac{a_n x^{n+1}}{n+1}[/tex]. Is that right?
I think you might confuse yourself by having two different definitions for f.
[tex]f(x) = \int_{0}^{x} sin(t^3) dt = \int_{0}^{x}\sum_{n=0}^{\infty} \frac{(-1)^n (t^3)^{2n+1}}{(2n+1)!} dt[/tex]
Now you're set up to integrate term-by-term to get an antiderivative, which you can evaluate at x and at 0.

quasar_4 said:
So my approach was to use the power series representation of sine, replacing sin x with sin t^3 - this gave me [tex]sin(t^3) \approx \sum_{n=0}^{\infty} \frac{(-1)^n (x^3)^{2n+1}}{(2n+1)!}[/tex]. Now do I just change this to the sum
[tex]\sum_{n=0}^{\infty} \frac{(-1)^n (x^3)^{2n+3}}{(2n+3)! (n+1)}[/tex]? It's not at all clear to me that this is what I'm supposed to do...

I think you made a mistake with your exponent. (t^3)^(2n+1) = t^(6n + 3). When you integrate that, you get something different from what you show.