Solving an Integration Problem Involving Partial Fractions and Trig Substitution

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
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