Group Abstract Group Abstract

Message Boards Message Boards

0
|
4K Views
|
4 Replies
|
1 Total Like
View groups...
Share
Share this post:

Definite and indefinite integrals and limits calculation time?

Posted 4 years ago
POSTED BY: Len Berman
4 Replies

Indefinite integrals are only well defined up to (piecewise) constant of integration.

As for speeding up the definite integrals (or Limit), it might help to give an explicit assumption along the lines Assumptions->s>0.

POSTED BY: Daniel Lichtblau

It may be inconvenient, but it is not wrong. An imaginary-valued function can very well have a real derivative. For example

In[22]:= D[Log[-t^2], t]

Out[22]= 2/t

If you insist on a real-valued primitive, here is a trick:

In[23]:= D[1/2 Log[(-t^2)^2], t]

Out[23]= 2/t

You may also introduce Abs or RealAbs into the formulas with logarithms.

POSTED BY: Gianluca Gorni
Posted 4 years ago

I understand the increased complexity of definite integrals; however, the example I gave is real and non-singular. I am attaching another notebook which illustrates what appears to be a related problem: the integral of a real function over the line has an imaginary component.

POSTED BY: Len Berman

Indefinite integration is generally easier, because it can ignore singularities, convergence and branch cuts.

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