Integrating c1*x^c2*ln[-1+sqrt(1+c3*x^c4)]

  • Thread starter Thread starter natlight
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
natlight
Messages
1
Reaction score
0
Hi,

Can anyone suggest how to integrate the following function, in which all the c's are constants:

c1 * x^c2 * ln [ -1 + sqrt (1 + c3 * x^c4) ]

Much obliged!
 
Physics news on Phys.org
Well, Mathematica yields:

-(1/(2 (1 + c2)^2))
c1 x^(1 +
c2) (c4 +
c4 Hypergeometric2F1[1/2, (1 + c2)/c4, (1 + c2 + c4)/
c4, -c3 x^c4] - 2 (1 + c2) Log[-1 + Sqrt[1 + c3 x^c4]])

I am not familiar with the Hypergeometric2F1 function.