Why do I have to set up the partial fractions like this?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 1K views
Lo.Lee.Ta.
Messages
217
Reaction score
0
1. ∫[(x4 + x + 1)/(x(x2 + 1))]dx


2. When I first did this problem, I divided and got:
∫[x + (-x2 + x + 1)/(x3 + x)]dx

(x3 + x) = x(x2 + 1)

I then set up the fraction as: A/x + B/(x2 + 1)

BUT, the solution to this problem says: A/x + [(Bx + C)/(x2 + 1)]

How would I know to use Bx + C? Where did the x come from and why do we need the C?

Please let me know what situations need this new format.
Thank you so much! :D
 
Physics news on Phys.org
For every quadratic factor like ax^2+bx+c which cannot be expressed in terms of real solutions, the partial fractions is

(Ax+B)/(ax^2+bx+c)
 
And the reason you need it is because A/x + B/(x^2 + 1) there is no choice of A and B that will make that equal to (-x^2 + x + 1)/(x^3 + x). You really need the extra parameter.