Message Boards Message Boards

Get the result of an integral as it appears in a paper?

Posted 9 years ago

Hi guys:

I am reading a paper these days, as in the attachment. The author of paper use Maple for calculation, however, when I tried on Mathematica. Quite often I failed to get a result and in most cases, maple offer a better solution. Following is one case:

enter image description here

I tied in the Mathematica, but the result is a bit disappointing:

enter image description here

I guess most of us would prefer the result in the paper, which is done by maple rather than Mathematica. So I am wondering how to get the result exactly like that by Mathematica?

Attachments:
POSTED BY: Zhehao Zhang
4 Replies
Posted 9 years ago

Dear Professor?

I followed your way to calculate the following integral, however, the result does not combine this time. May I ask why is that and how can I improve that? Quite obviously that Ln part could be collected:

enter image description here

I upload the nb file in the attachment. Really need your help.

Attachments:
POSTED BY: Zhehao Zhang

You can get Mathematica to combine the two logs using assumptions in FullSimplify:

With[{c = 1/100},
 result1 = (1 + c*t) Exp[-c*t] + 
   c^2 (1 - s*Exp[-c*t]) Integrate[(1 - s*Exp[-c*v])^-2 v*
      Exp[-c*v], {v, 0, t}];
 result2 = FullSimplify[result1, 1 - s > 0 && E^(t/100) - s > 0];
 Collect[result2, _Log, Simplify]]
POSTED BY: Gianluca Gorni
Posted 9 years ago

Thanks for pointing this out. I corrected it now. Although the result is still not the same, (only difference is with the sign), I would prefer the result is wrong.

POSTED BY: Zhehao Zhang
Posted 9 years ago

you have typo inside of integral.. see attachment

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

Group Abstract Group Abstract