Integration By Parts: Solving Find \int (2x^4\ln3x)\ dx

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
trollcast
Gold Member
Messages
282
Reaction score
13

Homework Statement


Find [itex]\int (2x^4\ln3x)\ dx[/itex]


Homework Equations


The Attempt at a Solution



I let u = ln3x and dv/dx = x4 and I've managed to solve it and get an answer of:

[itex]x^5(\frac{2}{5}\ln(3x) - \frac{1}{45} + c)[/itex]

Which is really close to the answer from wolfram alpha but the last term should be 2/25 not 1/45?
 
Physics news on Phys.org
trollcast said:

Homework Statement


Find [itex]\int (2x^4\ln3x)\ dx[/itex]


Homework Equations


The Attempt at a Solution



I let u = ln3x and dv/dx = x4 and I've managed to solve it and get an answer of:

[itex]x^5(\frac{2}{5}\ln(3x) - \frac{1}{45} + c)[/itex]

Which is really close to the answer from wolfram alpha but the last term should be 2/25 not 1/45?

How did you get the 1/45 ?

The constant of integration should outside of the parentheses .

##\displaystyle \ x^5\left(\frac{2}{5}\ln(3x) - \frac{1}{45}\right)+C\ ##
 
jedishrfu said:
Can you show your intermediate steps?

What did you get for du?

what did you get for v?

and then u*v - integral(vdu) ?

[itex]\frac{du}{dx} = \frac{1}{3x}[/itex]
[itex]v = \frac{x^5}{5}[/itex]
[itex]uv - \int v\frac{du}{dx} =2( \ln3x * \frac{x^5}{5} - \int(\frac{x^5}{5} * \frac{1}{3x}))[/itex]
 
What is the derivative of ln(3x)?

Edit: You can either use the chain rule as SammyS pointed out below, or you can use the product property of logs to write ln(3x)=ln3+lnx
 
trollcast said:
[itex]\frac{du}{dx} = \frac{1}{3x}[/itex]
[itex]v = \frac{x^5}{5}[/itex]
[itex]uv - \int v\frac{du}{dx} =2( \ln3x * \frac{x^5}{5} - \int(\frac{x^5}{5} * \frac{1}{3x}))[/itex]
Using the chain rule:

##\displaystyle \frac{d}{dx}\, \ln(3x)=\frac{3}{3x}##
 
SammyS said:
Using the chain rule:

##\displaystyle \frac{d}{dx}\, \ln(3x)=\frac{3}{3x}##

Thanks got it now.