Group Abstract Group Abstract

Message Boards Message Boards

0
|
230 Views
|
2 Replies
|
7 Total Likes
View groups...
Share
Share this post:

Can't solve an integral?

Posted 25 days ago

Hello, I would be happy to learn why MATHEMATICA is unable to resolve analytically the following integral:

Integrate[Exp[-a/(t-tau)]/Sqrt[t-tau],{tau,0,t},Assumptions->{a>0}];

As far as I am aware, the integral exists and it is

2*Sqrt[t]*Exp[-a/t]-2*Sqrt[Pi*a]*Erfc[Sqrt[a/t]]

However MATHEMATICA concludes the integral does not converge. Is there any way to get the correct result?

Leslaw

POSTED BY: Leslaw Bieniasz
2 Replies

Just add the assumption that t>0.

POSTED BY: Gianluca Gorni

Agreed it is unfortunate that this claims divergence when it behave just fine under the assumption noted by Gianluca Gorni. The takeaway, nonetheless, is that helping Integrate with assumptions can be vital, both for correctness and speed (less time spent sorting out issues of convergence).

POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard