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

  • Thread starter Thread starter natlight
  • Start date Start date
  • Tags Tags
    Integrating
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top