Trouble with the integral Help

  • Thread starter Thread starter depecheSoul
  • Start date Start date
  • Tags Tags
    Integral
depecheSoul
Messages
2
Reaction score
0
Trouble with the integral! Help

While I was working some examples of integrals from book, I found this example:

\int {{x^3-1}\over{4x^3+x}}
and I can not solve it, because I get always incorrect result.

Result is: (from book)

{x \over 4}+{{x \over 16}*{ln ({{x^{16}}\over{(2x-1)^7(2x+1)^9}}})}

Can you help me solve it!

Thanks.
 
Physics news on Phys.org


Before you do anything with the integral, take polynomial long division, since the degree of the numerator >= degree of the denominator.
 


depecheSoul said:
While I was working some examples of integrals from book, I found this example:

\int {{x^3-1}\over{4x^3+x}}
and I can not solve it, because I get always incorrect result.

Result is: (from book)

{x \over 4}+{{x \over 16}*{ln ({{x^{16}}\over{(2x-1)^7(2x+1)^9}}})}

Can you help me solve it!

Thanks.

You can notice x^3 - 1 is of the form "a^3-b^3". You can factorize ;) !

And you can factorize: 4x^3 + x.

It is a partial fraction.

Good luck ;) !
 


Thank you!
 
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