Integration by Parts using Ln(x)

FallingMan
Messages
31
Reaction score
0

Homework Statement



\int_4^5 \frac{dx}{(3x)(ln(x))(ln^3(ln(x)))} \,

Homework Equations



I'll probably need to use u-substitution as well as integration by parts for this problem.


The Attempt at a Solution


\int_4^5 \frac{dx}{(3x)(ln(x))(ln^3(ln(x)))} \,

1. Factor out 1/3 for convenience.

\frac{1}{3}\, \int_4^5 \frac{dx}{(x)(ln(x))(ln^3(ln(x)))} \,


2. Let u = ln(x), du = 1/x * dx, thus dx = du * x


\frac{1}{3}\, \int_4^5 \frac{(x)(du)}{(x)(u)(ln^3(u))} \, = \frac{1}{3}\, \int_4^5 \frac{du}{(u)(ln^3(u))} \,

From integration by parts we know that ∫g*dv = g*v - ∫dg*v

I'm stuck here with regards to what to assign as g and what to assign as dv.

I could make:
g = 1/u
dg = -1/u^2

dv = 1/ln^3(u) * du
v = ?

I'm not sure how to integrate dv to get to v to make the integration by parts work.

Any help would be appreciated.
 
Physics news on Phys.org
Make a second substitution
 
Integration by parts is not helpful here

You wither want two use the substitution

u=(log log x)^3

or equivalently another substitution after yours

u=log x
w=(log u)^3
 
That second substitution complicates the problem, a simple w=lnu is enough
 
Thanks for your help, guys. I think I understand what you're saying.

Let g = ln(u), dg = 1/u * du, thus du = dg* u

Substituting back in I get:\frac{1}{3}\, \int_4^5 \frac{dg*u}{(u)(g^3)} \, = \frac{1}{3}\, \int_4^5 \frac{dg}{g^3} \, = -\frac{1}{2g^2}\,\frac{1}{3}\,

and then I would substitute back to reobtain x and apply the limit from 4 to 5.

Thank you, guys. Much appreciated.
 
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