Integral of type 'derivative over function' with a twist

BalintRigo
Messages
7
Reaction score
1

Homework Statement



Find the integral

[(2x - 3) / (x^2 - 3x - 5)^2] dx

Homework Equations



I noticed that if I differentiate the denominator I get the nominator, which would be a simple problem. The denominator, however is raised to the power 2.

Can I still somehow use the rule for integrals where the nominator is the derivative of the denominator? Or do I need to take a different approach?

Thank you
 
Physics news on Phys.org
The 'approach' you are talking about is integration by substitution, I hope. You've observed that if u=x^2-3x-5, then du=u'dx=(2x-3)dx. That's great. That turns the integral into du/u^2 in terms of u. Can you integrate that?
 
I got it, thanks an awful lot!
 
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...
Back
Top