quasar_4
- 273
- 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...