Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (babynini):

Would this question be partial fraction decomposition?

OpenStudy (babynini):

\[\int\limits_{}^{}\frac{ 3x^3-x^2+6x-4 }{ (x^2+1)(x^2+2) }dx\]

OpenStudy (freckles):

you could use partial fractions since the deg of denominator>deg of numerator

OpenStudy (babynini):

Pretty sure that it is, i'm not sure how to break up the bottom so that it remains equivalent \[\frac{ A }{ (x^2+1) }+\frac{ B }{ (x^2+2) }\] there's some missing right?

OpenStudy (freckles):

those are quadratics you need a linear numerator Ax+B and Cx+D

OpenStudy (babynini):

In addition to those I listed?

OpenStudy (freckles):

no

OpenStudy (freckles):

you have chosen a constant top for a quadratic denominator

OpenStudy (freckles):

you should have chosen a linear top for a quadratic denominator

OpenStudy (freckles):

\[\frac{Ax+B}{x^2+1}+\frac{Cx+D}{x^2+2}\]

OpenStudy (babynini):

oh. This is going to sound like a silly question..but how do you come up with those on the top?

OpenStudy (freckles):

we want the numerators to be one less than the degree of the denominator

OpenStudy (freckles):

so if you have a linear bottom then you have a constant top

OpenStudy (freckles):

if you have a cubic on bottom then you have a quadratic on top

OpenStudy (freckles):

assuming these quadratics we have on bottom and these cubics if we had cubics on bottom were not-factorable

OpenStudy (babynini):

So if we had like m/x^4 It would be.. Ax^3/x^4 ? idk if that example makes sense xD

OpenStudy (freckles):

well no those are repeated linear factors

OpenStudy (freckles):

linear^4

OpenStudy (freckles):

\[\frac{x+1}{(x+1)^4(x^2+1)^2(x^2+2)(x^4+2)^2} \\ \text{ then we would set \it up like this } \\ \frac{A}{x+1}+\frac{B}{(x+1)^2}+\frac{C}{(x+1)^3}+\frac{D}{(x+1)^4}+ \\ +\frac{Ex+F}{x^2+1}+\frac{Gx+H}{(x^2+1)^2} \\ + \frac{Ix+J}{x^2+2} \\ +\frac{Kx^3+Lx^2+Nx+P}{x^4+2}+\frac{Qx^3+Rx^2+Sx+T}{(x^4+2)^2} \] by the way we aren't going to actually find those constants... this is just a really big example I thought would be nice

OpenStudy (babynini):

yeaah 0.0 woah haha.

OpenStudy (freckles):

oops I didn't mean to chose one where you could cancel a common factor from top and bottom

OpenStudy (freckles):

\[\frac{x+5}{(x+1)^4(x^2+1)^2(x^2+2)(x^4+2)^2} \\ \text{ then we would set \it up like this } \\ \frac{A}{x+1}+\frac{B}{(x+1)^2}+\frac{C}{(x+1)^3}+\frac{D}{(x+1)^4}+ \\ +\frac{Ex+F}{x^2+1}+\frac{Gx+H}{(x^2+1)^2} \\ + \frac{Ix+J}{x^2+2} \\ +\frac{Kx^3+Lx^2+Nx+P}{x^4+2}+\frac{Qx^3+Rx^2+Sx+T}{(x^4+2)^2}\] there now I'm happy

OpenStudy (babynini):

So when we set mine equal to the numerator..how do we do the right side? 3x^3-x^2+6x-4= ..? Since we have Ax+B all over the same den

OpenStudy (babynini):

haha it's beautiful xD

OpenStudy (freckles):

same denominator?

OpenStudy (babynini):

\[\frac{ Ax+B }{ (x^2+1) }\]

OpenStudy (babynini):

Would it be (Ax+B)(x^2+2) ?

OpenStudy (freckles):

\[\frac{Ax+B}{x^2+1}+\frac{Cx+D}{x^2+2} \\ \frac{(Ax+B)(x^2+2)+(Cx+D)(x^2+1)}{(x^2+1)(x^2+2)}\]

OpenStudy (freckles):

just multiply first fraction by (x^2+2)/(x^2+2) and the second one by (x^2+1)/(x^2+1) so you will have same denominator and are able to combine fractions

OpenStudy (freckles):

so you have \[3x^3-x^2+6x-4=(Ax+B)(x^2+2)+(Cx+D)(x^2+1)\]

OpenStudy (babynini):

oh excellent :) now to solve!

OpenStudy (freckles):

you try to use heaviside like for example pluggin in i gives \[3i^3-i^2+6i-4=(Ai+B)(i^2+2) \\ -3i+1+6i-4=(Ai+B)1 \\ 3i-3=Ai+B \\ \implies A=3 \text{ and } B=-3\] you try putting in sqrt(2)i if you want

OpenStudy (freckles):

or you could multiply everything out and regroup the items

OpenStudy (freckles):

and then compare both sides to find A and B, and C and D

OpenStudy (babynini):

can't we just plug in values for x?

OpenStudy (babynini):

But I guess values like x=0 wouldn't work at all

OpenStudy (freckles):

you could it just takes longer

OpenStudy (freckles):

like I can just choose 2 values and be done with it but if you choose other values... I think since we have 4 unknowns we are going to have to pick 4 numbers to plug in

OpenStudy (babynini):

Oh, I see. and I would be choosing those two values for what? lol these I didn't get at all -.-

OpenStudy (freckles):

did you understand how I got A and B above?

OpenStudy (babynini):

not really xD nor why you dropped te (Cx+D)(x^2+1) ?

OpenStudy (freckles):

\[3x^3-x^2+6x-4=(Ax+B)(x^2+2)+(Cx+D)(x^2+1) \\ \text{ I know I could choose } i \text{ or } -i \text{ and that one } \\ \text{ term will disappear } \]

OpenStudy (freckles):

why because x^2+1 is (x-i)(x+i) puttin in i or -i will make one of those factors 0

OpenStudy (freckles):

0*(Cx+D) is 0

OpenStudy (freckles):

\[x=i \\ 3x^3-x^2+6x-4=(Ax+B)(x^2+2)+(Cx+D)(x^2+1) \\ 3(i)^3-i^2+6(i)-4=(Ai+B)(i^2+2)+(Ci+D)(i^2+1) \\ \\ \text{ recall } i^2=-1 \text{ and } i^3=-i \\ \\ -3i-(-1)+6i-4=(Ai+B)(-1+2)+(Ci+D)(-1+1) \\ -3i+1+6i-4=(Ai+B)(1)+(Ci+D)(0) \\ 3i-3=Ai+B\]

OpenStudy (freckles):

then compare imaginary parts and real parts A=3 and B=-3

OpenStudy (freckles):

\[x^2+2=(x-\sqrt{2}i)(x+\sqrt{2}i)\] so choosing either sqrt(2)i or -sqrt(2)i will work to find C and D

OpenStudy (freckles):

just like above those we didn't need to do both options just one

OpenStudy (freckles):

\[3(\sqrt{2}i)^3-(\sqrt{2}i)^2+6(\sqrt{2}i)-4=0+(C \sqrt{2 } i+D)((\sqrt{2}i)^2+1)\]

OpenStudy (freckles):

this isn't as bad as it looks

OpenStudy (babynini):

So..in "comparing imaginary and real parts" because the 3 and the A have i beside them, we know those go together? likewise with the B and 3 having a lack of i?

OpenStudy (freckles):

yep

OpenStudy (freckles):

Ai+B=Ci+D if this equality holds assuming A,B,C, and D are real then A=C and B=D

OpenStudy (freckles):

if you don't like the way that cube term looks I can show you it isn't too bad if you need me to

OpenStudy (freckles):

\[(\sqrt{2} i)^3=(\sqrt{2})^3 i^3=(\sqrt{2})^2 (\sqrt{2})^1(-i)=2 \sqrt{2}(-i)=-2i \sqrt{2}\] does this make sense to you?

OpenStudy (babynini):

It's mostly the i that is throwing me off.

OpenStudy (freckles):

ok you don't have to plug in imaginary numbers if you aren't comfortable with them

OpenStudy (freckles):

plug in x=0,1,-1, and...

OpenStudy (freckles):

I guess 2

OpenStudy (freckles):

or if you don't want to do heaviside expand and regroup and compare both sides

OpenStudy (freckles):

\[3x^3-x^2+6x-4=(Ax+B)(x^2+2)+(Cx+D)(x^2+1) \\\ 3x^3-x^2+6x-4 \\ =Ax(x^2+2)+B(x^2+2)+Cx(x^2+1)+D(x^2+1) \\ =Ax^3+2Ax+Bx^2+2B+Cx^3+Cx+Dx^2+1 \\ =(A+C)x^3+(B+D)x^2+(A+C)x+(2B+D)\]

OpenStudy (babynini):

with x=0 we get -4=2B+D

OpenStudy (freckles):

that is right

OpenStudy (freckles):

select 3 more values

OpenStudy (freckles):

to plug in

OpenStudy (babynini):

x=1 4=3A+3B+2C+2D

OpenStudy (freckles):

that looks right too

OpenStudy (babynini):

x=-1 -4=-3A-3B-2C-2D

OpenStudy (babynini):

oops the left is -12

OpenStudy (freckles):

I have to do it on paper I'm getting -14

OpenStudy (babynini):

mmm still gettinng -12 o.o

OpenStudy (freckles):

\[3x^3-x^2+6x-4=(Ax+B)(x^2+2)+(Cx+D)(x^2+1) \\ 3(-1)^3-(-1)^2+6(-1)-4=(A \cdot -1+B)((-1)^2+2)+(C \cdot -1+D)((-1)^2+1) \\ \\ 3(-1)-1-6-4=(-A+B)(3)+(-C+D)(2) \\ -3-1-6-4=-3A+3B-2C+2D \\ -4-6-4=-3A+3B-2C+2D \\ -14=-3A+3B-2C+2D\] I still could be doing something wrong but this is what I have

OpenStudy (babynini):

eerm. idk you're probably corect lol

OpenStudy (freckles):

i think your mistake is occuring the square term

OpenStudy (freckles):

maybe you are for some reason replacing minus (-1)^2 with + (1)^2 ?

OpenStudy (freckles):

when it should be minus (1)^2

OpenStudy (freckles):

or minus 1

OpenStudy (babynini):

maybe o.0

OpenStudy (freckles):

you don't sound convinced yet :p

OpenStudy (freckles):

can i see your operations please

OpenStudy (freckles):

like how you are working it

OpenStudy (babynini):

Yes, just a sec :) dinner @.@

OpenStudy (babynini):

@freckles sorry just found out about a hw due tomorrow so i'm working on that D:

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!