Strategies for Solving Fractional Integrals with Polynomial Expressions

  • Thread starter Thread starter Penultimate
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
Penultimate
Messages
26
Reaction score
0
Can you help me solve this one :

[tex]\int[/tex] [tex]\frac{x+8}{x-8}[/tex]dx
 
Physics news on Phys.org
Do you know how to do [itex]\int{\log{x} \, dx}[/itex]?
 
(x+8)/(x-8) = (x + 8 - 16 + 16)/(x-8) = (x-8 + 16)/(x-8) = 1 + 16/(x-8).

That's not too hard to integrate, right?
 
Sorry guys i have submited the integral without puting the exponent for each X(thats why this one is too simple).

The one i am trying to solve is :

[tex]\int[/tex] [tex]\frac{x^3+8}{x^3-8}[/tex]dx
 
I have tryed irracional mode (thats the one it requires but i am stuck at the end).
 
Penultimate said:
I have tryed irracional mode (thats the one it requires but i am stuck at the end).
Why don't you show us what you've done and where your stuck then we can help you?
 
Hi Penultimate!

Alright, let's help you out here. Firstly, can you break up the denominator into a linear factor multiplied by a quadratic expression?
 
Well (x^3 + 8)/(x^3 - 8) = (x^3 - 8 + 16)/(x^3 - 8) = 1 + 16/(x^3 - 8).

x^3-8 can easily be factored, and so use partial fractions on that integral.
 
[tex]x^3+8=x^3+2^3=(x+2)(x^2-2x+4)[/tex]

[tex]x^3-8=x^3-2^3=(x-2)(x^2+2x+4)=(x-2)(x+2)^2[/tex]

Another way is:
[tex]\frac{x^3+8}{x^3-8}=\frac{x^3-8+16}{x^3-8}=1+\frac{16}{x^3-8}[/tex]

Regards.