Indefinite Integral - By parts works right?

RoganSarine
Messages
47
Reaction score
0
Nevermind, it's late and I realized why it doesn't work because I forgot to take into consideration that the denominator is (1/polynomial)

Anyone care to explain to me how to do it the proper way?



1. Question 1

\int (x+2)/(x²+x+1) dx

The only reason I ask is because my teacher showed us another way which basically involves breaking the numerator up, and completing the square in the bottom... which I really don't care to learn. The answer DOES look nicer, but I just want to make sure my way is correct also.

The Attempt at a Solution



uv - \intvdu

u = x+2
du = 1

dv = x²+x+1
v = (1/3)x^3 + (1/2)x^2 + x

(x+2)[(1/3)x^3 + (1/2)x^2 + x] - \int [ (1/3)x^3 + (1/2)x^2 + x ] (1)

(x+2)[(1/3)x^3 + (1/2)x^2 + x] - [(1/4)x^4 -(1/6)x^3 + (1/2)x^2] + C

As I said... Not really pretty by any means, but isn't that technically also correct?[/s]

 
Physics news on Phys.org
RoganSarine said:
Anyone care to explain to me how to do it the proper way?

Hi RoganSarine! :smile:

(x+2)/(x²+x+1)

= (x+2)/((x + 1/2)² + 3/4)

= (x + 1/2)/((x + 1/2)² + 3/4) + (3/2)/((x + 1/2)² + 3/4) …

now integrate (you'll need a different method for each part :wink:)
 
I can see where to get most of that equation but that last part:

(x+2)/(x²+x+1)

(x+1/2+3/2)/(x²+1/2+1/4-1/4)+1)
(x+1/2+3/2)/((x+1/2)²+1-1/4)
(x+1/2+3/2)/((x+1/2)²+3/4)


But...Oh nevermind.

Wow, ha ha... I've never had to break up an equation like that before (like, breaking up the numerator also, seriously?). I'll give it a shot.
 
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