Integration by partial fractions

clope023
Messages
990
Reaction score
130
[SOLVED] integration by partial fractions

Homework Statement




\int((2x^2-1)/(4x-1)(x^2+1))dx

Homework Equations



A1/ax+b + A2/(ax+b)^2 + ... + An/(ax+b)^n

The Attempt at a Solution



(2x^2-1)/(4x-1)(x^2+1) = A/4x-1 + Bx+C/x^2+1

2x^2-1/x^2+1 = A + Bx+C(4x-1)/x^2+1

set x = 1/4, get

-14/17 = A + B(0), A = -14/17

I'm pretty much stuck here; I just need to get the values for B and C and I can solve it from there, any help is greatly appreciated.
 
Physics news on Phys.org
I've found the value for C:

2x^2-1/x^2+1 = -14/17 + 4Bx^2-Bx+4Cx-C/x^2+1

set x = 0, get

-1 = -14/17 -C, -3/17 = -C, C = 3/17
 
I find it more usefull to put the right hand side over a common denominator
{A(x^{2}+1) + (Bx+C)(4x-1)}\over{(4x-1)(x^{2}+1)}.

Now expand the numerator on both sides of the equation (i.e. your first equation in part 3.) and group the like powers of x.
Then the coefficient of each power must match on either side of the equal sign. Matching the coefficients should give you a system of 3 equation that you can solve for A, B, and C.
 
Pacopag said:
I find it more usefull to put the right hand side over a common denominator
{A(x^{2}+1) + (Bx+C)(4x-1)}\over{(4x-1)(x^{2}+1)}.

Now expand the numerator on both sides of the equation (i.e. your first equation in part 3.) and group the like powers of x.
Then the coefficient of each power must match on either side of the equal sign. Matching the coefficients should give you a system of 3 equation that you can solve for A, B, and C.

yeah I know there are 2 methods to do integration by partial fractions, the standard method which you're describing and another method called heathside which I've been using. I'm more comfortable with the standard method but the heathside method seems to be working better for the problems my professor assigned.

I tried the grouping like powers of x, but it left me with this:

2x^2-1 = Ax^2 + A + 4Bx^2-Bx+4Cx - C

it left me with the -Bx + 4Cx with no like power to go along with.
 
When the corresponding power is missing, that means the coefficient is zero.
2x^{2}-1=2x^{2}+0x-1.
The coefficient of x is zero, so 4C-B=0 would be your missing equation.
 
wow! I never realized that; the damn book doesn't explain specific cases like that; thanks for the help, I'll post the result here in a minute.
 
wow, I hate this section:

\int((-14/17)/(4x-1))dx + \int((12/17x + 3/17)/(x^2+1))dx

for the 1st integral:

u = 4x - 1

du = 4dx or 1/4du = dx

so (-14/17)/4\int(du/u) = -7/34ln(4x-1)

for the 1st half of the 2nd integral

\int(12/17x/x^2+1)dx

u = x^2+1, du = 2xdx or 1/2du = xdx

--> (12/17)/2\intdu/u = 6/17ln(x^2+1)

for the last half of the 2nd integral

3/17\int(dx/x^2+1) = arctanx + C

so the whole thing equals out to:

-7/34ln(4x-1) + 6/17ln(x^2+1) + 3/17arctanx + C

thanks for the help man.
 
Personally, I'd simplify it first by saying:
(2x^2\,-\,1)/(4x\,-\,1)(x^2\,+\,1)
=\,((2x^2\,+\,2)\,-\,3)/(4x\,-\,1)(x^2\,+\,1)
=\,2/(4x\,-\,1)\,-\,3/(4x\,-\,1)(x^2\,+\,1)​
 

Similar threads

Back
Top