can any one solve the Integration of following expression?

조회 수: 1 (최근 30일)
Dr. Siva Malla
Dr. Siva Malla 2012년 9월 26일
integration of (x^a/(b+x))) or
integration of ((x/(b+x^a));
or
integration of (exp(x)/(b+exp(a*x));
or
integration of (exp(a*x)/(b+exp(x));
where, a and b are constants. x is variable. please find the solution for any one of the question.

채택된 답변

Walter Roberson
Walter Roberson 2012년 9월 26일
The first one is
-x^a*(-1+LerchPhi(-x/b, 1, a)*a)/a
unless b = 0, and then it is (x^a)/a
The second one is
(1/2)*x^2*hypergeom([1, 2/a], [1+2/a], x^a*(-1)^csgn(I*x^a)/b)/b
if b < 0, and is
-x^2/((a-2)*x^a)
if b = 0, and is
(1/2)*x^2*hypergeom([1, 2/a], [1+2/a], -x^a/b)/b
if b > 0

추가 답변 (1개)

Matt Fig
Matt Fig 2012년 9월 26일
편집: Matt Fig 2012년 9월 26일
Do you have the symbolic toolbox?
If not, use the online integrator from Mathematica.
Also, I think you have imbalanced parenthesis on ALL of your expressions!

카테고리

Help CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by