What are the Coefficients for Partial Fractions?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 2K views
Yukz23
Messages
7
Reaction score
0
I have trouble solving the following integral [itex]\frac{x-6}{x^2-4}[/itex]

If I let u= x^2 - 4, I'm left with 1/2du = x dx

and I'm stuck trying to get rid of that 6 in the numerator?

If someone can help me out, that would be good.
 
Physics news on Phys.org
There's another method besides the one that @haruspex mentioned. You can also rewrite the numerator so that it contains a du.

For example,
[itex]\frac{x + 2}{\frac{1}{2}x^2 + 3x}[/itex]

Letting
[itex]u = \frac{1}{2}x^2 + 3x[/itex],

[itex]du = x + 3[/itex].

Then the original numerator can be manipulated algebraically to get a proper substitution involving du, plus an additional term.

Sticking to my example,
[itex]\frac{x + 2}{\frac{1}{2}x^2 + 3x}[/itex]

[itex]\frac{x + 3 - 1}{\frac{1}{2}x^2 + 3x}[/itex]

[itex]\frac{(du) - 1}{u}[/itex]
 
SithsNGiggles said:
[itex]du = x + 3[/itex].
You mean [itex]du = (x + 3)dx[/itex]
[itex]\frac{x + 2}{\frac{1}{2}x^2 + 3x}[/itex]
[itex]\frac{x + 3 - 1}{\frac{1}{2}x^2 + 3x}[/itex]
[itex]\frac{(du) - 1}{u}[/itex]
Filling in the details exposes a flaw:
[itex]\frac{x + 2}{\frac{1}{2}x^2 + 3x}dx[/itex]
[itex]\frac{x + 3 - 1}{\frac{1}{2}x^2 + 3x}dx[/itex]
[itex]\frac{du - dx}{u}[/itex]
 
SithsNGiggles said:
There's another method besides the one that @haruspex mentioned. You can also rewrite the numerator so that it contains a du.

For example,
[itex]\frac{x + 2}{\frac{1}{2}x^2 + 3x}[/itex]

Letting
[itex]u = \frac{1}{2}x^2 + 3x[/itex],

[itex]du = x + 3[/itex].
Actually, [itex]du = (x + 3)dx[/itex]
Then the original numerator can be manipulated algebraically to get a proper substitution involving du, plus an additional term.

Sticking to my example,
[itex]\frac{x + 2}{\frac{1}{2}x^2 + 3x}[/itex]

[itex]\frac{x + 3 - 1}{\frac{1}{2}x^2 + 3x}[/itex]

[itex]\frac{(du) - 1}{u}[/itex]
You end up with only being able to use u for part of the integrand.

[itex]\displaystyle \frac{x + 2}{\frac{1}{2}x^2 + 3x}\quad\to\quad\frac{(du) - dx}{u} \quad\to\quad \frac{du}{u}-\frac{dx}{\frac{1}{2}x^2 + 3x}[/itex]
 
Why are you guys doing the part where its du - dx in the numerator I don't get where the dx part is coming from? and what's its value?
 
Yukz23 said:
Why are you guys doing the part where its du - dx in the numerator I don't get where the dx part is coming from? and what's its value?
This part of the thread was triggered by SithsNGiggles' post, which had an error in it. SammyS and I jumped into stop you being misled by it.
Please go back to my first post.
 
Yukz23 said:
Why are you guys doing the part where its du - dx in the numerator I don't get where the dx part is coming from? and what's its value?
I was merely responding to SithsNGiggles's post -- that's why I 'Quoted' it. His suggestion was erroneous.

What haruspex suggested is the way to go. That is, to use partial fraction decomposition to write [itex]\displaystyle \frac{x-6}{x^2-4}[/itex] as the sum of two fractions, one with a denominator of x-2 the other with a denominator of x+2 .
 
Last edited:
SammyS said:
I was merely responding to SithsNGiggles's post -- that's why I 'Quoted' it. His suggestion was erroneous.

What haruspex suggested is the way to go. That is, to use partial fraction decomposition to write [itex]\displaystyle \frac{x-6}{x^2-4}[/itex] as the sum of two fractions, one with a denominator of x-2 the other with a denominator of x+2 .

ohh is that the integral where we do the A/x-2 + B/x+2 thing? I don't really remember doing that a lot I forgot what the values of A and B would be
 
Yukz23 said:
ohh is that the integral where we do the A/x-2 + B/x+2 thing? I don't really remember doing that a lot I forgot what the values of A and B would be
You don't have to remember. Just write down that your fraction equals A/(x-2) + B/(x+2), multiply out, and find the values of A and B that make all the coefficients match up.
 
Oh, sorry about that. I forgot to show the step where the fraction was split to du/u + dx/u. Thanks for catching that.
 
ok guys thanks I solved this problem pretty sure I'm correct to,
i got
2ln|x+2| + lin|x-2| + C

hmm the solution says - lin|x-2| on the second part , why is it - rather than +
 
Yukz23 said:
ok guys thanks I solved this problem pretty sure I'm correct to,
i got
2ln|x+2| + lin|x-2| + C

hmm the solution says - lin|x-2| on the second part , why is it - rather than +

What did you get for A and B in the partial fractions expansion? You should find your - sign there.
 
Dick said:
What did you get for A and B in the partial fractions expansion? You should find your - sign there.

I had
A+B=1
-2A + 2B= -6

multiplied top by 2 then substracted with bottom,
2A + 2B = 2
-2A +2B = -6

Subtracting the top with bottom I got
4A = 8
A = 2,
sub A into the first equation

2 + B = 1
2-1 = -B

-1 = B
OH WHOOPS I didnt make B negative when I moved it to the other side!