Partial Fraction Decomposition With Quadratic Term

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Cosmophile
Messages
111
Reaction score
2
Hey, all! I'm learning partial fraction decomposition from Serge Lang's "A First Course in Calculus." In it, he gives the following example:

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

He then decomposes this into the following sum:

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

My question is this: On the right hand side (RHS), ##x-1## and ##(x-1)^2## appear. Why is this the case, when the original denominator only had the ##(x-1)^2##? I hope this makes sense, and any help here is greatly appreciated!
 
Physics news on Phys.org
If you left out the x-1 denominator term, then the numerator for [itex](x-1)^2[/itex] would be a+bx. The expression you are given is equivalent and is easier to integrate.
 
I'm afraid I don't really understand. Could you explain more explicitly, or direct me to a good resource on this?