Integrate x^2 /square root (x^2 +1)

  • Thread starter Thread starter yanjt
  • Start date Start date
  • Tags Tags
    Integrate Root
yanjt
Messages
14
Reaction score
0
Hi,
the question is integrate x^2 /square root (x^2 +1).

I tried to do it but i was stucked in the very last step.at the end,I got x/2 * cosh(arcsinh x) + 1/2 * arcsinh x - arcsin (square root (x^2 + 1)) +C. I dunnoe how can I simplify cosh(arcsinh x) into simplier form in term of x. I hope what I wrote is not too confusing.Thanks!
 
Physics news on Phys.org


I haven't checked your integration but arcsinh(z)=ln(z+sqrt(1+z^2)). You can put that into cosh(y)=(e^y+e^(-y))/2 and get an algebraic form for cosh(arcsinh(z)).
 
Hi yanjt! :smile:

(have a square-root: √ and try using the X2 tag just above the Reply box :wink:)

i] cosh(arcsinh x) is cosh of the "angle" whose sinh is x … so just use cosh2 - sinh2 = 1. :wink:

ii] why is your result so complicated? just use a substitution. :smile:
 


Thanks, dick n tiny-tim!:smile:

I did it in this way:

x2/√(x2+1) = √(x2+1) - 1/√(x2+1)

Integrate 1/√(x2+1) = arcsinh x
For √(x2+1),i subsitute x=sinh t.
So, integrate √(x2+1 = cosh2t dt
= 1/4 sinh 2t + t/2
=1/4 (2 sinh t cosh t) + arcsinh x/2
=x/2 (cosh(arcsinh x)) + arcsinh x/2
 
Hi yanjt! :smile:

Wouldn't it have been easier to substitute x = sinht at the very start? :wink:

(and you can't leave cosh(arcsinh x) as it is … you must convert that into something more "algebraic" :smile:)
 


ooohhhh yeah!y i didnt think of tat?:confused: tat's a faster n easier way to do it!thanks!:smile: but is integrate 1/cosh x = 1/sinh x?can i jus integrate like tat?

i know tat i can't jus leave cosh(arcsinh x) as my final answer.tat's y i m stucked in this step. but i will try to change it into somethg more "algebraic" using the methods tat dick n u mentioned in the first 2 posts.
 
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