Integrating Power Series for a Function

quasar_4
Messages
273
Reaction score
0

Homework Statement



Find a power series representation for the given function using termwise integration.

f(x) = \int_{0}^{x} \frac{1-e^{-t^2}}{t^2} dt

Homework Equations





The Attempt at a Solution



Well, I figured I could rewrite it like this using the Maclaurin series for exp(-x) (plugging in t^2 for x):

\int_{0}^{x} \frac{1}{t^2} - \frac{\sum_{n=0}^{\infty} \frac{(-1)^n (t^2)^{2n}}{n!}}{t^2} dt. The series term in the integral works out fine, but the problem is that then my integral has the term 1/t^2, which integrates to -1/t, and I'm supposed to evaluate this from 0 to x, which is clearly bad at 0. What am I doing wrong? Is it the Maclaurin series for exp(-x)?
 
Physics news on Phys.org
The first term in your Maclaurin series for e-t2 is 1, right? So 1 - e-t2 is just going to be all the other terms of the series, but with opposite signs.
 
Ha! That makes me feel very silly.

I was just thinking too hard... :smile:

Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top