Is This Integral More Challenging Than It Appears?

  • Context: Undergrad 
  • Thread starter Thread starter Nea
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Nea
Messages
3
Reaction score
0
Can you help me to solve this integral?
[tex]\int {\frac{{x^3 + 1}}{{x(x^3 - 8)}}} dx[/tex]
 
Physics news on Phys.org
Partial fractions? x^3 - 8 = x^3 - 2^3 is easy to factor.
 
Remember that [itex]8=2^{3}[/itex]
Hence, we have:
[itex]x^{3}-8=(x-2)(x^{2}+2x+4)[/itex]
Use partial fractions decomposition; it might help to note that:
[tex]x^{2}+2x+4=(x+1)^{2}+3=3((\frac{x+1}{\sqrt{3}})^{2}+1)[/tex]
 


Formula for integration by parts by Substitution Rule:
[tex]\int u dv = uv - \int v du[/tex]

[tex]u = x^3 + 1 \; \; \; dv = \frac{dx}{x^4-8x}[/tex]

[tex]du = 3x^2 dx \; \; \; v = \left[\frac{\ln \left(x^3 - 8\right)}{24} - \frac{\ln\left(x\right)}{8}\right][/tex]

[tex]\int \left(x^3 + 1\right)\left(\frac{1}{x^4-8x}\right)dx = \left(x^3 + 1\right)\left[\frac{\ln \left(x^3 - 8\right)}{24} - \frac{\ln\left(x\right)}{8}\right] - \int \left[\frac{\ln \left(x^3 - 8\right)}{24} - \frac{\ln\left(x\right)}{8}\right]\left(3x^2\right)dx[/tex]
[/Color]
 
Last edited:
Orion1 said:
...[tex]\int \left(x^3 + 1\right)\left(\frac{1}{x^4-8x}\right)dx = \left(x^3 + 1\right)\left[\frac{\ln \left(x^3 - 8\right)}{24} - \frac{\ln\left(x\right)}{8}\right] - \int \left[\frac{\ln \left(x^3 - 8\right)}{24} - \frac{\ln\left(x\right)}{8}\right]\left(3x^2\right)dx[/tex]
[/Color]
Orion1, do you think that the latter integral look much more complicated than the former one??
 
VietDao29 said:
much more complicated than the former one??
Affirmative
[tex]\int \left(x^3 + 1\right)\left(\frac{1}{x^4-8x}\right)dx = \frac{1}{8} \left[ \left(x^3 + 1\right)\left[\frac{\ln \left(x^3 - 8\right)}{3} - \ln\left(x\right)\right] - \int \left[ \ln \left(x^3 - 8\right) - 3 \ln\left(x\right)\right]\left(x^2\right)dx\right][/tex]
[/Color]