Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.8K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

integral relation with Confluent Hypergeometric Gunction of the 2nd kind

Posted 10 years ago
POSTED BY: Adam Domjan
2 Replies

This might help. If we assume z>0 then we get some simplification or at least a convenient rewriting in terms of lower level functions.

Simplify[
 FunctionExpand[HypergeometricU[1, 1, z*k], 
  Assumptions -> {0 < k < 1, z > 0}], 
 Assumptions -> {0 < k < 1, z > 0}]

(* Out[1204]= -E^(k z) ExpIntegralEi[-k z] *)

We integrate that part.

Integrate[
 E^(k z) ExpIntegralEi[-k z] k^(a - 1) (1 - k)^(-a), {k, 0, 1}, 
 Assumptions -> z > 0]

(* Out[1207]= ConditionalExpression[-\[Pi] Csc[a \[Pi]] Gamma[
   a] HypergeometricU[a, 1, z], 0 < Re[a] < 1] *)

It might still be difficult to verify this but it's probably easier than working with the original integrand.

POSTED BY: Daniel Lichtblau

Break up the evaluation as follows:

In[15]:= Integrate[
 HypergeometricU[1, 1, z k] k^(a - 1) (1 - k)^(-a), {k, 0, 1}]

Out[15]= ConditionalExpression[\[Pi] Csc[a \[Pi]] Gamma[
   a] HypergeometricU[a, 1, z], 0 < Re[a] < 1]

In[16]:= FullSimplify[1/(Gamma[a]^2 Gamma[1 - a])]

Out[16]= Sin[a \[Pi]]/(\[Pi] Gamma[a])
POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard