What is this integral

  • Thread starter JulieK
  • Start date
  • Tags
    Integral
  • #1
50
0
What is this integral
[itex]\int\left(\frac{\mathrm{arcsinh}(ax)}{ax}\right)^{b}dx[/itex]
where a and b are constants.
 
Physics news on Phys.org
  • #2
The substitution [itex]ax = \sinh t[/itex] yields [tex]
\int \left(\frac{\mathrm{arcsinh}(ax)}{ax}\right)^b\,dx = \int \left(\frac{t}{\sinh t}\right)^b \frac{\cosh t}{a}\,dt \\
= \left[ \frac{1}{a(1-b)}\frac{t^b}{(\sinh t)^{b-1}}\right]
+ \frac{b}{a(b - 1)} \int \left(\frac{t}{\sinh t}\right)^{b-1}\,dt \\
[/tex] on integration by parts. Unfortunately that seems to be as far as one can get.
 
  • #3
The wonderful Wolfram online integrator can't do it, so there's not much hope...
 
  • #4
I confirm, Mathematica replies: "no result found in terms of standard mathematical functions" which is true in most cases.
 
  • #5
Just starting with Mathematica, I type in:
Code:
Integrate[((ArcSinh[a * x])/ a * x)^b, x]
and I get out:
Code:
\[Integral]((x ArcSinh[a x])/a)^b \[DifferentialD]x
Is there some reason I am getting a different output?
 

Suggested for: What is this integral

Replies
20
Views
1K
Replies
12
Views
623
Replies
2
Views
552
Replies
9
Views
1K
Replies
2
Views
780
Back
Top