1. Please explain the bolded part.
x/ [ (x - 1)(x - 2)...(x - n) ]
= Summation r=1 to n r/ {(r - 1)(r - 2)...[r - (r - 1) ] [ (r + 1) - (r + 2)]...(r - n)(x - r)}
2. Let P(x) = 2x^5 + x^3 + 3x^2 + 1 and Q(x) = x^3 + x + 1
a) Show that P(x) and Q(x) are relatively prime.
b) Find the polynomials S(x) and T(x) such that P(x)S(x) + Q(x)T(x) = 1
Using b), resolve 1/ [(2x^5 + x^3 + 3x^2 + 1)(x^3 + x + 1)] into partial fractions.
更新1:
How come to have [r - (r -1)][(r + 1) - (r + 2)] ?
更新2:
I don't understand why do we need to change [x - (r + 1)] to [(r + 1) - (r + 2)] .
更新3:
No, I don't understand the part ------ [(r + 1) - (r + 2)] .
更新4:
r = Ar(r - 1)(r - 2) ...[r - (r -1)][r - (r + 1)] ...(r - n) -----> r = Ar(r - 1)(r - 2) ...[r - (r -1)][(r + 1) - (r + 2)] ...(r - n), I don't know why!
更新5:
I understand the left part, just don't understand the right part.
更新6:
but the sol has that part. I have to know the reason. As that part is necessary to have the ans -2