Partial Fraction Decomposition With Quadratic Term

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
I'm afraid I don't really understand. Could you explain more explicitly, or direct me to a good resource on this?