Solving Integral Problem: Stuck on Integration Steps, Need Suggestions

  • Context: Undergrad 
  • Thread starter Thread starter anderma8
  • Start date Start date
  • Tags Tags
    Stuck
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
anderma8
Messages
35
Reaction score
0
I'm trying to do the following:

int (3x^3 + 4x)/(x^2+1)^2 dx

I let u = x^2+1 and I eventually get:

int 3(u-1)+4/u^2 du/2 When I further break this down, I get:

1/2 int 3u^-1 -u^-2 du am I on the right track? When I integrate this, I'm thinking that I have to be doing something wrong...

Any suggestions?
 
Physics news on Phys.org
thanks for the 2nd set of eyes... Maybe it should read:

1/2 int (3u^-1) - (u^-2) du

I end up with 1/2 u^-1 +c or 1/2(x^2 + 1) + c since u=x^2+1
 
You have:

[tex]\int \frac{3x^3+4x}{(x^2+1)^2}dx[/tex]

Put [tex]u=x^2+1 \Rightarrow du=2xdx[/tex]

Which gives:

[tex]\frac{3}{2} \int \frac{du}{u} - \frac{3}{2} \int \frac{du}{u^2} + 2 \int \frac{du}{u^2}[/tex]

If you simplify that it will give you something slightly different to what you have. Its basically just a change of sign. Then all you need to do is evaluate the integrals.