HELP on Partial Fraction Decomposition Problem - Heavy Side Technique

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
khatche4
Messages
22
Reaction score
0
HELP! on Partial Fraction Decomposition Problem! - Heavy Side Technique

I am doing a partial fraction decomposition problem for my calc 2 class.
We use the Heavy Side Technique, but I will take help either way!

[tex]\frac{2x-1}{x(x^2+1)^2}[/tex]

Thank you!
 
Physics news on Phys.org


Hi khatche4, welcome to PF!:smile:

What have you tried?...You need to show some attempt at the problem before we will assist you.
 


I tried splitting it up as..

[tex]\frac{2x-1}{x(x^2+1)^2}[/tex] = [tex]\frac{A}{x}[/tex] + [tex]\frac{Bx+C}{x^2+1}[/tex] + [tex]\frac{Dx+E}{x^2+1}[/tex]

Then I used x=0, x=1, x=-1, x=2, and x=-2 to get...

1= -4 + 2B + 2C + 2D + 2E
3= 4 - 2B + 2C - 2D + 2E
3= -25 + 20B + 10C + 20D + 10E
5= 25 - 20B + 10C - 20D + 10E

And then I got stuck...


Should it be this, initially?:

[tex]\frac{2x-1}{x(x^2+1)^2}[/tex] = [tex]\frac{A}{x}[/tex] + [tex]\frac{Bx+C}{x^2+1}[/tex] + [tex]\frac{Dx+E}{(x^2+1)^2}[/tex] ?
 


khatche4 said:
Should it be this, initially?:

[tex]\frac{2x-1}{x(x^2+1)^2}[/tex] = [tex]\frac{A}{x}[/tex] + [tex]\frac{Bx+C}{x^2+1}[/tex] + [tex]\frac{Dx+E}{(x^2+1)^2}[/tex] ?

Yes, it should.
 


Ok! thank you! If I need anymore help, I'll come back!
=]
 


Ok... I'm stuck again.

I went along with
[tex]\frac{2x-1}{x(x^2+1)^2}[/tex] = [tex]\frac{A}{x}[/tex] + [tex]\frac{Bx+C}{x^2+1}[/tex] + [tex]\frac{Dx+E}{(x^2+1)^2}[/tex]

From there, I used
x=0 to get A = -1
x=1
x=-1
x=2
x=-2
(Am I supposed to use 4?? We've only done up to Bx+C, and there we use 2.. So I assume to use 4)..

Then, from there, I got
1 = -4 + 2B + 2C + D + E
3 = 4 - 2B + 2C - D + E
3 = -25 + 20B + 10C + 4D + 2E
5 = 25 - 20B + 10C - 4D + 2E

So that boils down to..

1 = 2C + E
3 = 2C + E
3 = 10C + 2E
5 = 10C + 2E
right??

Will I be using substitution for this one? If so, do I use 2 different substitutions or just one?

Thanks, again!
 


khatche4 said:
Ok... I'm stuck again.

I went along with
[tex]\frac{2x-1}{x(x^2+1)^2}[/tex] = [tex]\frac{A}{x}[/tex] + [tex]\frac{Bx+C}{x^2+1}[/tex] + [tex]\frac{Dx+E}{(x^2+1)^2}[/tex]

From there, I used
x=0 to get A = -1

good :approve:
x=1
x=-1
x=2
x=-2
(Am I supposed to use 4?? We've only done up to Bx+C, and there we use 2.. So I assume to use 4)..

You can get away with using only 3 values, if you choose those values wisely. What made x=0 such a useful choice was that it made one of the factors of [itex]x(x^2+1)^2[/itex] zero...The other factor is of course just [itex]x^2+1[/itex], which is zero at [itex]x=\pm i[/itex], so try using [itex]x=i[/itex] to find easy solutions for [itex]D[/itex] and [itex]E[/itex]; you'll have a much easier time finding [itex]B[/itex] and [itex]C[/itex] after that.