I have a code on integration closed form.I have got the answer in terms of hypergeometric function. please explain about the solution what it actually means in simple way.A short description about the solution..Please help me.Its very much needful

조회 수: 2 (최근 30일)
syms a x y clear
f = y/(y + x^(a/2));
F = int(f, x, 1, inf);
vpa(F, 5)
int(f, x, 'IgnoreSpecialCases', true)
Solution is:
ans =
numeric::int(y/(y + x^(a/2)), x == 1..Inf)
ans =
x*hypergeom([1, 2/a], [2/a + 1], -x^(a/2)/y)

답변 (1개)

Walter Roberson
Walter Roberson 2016년 2월 4일
It does not mean much, as you did not put in the integration limit when you told it to ignore special cases.
  댓글 수: 4
Swapna Havalgi
Swapna Havalgi 2016년 2월 5일
If we restrict on the range of y and a then under this condition can you suggest the solution equation?
Torsten
Torsten 2016년 2월 8일
If it helps:
For a being an even integer >= 4, explicit solutions should exist.
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by