Integral Help: t^3 &sqrt;(1+t^2)

  • Thread starter Thread starter James889
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
James889
Messages
190
Reaction score
1
Hi,

I would like some help with the following integral

[tex]\int t^3\cdot \sqrt{1+t^2}~dt[/tex]

I don't know what to do with the [tex]t^3[/tex] term.
If it wasn't there it would be easy.

Help appreciated.
 
Physics news on Phys.org
how about letting [tex]u=1+t^{2}[/tex]?
 
benhou said:
how about letting [tex]u=1+t^{2}[/tex]?

Thats what i thought about too, at first.

But it doesn't get me anywhere

[tex]t^3\cdot\sqrt{u}[/tex]
 
Well, before taking the integral, you have to have only one variable. What you need to do is to represent dt in terms of du, and t^3 in terms of u.
 
benhou said:
Well, before taking the integral, you have to have only one variable. What you need to do is to represent dt in terms of du, and t^3 in terms of u.

Aha!
I think i understand.

So i need [tex]\int(u-1)\sqrt{u}du[/tex]

How do i proceed now?
 
Well, I think you are done. Don't you see it yet? Just expand and integrate.
 
You made a mistake. since
[tex]u=1+t^{2}[/tex]
[tex]du=2tdt[/tex] or
[tex]dt=du/(2t)[/tex]

You should have 1/2 somewhere.
 
Last edited:
benhou said:
You made a mistake. since
[tex]u=1+t^{2}[/tex]
[tex]du=2tdt[/tex] or
[tex]dt=du/(2t)[/tex]

You should have 1/2 somewhere.

Oh, dang i forgot about that. Thanks!

[tex]\frac{1}{5}u^{5/2} -u^{3/2}[/tex]