Square root integration problem

kukumaluboy
Messages
61
Reaction score
1

Homework Statement



Integrate : f(t) = t3/ sqrt(t2+1)

Homework Equations


The Attempt at a Solution


t2* t / sqrt(t2+1)let u = sqrt(t2+1)
u=(t2+1)0.5
u2 = t2 +1
t2 = u2 -1 -Eq 1u=(t2-1)0.5
du = t/sqrt(t2-1) dt
dt = sqrt(t2-1)/t du -Eq 2

Hence Substituting 1 and 2
Integrate : f(t)
= Integrate (u^2 -1) du

Is this way correct? If not can give me the right way
 
Physics news on Phys.org


Looks good to me. I think I would have been inclined to use the simpler u= t^2+ 1, du= 2t dt so that t dt= (1/2)du and t^2= u- 1.

That would give
\int t^2\sqrt{t^2+ 1}dt= \int(u- 1)(\sqrt{u}(1/2)du= (1/2)\int u^{3/2}- u^{1/2}du
but that will give the same thing as your integral.
 
Last edited by a moderator:


Alrite Thanks!
 
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