Solving an Integration Problem Involving Partial Fractions and Trig Substitution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Tilted
Messages
6
Reaction score
0

Homework Statement


[itex]\int[/itex][itex](x^2-2x+3)dx/(x^3-x^2-x-2)[/itex]


Homework Equations


Trig substitution/ partial fractions?



The Attempt at a Solution



I used partial fractions to reduce the integral down to:

[itex]\int[/itex][itex]dx/(x-2)[/itex]+[itex]\int[/itex][itex](x-1)dx/(x^2+x+1)[/itex]

The first integral is easy enough, but the second one I'm not sure where to start.

Thanks in advance!
 
Physics news on Phys.org
I don't agree with all of your numbers there but the general form is right. For the quadratic part you want to complete the square in the denominator, do substitution for the squared part, then split it up and use a trig substitution.
 
using partial fractions I obtained
(x^2-2x+3)
-----------dx
((x-2)(x^2+x+1)

A bx+c
-- + --------
x-2 x^2+x+1

A=3/7
B=4/7
c=-9/7
this is my attempt, i how it helps somwhat, I'm not sure if it's correct so I apologize early on.
 
jzachey said:
using partial fractions I obtained
(x^2-2x+3)
-----------dx
((x-2)(x^2+x+1)

A Bx+C
-- + --------
x-2 x^2+x+1
Code:
A                 Bx+C
--       +     --------
x-2           x^2+x+1
A=3/7
B=4/7
C=-9/7
this is my attempt, i how it helps somwhat, I'm not sure if it's correct so I apologize early on.
Those values for A, B, and C, are correct.
 
SammyS said:
Code:
A                 Bx+C
--       +     --------
x-2           x^2+x+1
Those values for A, B, and C, are correct.

Oh thank you so this means
∫[itex]\frac{3}{7(x-2)}[/itex]+[itex]\frac{4x-9}{7(x+x+1)}[/itex]
From here you integrate