Integration of a function with it's derivative.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
hms.tech
Messages
246
Reaction score
0

Homework Statement


Please help me by pointing me in the right direction for this integral :

∫ t^3 * (t^2 + 1)^0.5 dt


Homework Equations



i used the standard formula of integration by parts on this.

http://www.sosmath.com/calculus/integration/byparts/img9.gif

The Attempt at a Solution



here is what is did :
1/2∫ 2t * t^2 * (t^2 + 1)^0.5 dt
1/2{ [t^2 * (t^2 + 1)^1.5 * 2/3] - [∫ 2t * (t^2 + 1)^1.5 * 2/3 dt ]}

i highly doubt it is correct, i think i used the formula wrongly.

Can anyone point out my mistake or just provide me with any other sort of help, it would be appreciated.
 
Physics news on Phys.org
The title of your thread is "Integration of a function with it's derivative". The integral can be written as

[tex]\int{t^3(t^2+1)^{0.5} dt}=0.5\int{((t^2+1)-1)(t^2+1)^{0.5} (2tdt)}[/tex] .

Apply "integration by substitution".

[tex]\int{f(g(x))g'(x)dx}=\int{f(g)dg}[/tex]

ehild