Integration of a natural log and polynomial

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 10K views
waealu
Messages
36
Reaction score
0

Homework Statement



Evaluate the integral when x > 0:

indefinite integral of ln(x2+19x+84)dx

Homework Equations



I know I need to use some form of integration by parts: integral of u*dv=uv-(integral of(du*v))

The Attempt at a Solution



I began by making u=ln(x2+19x+84) and dv=dx. Thus, (after u-substitution) du=(2x+19)/(x2+19x+84) and v=x.

After putting that in the formula, we get x*ln(x2+19x+84)-(integral of)((2x2+19x)/(x2+19x+84)). After simplifying that, I get:

x*ln(x2+19x+84)-((x2+19x+84)(4x+19)-(2x2+19x)(2x+19))/((x2+19x+84)2)

But according to the program I am using, that is the incorrect answer. Do you have any suggestions? Thanks.
 
Last edited:
Physics news on Phys.org
Why not just factor the quadratic, then split up the integral into two simpler log terms then use:

[tex]\int ln(u)du=u\ln(u)-u[/tex]
 
Hmm, by infinite do you mean definite integral from 0 to infinity? If so, it's clearly divergent.
 
Thanks Jackmell. I tried that method and it worked. (A lot easier than the method I was using.)