Partial Fraction Integration for (3x+4)/((x^2+4)(3-x))

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
tanky322
Messages
43
Reaction score
0

Homework Statement



integral((3X+4)/((x^2+4)(3-x))



Homework Equations





The Attempt at a Solution


I know I should be using partial fractions for this problem but the x^2 in the denom. screws me up. I think the partial fraction should be:

(Ax+B)/(x^2+4) + C/(3-x)

Then:

(Ax+B)(3-x)+C(x^2+4)

Then:

(x^2+4)(3-x)=-Bx-Ax^2+3B+3Ax+Cx^2+C4

So now I am completely lost assuming I am even on the right track.:bugeye:

Thanks a lot!
 
Physics news on Phys.org
(x^2+4)(3-x)=-Bx-Ax^2+3B+3Ax+Cx^2+C4

This makes no sense. Your first steps aren't actual equations, which is confusing you.

(Ax+B)/(x^2+4) + C/(3-x) = (3x+4)/(x^2+4)(3-x)

Multiplying by the two denomiator parts gives

(Ax+B)(3-x) + c(x^2+4) = 3x+4

This is for all x, so plug in clever values (like x=3), to solve for a, b and c
 
I'm not sure what you're doing! You have [tex]\frac{3x+4}{(x^2+4)(3-x)}=\frac{Ax+B}{x^2+4}+\frac{C}{3-x}[/tex]. Now multiply through by the denominator of the LHS to yield [tex]3x+4=(Ax+B)(3-x)+C(x^2+4)[/tex]. Now you need to find three equations to obtain A B and C.
 
Ok it makes more sense now, this partial fraction stuff drives me nuts!


Thanks guys!
 
Ok so I just worked on this problem again... It was driving me nuts! This is what I came out with,
A=1
B=0
C=1

So for a final answer I came up with,
(Ln(x^2+4))/2+Ln(3-x)+ C

Is that right??

Thanks,

Andy
 
tanky322 said:
Ok so I just worked on this problem again... It was driving me nuts! This is what I came out with,
A=1
B=0
C=1

So for a final answer I came up with,
(Ln(x^2+4))/2+Ln(3-x)+ C

Is that right??

Thanks,

Andy

Partial fraction decomposition right. Integration wrong. The second term should have a negative sign. The answer should be [tex]\frac{1}{2}\ln{(x^2+4)} - \ln{|3-x|} + C[/tex]. Don't forget the modulus sign on the second term (it's optional for the first since the square expression is nonnegative for real x).