Ask your own question, for FREE!
Mathematics 16 Online
OpenStudy (anonymous):

Partial Integration

OpenStudy (anonymous):

\[\int\limits \frac{ 4x ^{2} }{ x ^{3}+x ^{2}-x-1 } dx\]

OpenStudy (anonymous):

factor out the bottom by (x-1)(x+1)^2?

zepdrix (zepdrix):

Mmm ok sounds good so far. Gotta break it down using Partial Fraction Decomposition from there?

OpenStudy (anonymous):

\[\frac{ A }{ (X-1) } +\frac{ BxC }{ (x+1)^{2} } ?\]

OpenStudy (anonymous):

lower case x i meant for denominator of A

zepdrix (zepdrix):

No no. You have a repeated linear factor. Think of (x+1)^2 as (x+1)(x+1), \[\Large\rm \frac{4x^2}{(x-1)(x+1)^2}=\frac{A}{x-1}+\frac{B}{(x+1)}+\frac{C}{(x+1)^2}\]

zepdrix (zepdrix):

Here is another example:\[\Large\rm \frac{stuff}{(x-2)^4}=\frac{A}{(x-2)}+\frac{B}{(x-2)^2}+\frac{C}{(x-2)^3}+\frac{D}{(x-2)^4}\]

zepdrix (zepdrix):

You have to have a term for every power leading up to the .. power. I can't exactly remember .. why though >.<

OpenStudy (anonymous):

okay got it so no I have to take the denominators that each don't have so then im left with 4x^2 = A(X+1) +B(x-1) + C(x+1)^2 then distribute?

OpenStudy (anonymous):

or for C is it (x+1) also

OpenStudy (anonymous):

*now

zepdrix (zepdrix):

Hmm that doesn't look right... You're multiplying through by the denominator on the left,\[\rm \color{royalblue}{\left(\frac{(x-1)(x+1)^2}{(x-1)(x+1)^2}\right)}\frac{4x^2}{(x-1)(x+1)^2}=\left[\frac{A}{x-1}+\frac{B}{(x+1)}+\frac{C}{(x+1)^2}\right]\color{royalblue}{\left(\frac{(x-1)(x+1)^2}{(x-1)(x+1)^2}\right)}\]You have a bunch of cancellations in each term,\[\Large\rm 4x^2=A(x+1)^2+B(x-1)(x+1)+C(x-1)\]

zepdrix (zepdrix):

Ahh woops, you're multiplying each side by (x-1)(x+1)^2, i didn't mean to make that a fraction :( shouldn't be a bottom in the blue thing.

zepdrix (zepdrix):

\[\rm \color{royalblue}{(x-1)(x+1)^2}\frac{4x^2}{(x-1)(x+1)^2}=\left[\frac{A}{x-1}+\frac{B}{(x+1)}+\frac{C}{(x+1)^2}\right]\color{royalblue}{(x-1)(x+1)^2}\]This is what I meant to write.

zepdrix (zepdrix):

So if you look at the C term, after distributing you get \(\Large\rm \dfrac{C(x-1)(x+1)^2}{(x+1)^2}\) Understand how I simplified things down?

OpenStudy (anonymous):

@zepdrix using \(\dfrac{Bx+C}{(x+1)^2}\) is fine, you end up getting \(B=0\). This just happens to be the case with all repeated factors.

OpenStudy (anonymous):

so is A term written A(x+1)/(x-1) + B(x-1)(x+1) + C(x-1)/(x+1)^2 ?

OpenStudy (anonymous):

\[\frac{ A(x+1) }{ (x-1) (x+1) } + \frac{ B(x-1) }{ (x+1)(x-1) } + \frac{ C(x-1) }{ (x+1)^{2}(x-1) }\]

OpenStudy (anonymous):

then the denominators would cancel out and i can distribute from there to find my A,B,and C?

OpenStudy (anonymous):

@zepdrix

zepdrix (zepdrix):

I don't understand what you just wrote :(

OpenStudy (anonymous):

so how is it done exactly when you distribute so you get the A,B,and C?

zepdrix (zepdrix):

You're multiplying like this: \[\left[\frac{A}{x-1}+\frac{B}{(x+1)}+\frac{C}{(x+1)^2}\right]\color{royalblue}{(x-1)(x+1)^2}\]to get rid of the denominator on the left side of the equation. So you get:\[\frac{A\color{royalblue}{(x-1)(x+1)^2}}{x-1}+\frac{B\color{royalblue}{(x-1)(x+1)^2}}{(x+1)}+\frac{C\color{royalblue}{(x-1)(x+1)^2}}{(x+1)^2}\]From there you get cancellations:\[\frac{A\cancel{(x-1)}(x+1)^2}{\cancel{x-1}}+\frac{B(x-1)(x+1)^{\cancel21}}{\cancel{(x+1)}}+\frac{C(x-1)\cancel{(x+1)^2}}{\cancel{(x+1)^2}}\]

OpenStudy (anonymous):

ooo OKAY \[4x ^{2} = A(x+1)^2+B(x-1)+C(x-1)\]

OpenStudy (anonymous):

so 4x^2 = Ax^2+A+Bx-B+Cx-C ?

zepdrix (zepdrix):

No the middle term still has a factor of (x+1), see it? There was a square in the numerator, so we lost one of them. Not both.

zepdrix (zepdrix):

And also, DON'T EXPAND EVERYTHING OUT. There is an easier way to finish it up from here.

OpenStudy (anonymous):

okay i see it and oo alright my professor usually expands it out

zepdrix (zepdrix):

\[\Large\rm 4x^{2} = A\color{orangered}{(x+1)}^2+B(x-1)\color{orangered}{(x+1)}+C(x-1)\]See how the A and B terms both have this factor of x+1? If we could make the A and B term disappear, we could solve for C easily.

OpenStudy (anonymous):

oo ok

OpenStudy (anonymous):

ok so can u just show me how its done so i can see the way you solve because my professor explains another way similar but different

zepdrix (zepdrix):

We're going to pick specific x values to zero them out. So when x=-1 we get,\[\Large\rm 4(-1)^{2} = A\color{orangered}{(-1+1)}^2+B(-1-1)\color{orangered}{(-1+1)}+C(-1-1)\]See how the A and B terms will go away because of the orange parts?

zepdrix (zepdrix):

Leading to,\[\Large\rm 4=0+0-2C\]

zepdrix (zepdrix):

I saw that I had a factor of (x+1), so I specifically chose x to equal -1 so that factor would become zero. I hope it makes sense why I chose that value.

zepdrix (zepdrix):

Then solving for C is pretty straight forward,\[\Large\rm 4=-2C\]\[\Large\rm C=-2\]

zepdrix (zepdrix):

We'll plug that value back in,\[\Large\rm 4x^{2} = A(x+1)^2+B(x-1)(x+1)-2(x-1)\]To solve for A, notice that the second and third terms both have a factor of (x-1). So we'll plug in x=1.

zepdrix (zepdrix):

\[\Large\rm 4(1)^{2} = A(1+1)^2+0+0\]Which will zero out our B and C because of the (1-1) factor.

zepdrix (zepdrix):

Leading to,\[\Large\rm A=1\]

zepdrix (zepdrix):

\[\Large\rm 4x^{2} = (x+1)^2+B(x-1)(x+1)-2(x-1)\]To solve for B, just choose something easy to work with. Any x value that you haven't used up to this point will work. Plugging in x=0 gives us,\[\Large\rm 4(0)^{2} = (1)^2+B(-1)(1)-2(-1)\]

zepdrix (zepdrix):

Leading to,\[\Large\rm 0=0-B+2\]\[\Large\rm B=2\]

zepdrix (zepdrix):

I guess I shouldn't say it's a ton easier, I find it easier though. If you still prefer expanding everything out though, that's fine.

OpenStudy (anonymous):

it is a lot easier that way i would lessen my chances of making a mistake

zepdrix (zepdrix):

\[\Large\rm \frac{4x^2}{(x-1)(x+1)^2}=\frac{A}{x-1}+\frac{B}{(x+1)}+\frac{C}{(x+1)^2}\]Wolfram is actually telling me that the factors are supposed to be: A=1 B=3 C=-2 So I made a mistake on the B term.

zepdrix (zepdrix):

Ah yes, I see.\[\Large\rm 4(0)^{2} = (1)^2+B(-1)(1)-2(-1)\]\[\Large\rm 0 = 1-B+2\]\[\Large\rm B=3\]Ok ok fixed :3

OpenStudy (anonymous):

\[\int\limits \frac{ 1 }{ (x-1) }+\int\limits \frac{ 3 }{ (x+1)}+\int\limits \frac{ -2 }{ (x+1)^{2} }\]

OpenStudy (anonymous):

so ln(x-1)+3(x+1) -2ln(x+1)^2

zepdrix (zepdrix):

Mmmmm no....

zepdrix (zepdrix):

The first two are giving you logs. I'm not sure what happened with your second integral.. it should give you a log, yes?

OpenStudy (anonymous):

i meant 3ln(x+1)

zepdrix (zepdrix):

But the third one, no log. Recall:\[\Large\rm \int\limits \frac{1}{u^2}du=\int\limits u^{-2}du=\frac{1}{-2+1}u^{-2+1}=-\frac{1}{u}\]

zepdrix (zepdrix):

So:\[\Large\rm =\ln(x-1)+3\ln(x+1)+~?\]

OpenStudy (anonymous):

2/x+1+c

zepdrix (zepdrix):

We just simply apply our power rule to the last term.\[\int\limits\limits \frac{ 1 }{ (x-1) }+\int\limits\limits \frac{ 3 }{ (x+1)}+\int\limits\limits \frac{ -2 }{ (x+1)^{2} }\]\[\ln(x-1)+3\ln(x+1)+\frac{-1(-2)}{x+1}\]Mmm ya good!

OpenStudy (anonymous):

thank you so much for your patience an help! helped a lot

zepdrix (zepdrix):

Np!

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!