Integration of two exponential functions
이전 댓글 표시
Hello my friends, I have a problem with solving the following integral. It is a combination of two exponentials with different ratio in the attached picture.
I will be very grateful if you can help me with this. The derivation steps, if provided, will be much better to me as I have to apply this kind of integration in other problems I have.
If there is no closed form, can you please help me on how to integrate it using MATLAB with constants a, b, \lambda, and y to appear in the last answer.
Thanks in advance.. :)

댓글 수: 5
Star Strider
2017년 4월 3일
No attached picture.
Jan
2017년 4월 3일
I cannot read the formula. Is this "a/b" and all we know is a+b=1?
Michael Henry
2017년 4월 3일
David Goodmanson
2017년 4월 3일
Hi sharief, This doesn't look like a very tractable integral, but at least it's not oscillatory. If you make the substitution x -> x/b, dx -> dx /b then you end up with
C = (1/b) Integral{0,inf} exp((ay/b)/(1+x)) exp(-(lambda/b)x) dx
so this is really just a two-parameter integral, a function of ay/b and lambda/b. That's not so bad, so one approach would be to make a 2-d table by numerical integration and interpolate off of it, not forgetting to multiply by 1/b afterwards.
Michael Henry
2017년 4월 3일
채택된 답변
추가 답변 (1개)
Michael Henry
2017년 4월 4일
0 개 추천
댓글 수: 3
Star Strider
2017년 4월 4일
I am using R2017a.
Michael Henry
2017년 4월 4일
Star Strider
2017년 4월 4일
My pleasure.
I am happy that it works for you.
카테고리
도움말 센터 및 File Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!