Message Boards Message Boards

0
|
4573 Views
|
4 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Obtain the replacement of integral variable?

Posted 4 years ago

Would you like to tell me how to realize the replacement of integral variable?

Integrate[E^(-(1 - s^2)/(2 \[Epsilon])), {s, 0, -1 + \[Epsilon] x1}],
s ---> -1 + x1 \[Epsilon] + u

u is the new integral vaiable.

POSTED BY: Jacques Ou
4 Replies

Well, then just copy the second form. Or what do you mean?

POSTED BY: Hans Dolhaine
Posted 4 years ago

But I need the second form for further calculation.

POSTED BY: Jacques Ou

@Zhonghui

of course. you are absolutely right (and it must be the same!).

Look at

j1 = Integrate[E^(-(1 - s^2)/(2 \[Epsilon])), {s, 0, -1 + \[Epsilon] x1}]

and after the replacement

-(1 - s^2)/(2 \[Epsilon]) /. s -> -1 + x1 \[Epsilon] + u //   Expand // FullSimplify


j2=   Integrate[Exp[((-2 + u + x1 \[Epsilon]) (u + x1 \[Epsilon]))/(
2 \[Epsilon])] D[-1 + x1 \[Epsilon] + u, u], {u, 1 - x1 \[Epsilon],
0}]
POSTED BY: Hans Dolhaine
Posted 4 years ago

I think the result will be the same as that before replacement.

POSTED BY: Jacques Ou
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