Integration by parts and simplifying

trajan22
Messages
134
Reaction score
1
Hi,
I have been working on this problem for the longest time and have just run in circles with it. I am thinking the answer is obvious but for some reason I am missing it. I need to find \int \frac{ln(x)}{x^2} dx I know that I need to use integration by parts and have tried a number of things, however the only way that the integral seems to be simplified is if I use this set up
u=ln(x) du=1/x
v=? dv=1/(x^2)
but from here I cannot integrate 1/x^2. Am i even on the right track with this one or is there an easier way? someone please help as this problem is truly annoying me.
 
Physics news on Phys.org
you're on the right track, but try thinking of 1/x^2 as polynomial, ie: x^(-2).
I'm sure you can integrate that.
 
oh yeah that's right...ok so if i integrate that then its simply -(1/x) correct?
 
trajan22 said:
oh yeah that's right...ok so if i integrate that then its simply -(1/x) correct?

thts correct

(if you are unsure try differentiating (-1/x))
 
oh yeah that's right...I always forget that its really easy to check these types of problems...thanks for all the help
 
I : lnx/x^2 dx
I: (-lnx/x) - I(1/x^2) dx
I: -lnx/x + 1/x + K
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Back
Top