Power series of a strange 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
5 replies · 1K views
bonildo
Messages
14
Reaction score
1
1. Write ∫e^(-t^2)dt with 0<=t<=x , as power series around 0. For what values of x this series converge ?

attempt at a solution:

f' = e^(-x^2) => f'(0) = 1
f''= -2x*e^(-x^2) => f''(0)= 0
f'''= -2e^(−x2) +4*x^2*e^(−x^2) => f'''(0)=-2

I tried to find a general rule for the derivatives but with no sucess.
 
Physics news on Phys.org
bonildo said:
1. Write ∫e^(-t^2)dt with 0<=t<=x , as power series around 0. For what values of x this series converge ?

attempt at a solution:

f' = e^(-x^2) => f'(0) = 1
You're off to a bad start here. f(x) = e-x2, not f'(x).
Still, I would follow vela's advice on this.
bonildo said:
f''= -2x*e^(-x^2) => f''(0)= 0
f'''= -2e^(−x2) +4*x^2*e^(−x^2) => f'''(0)=-2

I tried to find a general rule for the derivatives but with no sucess.
 
Mark44 said:
You're off to a bad start here. f(x) = e-x2, not f'(x).
No, he is taking f to be the integral itself so f' is the integrand.

Still, I would follow vela's advice on this.
Agreed. bonildo, write the Taylor's series for e^x, replace x with -x^2, then integrate term by term.