Efficient Integration of Exponential Functions with Infinite Limits

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
4 replies · 2K views
ronaldoshaky
Messages
52
Reaction score
0

Homework Statement



how would you integrate, int (-ik - 2ax)*exp(-2ax^2) dx with limits infinity - infinity

Homework Equations



i think i can use the result int exp(-x^2) dx = sqrt (pi). But I am stumped.

The Attempt at a Solution



i thought about multiplying it out

int -ik*exp(-2ax^2) - 2ax*exp(-2ax^2) dx with limits infinity and - infinity

but it looks more complex now. would you use integration by substitution

Thank you
 
Physics news on Phys.org
Welcome to PF!

Hi ronaldoshaky! Welcome to PF! :smile:

(have an integral: ∫ and an infinity: ∞ and a pi: π and try using the X2 tag just above the Reply box :wink:)

Just do the two parts separately …

-∞ ik e-2ax2 dx you know how to do;

and ∫ 2ax e-2ax2 dx you can do by substitution. :wink:
 
Hi tiny-tim

Can I evaluate this integral ∫-∞∞ (ik-2ax) exp(-2ax2) dx without multiplying it out,
using integration by parts because it is a product?

I get


∫-∞∞ (ik-2ax) exp(-2ax2) dx = f(x)g(x) - ∫ f '(x)g(x) = - ik (sqrt (pi/2a)) + ikx (sqrt (pi/2a))

Is that any way correct?